@charset "UTF-8";
@font-face {
  font-family: "GaramondPremr";
  src: url("/assets/font/GaramondPremrPro-LtDisp.eot"); /* IE9 Compat Modes */
  src: url("/assets/font/GaramondPremrPro-LtDisp.eot?#iefix") format("embedded-opentype"), url("/assets/font/GaramondPremrPro-LtDisp.woff2") format("woff2"), url("/assets/font/GaramondPremrPro-LtDisp.woff") format("woff"), url("/assets/font/GaramondPremrPro-LtDisp.ttf") format("truetype"); /* Safari, Android, iOS */
}
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;
}

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", serif;
  font-size: 1.4rem;
  font-weight: 400;
}
body.is-locked {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  body {
    min-width: 320px;
  }
}

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

* {
  word-break: break-word;
}

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", 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:768px) {
  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;
  height: 7.6335877863vw;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 35.6234096692vw;
  padding: 0 2.5445292621vw;
  font-size: 3.5623409669vw;
  font-weight: 700;
  background: rgb(175, 0, 253);
  border-radius: 3.8167938931vw;
  font-family: "Noto Sans JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(#AF00FD), color-stop(50%, #001DFF), color-stop(50%, #001DFF), to(#AF00FD));
  background: linear-gradient(90deg, #AF00FD 0%, #001DFF 50%, #001DFF 50%, #AF00FD 100%);
  background-position: 0% 100%;
  background-size: 200% auto;
  -webkit-transition: all 0.7s !important;
  transition: all 0.7s !important;
  opacity: 1 !important;
}
.c-btn-01:active {
  background-position: 100% 200%;
  opacity: 1 !important;
}
@media print, screen and (min-width:769px) {
  .c-btn-01 {
    height: 30px;
    width: 140px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .c-btn-01:hover {
    background-position: 100% 200%;
    opacity: 1 !important;
  }
}
.c-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-btn-01__txt:after {
  content: "";
  background: url(../images/top/icon_arrow.png) no-repeat center center;
  width: 3.5623409669vw;
  height: 3.5623409669vw;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .c-btn-01__txt:after {
    width: 14px;
    height: 14px;
    right: -20px;
  }
}

.c-card-01 .c-card-01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -30px -15px 0;
}
.c-card-01 .c-card-01__item {
  width: 100%;
  margin: 30px 15px 0;
}
@media print, screen and (min-width:769px) {
  .c-card-01.c-card-01--col2 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:769px) {
  .c-card-01.c-card-01--col3 .c-card-01__item {
    width: calc(33.3333333333% - 30px);
  }
}
@media print, screen and (min-width:769px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(25% - 30px);
  }
}

