@charset "UTF-8";
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 Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background: #000;
  background: url(../images/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  body {
    background-attachment: scroll;
  }
}
body:after {
  content: "";
  background: url(../images/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
body.therapist {
  background: url(../images/therapist/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
}
body.therapist:after {
  background: url(../images/therapist/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
}
body.salon {
  background: url(../images/salon/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
}
body.salon:after {
  background: url(../images/salon/mv_img_01_sp.jpg) no-repeat top center #000;
  background-size: cover;
}
@media screen and (max-width:788px) {
  body.is-locked {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width:789px) {
  body {
    background: url(../images/mv_img_01.jpg) no-repeat top center #000;
    background-size: cover;
    background-attachment: fixed;
  }
  body:after {
    background: url(../images/mv_img_01.jpg) no-repeat top center #000;
    background-size: cover;
    background-attachment: fixed;
  }
  body.therapist:after {
    background: url(../images/therapist/mv_img_01.jpg) no-repeat top center #000;
    background-size: cover;
    background-attachment: fixed;
  }
  body.salon:after {
    background: url(../images/salon/mv_img_01.jpg) no-repeat top center #000;
    background-size: cover;
    background-attachment: fixed;
  }
}

*,
*: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 Sans 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:788px) {
  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%;
  min-height: 12.9770992366vw;
  height: 12.9770992366vw;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 0.2544529262vw solid #fff;
  font-weight: 900;
  max-width: 79.3893129771vw;
  padding: 0 1.9083969466vw;
  font-size: 3.5623409669vw;
  color: #fff;
  border-radius: 6.4885496183vw;
  isolation: isolate;
  margin: 0 auto;
}
@media print, screen and (min-width:789px) {
  .c-btn-01 {
    max-width: 440px;
    height: 72px;
    min-height: 72px;
    border: 2px solid #fff;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 36px;
  }
}
@media screen and (max-width: 1120px) and (min-width: 787px) {
  .c-btn-01 {
    max-width: 39.2857142857vw;
    height: 6.4285714286vw;
    min-height: 6.4285714286vw;
    border: 2px solid #fff;
    padding: 0 0.8928571429vw;
    font-size: 1.7857142857vw;
    color: #fff;
    border-radius: 3.2142857143vw;
  }
}
.c-btn-01--small {
  min-height: 9.1603053435vw;
  height: 9.1603053435vw;
  border-radius: 4.5801526718vw;
  font-size: 2.5445292621vw;
  max-width: 56.106870229vw;
  padding: 0 25px;
  white-space: nowrap;
}
@media print, screen and (min-width:789px) {
  .c-btn-01--small {
    max-width: 440px;
    height: 72px;
    min-height: 72px;
    border: 2px solid #fff;
    padding: 0 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 36px;
  }
}
@media screen and (max-width: 1120px) and (min-width: 787px) {
  .c-btn-01--small {
    max-width: 39.2857142857vw;
    height: 6.4285714286vw;
    min-height: 6.4285714286vw;
    border: 2px solid #fff;
    padding: 0 0.8928571429vw;
    font-size: 1.7857142857vw;
    color: #fff;
    border-radius: 3.2142857143vw;
  }
}
.c-btn-01--small .c-ico-arrow-01, .c-btn-01--small .c-ico-arrow-01 svg {
  width: 2.0356234097vw;
  height: 2.0356234097vw;
}
@media print, screen and (min-width:789px) {
  .c-btn-01--small .c-ico-arrow-01, .c-btn-01--small .c-ico-arrow-01 svg {
    width: 9px;
    height: 16px;
  }
}
.c-btn-01--line {
  background: #00B901;
  border-color: #00B901;
}
.c-btn-01--arrow {
  position: relative;
}
.c-btn-01--arrow:after {
  content: "";
  display: block;
  margin: 2.0356234097vw auto;
  width: 2.0356234097vw;
  height: 2.0356234097vw;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 3.8167938931vw;
}
@media print, screen and (min-width:789px) {
  .c-btn-01--arrow:after {
    margin: 16px auto;
    width: 9px;
    height: 9px;
    right: 30px;
  }
}
.c-btn-01--white {
  background: #fff;
  color: #000;
}
.c-btn-01--gd {
  background: -webkit-gradient(linear, right top, left top, from(#7018E8), color-stop(-1%, #B27CFF), color-stop(51%, #7018E8), to(#7BC1FA));
  background: linear-gradient(270deg, #7018E8 0%, #B27CFF -1%, #7018E8 51%, #7BC1FA 100%);
  border: none;
  -webkit-box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-btn-01--gd:hover {
  background-position: 99% 50%;
}
.c-btn-01--gd-02 {
  background: -webkit-gradient(linear, right top, left top, from(#7018E8), color-stop(-1%, #B27CFF), color-stop(51%, #7018E8), to(#0BB9ED));
  background: linear-gradient(270deg, #7018E8 0%, #B27CFF -1%, #7018E8 51%, #0BB9ED 100%);
  border: none;
  -webkit-box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-btn-01--gd-02:hover {
  background-position: 99% 50%;
}
.c-btn-01--gd-03 {
  background: -webkit-gradient(linear, right top, left top, from(#FF626E), color-stop(-1%, #FE9AA2), color-stop(51%, #FF626E), to(#B27CFF));
  background: linear-gradient(270deg, #FF626E 0%, #FE9AA2 -1%, #FF626E 51%, #B27CFF 100%);
  border: none;
  -webkit-box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-btn-01--gd-03:hover {
  background-position: 99% 50%;
}
.c-btn-01--gd-login {
  background: -webkit-gradient(linear, right top, left top, from(#00B901), color-stop(-1%, #7BEBFA), color-stop(51%, #00B901), to(#7BEBFA));
  background: linear-gradient(270deg, #00B901 0%, #7BEBFA -1%, #00B901 51%, #7BEBFA 100%);
  border: none;
  -webkit-box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.7633587786vw 1.272264631vw rgba(0, 0, 0, 0.5);
  font-weight: 700;
  background-position: 1% 50%;
  background-size: 200% auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-btn-01--gd-login:hover,
.c-btn-01--gd-login:active {
  background-position: 99% 50%;
}
.c-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-btn-01__ico {
  position: absolute;
  top: 50%;
  right: 2.8645833333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width:789px) {
  .c-btn-01__ico {
    right: 27px;
  }
}
.c-btn-01__ico svg {
  fill: #fff;
}
@media print, screen and (min-width:789px) {
  .is-view-pc .c-btn-01:hover {
    opacity: 0.8;
  }
}
.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:789px) {
  .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 {
  width: 55.9796437659vw;
  height: 8.9058524173vw;
  border-radius: 4.4529262087vw;
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  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;
  color: #fff;
  font-size: 2.5445292621vw;
  font-weight: 700;
  margin: 6.9974554707vw auto 0;
}
@media print, screen and (min-width:789px) {
  .c-btn-02 {
    max-width: 340px;
    height: 60px;
    min-height: 60px;
    border: 2px solid #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 36px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1120px) and (min-width: 787px) {
  .c-btn-02 {
    max-width: 30.3571428571vw;
    height: 5.3571428571vw;
    min-height: 5.3571428571vw;
    border: 2px solid #fff;
    padding: 0 0.8928571429vw;
    font-size: 1.4285714286vw;
    color: #fff;
    border-radius: 3.2142857143vw;
  }
}
@media print, screen and (min-width:789px) {
  .is-view-pc .c-btn-02:hover {
    opacity: 0.8;
  }
}

.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:789px) {
  .c-card-01.c-card-01--col2 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:789px) {
  .c-card-01.c-card-01--col3 .c-card-01__item {
    width: calc(33.3333333333% - 30px);
  }
}
@media print, screen and (min-width:789px) {
  .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: #fff;
}

.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:789px) {
  .c-ico-plus-01 {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width:788px) {
  .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;
}

@media print, screen and (min-width:789px) {
  .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:788px) {
  .c-media-01 > * + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:789px) {
  .c-media-01 .c-media-01__img {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media print, screen and (min-width:789px) {
  .c-media-01 .c-media-01__body {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media print, screen and (min-width:789px) {
  .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:788px) {
  .c-sect-xl + .c-sect-xl {
    margin-top: 50px;
  }
}

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

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

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

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

.c-ttl-01 {
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
@media print, screen and (min-width:789px) {
  .c-ttl-01 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:788px) {
  .c-ttl-01 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.c-ttl-02 {
  text-align: left;
  font-weight: 700;
  padding: 0 0 0 10px;
  line-height: 1.3;
  border-left: 4px solid #000;
}
@media print, screen and (min-width:789px) {
  .c-ttl-02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:788px) {
  .c-ttl-02 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

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

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

.p-section {
  padding: 17.1755725191vw 0;
}
@media print, screen and (min-width:789px) {
  .p-section {
    padding: 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 87.1875vw;
    margin: 0 auto;
    padding: 0 4.6875vw 0 0;
  }
  .p-section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 4.6875vw;
  }
  .p-section:nth-child(even) .p-section__content {
    margin: 0 5.7291666667vw 0 0;
    padding-top: 15.2604166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-section {
    max-width: 1674px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 90px 0 0;
  }
  .p-section:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 0 0 90px;
  }
  .p-section:nth-child(even) .p-section__content {
    margin: 0 110px 0 0;
    padding-top: 293px;
  }
}
@media print, screen and (min-width:789px) {
  .p-section__content {
    width: 35.3125vw;
    margin: 0 0 0 8.2291666667vw;
    white-space: nowrap;
    padding-top: 11.71875vw;
  }
}
@media screen and (min-width: 1920px) {
  .p-section__content {
    width: 678px;
    margin: 0 0 0 158px;
    white-space: nowrap;
    padding-top: 225px;
  }
}
.p-section__title {
  font-size: 5.0890585242vw;
  line-height: 1.5;
  margin-bottom: 4.3256997455vw;
  padding: 0 8.6513994911vw;
  font-weight: 900;
}
@media print, screen and (min-width:789px) {
  .p-section__title {
    font-size: 2.0833333333vw;
    line-height: 1.5;
    margin: 0 0 1.8229166667vw 0;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-section__title {
    font-size: 40px;
    margin: 0 0 35px 0;
  }
}
.p-section__desc {
  font-size: 3.5623409669vw;
  line-height: 1.7142857143;
  margin-bottom: 6.3613231552vw;
  padding: 0 5.0890585242vw 0 7.6335877863vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (min-width:789px) {
  .p-section__desc {
    font-size: 1.4583333333vw;
    line-height: 1.7142857143;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1920px) {
  .p-section__desc {
    font-size: 28px;
  }
}
.p-section__img {
  padding: 0 0 0 7.6335877863vw;
  width: calc(100% - 7.6335877863vw);
}
@media print, screen and (min-width:789px) {
  .p-section__img {
    padding: 0;
    width: auto;
  }
}

.p-block {
  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:789px) {
  .p-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 87.1875vw;
    margin: 0 auto;
  }
  .p-block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-block--reverse .p-block__content {
    margin: 0 0 0 7.8125vw !important;
  }
}
@media screen and (min-width: 1930px) {
  .p-block {
    max-width: 1674px;
  }
}
.p-block + .p-block {
  margin-top: 17.1755725191vw;
}
@media print, screen and (min-width:789px) {
  .p-block + .p-block {
    margin-top: 100px;
  }
}
.p-block__wrap + .p-block__wrap {
  margin-top: 11.0687022901vw;
}
@media print, screen and (min-width:789px) {
  .p-block__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-block__wrap + .p-block__wrap {
    margin-top: 100px;
  }
  .p-block__wrap--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-block__wrap--reverse .p-block__content {
    margin: 0 0 0 7.8125vw !important;
  }
}
@media print, screen and (min-width:789px) {
  .p-block--2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 8.6513994911vw;
}
@media print, screen and (min-width:789px) {
  .p-block__content {
    width: 35.3125vw;
    margin: 0 7.8125vw 0 0 !important;
    padding-top: 11.71875vw;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1930px) {
  .p-block__content {
    width: 678px;
    margin: 0 150px 0 0 !important;
  }
}
.p-block__title {
  font-size: 12.7226463104vw;
  line-height: 1.2;
  margin-bottom: 13.9949109415vw;
  white-space: nowrap;
  font-weight: 700;
}
.p-block__title--big {
  font-size: 6.106870229vw;
  line-height: 1.5;
}
@media print, screen and (min-width:789px) {
  .p-block__title {
    font-size: 2.6041666667vw;
    line-height: 1.5;
    margin: 0 0 1.8229166667vw 0;
    padding: 0;
  }
}
@media screen and (min-width: 1930px) {
  .p-block__title {
    font-size: 50px;
    margin: 0 0 35px 0;
  }
}
.p-block__sub {
  font-size: 5.0890585242vw;
  line-height: 1.5;
  margin: -1.272264631vw 0 12.7226463104vw;
  white-space: nowrap;
  font-weight: 700;
}
@media print, screen and (min-width:789px) {
  .p-block__sub {
    font-size: 1.5625vw;
    line-height: 1.5;
    margin: 0 0 1.8229166667vw 0;
    padding: 0;
  }
}
@media screen and (min-width: 1930px) {
  .p-block__sub {
    font-size: 30px;
    margin: 0 0 35px 0;
  }
}
.p-block__desc {
  font-size: 3.5623409669vw;
  line-height: 1.7142857143;
  margin-bottom: 20.3562340967vw;
}
@media print, screen and (min-width:789px) {
  .p-block__desc {
    font-size: 1.3020833333vw;
    line-height: 1.7142857143;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1930px) {
  .p-block__desc {
    font-size: 25px;
  }
}
.p-block__note {
  display: block;
  font-size: 2.0356234097vw;
  margin: 1.3994910941vw 0 2.7989821883vw 0;
}
@media print, screen and (min-width:789px) {
  .p-block__note {
    font-size: 12px;
    margin: 10px 0 22px 0;
  }
}
.p-block__annotate {
  display: block;
  font-size: 1.5267175573vw;
  margin: 6.3613231552vw 0 0 9.5419847328vw;
}
@media print, screen and (min-width:789px) {
  .p-block__annotate {
    font-size: 12px;
    margin: 10px 0 22px 0;
  }
}
.p-block__img {
  width: 100%;
  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:789px) {
  .p-block__img {
    padding: 0;
    width: calc(100% - 43.125vw);
  }
  .p-block__img img {
    width: 100% !important;
  }
}
@media screen and (min-width: 1930px) {
  .p-block__img {
    width: calc(100% - 828px);
  }
}
.p-block__img--scrollable {
  overflow-x: auto;
  padding-left: 8.6513994911vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width:789px) {
  .p-block__img--scrollable {
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

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

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

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

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

.p-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10.1781170483vw;
}
@media print, screen and (min-width:789px) {
  .p-tab__nav {
    max-width: 65%;
    margin: 0 auto;
    padding: 0;
  }
}
.p-tab__item {
  width: 50%;
  color: #fff;
  font-size: 3.5623409669vw;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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 print, screen and (min-width:789px) {
  .p-tab__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width:789px) {
  .p-tab__item {
    font-size: 22px;
  }
}
.p-tab__item:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width:789px) {
  .p-tab__item:first-child {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-tab__item span {
  position: relative;
  padding-bottom: 2.7989821883vw;
  display: inline-block;
}
@media print, screen and (min-width:789px) {
  .p-tab__item span {
    padding-bottom: 25px;
  }
}
.p-tab__item span:after {
  content: "";
  height: 0.3816793893vw;
  background: #701CE8;
  position: absolute;
  width: 1005;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 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);
}
@media print, screen and (min-width:789px) {
  .p-tab__item span:after {
    height: 3px;
  }
}
.p-tab__item.is-current {
  cursor: default;
}
.p-tab__item.is-current span:after {
  opacity: 1;
}
@media print, screen and (min-width:789px) {
  .p-tab__item:hover {
    opacity: 0.85;
  }
}
.p-tab__item a {
  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%;
  height: 100%;
}
@media screen and (min-width: 1920px) {
  .p-tab__wrap {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.p-tab__content {
  display: none;
  padding-top: 9.9236641221vw;
}
@media print, screen and (min-width:789px) {
  .p-tab__content {
    padding-top: 80px;
  }
}
.p-tab__content.is-current {
  display: block;
}

.banner-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22.9007633588vw;
  padding: 4.834605598vw 3.3078880407vw 4.834605598vw 3.8167938931vw;
  gap: 3.1806615776vw;
  color: #000;
  z-index: 999;
}
@media print, screen and (min-width:789px) {
  .banner-fixed {
    display: none;
  }
}
.banner-fixed__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2900763359vw;
}
.banner-fixed__right {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-fixed__logo {
  width: 12.5954198473vw;
  height: 12.5954198473vw;
}
.banner-fixed__logo img {
  width: 100%;
}
.banner-fixed__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-fixed__txt {
  font-size: 2.0356234097vw;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1.0178117048vw;
}
.banner-fixed__name {
  width: 36.1959287532vw;
}
.banner-fixed__name img {
  width: 100%;
}
.banner-fixed__btn {
  background: rgb(123, 193, 250);
  background: -webkit-gradient(linear, left top, right top, from(rgb(123, 193, 250)), to(rgb(112, 24, 232)));
  background: linear-gradient(90deg, rgb(123, 193, 250) 0%, rgb(112, 24, 232) 100%);
  border-radius: 1.272264631vw;
  height: 7.6335877863vw;
  width: 38.4223918575vw;
  color: #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;
  font-size: 2.5445292621vw;
  font-weight: 700;
  max-width: 38.4223918575vw;
  margin-bottom: 1.272264631vw;
}
.banner-fixed__btn--02 {
  font-size: 2.0356234097vw;
  background: rgb(178, 124, 255);
  background: linear-gradient(135deg, rgb(178, 124, 255) 0%, rgb(255, 98, 110) 100%);
}
.banner-fixed__btn--03 {
  font-size: 2.0356234097vw;
  background: rgb(11, 185, 237);
  background: linear-gradient(135deg, rgb(11, 185, 237) 0%, rgb(112, 24, 232) 100%);
}
.banner-fixed__note {
  font-size: 2.0356234097vw;
  font-weight: 700;
  white-space: nowrap;
}

.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:788px) {
  .u-sm-min {
    display: none !important;
  }
}

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

.u-ff-en {
  font-family: Arial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:788px) {
  .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 1s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 1s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 1s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 1s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 1s cubic-bezier(0, 0.45, 0.25, 1), transform 1s cubic-bezier(0, 0.45, 0.25, 1);
  transition: opacity 1s cubic-bezier(0, 0.45, 0.25, 1), transform 1s cubic-bezier(0, 0.45, 0.25, 1), -webkit-transform 1s 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;
}

.l-container {
  background: url(../images/wrap_bg.jpg) repeat-y top center #000;
  background-size: 100%;
}
.l-qr {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.3435114504vw;
}
.l-container--top {
  padding-bottom: 12.7226463104vw;
}
.l-container--therapist {
  padding-bottom: 12.7226463104vw;
}
.l-container--salon {
  padding-bottom: 19.0839694656vw;
}
@media print, screen and (min-width:789px) {
  .l-container {
    padding: 50px 0 150px;
    background: url(../images/wrap_bg_pc.jpg) repeat-y top center #000;
    background-size: 100%;
  }
  .l-container--section {
    padding: 35px 0 0;
  }
}

.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__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
}
.l-header__inner {
  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;
}
@media screen and (max-width:788px) {
  .l-header__inner {
    height: 60px;
    background: #fff;
    z-index: 8500;
    position: relative;
  }
}
@media print, screen and (min-width:789px) {
  .l-header__bg {
    display: none;
  }
}
@media screen and (max-width:788px) {
  .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;
  }
}

@media print, screen and (min-width:789px) {
  .l-header-logo {
    width: 100px;
  }
}
@media screen and (max-width:788px) {
  .l-header-logo {
    width: 70px;
  }
}
.l-header-logo__link {
  display: block;
}

@media print, screen and (min-width:789px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:788px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 9001;
    background: #000;
    outline: none;
  }
  .l-header-menu span {
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 50%;
    margin: -1px 0 0 -12px;
    top: 50%;
    -webkit-transition: background-color 100ms;
    transition: background-color 100ms;
  }
  .l-header-menu span:before, .l-header-menu span:after {
    content: "";
    display: block;
    background: #fff;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-transition: top 200ms, -webkit-transform 200ms;
    transition: top 200ms, -webkit-transform 200ms;
    transition: transform 200ms, top 200ms;
    transition: transform 200ms, top 200ms, -webkit-transform 200ms;
  }
  .l-header-menu span:before {
    top: -8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu span:after {
    top: 8px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .l-header-menu.is-open span {
    background: #000;
  }
  .l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
    top: 0;
  }
  .l-header-menu.is-open span:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .l-header-menu.is-open span:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
}

@media print, screen and (min-width:789px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    max-width: 320px;
    min-width: 320px;
    height: calc(100% - 60px);
    background: #fff;
    top: 60px;
    right: 0;
    z-index: 9000;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -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:788px) {
  .l-header-nav__inner {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 0 0 60px;
  }
}
@media print, screen and (min-width:789px) {
  .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;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav__items {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav__item {
    border-bottom: 1px solid #eee;
  }
}
.l-header-nav__link {
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
@media print, screen and (min-width:789px) {
  .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: 60px;
    font-size: 1.6rem;
    padding: 0 13px;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav__link {
    display: block;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width:789px) {
  .is-view-pc .l-header-nav__link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav.is-open {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-header-nav-drop {
  text-align: left;
}
@media print, screen and (min-width:789px) {
  .l-header-nav-drop {
    width: 100%;
    position: fixed;
    left: 0;
    color: #fff;
    padding: 10px 0;
    display: none;
    background: rgba(0, 0, 0, 0.85);
  }
}
@media screen and (max-width:788px) {
  .l-header-nav-drop {
    padding: 0 0 20px 30px;
  }
}
@media print, screen and (min-width:789px) {
  .l-header-nav-drop__inner {
    position: relative;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav-drop__inner {
    padding: 0;
  }
}
@media print, screen and (min-width:789px) {
  .l-header-nav-drop__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 1px solid #eee;
  }
}
@media print, screen and (min-width:789px) {
  .l-header-nav-drop__item {
    width: 100%;
    border-right: 1px solid #eee;
  }
}
@media screen and (max-width:788px) {
  .l-header-nav-drop__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width:789px) {
  .l-header-nav-drop__link {
    display: block;
    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: 40px;
  }
}

@media print, screen and (min-width:789px) {
  .is-drop-nav-active .l-header-nav-drop {
    display: block;
  }
  .is-view-tab .is-drop-nav-active .l-header-nav-drop {
    display: none;
  }
}

.sub .l-header-nav__item--sub .l-header-nav__link,
.news .l-header-nav__item--news .l-header-nav__link,
.contact .l-header-nav__item--contact .l-header-nav__link {
  background: #000;
  color: #fff;
}

.footer {
  width: 100%;
  height: 194.6564885496vw;
}
@media print, screen and (min-width:789px) {
  .footer {
    height: 1080px;
    margin-top: -50px;
  }
}
.footer__inner {
  padding: 41.7302798982vw 10.1781170483vw 10.4325699746vw;
  text-align: center;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media print, screen and (min-width:789px) {
  .footer__inner {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1320px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__content {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media print, screen and (min-width:789px) {
  .footer__content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__brand {
  margin-bottom: 0;
}
@media print, screen and (min-width:789px) {
  .footer__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0px;
    max-width: 80%;
    margin: 0 auto;
  }
}
.footer__logo {
  width: 50.8905852417vw;
  margin: 0 auto 23.155216285vw;
}
@media print, screen and (min-width:789px) {
  .footer__logo {
    width: 400px;
    min-width: 400px;
    margin: 0;
  }
}
.footer__logo img {
  -webkit-filter: drop-shadow(0px 0.3816793893vw 0.7633587786vw rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0.3816793893vw 0.7633587786vw rgba(0, 0, 0, 0.5));
}
.footer__slogan {
  font-size: 6.106870229vw;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 0 0.3816793893vw 1.272264631vw rgba(0, 0, 0, 0.7);
  margin-bottom: 11.9592875318vw;
}
@media print, screen and (min-width:789px) {
  .footer__slogan {
    font-size: 3.125vw;
    margin-bottom: 0px;
    padding-left: 2.6041666667vw;
    width: calc(100% - 450px);
    text-align: left;
  }
}
@media screen and (min-width: 1930px) {
  .footer__slogan {
    font-size: 60px;
    padding-left: 50px;
  }
}
@media print, screen and (min-width:789px) {
  .footer__cta {
    width: 100%;
  }
}
.footer__note {
  font-size: 2.5445292621vw;
  line-height: 1.5;
  font-weight: 900;
}
@media print, screen and (min-width:789px) {
  .footer__note {
    font-size: 20px;
  }
  .footer__note br {
    display: none;
  }
}
@media print, screen and (min-width:789px) {
  .footer__btn {
    margin-top: 100px;
  }
}
.footer__btn.c-btn-01--white {
  margin-bottom: 5.3435114504vw;
}
@media print, screen and (min-width:789px) {
  .footer__btn.c-btn-01--white {
    margin-bottom: 58px;
  }
}
.footer__btn.c-btn-01--white img {
  width: 8.3969465649vw;
  margin-right: -2.7989821883vw;
  position: relative;
  left: -1.5267175573vw;
}
@media print, screen and (min-width:789px) {
  .footer__btn.c-btn-01--white img {
    width: 47px;
    margin-right: -13px;
    left: -7px;
  }
}
.footer__btn.c-btn-01--white span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.footer__btn.c-btn-01--line {
  margin-bottom: 3.8167938931vw;
}
@media print, screen and (min-width:789px) {
  .footer__btn.c-btn-01--line {
    margin-bottom: 3.0208333333vw;
  }
}
@media screen and (min-width: 1930px) {
  .footer__btn.c-btn-01--line {
    margin-bottom: 58px;
  }
}
.footer__btn.c-btn-01--line img {
  width: 29.5165394402vw;
  border-radius: 1.272264631vw;
}
@media print, screen and (min-width:789px) {
  .footer__btn.c-btn-01--line img {
    width: 164px;
    border-radius: 10px;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}