@charset "UTF-8";
@font-face {
  font-family: "AxisStd";
  src: url("/assets/font/AxisStd-Regular.eot"); /* IE9 Compat Modes */
  src: url("/assets/font/AxisStd-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/AxisStd-Regular.woff2") format("woff2"), url("/assets/font/AxisStd-Regular.woff") format("woff"), url("/assets/font/AxisStd-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "DINPro";
  src: url("/assets/font/DINNextLTPro-Regular.eot");
  src: url("/assets/font/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/font/DINNextLTPro-Regular.woff2") format("woff2"), url("/assets/font/DINNextLTPro-Regular.woff") format("woff"), url("/assets/font/DINNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DINPro";
  src: url("/assets/font/DINNextLTPro-Medium.eot");
  src: url("/assets/font/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/font/DINNextLTPro-Medium.woff2") format("woff2"), url("/assets/font/DINNextLTPro-Medium.woff") format("woff"), url("/assets/font/DINNextLTPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  background: #000;
  color: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline-color: #aaa;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width:767px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  body.is-locked .l-header-logo {
    background: #000;
    padding-bottom: 5.0890585242vw;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

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

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
  textarea,
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=tel] {
    font-size: 1.6rem;
  }
}
.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  border: 1px solid #000;
  font-family: "DINPro", sans-serif;
  font-weight: 700;
  max-width: 300px;
  padding: 0 40px;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
.c-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-btn-01__ico {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01:hover {
    color: #fff;
    background: #000;
  }
  .is-view-pc .c-btn-01:hover .c-btn-01__ico svg {
    fill: #fff;
  }
}
.c-btn-01--back .c-btn-01__ico {
  right: inherit;
  left: 14px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--back:hover .c-btn-01__ico {
    left: 11px;
  }
}
.c-btn-01--anker .c-btn-01__ico {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-btn-01--blank .c-btn-01__ico {
  height: 10px;
}

.c-btn-02 {
  height: 65px;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 48px;
  font-size: 20px;
  overflow: hidden;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 960px) {
  .c-btn-02 {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .c-btn-02 {
    height: 11.7048346056vw;
    max-width: 89.8218829517vw;
    font-size: 3.5623409669vw;
    padding: 0 4.3256997455vw;
    border: 1px solid #fff;
  }
}
.c-btn-02--disable {
  pointer-events: none;
  color: #999;
  border-color: #999;
}
.c-btn-02--disable b:after {
  opacity: 0.7;
}
.c-btn-02 b {
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  line-height: inherit;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.c-btn-02 b:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: relative;
  top: 0px;
  margin-left: 11px;
}
.c-btn-02 b i {
  font-style: normal;
}
@media screen and (max-width:767px) {
  .c-btn-02 b {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn-02 b strong {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-btn-02 span {
  position: absolute;
  display: block;
}
.c-btn-02:hover {
  border: 1px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width:767px) {
  .c-btn-02:hover {
    border: 1px solid rgba(0, 0, 0, 0);
  }
}
.c-btn-02:hover span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
@media screen and (max-width:767px) {
  .c-btn-02:hover span:nth-child(1) {
    height: 1px;
  }
}
.c-btn-02:hover span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
@media screen and (max-width:767px) {
  .c-btn-02:hover span:nth-child(2) {
    width: 1px;
  }
}
.c-btn-02:hover span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width:767px) {
  .c-btn-02:hover span:nth-child(3) {
    height: 1px;
  }
}
.c-btn-02:hover span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media screen and (max-width:767px) {
  .c-btn-02:hover span:nth-child(4) {
    width: 1px;
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.modal-video.is-show {
  opacity: 1;
  visibility: visible;
}
.modal-video__close {
  width: 10.4325699746vw;
  height: 10.4325699746vw;
  background: url(/assets/images/icon_close.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  z-index: 50;
  cursor: pointer;
  top: 5.0890585242vw;
  right: 5.0890585242vw;
}
@media print, screen and (min-width:768px) {
  .modal-video__close {
    width: 41px;
    height: 41px;
    top: 65px;
    right: 65px;
  }
}
.modal-video iframe {
  width: 100vw;
  height: 177.3536895674vw;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width:768px) {
  .modal-video iframe {
    width: 111.2195121951vw;
    height: 62.4390243902vw;
    max-width: 1140px;
    max-height: 640px;
  }
}
.modal-video__wrapper {
  position: relative;
  width: 100vw;
  height: 177.3536895674vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width:768px) {
  .modal-video__wrapper {
    width: 111.2195121951vw;
    height: 62.4390243902vw;
    max-width: 1140px;
    max-height: 640px;
    overflow: hidden;
  }
}
.modal-video__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 10;
}
.modal-video__loading img {
  width: 100px;
  height: 100px;
}
.modal-video__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
  width: 100vw;
  height: 177.3536895674vw;
  opacity: 0;
  visibility: hidden;
}
.modal-video__cover.is-show {
  opacity: 1;
  visibility: visible;
}
@media print, screen and (min-width:768px) {
  .modal-video__cover {
    width: 111.2195121951vw;
    height: 62.4390243902vw;
    max-width: 1140px;
    max-height: 640px;
    overflow: hidden;
  }
}
.modal-video__cover picture {
  width: 100vw;
  height: 177.3536895674vw;
}
@media print, screen and (min-width:768px) {
  .modal-video__cover picture {
    width: 111.2195121951vw;
    height: 62.6341463415vw;
    max-width: 1140px;
    max-height: 642px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.modal-video__cover img {
  width: 100vw;
  height: 177.3536895674vw;
}
@media print, screen and (min-width:768px) {
  .modal-video__cover img {
    width: 111.2195121951vw;
    height: 62.6341463415vw;
    max-width: 1140px;
    max-height: 642px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.c-form-input {
  display: inline-block;
  width: 100%;
}

.c-form-radio {
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
}
.c-form-radio span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3;
}
.c-form-radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-radio span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-radio input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.c-form-radio input[type=radio]:focus + span:before {
  border: 1px solid #aaa;
}
.c-form-radio input[type=radio]:checked + span:after {
  visibility: visible;
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
}
.c-form-checkbox span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3;
}
.c-form-checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-checkbox span:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.c-form-checkbox input[type=checkbox]:focus + span:before {
  border: 1px solid #aaa;
}
.c-form-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.c-form-select {
  position: relative;
}
.c-form-select:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  pointer-events: none;
}

.c-form-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.c-ico-arrow-01 {
  display: inline-block;
  width: 8px;
  height: 16px;
}
.c-ico-arrow-01 svg {
  display: inline-block;
  vertical-align: top;
}
.c-ico-arrow-01 svg {
  width: 8px;
  height: 16px;
  fill: #000;
}

.c-ico-blank-01 svg {
  width: 10px;
  height: 10px;
  fill: #000;
}

.c-ico-plus-01 {
  display: inline-block;
}
.c-ico-plus-01 svg {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (min-width:768px) {
  .c-ico-plus-01 {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width:767px) {
  .c-ico-plus-01 {
    width: 15px;
    height: 15px;
  }
}
.c-ico-plus-01:before, .c-ico-plus-01:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-ico-plus-01:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-ico-close-01 {
  display: inline-block;
  width: 16px;
  height: 2px;
  position: relative;
}
.c-ico-close-01 svg {
  display: inline-block;
  vertical-align: top;
}
.c-ico-close-01:after, .c-ico-close-01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.c-ico-close-01:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.c-ico-close-01:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.c-ico-reverse {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.c-ico-white svg {
  fill: #fff;
}

.c-lead-01 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-list-notes li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-media-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 32px;
}
@media screen and (max-width:767px) {
  .c-media-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 5.0890585242vw;
  }
}
.c-media-01__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-media-01__img.js-modal {
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .c-media-01__img.js-modal {
    overflow: initial;
  }
}
.c-media-01__img.js-modal:hover {
  opacity: 1;
}
@media print, screen and (min-width:768px) {
  .c-media-01__img.js-modal:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-media-01__img img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-media-01__img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.c-media-01__img a:hover {
  opacity: 1;
}
@media print, screen and (min-width:768px) {
  .c-media-01__img a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-media-01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}
@media screen and (max-width:767px) {
  .c-media-01__body {
    padding-right: 0;
  }
}
.c-media-01 a:hover {
  opacity: 0.9;
}
.c-media-01__date {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: -0.02em;
}
@media screen and (max-width:767px) {
  .c-media-01__date {
    font-size: 2.5445292621vw;
    margin-bottom: 2.5445292621vw;
  }
}
.c-media-01__date:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 11px;
  position: relative;
  top: 2px;
}
@media screen and (max-width:767px) {
  .c-media-01__date:after {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
    margin-left: 3.5623409669vw;
    top: 0;
  }
}
.c-media-01__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width:767px) {
  .c-media-01__title {
    font-size: 7.6335877863vw;
    margin-bottom: 5.0890585242vw;
    line-height: 1.3333333333;
  }
}
.c-media-01__sub {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width:767px) {
  .c-media-01__sub {
    font-size: 4.0712468193vw;
    margin-bottom: 3.8167938931vw;
  }
}
.c-media-01__desc {
  font-size: 14px;
  line-height: 1.7142857143;
  display: block;
}
@media screen and (max-width:767px) {
  .c-media-01__desc {
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
.c-media-01__desc--big {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .c-media-01__desc--big {
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
.c-media-01__btn {
  max-width: 21.1458333333vw;
  padding: 0 30px;
  margin-top: 20px;
}
.c-media-01__btn b {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-media-01__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .c-media-01__btns {
    gap: 5.0890585242vw;
  }
}
.c-media-01__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.c-media-01__icon {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .c-media-01__icon {
    margin-top: 12.7226463104vw;
  }
}
.c-media-01__icon img {
  height: 30px;
}
@media screen and (max-width:767px) {
  .c-media-01__icon img {
    height: 7.6335877863vw;
  }
}
.c-media-01__icon:hover {
  opacity: 0.7;
}
.c-media-01 + .c-media-01--small {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .c-media-01 + .c-media-01--small {
    margin-top: 12.7226463104vw !important;
  }
}
.c-media-01--small .c-media-01__img {
  max-width: 318px;
}
@media screen and (max-width:767px) {
  .c-media-01--small .c-media-01__img {
    max-width: 100%;
  }
}
.c-media-01--small + .c-media-01--small {
  margin-top: 50px !important;
}
@media screen and (max-width:767px) {
  .c-media-01--small + .c-media-01--small {
    margin-top: 12.7226463104vw !important;
  }
}

@media screen and (max-width:767px) {
  .c-media-01--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-height: 1280px) and (min-width: 768px) {
  .c-media-01--reverse .c-media-01__body {
    padding-left: 20px;
  }
}

.c-media-01--reverse02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .c-media-01--reverse02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-height: 1280px) and (min-width: 768px) {
  .c-media-01--reverse02 .c-media-01__body {
    padding-left: 20px;
  }
}

@media screen and (max-width:767px) {
  .c-media-01--reverse01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-height: 1280px) and (min-width: 768px) {
  .c-media-01--reverse01 .c-media-01__img {
    padding-left: 20px;
  }
}

.c-gallery__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .c-gallery__wrap {
    gap: 2.7989821883vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  height: 695px;
  max-height: 695px;
  position: relative;
}
.c-gallery__list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:767px) {
  .c-gallery__list {
    height: 111.4503816794vw;
    gap: 2.7989821883vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-gallery__list--full {
  max-height: 36.1979166667vw;
  overflow: hidden;
}
.c-gallery__list--full .c-gallery__col {
  min-width: 65.625vw;
}
.c-gallery__list--full .c-gallery__col--2row {
  min-width: 33.3333333333vw;
}
.c-gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width:767px) {
  .c-gallery__row {
    gap: 2.7989821883vw;
  }
  .c-gallery__row:first-child .c-gallery__col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-gallery__row:first-child .c-gallery__col--2row {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-gallery__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-gallery__item {
  height: 100%;
}
@media screen and (max-width:767px) {
  .c-gallery__item {
    height: initial;
  }
}
.c-gallery__col {
  min-width: 1240px;
}
@media screen and (max-width:767px) {
  .c-gallery__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 1.5267175573vw);
            flex: 0 0 calc(50% - 1.5267175573vw);
    width: 100vw;
    min-width: 100vw;
    height: 52.9262086514vw;
  }
}
.c-gallery__col--2row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: 640px;
}
@media screen and (max-width:767px) {
  .c-gallery__col--2row {
    width: 47.3282442748vw;
    min-width: 47.3282442748vw;
    gap: 2.7989821883vw;
  }
  .c-gallery__col--2row .c-gallery__item {
    height: 24.9363867684vw;
  }
}
.c-gallery__col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.c-sect-xl + .c-sect-xl {
  margin-top: 100px;
}
@media screen and (max-width:767px) {
  .c-sect-xl + .c-sect-xl {
    margin-top: 50px;
  }
}

.c-sect-lg + .c-sect-lg {
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .c-sect-lg + .c-sect-lg {
    margin-top: 40px;
  }
}

.c-sect-md + .c-sect-md {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .c-sect-md + .c-sect-md {
    margin-top: 30px;
  }
}

.c-sect-sm + .c-sect-sm {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .c-sect-sm + .c-sect-sm {
    margin-top: 20px;
  }
}

.c-sect-xs + .c-sect-xs {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .c-sect-xs + .c-sect-xs {
    margin-top: 10px;
  }
}

.c-tag {
  display: inline-block;
  min-width: 120px;
  padding: 3px 10px;
  font-size: 1.2rem;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.c-tag--01 {
  background-color: #000;
}

.c-table-01 table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #eee;
}
.c-table-01 th,
.c-table-01 td {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .c-table-01 th,
  .c-table-01 td {
    padding: 15px;
  }
}
.c-table-01 th {
  width: 200px;
  vertical-align: middle;
  background-color: #000;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-table-01 th {
    width: 120px;
  }
}

.c-ttl-01 {
  text-align: left;
  font-weight: 500;
  line-height: 1.1428571429;
  font-size: 70px;
  margin-bottom: 52px;
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    font-size: 7.6335877863vw;
    line-height: 1.3333333333;
    margin-bottom: 13.7404580153vw;
  }
}

.c-ttl-02 {
  font-size: 160px;
  line-height: 1;
  position: fixed;
  left: -110px;
  top: 350px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 400;
}
@media screen and (max-width: 1580px) {
  .c-ttl-02 {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    position: relative;
    left: 0;
    top: initial;
    -webkit-transform: none;
            transform: none;
    padding: 20.3562340967vw 0 8.1424936387vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 7.6335877863vw;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
  }
}

.c-ttl-03 {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .c-ttl-03 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.c-ttl-04 {
  text-align: left;
  font-weight: 500;
  line-height: 1.3333333333;
  font-size: 7.6335877863vw;
  margin-bottom: 9.9236641221vw;
}
@media print, screen and (min-width:768px) {
  .c-ttl-04 {
    font-size: 40px;
    line-height: 1.48;
    margin-bottom: 36px;
    letter-spacing: -0.01em;
  }
}

.c-ttl-05 {
  text-align: left;
  font-weight: 500;
  line-height: 1.4444444444;
  font-size: 4.5801526718vw;
  margin-bottom: 8.1424936387vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width:768px) {
  .c-ttl-05 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.c-ttl-05 span {
  font-size: 3.5623409669vw;
  line-height: 1.8;
}
@media print, screen and (min-width:768px) {
  .c-ttl-05 span {
    font-size: 20px;
    margin-top: 4px;
  }
}
.c-ttl-05 span i {
  font-style: normal;
  display: block;
  font-size: 14px;
}
.c-ttl-05--02 {
  margin-bottom: 7.6335877863vw;
}
@media print, screen and (min-width:768px) {
  .c-ttl-05--02 {
    margin-bottom: 38px;
  }
  .c-ttl-05--02 span {
    margin-top: 0;
  }
}

.c-ttl-06 {
  font-size: 40px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .c-ttl-06 {
    font-size: 7.6335877863vw;
  }
}
.c-ttl-06 span {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .c-ttl-06 span {
    font-size: 3.5623409669vw;
  }
}
.c-ttl-06--full {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:767px) {
  .c-ttl-06--full {
    font-size: 4.0712468193vw;
  }
}
.c-ttl-06 + .c-txt {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .c-ttl-06 + .c-txt {
    margin-top: 2.5445292621vw;
  }
}

.c-txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width:767px) {
  .c-txt {
    font-size: 3.0534351145vw;
    line-height: 2;
  }
}

@media print, screen and (min-width:768px) {
  .p-anchor-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -10px -5px 0;
  }
}
.p-anchor-link ul li {
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .p-anchor-link ul li {
    width: calc(100% - 10px);
    padding: 0 5px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link ul li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.p-anchor-link ul li a {
  max-width: none;
}
@media print, screen and (min-width:768px) {
  .p-anchor-link--wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width:768px) {
  .p-anchor-link--wrap ul li {
    width: calc(25% - 10px);
  }
}

.p-article-header {
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width:768px) {
  .p-article-header {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-article-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.p-article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width:768px) {
  .p-article-header__meta {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-article-header__meta {
    margin-bottom: 15px;
  }
}
.p-article-header__time {
  color: #999;
  font-size: 1.4rem;
}
.p-article-header__tag {
  margin-left: 20px;
}
.p-article-header__ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:768px) {
  .p-article-header__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:767px) {
  .p-article-header__ttl {
    font-size: 2.5rem;
  }
}

.p-article-body > * + * {
  margin-top: 20px;
}
.p-article-body img {
  width: auto;
  max-width: 100%;
}

.p-breadcrumb {
  font-size: 1.3rem;
  line-height: 1;
}
.p-breadcrumb ul li {
  float: left;
  position: relative;
}
.p-breadcrumb ul li + li {
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
}
.p-breadcrumb ul li + li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -4px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

.p-form-step {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {
  .p-form-step {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.p-form-step ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: -3px 0;
  overflow: hidden;
}
.p-form-step ul li {
  position: relative;
  padding: 0;
  margin: 3px 3px 3px 0;
  width: 100%;
}
.p-form-step ul li div {
  position: relative;
  padding: 0 0.8em 0 1.6em;
  background-color: #f2f3f6;
  border-color: #f2f3f6;
  display: block;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .p-form-step ul li div {
    padding: 0 0.2em 0 1em;
    height: 50px;
  }
}
.p-form-step ul li:after,
.p-form-step ul li div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  border: 30px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 2;
  border-left-color: inherit;
}
@media screen and (max-width:767px) {
  .p-form-step ul li:after,
  .p-form-step ul li div:after {
    border-width: 25px;
    border-right-width: 0;
    border-left-width: 10px;
  }
}
.p-form-step ul li:after {
  z-index: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  border-left-color: #fff;
  margin: 0;
}
.p-form-step ul li:first-of-type div {
  padding-left: 1.6em;
}
@media screen and (max-width:767px) {
  .p-form-step ul li:first-of-type div {
    padding-left: 1em;
  }
}
.p-form-step ul li:last-of-type {
  margin-right: 0;
}
.p-form-step ul li.is-current div {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.p-form-step ul li.is-finished div {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}

.p-form-table {
  border-top: 1px solid #eee;
  word-break: break-all;
  font-size: 1.6rem;
}
.p-form-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:1024px) {
  .p-form-table__item {
    display: block;
  }
}
.p-form-table__required {
  display: inline-block;
  width: 42px;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
}
.p-form-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  background: #f2f3f6;
  padding: 30px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .p-form-table__head {
    width: auto;
    padding: 20px 15px;
    font-size: 1.7rem;
  }
}
.p-form-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
  padding: 25px 30px;
}
@media screen and (max-width:1024px) {
  .p-form-table__body {
    width: auto;
    padding: 25px 15px;
  }
}
.p-form-table__body input {
  max-width: 700px;
}
.p-form-table__body textarea {
  max-width: 700px;
  min-height: 170px;
}
.p-form-table__body-inner {
  width: 100%;
}
.p-form-table .is-error .c-form-input,
.p-form-table .is-error .c-form-radio span:before,
.p-form-table .is-error .c-form-checkbox span:before,
.p-form-table .is-error .c-form-select select,
.p-form-table .is-error .c-form-textarea {
  background-color: #ffeeee;
}

.p-form-input-small {
  max-width: 200px !important;
}

@media print, screen and (min-width:768px) {
  .p-form-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-form-name li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .p-form-name li:nth-child(n+2) {
    margin-left: 7%;
  }
}
@media screen and (max-width:767px) {
  .p-form-name li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-form-name li span {
  display: inline-block;
  min-width: 45px;
  padding-right: 5px;
}
@media print, screen and (min-width:768px) {
  .p-form-name li input {
    max-width: 240px;
  }
}

.p-form-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .p-form-postcode {
    position: relative;
    padding-bottom: 65px;
  }
}
.p-form-postcode__zip1 {
  max-width: 100px !important;
}
.p-form-postcode__zip2 {
  max-width: 120px !important;
}
.p-form-postcode__symbol {
  display: inline-block;
  min-width: 45px;
  padding-right: 5px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__symbol {
    min-width: 30px;
  }
}
.p-form-postcode__bar {
  padding: 0 13px;
  text-align: center;
  min-width: 43px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__bar {
    padding: 0 10px;
    min-width: 35px;
  }
}
.p-form-postcode__btn {
  width: 100%;
  max-width: 140px;
  min-width: 100px;
  height: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  background: #000;
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__btn {
    max-width: 155px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

.p-form-address * + * {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .p-form-address * + * {
    margin-top: 20px;
  }
}
.p-form-address__pref {
  width: 240px;
}
@media screen and (max-width:767px) {
  .p-form-address__pref {
    width: 210px;
  }
}
.p-form-address__txt {
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-form-address__txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width:768px) {
  .p-form-list li:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-form-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-form-privacy {
  margin-top: 50px;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-form-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-form-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-form-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.p-form-btn__item {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item {
    width: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__submit {
    max-width: 345px;
    height: 55px;
  }
}

.p-form-thanks {
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-form-thanks {
    text-align: left;
  }
}
.p-form-thanks__lead {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .p-form-thanks__lead {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-form-thanks__notes {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-form-thanks__notes {
    margin-top: 15px;
  }
}

.p-form-error-txt {
  color: #cc0000;
  margin-top: 10px;
}
.p-form-error-txt + .p-form-error-txt {
  margin-top: 0;
}

.p-mwform .error {
  display: block;
  color: #e51717;
  margin-top: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width:1024px) {
  .p-mwform .error {
    font-size: 1.3rem;
  }
}
.p-mwform .error + .error {
  margin-top: 0.2em;
}
.p-mwform .error::before {
  content: "※";
}
.p-mwform .is-error input,
.p-mwform .is-error select,
.p-mwform .is-error textarea {
  border-color: #e51717;
  background: #fff5f5;
}
.p-mwform .mwform-radio-field {
  display: block;
  line-height: 1;
}
.p-mwform .mwform-radio-field label {
  display: inline-block;
  cursor: pointer;
  min-height: 20px;
}
.p-mwform .mwform-radio-field label span {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width:1024px) {
  .p-mwform .mwform-radio-field label span {
    font-size: 1.4rem;
  }
}
.p-mwform .mwform-radio-field label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mwform .mwform-radio-field label span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mwform .mwform-radio-field label input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
}
.p-mwform .mwform-radio-field label input[type=radio]:checked + span:after {
  visibility: visible;
}
.p-mwform .mwform-checkbox-field {
  display: block;
  line-height: 1;
}
.p-mwform .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  min-height: 20px;
}
.p-mwform .mwform-checkbox-field label span {
  display: block;
  padding: 0 0 0 30px;
  position: relative;
  line-height: 1.4;
  font-size: 1.5rem;
}
@media screen and (max-width:1024px) {
  .p-mwform .mwform-checkbox-field label span {
    font-size: 1.4rem;
  }
}
.p-mwform .mwform-checkbox-field label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mwform .mwform-checkbox-field label span:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-mwform .mwform-checkbox-field label input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
}
.p-mwform .mwform-checkbox-field label input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.p-mwform-step {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {
  .p-mwform-step {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.p-mwform-step ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: -3px 0;
  overflow: hidden;
}
.p-mwform-step ul li {
  position: relative;
  padding: 0;
  margin: 3px 3px 3px 0;
  width: 100%;
}
.p-mwform-step ul li div {
  position: relative;
  padding: 0 0.8em 0 1.6em;
  background-color: #f2f3f6;
  border-color: #f2f3f6;
  display: block;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .p-mwform-step ul li div {
    padding: 0 0.2em 0 1em;
    height: 50px;
  }
}
.p-mwform-step ul li:after,
.p-mwform-step ul li div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  border: 30px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 2;
  border-left-color: inherit;
}
@media screen and (max-width:767px) {
  .p-mwform-step ul li:after,
  .p-mwform-step ul li div:after {
    border-width: 25px;
    border-right-width: 0;
    border-left-width: 10px;
  }
}
.p-mwform-step ul li:after {
  z-index: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  border-left-color: #fff;
  margin: 0;
}
.p-mwform-step ul li:first-of-type div {
  padding-left: 1.6em;
}
@media screen and (max-width:767px) {
  .p-mwform-step ul li:first-of-type div {
    padding-left: 1em;
  }
}
.p-mwform-step ul li:last-of-type {
  margin-right: 0;
}
.p-mwform-step ul li.is-current div {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.p-mwform-step ul li.is-finished div {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}

.p-mwform-table {
  border-top: 1px solid #eee;
  word-break: break-all;
  font-size: 1.6rem;
}
.p-mwform-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:1024px) {
  .p-mwform-table__item {
    display: block;
  }
}
.p-mwform-table__required {
  display: inline-block;
  width: 42px;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
}
.p-mwform-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  background: #f2f3f6;
  padding: 30px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .p-mwform-table__head {
    width: auto;
    padding: 20px 15px;
    font-size: 1.7rem;
  }
}
.p-mwform-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
  padding: 25px 30px;
}
@media screen and (max-width:1024px) {
  .p-mwform-table__body {
    width: auto;
    padding: 25px 15px;
  }
}
.p-mwform-table__body input {
  max-width: 700px;
}
.p-mwform-table__body textarea {
  max-width: 700px;
  min-height: 170px;
}
.p-mwform-table__body-inner {
  width: 100%;
}

.p-mwform-parts-input input {
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  border: 1px solid #eee;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-input input {
    height: 55px;
    padding: 0 15px;
  }
}
@media screen and (max-width:374px) {
  .p-mwform-parts-input input {
    padding: 0 10px;
  }
}

.p-mwform-parts-select {
  position: relative;
  max-width: 300px;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-select {
    max-width: 250px;
  }
}
.p-mwform-parts-select select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 20px;
  border: 1px solid #eee;
  background: #fff;
  height: 55px;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-select select {
    height: 55px;
    padding: 0 40px 0 15px;
  }
}
@media screen and (max-width:374px) {
  .p-mwform-parts-select select {
    padding: 0 40px 0 10px;
  }
}
.p-mwform-parts-select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000222 transparent transparent transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.p-mwform-parts-textarea textarea {
  display: block;
  width: 100%;
  min-height: 220px;
  vertical-align: bottom;
  padding: 15px 20px;
  border: 1px solid #eee;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-textarea textarea {
    padding: 15px;
  }
}
@media screen and (max-width:374px) {
  .p-mwform-parts-textarea textarea {
    padding: 15px 10px;
  }
}

.p-mwform-parts-list {
  min-height: 55px;
  padding: 18px 0 0;
}
@media screen and (max-width:767px) {
  .p-mwform-parts-list {
    padding-top: 0;
  }
}
.p-mwform-parts-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1em 0 0 -2em !important;
}
@media screen and (max-width:767px) {
  .p-mwform-parts-list__items {
    margin: -1em 0 0 -1em !important;
  }
}
.p-mwform-parts-list__items > * {
  margin: 1em 0 0 2em !important;
}
@media screen and (max-width:767px) {
  .p-mwform-parts-list__items > * {
    width: calc(50% - 1em);
    margin: 1em 0 0 1em !important;
  }
}
.p-mwform-parts-list + .p-mwform-parts-input {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-list + .p-mwform-parts-input {
    margin-top: 15px;
  }
}

.p-mwform-parts-zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 425px;
}
.p-mwform-parts-zip__ico {
  width: 20px;
}
.p-mwform-parts-zip__input {
  width: calc(100% - 145px);
}
.p-mwform-parts-zip__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 55px;
  margin-left: 15px;
  background: #777;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-mwform-parts-zip__btn:hover {
    background: #000;
  }
}

.p-mwform-parts-upload__item + .p-mwform-parts-upload__item {
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-upload__item + .p-mwform-parts-upload__item {
    margin-top: 15px;
  }
}
.p-mwform-parts-upload__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-mwform-parts-upload input[type=file] {
  display: none !important;
}
.p-mwform-parts-upload label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 55px;
  margin-right: 10px;
  background: #777;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width:1024px) {
  .p-mwform-parts-upload label {
    font-size: 1.4rem;
    min-width: 150px;
  }
}
.p-mwform-parts-upload label::before {
  content: "ファイルを選択";
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-mwform-parts-upload label:hover {
    background: #000;
  }
}
.p-mwform-parts-upload .mwform-file-delete {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 25px;
  height: 25px;
  background: #777;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 0.5em;
  visibility: hidden;
}
.p-mwform-parts-upload p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1.4;
}

.p-mwform-privacy {
  margin-top: 50px;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-mwform-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-mwform-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-mwform-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-mwform-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-mwform-btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.p-mwform-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 40px;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #000;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-mwform-btn button::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><polygon fill="%23000" points="6 0 0 0 9 12 0 24 6 24 15 12 6 0"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media print, screen and (min-width:768px) {
  .p-mwform-btn button:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .p-mwform-btn button:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-mwform-btn button:hover {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
  .is-view-pc .p-mwform-btn button:hover::after {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 24"><polygon fill="%23fff" points="6 0 0 0 9 12 0 24 6 24 15 12 6 0"/></svg>');
  }
}
.p-mwform-btn button.p-mwform-btn__back::after {
  right: inherit;
  left: 15px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.p-mwform-btn button:disabled {
  background: #ccc;
  border-color: #ccc;
  color: #777;
  pointer-events: none;
}
.p-mwform-btn button:disabled::after {
  display: none;
}

.p-mwform-thanks {
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-mwform-thanks {
    text-align: left;
  }
}
.p-mwform-thanks__lead {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .p-mwform-thanks__lead {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-mwform-thanks__notes {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-mwform-thanks__notes {
    margin-top: 15px;
  }
}

.p-mwform-confirm .p-mwform-table__required {
  display: none;
}
.p-mwform-confirm .p-mwform-parts-list {
  display: block;
  margin: 0;
  padding: 0;
  min-height: inherit;
}
.p-mwform-confirm .p-mwform-parts-list__items {
  display: inline;
  margin: 0 !important;
}
.p-mwform-confirm .p-mwform-parts-select {
  display: inline;
  margin: 0 !important;
  width: auto;
}
.p-mwform-confirm .p-mwform-parts-select::after {
  display: none;
}
.p-mwform-confirm .p-mwform-parts-zip__btn {
  display: none;
}
.p-mwform-confirm .p-mwform-parts-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-mwform-confirm .p-mwform-parts-upload__item {
  margin: 0;
  display: inline;
}
.p-mwform-confirm .p-mwform-parts-upload__box {
  display: inline;
}
.p-mwform-confirm .p-mwform-parts-upload .mw-wp-form_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mwform-confirm .p-mwform-parts-upload .mw-wp-form_image img {
  max-width: 200px;
  max-height: 200px;
}
@media screen and (max-width:1024px) {
  .p-mwform-confirm .p-mwform-parts-upload .mw-wp-form_image img {
    max-width: 22vw;
    max-height: 22vw;
  }
}
@media screen and (max-width:767px) {
  .p-mwform-confirm .p-mwform-parts-upload .mw-wp-form_image img {
    max-width: 26vw;
    max-height: 26vw;
  }
}
.p-mwform-confirm .p-mwform-privacy {
  display: none;
}

.p-news-list__items {
  border-top: 1px solid #eee;
}
.p-news-list__item {
  border-bottom: 1px solid #eee;
}
.p-news-list__link {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .p-news-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 40px 20px 15px;
  }
}
@media screen and (max-width:767px) {
  .p-news-list__link {
    display: block;
    padding: 20px 25px 20px 0;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-news-list__link:hover {
    background: #eee;
  }
}
.p-news-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width:768px) {
  .p-news-list__meta {
    width: 250px;
  }
}
@media screen and (max-width:767px) {
  .p-news-list__meta {
    margin-bottom: 10px;
  }
}
.p-news-list__time {
  display: inline-block;
  color: #999;
  font-size: 1.4rem;
  width: 100px;
}
.p-news-list__tag {
  max-width: 120px;
}
@media print, screen and (min-width:768px) {
  .p-news-list__txt {
    width: calc(100% - 250px);
  }
}
.p-news-list i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
@media print, screen and (min-width:768px) {
  .p-news-list i {
    right: 15px;
  }
}
@media screen and (max-width:767px) {
  .p-news-list i {
    right: 5px;
  }
}

.p-page-header {
  background-color: #999;
  color: #fff;
}
.p-page-header__inner {
  position: relative;
}
.p-page-header__breadcrumb {
  position: absolute;
  top: 15px;
  left: 20px;
}
@media screen and (max-width:767px) {
  .p-page-header__breadcrumb {
    display: none;
  }
}
.p-page-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .p-page-header__box {
    height: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-page-header__box {
    height: 150px;
  }
}
.p-page-header__ttl {
  font-weight: 700;
}
@media print, screen and (min-width:768px) {
  .p-page-header__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width:767px) {
  .p-page-header__ttl {
    font-size: 3rem;
  }
}

.p-pager {
  margin: 60px -8px 0;
  text-align: center;
  font-size: 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-pager {
    margin: 30px 0 0;
  }
}
.p-pager li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-pager li {
    margin: 0 4px;
  }
}
.p-pager li a {
  display: block;
  border: 1px solid #000;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-pager li a:hover {
    color: #fff;
    background: #000;
  }
}
.p-pager li span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
}
@media screen and (max-width:767px) {
  .p-pager li span {
    min-width: 30px;
    height: 35px;
    line-height: 35px;
  }
}
.p-pager li.p-pager__current {
  color: #fff;
  background: #000;
}
.p-pager li.p-pager__blank {
  padding: 1px;
  margin: 0 -8px;
}
.p-pager li.p-pager__prev, .p-pager li.p-pager__next {
  width: 100px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 75px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev span, .p-pager li.p-pager__next span {
    overflow: hidden;
    font-size: 0;
    display: block;
  }
}
.p-pager li.p-pager__prev span i, .p-pager li.p-pager__next span i {
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-pager li.p-pager__prev a:hover span i svg, .is-view-pc .p-pager li.p-pager__next a:hover span i svg {
    fill: #fff;
  }
}
.p-pager li.p-pager__prev {
  margin-right: 40px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev {
    left: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:768px) {
  .p-pager li.p-pager__prev span {
    padding-left: 25px;
  }
}
.p-pager li.p-pager__prev span .c-ico-arrow-01 {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev span .c-ico-arrow-01 {
    left: 14px;
  }
}
.p-pager li.p-pager__next {
  margin-left: 40px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__next {
    right: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:768px) {
  .p-pager li.p-pager__next span {
    padding-right: 25px;
  }
}
.p-pager li.p-pager__next span .c-ico-arrow-01 {
  right: 0;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__next span .c-ico-arrow-01 {
    right: 14px;
  }
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Serif JP", sans-serif;
}

.u-ff-en {
  font-family: "DINPro", sans-serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #fff !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #fff !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}

.u-fade, .u-fade-inleft-delay-09, .u-fade-inleft-delay-08, .u-fade-inleft-delay-07, .u-fade-inleft-delay-06, .u-fade-inleft-delay-05, .u-fade-inleft-delay-04, .u-fade-inleft-delay-03, .u-fade-inleft-delay-02, .u-fade-inleft-delay-01, .u-fade-delay-09, .u-fade-delay-08, .u-fade-delay-07, .u-fade-delay-06, .u-fade-delay-05, .u-fade-delay-04, .u-fade-delay-03, .u-fade-delay-02, .u-fade-delay-01 {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-fade.is-animated, .is-animated.u-fade-inleft-delay-09, .is-animated.u-fade-inleft-delay-08, .is-animated.u-fade-inleft-delay-07, .is-animated.u-fade-inleft-delay-06, .is-animated.u-fade-inleft-delay-05, .is-animated.u-fade-inleft-delay-04, .is-animated.u-fade-inleft-delay-03, .is-animated.u-fade-inleft-delay-02, .is-animated.u-fade-inleft-delay-01, .is-animated.u-fade-delay-09, .is-animated.u-fade-delay-08, .is-animated.u-fade-delay-07, .is-animated.u-fade-delay-06, .is-animated.u-fade-delay-05, .is-animated.u-fade-delay-04, .is-animated.u-fade-delay-03, .is-animated.u-fade-delay-02, .is-animated.u-fade-delay-01 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fade-delay-01 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}
.u-fade-delay-02 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}
.u-fade-delay-03 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.u-fade-delay-04 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}
.u-fade-delay-05 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}
.u-fade-delay-06 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}
.u-fade-delay-07 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.u-fade-delay-08 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}
.u-fade-delay-09 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.u-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-fade-in.is-animated {
  opacity: 1;
}

.u-run-right {
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-run-right.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.u-fade-inleft {
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.45, 0.25, 1), transform 0.7s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 0.7s cubic-bezier(0, 0.45, 0.25, 1);
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-fade-inleft.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.u-fade-inleft-delay-01 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}
.u-fade-inleft-delay-02 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}
.u-fade-inleft-delay-03 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.u-fade-inleft-delay-04 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}
.u-fade-inleft-delay-05 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}
.u-fade-inleft-delay-06 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}
.u-fade-inleft-delay-07 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.u-fade-inleft-delay-08 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}
.u-fade-inleft-delay-09 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.u-fade-left, .u-fade-left-delay-09, .u-fade-left-delay-08, .u-fade-left-delay-07, .u-fade-left-delay-06, .u-fade-left-delay-05, .u-fade-left-delay-04, .u-fade-left-delay-03, .u-fade-left-delay-02, .u-fade-left-delay-01 {
  position: relative;
  overflow: hidden;
  display: block;
}
.u-fade-left:after, .u-fade-left-delay-09:after, .u-fade-left-delay-08:after, .u-fade-left-delay-07:after, .u-fade-left-delay-06:after, .u-fade-left-delay-05:after, .u-fade-left-delay-04:after, .u-fade-left-delay-03:after, .u-fade-left-delay-02:after, .u-fade-left-delay-01:after {
  content: "";
  background: #f2f2f2;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: -1px;
  bottom: 0;
  z-index: 16;
  display: block;
  width: calc(100% + 1px);
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.u-fade-left.is-animated:after, .is-animated.u-fade-left-delay-09:after, .is-animated.u-fade-left-delay-08:after, .is-animated.u-fade-left-delay-07:after, .is-animated.u-fade-left-delay-06:after, .is-animated.u-fade-left-delay-05:after, .is-animated.u-fade-left-delay-04:after, .is-animated.u-fade-left-delay-03:after, .is-animated.u-fade-left-delay-02:after, .is-animated.u-fade-left-delay-01:after {
  width: 0;
  left: 100%;
}
.u-fade-left-delay-01:after {
  -webkit-transition-delay: 100ms !important;
          transition-delay: 100ms !important;
}
.u-fade-left-delay-02:after {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}
.u-fade-left-delay-03:after {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}
.u-fade-left-delay-04:after {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}
.u-fade-left-delay-05:after {
  -webkit-transition-delay: 500ms !important;
          transition-delay: 500ms !important;
}
.u-fade-left-delay-06:after {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.u-fade-left-delay-07:after {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}
.u-fade-left-delay-08:after {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}
.u-fade-left-delay-09:after {
  -webkit-transition-delay: 900ms !important;
          transition-delay: 900ms !important;
}

.u-bright {
  opacity: 0;
  -webkit-filter: brightness(1.4);
  filter: brightness(1.4);
  will-change: filter, opacity;
  -webkit-transition: opacity 0.3s ease-out 0s, -webkit-filter 0.4s ease-in-out 0.1s;
  transition: opacity 0.3s ease-out 0s, -webkit-filter 0.4s ease-in-out 0.1s;
  transition: opacity 0.3s ease-out 0s, filter 0.4s ease-in-out 0.1s;
  transition: opacity 0.3s ease-out 0s, filter 0.4s ease-in-out 0.1s, -webkit-filter 0.4s ease-in-out 0.1s;
}
.u-bright.is-animated {
  opacity: 1 !important;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .l-inner {
    padding: 0 5.0890585242vw;
  }
}

.l-sticky {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width:767px) {
  .l-sticky {
    padding: 0 5.0890585242vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20.3562340967vw;
  }
}

.l-fixed {
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-fixed {
    display: block;
    position: relative;
    overflow: visible !important;
  }
  .l-fixed__wrap {
    width: 33.33333vw;
    max-width: 640px;
    position: sticky;
    top: 100px;
    padding-top: 150px;
  }
}
@media screen and (max-width:767px) {
  .l-fixed {
    width: 100%;
    max-width: 100%;
  }
  .l-fixed__wrap {
    width: 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width:768px) {
  .l-content {
    width: calc(100% - 33.33333vw);
    padding-top: 250px;
  }
}
@media screen and (max-width:767px) {
  .l-content {
    width: 100%;
  }
}
.l-content .c-media-01__title {
  margin-bottom: 57px;
}
.l-content .ticket-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 55px;
}
@media screen and (max-width:767px) {
  .l-content .ticket-title {
    font-size: 7.6335877863vw;
    margin-bottom: 12.7226463104vw;
  }
}
.l-content .ticket-sub {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .l-content .ticket-sub {
    font-size: 4.5801526718vw;
    margin-bottom: 2.5445292621vw;
  }
}
.l-content .ticket-txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width:767px) {
  .l-content .ticket-txt {
    font-size: 3.5623409669vw;
  }
}
.l-content .ticket-txt + .ticket-sub {
  margin-top: 55px;
}
@media screen and (max-width:767px) {
  .l-content .ticket-txt + .ticket-sub {
    margin-top: 5.0890585242vw;
  }
}

.block-ticket {
  margin: 0px auto 150px;
}
@media screen and (max-width:767px) {
  .block-ticket {
    margin-bottom: 33.0788804071vw;
  }
}
.block-ticket__txt {
  font-size: 14px;
  line-height: 2.1428571429;
}
@media screen and (max-width:767px) {
  .block-ticket__txt {
    font-size: 3.5623409669vw;
    margin-top: 12.7226463104vw;
  }
}
.block-ticket__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.0890585242vw;
}
@media print, screen and (min-width:768px) {
  .block-ticket__menu {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .block-ticket__menu {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .block-ticket__menu {
    margin-bottom: 5.0890585242vw;
  }
}
.block-ticket__menu-fixed {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  right: 0;
  bottom: -30.534351145vw;
  padding: 5.0890585242vw;
  gap: 3.0534351145vw;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.block-ticket__menu-fixed.is-fixed {
  bottom: 0;
}
.block-ticket__menu-fixed .ticket-mv__item {
  width: calc(50% - 1.5267175573vw);
}
.block-ticket__menu-fixed .ticket-mv__link {
  font-size: 2.5445292621vw;
  padding: 2.5445292621vw 5.0890585242vw 2.5445292621vw 3.8167938931vw;
  height: 8.3969465649vw;
}
.block-ticket__menu-fixed .ticket-mv__link:after {
  width: 2.2900763359vw;
  height: 2.2900763359vw;
  right: 2.2900763359vw;
}
@media print, screen and (min-width:768px) {
  .block-ticket__menu-fixed {
    display: none;
  }
}
.block-ticket__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .block-ticket__item {
    height: 60px;
    width: calc(50% - 10px);
    /* max-width: 310px; */
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .block-ticket__item {
    width: 100%;
  }
}
.block-ticket__link {
  padding: 2.5445292621vw 4.5801526718vw 2.5445292621vw 5.0890585242vw;
  display: block;
  color: #fff;
  font-size: 4.0712468193vw;
  font-family: "Noto Sans JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  height: 15.2671755725vw;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .block-ticket__link {
    height: 40px;
  }
}
.block-ticket__link b {
  font-weight: 400;
  position: relative;
  vertical-align: baseline;
  line-height: inherit;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-ticket__link b:after {
  content: "";
  background: url(/assets/images/icon_arow_up.svg) no-repeat center center;
  width: 15px;
  height: 15px;
  background-size: 100%;
  display: block;
  position: relative;
  top: 0px;
  margin-left: 11px;
}
@media print, screen and (min-width:768px) {
  .block-ticket__link b:after {
    display: none;
  }
}
.block-ticket__link b i {
  font-style: normal;
}
@media screen and (max-width:767px) {
  .block-ticket__link b {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-ticket__link b strong {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-ticket__link span {
  position: absolute;
  display: block;
}
.block-ticket__link:active {
  border: 1px solid #000;
}
.block-ticket__link:active span:nth-child(1) {
  top: 0;
  left: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: linear-gradient(90deg, transparent, #fff);
  -webkit-animation: btn-anim1 1s linear infinite;
          animation: btn-anim1 1s linear infinite;
}
.block-ticket__link:active span:nth-child(2) {
  top: -101%;
  right: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  -webkit-animation: btn-anim2 1s linear infinite;
          animation: btn-anim2 1s linear infinite;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.block-ticket__link:active span:nth-child(3) {
  bottom: 0;
  right: -101%;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
  background: linear-gradient(270deg, transparent, #fff);
  -webkit-animation: btn-anim3 1s linear infinite;
          animation: btn-anim3 1s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.block-ticket__link:active span:nth-child(4) {
  bottom: -101%;
  left: 0;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
  background: linear-gradient(360deg, transparent, #fff);
  -webkit-animation: btn-anim4 1s linear infinite;
          animation: btn-anim4 1s linear infinite;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
@media print, screen and (min-width:768px) {
  .block-ticket__link {
    height: 60px;
    padding: 10px;
    font-size: clamp(8px, 0.83333333vw, 16px);
    white-space: nowrap;
    overflow: hidden;
  }
  .block-ticket__link:hover {
    border: 1px solid #000;
  }
  .block-ticket__link:hover span:nth-child(1) {
    top: 0;
    left: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
    -webkit-animation: btn-anim1 1s linear infinite;
            animation: btn-anim1 1s linear infinite;
  }
  .block-ticket__link:hover span:nth-child(2) {
    top: -101%;
    right: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(180deg, transparent, #fff);
    -webkit-animation: btn-anim2 1s linear infinite;
            animation: btn-anim2 1s linear infinite;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .block-ticket__link:hover span:nth-child(3) {
    bottom: 0;
    right: -101%;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(#fff));
    background: linear-gradient(270deg, transparent, #fff);
    -webkit-animation: btn-anim3 1s linear infinite;
            animation: btn-anim3 1s linear infinite;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .block-ticket__link:hover span:nth-child(4) {
    bottom: -101%;
    left: 0;
    width: 1px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#fff));
    background: linear-gradient(360deg, transparent, #fff);
    -webkit-animation: btn-anim4 1s linear infinite;
            animation: btn-anim4 1s linear infinite;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
  .block-ticket__link span {
    position: absolute;
    display: block;
  }
}
@media screen and (max-width:767px) {
  .block-ticket__link:after {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .block-ticket__link:after {
    content: "";
    background: url(/assets/images/icon_blank.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    right: 18px;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5.0890585242vw;
}
@media print, screen and (min-width:768px) {
  .price {
    margin: 5px 0 20px;
  }
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 17.048346056vw;
  padding: 0 5.0890585242vw;
  font-size: 5.0890585242vw;
  background: #000;
}
.price__item:nth-child(odd) {
  background: #2B2B2B;
}
@media print, screen and (min-width:768px) {
  .price__item {
    height: 67px;
    padding: 0 20px;
    font-size: 20px;
  }
}
.price__txt {
  width: calc(100% - 19.0839694656vw);
}
@media print, screen and (min-width:768px) {
  .price__txt {
    width: calc(100% - 75px);
  }
}
.price__num {
  width: 19.0839694656vw;
  text-align: right;
}
@media print, screen and (min-width:768px) {
  .price__num {
    width: 75px;
  }
}

.l-container {
  position: relative;
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.l-page.is-fixed {
  padding-top: 200px;
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /* Bắt đầu ngoài khung nhìn bên phải */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /* Kết thúc ngoài khung nhìn bên trái */
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /* Bắt đầu ngoài khung nhìn bên phải */
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /* Kết thúc ngoài khung nhìn bên trái */
  }
}
.l-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 200px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9004;
}
@media screen and (min-width: 770px) {
  .l-header.is-open {
    background: rgb(0, 0, 0);
    z-index: 9006;
  }
}
@media screen and (max-width:767px) {
  .l-header {
    height: 60.8905852417vw;
    z-index: 9006;
  }
}
.l-header.is-fixed {
  position: fixed;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:767px) {
  .l-header__inner {
    z-index: 8500;
    position: relative;
  }
}
@media print, screen and (min-width:768px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .l-header__bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 8000;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
  }
  .l-header__bg.is-open {
    visibility: visible;
  }
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 27px 1.5625vw 0 0;
}
@media print, screen and (min-width:768px) {
  .l-header__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: 43px;
  }
}
@media screen and (max-width: 769px) {
  .l-header__wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100vw;
    background: #000;
    top: 12.7226463104vw;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9000;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-top: 33.0788804071vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    overflow-y: auto;
    max-height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__wrap.is-open {
    opacity: 1;
    visibility: visible;
  }
}
.l-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5208333333vw;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 1.5625vw 0 2.0833333333vw;
  position: relative;
  left: -0.2083333333vw;
  white-space: nowrap;
}
@media print, screen and (min-width:768px) {
  .l-header__lang {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    padding: 6px 0;
    min-width: 80px;
    max-height: 33px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: top;
            transform-origin: top;
    font-family: "Noto Sans JP", sans-serif;
    gap: 5px;
  }
  .l-header__lang li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width:768px) {
  .l-header__lang:hover {
    max-height: 200px;
  }
}
@media screen and (max-width: 769px) {
  .l-header__lang {
    gap: 3.0534351145vw;
    font-size: 4.0712468193vw;
    margin: 0 0 10.6870229008vw;
    top: 0;
    left: 0;
  }
  .l-header__lang.u-sm-max {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #fff;
    padding: 0.7633587786vw 0;
    min-width: 12.4681933842vw;
    max-height: 6.3613231552vw;
    width: 12.4681933842vw;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: top;
            transform-origin: top;
    font-family: "Noto Sans JP", sans-serif;
    gap: 1.272264631vw;
    position: fixed;
    right: 17.8117048346vw;
    top: 19.0839694656vw;
    left: initial;
    z-index: 9501;
  }
  .l-header__lang.u-sm-max:hover {
    max-height: 50.8905852417vw;
  }
  .l-header__lang.u-sm-max li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__lang.u-sm-max li a {
    font-size: 3.5623409669vw !important;
    width: 100%;
    text-align: center;
    padding: 0.7633587786vw 0;
    color: #fff;
  }
  .l-header__lang.u-sm-max li a:active, .l-header__lang.u-sm-max li a:hover {
    background: #fff;
    color: #000;
  }
  .l-header__lang.u-sm-max li:nth-child(2) {
    margin-top: 0.7633587786vw;
  }
}
.l-header__lang-link {
  color: #747474;
}
@media print, screen and (min-width:768px) {
  .l-header__lang-link {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0.15625vw 0;
  }
}
.l-header__lang-link:hover {
  background: #fff;
  color: #000;
}
.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625vw;
  padding-top: 9px;
}
@media screen and (max-width: 769px) {
  .l-header__sns {
    gap: 15.0127226463vw;
    margin-bottom: 12.7226463104vw;
    padding-top: 0;
  }
}
.l-header__item {
  width: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:768px) {
  .l-header__item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 769px) {
  .l-header__item {
    width: 8.1424936387vw;
  }
}
.l-header__item img {
  width: 100%;
}
.l-header__item:last-child {
  width: 14px;
}
@media screen and (max-width: 769px) {
  .l-header__item:last-child {
    width: 7.1246819338vw;
  }
}

.is-locked .l-header-wrap {
  background: #000;
}

.l-header-logo {
  width: 11.6666666667vw;
  max-width: 224px;
  margin: 27px 0 0 1.5625vw;
  min-width: 180px;
}
@media screen and (max-width: 769px) {
  .l-header-logo {
    width: 100%;
    max-width: 100%;
    padding: 5.0890585242vw 0 0 5.0890585242vw;
    margin: 0;
    position: relative;
    z-index: 9500;
  }
  .l-header-logo.is-open {
    background: #000;
  }
  .l-header-logo img {
    width: 56.9974554707vw;
    min-width: 56.9974554707vw;
  }
}
.l-header-logo__link {
  display: block;
}
@media screen and (max-width:767px) {
  .l-header-logo__link {
    margin-right: 34.3511450382vw;
  }
}

@media print, screen and (min-width:768px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .l-header-menu {
    color: transparent;
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    right: 3.8167938931vw;
    top: 12.7226463104vw;
    z-index: 9501;
    background: none;
    outline: none;
    width: 6.6157760814vw;
    height: 6.6157760814vw;
  }
  .l-header-menu:before {
    content: "";
    display: block;
    background: #fff;
    width: 0.5089058524vw;
    height: 5.5979643766vw;
    position: absolute;
    top: 0.5089058524vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-header-menu span {
    display: block;
    width: 6.6157760814vw;
    height: 6.6157760814vw;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    overflow: hidden;
  }
  .l-header-menu span:before, .l-header-menu span:after {
    content: "";
    display: block;
    background: #fff;
    width: 0.5089058524vw;
    height: 6.6157760814vw;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-header-menu span:before {
    left: 0.5089058524vw;
  }
  .l-header-menu span:after {
    right: 0.5089058524vw;
  }
  .l-header-menu i {
    font-size: 2.5445292621vw;
    position: absolute;
    bottom: -3.8167938931vw;
    color: #fff;
    white-space: nowrap;
    font-style: normal;
    left: 0.5089058524vw;
  }
  .l-header-menu i:after {
    content: "目次";
  }
  .l-header-menu.is-open:before {
    opacity: 0;
  }
  .l-header-menu.is-open i {
    left: -0.2544529262vw;
  }
  .l-header-menu.is-open i:after {
    content: "閉じる";
  }
  .l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
    top: 0;
    height: 10.941475827vw;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  .l-header-menu.is-open span:before {
    -webkit-transform: rotate(-43deg);
            transform: rotate(-43deg);
    left: 0;
  }
  .l-header-menu.is-open span:after {
    -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header-menu {
    top: 19.0839694656vw;
  }
}

@media print, screen and (min-width:768px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav__inner {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 0 11.4503816794vw;
  }
}
@media print, screen and (min-width:768px) {
  .l-header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    top: -2px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav__items {
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 770px) {
  .l-header-nav__item {
    position: relative;
  }
  .l-header-nav__item.has-child {
    position: relative;
  }
  .l-header-nav__item.has-child:hover:after {
    display: none;
  }
  .l-header-nav__item.has-child:hover .l-header-nav__icon {
    opacity: 1;
    visibility: visible;
  }
  .l-header-nav__item:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 0.78125vw;
    right: 0.78125vw;
    bottom: 0px;
    background: #7f7f7f;
    opacity: 0;
    visibility: hidden;
  }
  .l-header-nav__item .l-header-nav__icon {
    background: url(/assets/images/icon_arrow_menu.svg) no-repeat top left;
    background-size: 100%;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    z-index: 9006;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 5.0890585242vw;
  }
  .l-header-nav__item.has-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-header-nav__item.has-child .l-header-nav__icon {
    background: url(/assets/images/icon_arrow_menu.svg) no-repeat top left;
    width: 5.5979643766vw;
    height: 3.0534351145vw;
    display: block;
    margin-right: 5.0890585242vw;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (width: 768px) {
  .l-header-nav__item .l-header-nav__icon {
    max-width: 22px;
    max-height: 12px;
  }
}
.l-header-nav__link {
  cursor: pointer;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 2px;
  white-space: nowrap;
}
.l-header-nav__link.is-disable {
  color: #747474;
  pointer-events: none;
}
.l-header-nav__link:hover {
  color: #747474;
}
.l-header-nav__link--ticket {
  padding: 0 1.6666666667vw;
  background: rgb(253, 253, 0);
  background: linear-gradient(105deg, rgb(253, 253, 0) 0%, rgb(0, 255, 96) 50%, rgb(253, 253, 0) 100%);
  color: #000;
  background-position: 0% 100%;
  background-size: 200% auto;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
  top: 0px;
  min-width: 7.4479166667vw;
  max-width: 143px;
}
@media screen and (max-width: 769px) {
  .l-header-nav__link--ticket {
    display: none !important;
  }
}
.l-header-nav__link--ticket span {
  position: relative;
  top: 1px;
}
.l-header-nav__link--ticket:active {
  background-position: 100% 200%;
  color: #000;
}
@media print, screen and (min-width:768px) {
  .l-header-nav__link--ticket:hover {
    background-position: 100% 200%;
    color: #000;
  }
}
@media print, screen and (min-width:768px) {
  .l-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 43px;
    font-size: 15px;
    padding: 0 0.5208333333vw;
    position: relative;
    top: -1px;
  }
}
@media screen and (max-width: 1300px) {
  .l-header-nav__link {
    font-size: 0.9375vw;
    padding: 0 0.5208333333vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 5.0890585242vw 0 10.1781170483vw;
    font-size: 5.0890585242vw;
    line-height: 1.35;
  }
}

@media screen and (min-width: 770px) {
  .l-header-nav-drop {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 120px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9005;
  }
  .l-header-nav-drop.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
  .l-header-nav-drop__inner {
    padding: 0;
    max-width: 100%;
    overflow-x: auto;
    height: 245px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }
  .l-header-nav-drop__inner::-webkit-scrollbar {
    display: none;
  }
  .l-header-nav-drop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px;
    gap: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .l-header-nav-drop__item {
    min-width: 324px;
    position: relative;
  }
  .l-header-nav-drop__item span {
    position: absolute;
    right: 22px;
    bottom: 17px;
    font-size: 14px;
  }
  .l-header-nav-drop__item:last-child img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-nav-drop {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
  }
  .l-header-nav-drop__inner {
    padding: 5.0890585242vw 5.0890585242vw 1.272264631vw 17.8117048346vw;
  }
  .l-header-nav-drop__item + .l-header-nav-drop__item {
    margin-top: 3.3078880407vw;
  }
  .l-header-nav-drop img {
    display: none;
  }
  .l-header-nav-drop__link {
    font-size: 4.0712468193vw;
    line-height: 1.75;
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

@media screen and (max-width: 769px) {
  .is-drop-nav-active .l-header-nav-drop {
    height: 100%;
  }
  .is-drop-nav-active .l-header-nav__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes fly-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* Vị trí ban đầu */
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    /* Bay lên góc trên bên phải */
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    /* Bay lên góc trên bên phải */
    opacity: 0;
  }
  51% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay lên góc trên bên phải */
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay xuống góc dưới bên trái */
    opacity: 0;
  }
  61% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay xuống góc dưới bên trái */
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* Quay lại vị trí ban đầu */
    opacity: 1;
  }
}

@keyframes fly-diagonal {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* Vị trí ban đầu */
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    /* Bay lên góc trên bên phải */
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(30px, -30px);
            transform: translate(30px, -30px);
    /* Bay lên góc trên bên phải */
    opacity: 0;
  }
  51% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay lên góc trên bên phải */
    opacity: 0;
  }
  60% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay xuống góc dưới bên trái */
    opacity: 0;
  }
  61% {
    -webkit-transform: translate(-30px, 30px);
            transform: translate(-30px, 30px);
    /* Bay xuống góc dưới bên trái */
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /* Quay lại vị trí ban đầu */
    opacity: 1;
  }
}
@-webkit-keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes anim--first {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes anim--second {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.bg-purple {
  width: 100%;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  background: #4912FF;
  gap: 20px;
  padding: 0 22px;
}
@media screen and (max-width:767px) {
  .bg-purple {
    height: 12.7226463104vw;
    gap: 3.0534351145vw;
    padding: 0 5.0890585242vw 0 0;
  }
}
.bg-purple__txt {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .bg-purple__txt {
    font-size: 3.0534351145vw;
    width: calc(100% - 124px);
    overflow: hidden;
  }
  .bg-purple__txt span {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .bg-purple__txt span:first-child {
    -webkit-animation: anim--first 20s infinite linear 0.1s both;
            animation: anim--first 20s infinite linear 0.1s both;
  }
  .bg-purple__txt span:last-child {
    -webkit-animation: anim--second 20s infinite linear 0.1s both;
            animation: anim--second 20s infinite linear 0.1s both;
  }
}
.bg-purple__btn {
  background: #fff;
  width: 124px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #4912FF;
  padding: 4px 5px 4px 10px;
}
.bg-purple__btn:hover {
  opacity: 0.8;
}
.bg-purple__btn:after {
  content: "";
  background: url(/assets/images/icon_arrow_purple.png) no-repeat top left;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.l-slogan {
  width: 100%;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  background: #4912FF;
  gap: 50px;
  padding: 0 22px;
}
@media screen and (min-width: 1920px) {
  .l-slogan {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width:767px) {
  .l-slogan {
    height: 12.7226463104vw;
    gap: 12.7226463104vw;
    padding: 0 5.0890585242vw;
  }
}
.l-slogan.is-hover span {
  -webkit-animation: fly-diagonal 0.5s ease-out forwards;
          animation: fly-diagonal 0.5s ease-out forwards;
}
.l-slogan span {
  font-family: "DINPro", sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2px;
}
@media screen and (max-width:767px) {
  .l-slogan span {
    font-size: 4.0712468193vw;
    gap: 12.7226463104vw;
    margin-top: 0.5089058524vw;
  }
}
.l-slogan span:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.l-slogan span:nth-child(2) {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.l-slogan span:nth-child(3) {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.l-slogan span:nth-child(4) {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.l-slogan span:nth-child(5) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.l-slogan span:nth-child(6) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.l-slogan span:nth-child(7) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.l-slogan span:nth-child(8) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.l-slogan span:nth-child(9) {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.l-slogan span:nth-child(10) {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.l-slogan span img {
  width: 10px;
  height: 10px;
  position: relative;
  top: -1px;
}
@media screen and (max-width:767px) {
  .l-slogan span img {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
    top: -0.2544529262vw;
  }
}
.l-slogan--news {
  gap: 55px;
  position: relative;
  margin-top: -10px;
  z-index: 100;
}
@media screen and (max-width:767px) {
  .l-slogan--news {
    gap: 12.7226463104vw;
    margin-top: -2.5445292621vw;
  }
}
.l-slogan--news span {
  gap: 35px;
  letter-spacing: 0.03em;
}
@media screen and (max-width:767px) {
  .l-slogan--news span {
    gap: 8.9058524173vw;
  }
}

.news .l-header-nav__item--news:after {
  opacity: 1;
  visibility: visible;
}

.experience .l-header-nav__item--experience:after {
  opacity: 1;
  visibility: visible;
}

.ambassador .l-header-nav__item--ambassador:after {
  opacity: 1;
  visibility: visible;
}

.collaboration .l-header-nav__item--collaboration:after {
  opacity: 1;
  visibility: visible;
}

.gift .l-header-nav__item--gift:after {
  opacity: 1;
  visibility: visible;
}

.information .l-header-nav__item--info:after {
  opacity: 1;
  visibility: visible;
}

.ticket .l-header-nav__item--ticket:after {
  opacity: 1;
  visibility: visible;
}

.access .l-header-nav__item--location:after {
  opacity: 1;
  visibility: visible;
}

.faq .l-header-nav__item--faq:after {
  opacity: 1;
  visibility: visible;
}

.contact .l-header-nav__item--contact:after {
  opacity: 1;
  visibility: visible;
}

.btn-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  gap: 13px;
  line-height: 1;
  position: fixed;
  left: 30px;
  top: 175px;
  z-index: 9005;
}
.btn-home:before {
  content: "";
  background: url(/assets/images/icon_arrow_left.png) no-repeat top left;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: block;
}
@media screen and (max-width:767px) {
  .btn-home:before {
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    position: relative;
    top: 0.2544529262vw;
  }
}
.btn-home:hover {
  opacity: 0.7;
}
@media screen and (width: 768px) {
  .btn-home {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .btn-home {
    position: relative;
    left: initial;
    top: initial;
    font-size: 4.0712468193vw;
    gap: 3.3078880407vw;
    margin: 2.5445292621vw auto 19.0839694656vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block-powerby {
  text-align: center;
  padding-bottom: 5.2083333333vw;
  background: #000;
  position: relative;
  z-index: 9003;
}
@media screen and (max-width:767px) {
  .block-powerby {
    padding-bottom: 0;
    background: none;
  }
}
.block-powerby__txt {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 500;
}
.block-powerby__txt:first-of-type {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width:767px) {
  .block-powerby__txt {
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
  .block-powerby__txt:first-of-type {
    font-size: 5.0890585242vw;
    line-height: 2.5;
  }
}
.block-powerby__txt + .block-powerby__txt {
  margin-top: 102px;
}
@media screen and (max-width:767px) {
  .block-powerby__txt + .block-powerby__txt {
    margin-top: 10.1781170483vw;
  }
}
.block-powerby__logos {
  margin: 52px auto 100px;
  width: 100%;
  max-width: 800px;
  height: auto;
}
@media screen and (max-width:767px) {
  .block-powerby__logos {
    margin: 10.1781170483vw auto 11.1959287532vw;
  }
}
.block-powerby__logo {
  margin: 102px auto 100px;
  width: 262px;
}
@media screen and (max-width:767px) {
  .block-powerby__logo {
    width: 38.1679389313vw;
    margin: 11.4503816794vw auto;
  }
}

.l-footer {
  background: url(/assets/images/footer_bg.jpg) no-repeat bottom right #000;
  background-size: cover;
  height: 56.25vw;
  max-height: 1080px;
  z-index: 9003;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-footer {
    background: url(/assets/images/footer_bg_sp.jpg) no-repeat bottom right #000;
    background-size: 100%;
    height: 135.6234096692vw;
  }
}
.l-footer__wave {
  position: absolute;
  height: 54.89583vw;
  max-height: 1054px;
  bottom: 0;
}
@media screen and (min-width: 1920px) {
  .l-footer__wave {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:767px) {
  .l-footer__wave {
    height: 86.5139949109vw;
  }
}

.copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  padding: 0 30px;
  position: relative;
  z-index: 9003;
  background: #000;
}
@media screen and (max-width: 960px) {
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5.0890585242vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width:767px) {
  .copyright {
    padding: 0 5.0890585242vw;
    height: 93.3842239186vw;
    gap: 0;
  }
}
.copyright__left, .copyright__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .copyright__left, .copyright__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .copyright__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.copyright__logo {
  min-width: 150px;
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width:767px) {
  .copyright__logo {
    min-width: 38.1679389313vw;
    width: 38.1679389313vw;
    margin: 12.7226463104vw 0;
  }
}
.copyright__slogan {
  font-size: 12px;
  margin-right: 30px;
  line-height: 1.5;
  word-break: break-word;
}
@media screen and (max-width:767px) {
  .copyright__slogan {
    font-size: 3.0534351145vw;
    margin: 0 0 11.9592875318vw;
    line-height: 1.8333333333;
  }
}
.copyright__txt {
  font-size: 10px;
  margin-right: 40px;
  line-height: 1.5;
  word-break: break-word;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .copyright__txt {
    font-size: 3.0534351145vw;
    margin: 0 0 12.7226463104vw;
    line-height: 1.8333333333;
  }
}
.copyright__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width:767px) {
  .copyright__sns {
    gap: 5.0890585242vw;
    margin-bottom: 12.213740458vw;
  }
}
.copyright__item {
  width: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width:767px) {
  .copyright__item {
    width: 4.0712468193vw;
  }
}
@media print, screen and (min-width:768px) {
  .copyright__item:hover {
    opacity: 0.7;
  }
}
.copyright__item img {
  width: 100%;
}
.copyright__item:last-child {
  width: 14px;
}
@media screen and (max-width:767px) {
  .copyright__item:last-child {
    width: 3.5623409669vw;
  }
}

.block-bottom {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
  z-index: 9003;
  background: #000;
}
@media screen and (max-width:767px) {
  .block-bottom {
    display: none;
  }
}
.block-bottom__about {
  width: 12.9166666667vw;
  max-width: 248px;
}
.block-bottom__about img {
  width: 100%;
  margin-bottom: 20px;
}
.block-bottom__about .about-txt {
  font-size: 12px;
  line-height: 1.6666666667;
}
.block-bottom__company {
  width: 34.4791666667vw;
  max-width: 662px;
}
.block-bottom__company .company-title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.block-bottom__company .company-txt {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-bottom: 20px;
}
.block-bottom__company .company-info {
  font-size: 12px;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.block-bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46.6145833333vw;
  max-width: 895px;
}
.block-bottom__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 610px;
  margin-bottom: 20px;
}
.block-bottom__btns li {
  width: calc(33.3333% - 8px);
}
.block-bottom__btn {
  padding: 0 10px;
  font-size: clamp(9px, 0.625vw, 12px);
  height: 33px;
}
.block-bottom__btn b {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.block-bottom__btn b:after {
  width: 9px;
  height: 9px;
  min-width: 9px;
  min-height: 9px;
}
.block-bottom__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.block-bottom__access .access-map {
  width: 13.3854166667vw;
  max-width: 257px;
  height: 11.8229166667vw;
  max-height: 227px;
  position: relative;
}
.block-bottom__access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.block-bottom__access .access-info {
  font-size: 12px;
  line-height: 2.5;
}

.bottom-navi {
  display: none;
}
@media screen and (max-width:767px) {
  .bottom-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5.0890585242vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5445292621vw;
    margin-bottom: 10.1781170483vw;
  }
  .bottom-navi li {
    width: calc(50% - 1.272264631vw);
    will-change: transform;
  }
  .bottom-navi li .block-bottom__btn {
    padding: 0 2.5445292621vw;
    font-size: 3.3078880407vw;
    height: 11.7048346056vw;
  }
  .bottom-navi li .block-bottom__btn b {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
  }
  .bottom-navi li .block-bottom__btn b:after {
    position: absolute;
    right: 2.5445292621vw;
    width: 2.5445292621vw;
    height: 2.5445292621vw;
    min-width: 2.5445292621vw;
    min-height: 2.5445292621vw;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .l-main {
    padding-top: 38.1679389313vw;
  }
}