.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:769px) {
  .c-ico-plus-01 {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width:768px) {
  .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 {
  font-size: 3.5623409669vw;
  line-height: 20/14;
}

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

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

@media print, screen and (min-width:769px) {
  .c-media-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
  }
}
@media screen and (max-width:768px) {
  .c-media-01 > * + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .c-media-01 .c-media-01__img {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media print, screen and (min-width:769px) {
  .c-media-01 .c-media-01__body {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media print, screen and (min-width:769px) {
  .c-media-01--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

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

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

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

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

.c-sect-xs + .c-sect-xs {
  margin-top: 20px;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:768px) {
  .c-table-01 th {
    width: 120px;
  }
}

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

.c-ttl-02 {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  font-size: 5.0890585242vw;
  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: 11.4503816794vw;
}
.c-ttl-02--02 {
  margin-bottom: 8.1424936387vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02--02 {
    margin-top: 12px;
  }
}
@media print, screen and (min-width:769px) {
  .c-ttl-02 {
    font-size: 30px;
    margin-bottom: 44px;
  }
}
.c-ttl-02__en {
  font-size: 10.1781170483vw;
  font-family: "GaramondPremr";
  font-weight: 400;
  line-height: 1;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en {
    font-size: 50px;
    margin-bottom: -5px;
  }
}
.c-ttl-02__en--info img {
  width: 40.9669211196vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--info img {
    width: 201px;
  }
}
.c-ttl-02__en--access img {
  width: 23.155216285vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--access img {
    width: 113px;
  }
}
.c-ttl-02__en--tech img {
  width: 39.9491094148vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--tech img {
    width: 196px;
  }
}
.c-ttl-02__en--hokusai img {
  width: 41.7302798982vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--hokusai img {
    width: 205px;
  }
}
.c-ttl-02__en--contact img {
  width: 45.5470737913vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-02__en--contact img {
    width: 224px;
  }
}

.c-ttl-03 {
  text-align: left;
  font-weight: 700;
  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:769px) {
  .c-ttl-03 {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}
.c-ttl-03 span {
  font-size: 3.5623409669vw;
  line-height: 1.8;
}
@media print, screen and (min-width:769px) {
  .c-ttl-03 span {
    font-size: 14px;
    margin-top: 4px;
  }
}
.c-ttl-03--02 {
  margin-bottom: 7.6335877863vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-03--02 {
    margin-bottom: 38px;
  }
  .c-ttl-03--02 span {
    margin-top: 0;
  }
}

@media print, screen and (min-width:769px) {
  .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:769px) {
  .p-anchor-link ul li {
    width: calc(100% - 10px);
    padding: 0 5px;
    margin: 10px 0 0;
  }
}
@media screen and (max-width:768px) {
  .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:769px) {
  .p-anchor-link--wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width:769px) {
  .p-anchor-link--wrap ul li {
    width: calc(25% - 10px);
  }
}

.c-ttl-03 + .p-section__img {
  margin-top: 8.1424936387vw;
  margin-bottom: 8.9058524173vw;
}
@media print, screen and (min-width:769px) {
  .c-ttl-03 + .p-section__img {
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

.p-section {
  padding-bottom: 20.3562340967vw;
}
@media print, screen and (min-width:769px) {
  .p-section {
    width: 33.3333333333vw;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-section {
    width: 51.0416666667vw;
  }
}
.p-section--pb-90 {
  padding-bottom: 22.9007633588vw;
}
@media print, screen and (min-width:769px) {
  .p-section--pb-90 {
    padding-bottom: 88px;
  }
}
.p-section__txt {
  font-size: 3.5623409669vw;
  line-height: 2.15;
  word-break: break-word;
}
.p-section__txt--access {
  line-height: 1.4285714286;
}
.p-section__txt + .p-section__txt {
  margin-top: 8.6513994911vw;
}
@media print, screen and (min-width:769px) {
  .p-section__txt + .p-section__txt {
    margin-top: 34px;
  }
}
.p-section__txt + .p-section__txt.p-section__txt--02 {
  margin-top: 7.6335877863vw;
}
@media print, screen and (min-width:769px) {
  .p-section__txt + .p-section__txt.p-section__txt--02 {
    margin-top: 30px;
  }
}
.p-section__txt + .c-ttl-03 {
  margin-top: 10.1781170483vw;
}
@media print, screen and (min-width:769px) {
  .p-section__txt + .c-ttl-03 {
    margin-top: 80px;
  }
}
@media print, screen and (min-width:769px) {
  .p-section__txt {
    font-size: 14px;
    line-height: 2.12;
    letter-spacing: -0.01em;
  }
}
.p-section__block {
  margin-top: 10.1781170483vw;
}
@media print, screen and (min-width:769px) {
  .p-section__block {
    margin-top: 40px;
  }
}
.p-section__map {
  margin-top: 11.9592875318vw;
  position: relative;
  width: 89.8218829517vw;
  height: 50.3816793893vw;
}
@media print, screen and (min-width:769px) {
  .p-section__map {
    width: 33.177083vw;
    height: 18.64583vw;
    max-width: 637px;
    max-height: 358px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .p-section__map {
    width: 51.0416666667vw;
    height: 38.208333vw;
  }
}
.p-section__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.p-section__img {
  margin: 12.7226463104vw -5.0890585242vw 10.6870229008vw;
  width: calc(100% + 10.1781170483vw);
}
@media print, screen and (min-width:769px) {
  .p-section__img {
    margin: 45px 0 45px -5px;
    width: 99%;
  }
}
.p-section__caption {
  font-size: 3.0534351145vw;
  font-family: "GaramondPremr";
  line-height: 1;
  padding-left: 5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .p-section__caption {
    font-size: 12px;
    padding-left: 0;
  }
}
.p-section__caption img {
  width: 26.4631043257vw;
}
@media print, screen and (min-width:769px) {
  .p-section__caption img {
    width: 104px;
  }
}
.p-section__list {
  font-size: 3.5623409669vw;
  line-height: 1.4285714286;
  word-break: break-word;
}
@media print, screen and (min-width:769px) {
  .p-section__list {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.p-section__sub {
  font-size: 5.0890585242vw;
  line-height: 1.3;
  margin-bottom: 2.0356234097vw;
}
@media print, screen and (min-width:769px) {
  .p-section__sub {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}
.p-section__sub + .p-section__txt {
  font-size: 3.0534351145vw;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .p-section__sub + .p-section__txt {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}

.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:769px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:769px) {
  .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:769px) {
  .p-form-name li:nth-child(n+2) {
    margin-left: 7%;
  }
}
@media screen and (max-width:768px) {
  .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:769px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .p-form-address * + * {
    margin-top: 20px;
  }
}
.p-form-address__pref {
  width: 240px;
}
@media screen and (max-width:768px) {
  .p-form-address__pref {
    width: 210px;
  }
}
.p-form-address__txt {
  font-size: 1.5rem;
}
@media screen and (max-width:768px) {
  .p-form-address__txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width:769px) {
  .p-form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width:769px) {
  .p-form-list li:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media screen and (max-width:768px) {
  .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:768px) {
  .p-form-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-form-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-form-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:769px) {
  .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:768px) {
  .p-form-btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.p-form-btn__item {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .p-form-btn__item {
    width: 300px;
  }
}
@media screen and (max-width:768px) {
  .p-form-btn__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:769px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:768px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .p-form-btn__submit {
    max-width: 345px;
    height: 55px;
  }
}

.p-form-thanks {
  text-align: center;
}
@media screen and (max-width:768px) {
  .p-form-thanks {
    text-align: left;
  }
}
.p-form-thanks__lead {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:768px) {
  .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:769px) {
  .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:769px) {
  .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:768px) {
  .p-mwform-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-mwform-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .p-mwform-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:769px) {
  .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:768px) {
  .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:769px) {
  .p-mwform-btn button:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:768px) {
  .p-mwform-btn button:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .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:768px) {
  .p-mwform-thanks {
    text-align: left;
  }
}
.p-mwform-thanks__lead {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:768px) {
  .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:769px) {
  .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:768px) {
  .p-news-list__link {
    display: block;
    padding: 20px 25px 20px 0;
  }
}
@media print, screen and (min-width:769px) {
  .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:769px) {
  .p-news-list__meta {
    width: 250px;
  }
}
@media screen and (max-width:768px) {
  .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:769px) {
  .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:769px) {
  .p-news-list i {
    right: 15px;
  }
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:769px) {
  .p-page-header__box {
    height: 300px;
  }
}
@media screen and (max-width:768px) {
  .p-page-header__box {
    height: 150px;
  }
}
.p-page-header__ttl {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .p-page-header__ttl {
    font-size: 5rem;
  }
}
@media screen and (max-width:768px) {
  .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:768px) {
  .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:768px) {
  .p-pager li {
    margin: 0 4px;
  }
}
.p-pager li a {
  display: block;
  border: 1px solid #000;
}
@media print, screen and (min-width:769px) {
  .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:768px) {
  .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:768px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 75px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width:768px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 40px;
  }
}
@media screen and (max-width:768px) {
  .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:769px) {
  .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:768px) {
  .p-pager li.p-pager__prev {
    left: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:769px) {
  .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:768px) {
  .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:768px) {
  .p-pager li.p-pager__next {
    right: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:769px) {
  .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:768px) {
  .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:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .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", serif;
}

.u-ff-en {
  font-family: "GaramondPremr";
}

.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: #333 !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: #333 !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:768px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

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

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

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

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

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

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

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

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

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

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

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

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:768px) {
  .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:768px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.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;
}

@media screen and (min-width: 769px) {
  .u-fade-pc {
    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-pc.is-animated {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.u-fade-in, .u-fade-in-delay-09, .u-fade-in-delay-08, .u-fade-in-delay-07, .u-fade-in-delay-06, .u-fade-in-delay-05, .u-fade-in-delay-04, .u-fade-in-delay-03, .u-fade-in-delay-02, .u-fade-in-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-backface-visibility: hidden;
          backface-visibility: hidden;
}
.u-fade-in.is-animated, .is-animated.u-fade-in-delay-09, .is-animated.u-fade-in-delay-08, .is-animated.u-fade-in-delay-07, .is-animated.u-fade-in-delay-06, .is-animated.u-fade-in-delay-05, .is-animated.u-fade-in-delay-04, .is-animated.u-fade-in-delay-03, .is-animated.u-fade-in-delay-02, .is-animated.u-fade-in-delay-01 {
  opacity: 1;
}
.u-fade-in-delay-01 {
  -webkit-transition-delay: 200ms !important;
          transition-delay: 200ms !important;
}
.u-fade-in-delay-02 {
  -webkit-transition-delay: 400ms !important;
          transition-delay: 400ms !important;
}
.u-fade-in-delay-03 {
  -webkit-transition-delay: 600ms !important;
          transition-delay: 600ms !important;
}
.u-fade-in-delay-04 {
  -webkit-transition-delay: 800ms !important;
          transition-delay: 800ms !important;
}
.u-fade-in-delay-05 {
  -webkit-transition-delay: 1000ms !important;
          transition-delay: 1000ms !important;
}
.u-fade-in-delay-06 {
  -webkit-transition-delay: 1200ms !important;
          transition-delay: 1200ms !important;
}
.u-fade-in-delay-07 {
  -webkit-transition-delay: 1400ms !important;
          transition-delay: 1400ms !important;
}
.u-fade-in-delay-08 {
  -webkit-transition-delay: 1600ms !important;
          transition-delay: 1600ms !important;
}
.u-fade-in-delay-09 {
  -webkit-transition-delay: 1800ms !important;
          transition-delay: 1800ms !important;
}

.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;
  padding-left: 5.0890585242vw;
  padding-right: 5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .l-inner--grey {
    padding: 0px 30px 130px;
    background: rgba(0, 0, 0, 0.8);
  }
}

.l-container {
  padding: 0;
}
@media screen and (max-width:768px) {
  .l-container {
    background: rgba(0, 0, 0, 0.8);
    position: relative;
  }
}
@media print, screen and (min-width:769px) {
  .l-container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 5;
    background: #000;
  }
  .l-container__inner {
    margin: 0 auto;
    max-width: 1320px;
  }
}

@media print, screen and (min-width:769px) {
  .l-page.top .p-section {
    width: 50.333333vw;
  }
}

@media print, screen and (min-width:769px) {
  .page-ticket .l-container {
    width: calc(100% - 40.625vw);
    margin-left: 40.625vw;
  }
}
.page-ticket .header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width:769px) {
  .page-ticket .header {
    width: calc(100% - 40.625vw);
    right: 0px;
  }
}

.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.top {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-color: #000;
}
.l-page.top:after {
  background-image: url(../images/top/mv_wave_pc.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 100%;
  display: block;
  width: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 71.5740740741vh;
  max-height: 573px;
  background-position: bottom;
  z-index: 1;
}
@media print, screen and (min-width:769px) {
  .l-page.top:after {
    display: none;
  }
}
@media screen and (width: 768px) {
  .l-page.top:after {
    background-image: url(../images/top/mv_wave_tab.png);
  }
}
@media print, screen and (min-width:769px) {
  .l-page.top {
    background: #000;
  }
}
@media screen and (width: 768px) {
  .l-page.top {
    background-image: url(../images/top/mv_bg_pc.png);
    background-position: 0 -50px;
  }
}
.l-page.ticket {
  background: #000;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgb(0, 0, 0);
  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) 40%, rgba(0, 0, 0, 0) 100%);
  height: 100px;
  padding: 25px 30px 0 30px;
  position: fixed;
  top: 0;
  z-index: 6;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 30px;
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.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;
  background: #000;
}
@media print, screen and (min-width:769px) {
  .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;
    min-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;
  }
  .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:769px) {
  .header__lang:hover {
    max-height: 200px;
    min-height: 105px;
  }
}
@media screen and (max-width: 769px) {
  .header__lang {
    gap: 3.0534351145vw;
    font-size: 4.0712468193vw;
    margin: 0 0 10.6870229008vw;
    top: 0;
    left: 0;
    width: 100%;
  }
  .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: 40.7124681934vw;
    top: 5.5979643766vw;
    left: initial;
    z-index: 9501;
  }
  .header__lang.u-sm-max:hover {
    max-height: 50.8905852417vw;
  }
  .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;
  }
  .header__lang.u-sm-max li a {
    font-size: 3.5623409669vw !important;
    width: 100%;
    text-align: center;
    padding: 0.7633587786vw 0;
    color: #fff;
  }
  .header__lang.u-sm-max li a:active, .header__lang.u-sm-max li a:hover {
    background: #fff;
    color: #000;
  }
  .header__lang.u-sm-max li:nth-child(2) {
    margin-top: 0.7633587786vw;
  }
}
.header__lang-link {
  color: #747474;
}
@media print, screen and (min-width:769px) {
  .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;
  }
}
.header__lang-link:hover {
  background: #fff;
  color: #000;
}
.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 2px;
}
.header__item {
  width: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media print, screen and (min-width:769px) {
  .header__item:hover {
    opacity: 0.7;
  }
}
.header__item img {
  width: 100%;
}
.header__item:last-child {
  width: 14px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 8.9058524173vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, rgb(0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 30%, rgb(0, 0, 0) 100%);
}
@media print, screen and (min-width:769px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__txt {
  font-size: 4.0712468193vw;
  margin-bottom: 5.0890585242vw;
  line-height: 1;
  font-family: "GaramondPremr";
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .footer__txt {
    display: none;
  }
}
.footer__txt img {
  width: 15.5216284987vw;
}
.footer__img {
  width: 100%;
  margin-bottom: 20.3562340967vw;
  padding: 0 3.5623409669vw 0 5.0890585242vw;
}
@media print, screen and (min-width:769px) {
  .footer__img {
    display: none;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.0890585242vw;
  margin-bottom: 4.5801526718vw;
}
@media print, screen and (min-width:769px) {
  .footer__sns {
    display: none;
  }
}
.footer__item {
  width: 4.0712468193vw;
}
.footer__item img {
  width: 100%;
}
.footer__item:last-child {
  width: 3.5623409669vw;
}
.footer__copyright {
  font-size: 3.0534351145vw;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.092em;
}
@media print, screen and (min-width:769px) {
  .footer__copyright {
    font-size: 12px;
    margin-bottom: 55px;
    letter-spacing: -0.089em;
    margin-left: -11px;
  }
}
.footer__copyright img {
  width: 72.7735368957vw;
}
@media print, screen and (min-width:769px) {
  .footer__copyright img {
    width: 286px;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:769px) {
  .l-main {
    position: relative;
  }
}