@charset "UTF-8";
@media (min-width: 1025px) {
  h2 span, h3 span, h4 span {
    display: block;
  }
}
@media (max-width: 1025px) {
  h2 span, h3 span, h4 span {
    display: block;
  }
}
.term p em, .term p strong {
  text-decoration: underline;
}
.term p span {
  text-decoration: none !important;
  background-image: url(../images/zig.svg);
  background-repeat: repeat-x;
  background-size: 0.4em;
  background-position: bottom;
}
.term ol {
  counter-reset: count4;
  list-style-position: outside;
}
@media (min-width: 1025px) {
  .term ol {
    padding-left: 2em;
  }
}
.term ol li:before {
  counter-increment: count4;
  content: counter(count4, decimal-leading-zero) ".";
  display: inline-block;
  width: 1.7em;
  font-weight: 700;
  font-size: 1.2em;
  opacity: 0.4;
  letter-spacing: -0.05em;
}
@media (min-width: 1025px) {
  .term ol li:before {
    margin-left: -1.7em;
  }
}

.loud {
  display: flex;
  align-items: center;
}
.loud:before, .loud:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: currentColor;
  margin: 0 0.5em;
}
.loud:before {
  transform: rotate(45deg);
}
.loud:after {
  transform: rotate(-45deg);
}

.speech {
  --borderWidth: 2px;
  position: relative;
}
.speech:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(0.5em + var(--borderWidth) * 2);
  background: currentColor;
  clip-path: polygon(0 0, calc(50% - 0.25em) 0, 50% 0.5em, calc(50% + 0.25em) 0, 100% 0, 100% var(--borderWidth), calc(50% + 0.25em + var(--borderWidth)) var(--borderWidth), 50% calc(0.5em + var(--borderWidth) * 2), calc(50% - 0.25em - var(--borderWidth)) var(--borderWidth), 0 var(--borderWidth));
  margin-top: 0.5em;
}
.speech i {
  display: block;
  position: relative;
}

.skew {
  transform: skewY(-10deg) scaleX(0.975);
  transform-origin: bottom left;
}

blockquote {
  display: block;
  width: 100%;
  background: #f2f2f2;
  padding: 1.5em;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

em.sans {
  line-height: 1;
}

.brackets {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.brackets:before, .brackets:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1.5em;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.brackets:before {
  border-left: 2px solid;
  margin-right: 0.5em;
}
.brackets:after {
  border-right: 2px solid;
  margin-left: 0.5em;
}

@media (min-width: 1025px) {
  .tb {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

.num {
  font-weight: 700;
  line-height: 0.8;
}
.num small {
  font-size: 0.25em;
  letter-spacing: 0;
}
.num i {
  font-size: 1em;
}

.tags {
  align-items: center;
}

.tag {
  margin: 0 0.25em 0 0;
  line-height: 1;
  text-align: center;
  padding: 0.25em 0.5em;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.tag.bk {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.tag.bk a:hover {
  background: var(--colorMain);
  border-color: var(--colorMain);
}
.tag.gn {
  background: var(--colorMain);
  color: #ffffff;
  border: 1px solid var(--colorMain);
}
.tag.gn a:hover {
  border-color: #000000;
  background: #000000;
}
.tag.border {
  border: 1px solid;
}
.tag.border a:hover {
  background: #000000;
  color: #ffffff;
}

.pagesCap {
  align-items: center;
  justify-content: center;
}
.pagesCap h1 {
  font-size: 5em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1025px) {
  .pagesCap h1 {
    text-align: center;
    font-size: 3.5em;
  }
}
.pagesCap h1 em {
  font-size: 1em;
}
.pagesCap h1 small {
  display: block;
  font-size: 1rem;
  margin-top: 0.5em;
}

.dataTables {
  width: 100%;
  line-height: 1.25;
}
.dataTables dt {
  font-weight: 700;
}
.dataTables dd ul li:not(:first-of-type) {
  margin-top: 0.5em;
}
.dataTables dd ul li:blank {
  margin-top: 1.5em;
}

@media (min-width: 1025px) {
  .dataTableWrap {
    width: 100%;
  }
}
.dataTableWrap .wpDataTables.wpDataTablesWrapper table.wpDataTable {
  table-layout: fixed;
  border-right: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.5;
}
.dataTableWrap .wpDataTables.wpDataTablesWrapper table.wpDataTable tr th, .dataTableWrap .wpDataTables.wpDataTablesWrapper table.wpDataTable tr td {
  border-left: 1px solid;
  border-top: 1px solid;
}
.dataTableWrap .wpDataTables.wpDataTablesWrapper table.wpDataTable tr td[data-col-index="0"] {
  background: var(--colorMain);
}

@media (max-width: 1025px) {
  .tableScroll {
    overflow: auto;
    white-space: nowrap;
  }
  .tableScroll tr th,
.tableScroll tr td {
    min-width: 6em;
  }
}

.tagCloud {
  line-height: 1;
  justify-content: flex-start;
}
.tagCloud li {
  margin: 0 1em 1em 0;
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .tagCloud li {
    margin: 0 0.75em 0.75em 0;
  }
  .tagCloud li a:not(.tag) {
    padding: 0.5em 0.75em;
  }
}
@media (max-width: 1025px) {
  .tagCloud li {
    margin: 0 0.5em 0.5em 0;
  }
}
.tagCloud li a:not(.tag) {
  border: 1px solid;
  padding: 0.75em 1.5em;
  transition: 0.2s all ease-in-out;
  display: inline-block;
  border-radius: 3em;
}
@media (max-width: 1025px) {
  .tagCloud li a:not(.tag) {
    padding: 0.5em 0.75em;
  }
}
.tagCloud li a:not(.tag):hover {
  background: #000000;
  color: #ffffff;
}
.tagCloud li.current a {
  border-color: #dddddd;
  background: #dddddd;
  color: rgba(255, 255, 255, 0.3);
}
.tagCloud.wh li a {
  border: 1px solid;
  color: #ffffff;
}
.tagCloud.wh li a:hover {
  background: #ffffff;
  color: var(--colorTypo);
}

.hashTags li {
  margin-right: 1.5em;
  display: flex;
  align-items: center;
}
.hashTags li:before {
  content: "#";
  display: inline-block;
  margin-right: 0.25em;
}
.hashTags li a {
  color: #333333;
  position: relative;
}
.hashTags li a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  transition: 0.2s all ease-in-out;
  bottom: 0;
}
.hashTags li a:hover:after {
  width: 100%;
}

.slashList li {
  display: flex;
  align-items: center;
}
.slashList li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  transform: rotate(-45deg);
  background: currentColor;
  margin: 0 0.5em;
}
.slashList.smallText li:not(:last-of-type):after {
  margin: 0 0.25em;
}

.fillList li {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.fillList li a, .fillList li span {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  padding: 0.25em 1.5em;
  border-radius: 3em;
}
.fillList li a {
  transition: 0.2s all ease-in-out;
}
.fillList li a:hover {
  color: #ffffff;
  background: #000000;
}
.fillList.smallText li {
  margin: 0 0.5em 0 0;
}
.fillList.smallText li a, .fillList.smallText li span {
  padding: 0.2em 1em;
  background: rgba(242, 242, 242, 0.5);
}

.borderList li {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  border-radius: 0.2em;
  border: 2px solid;
}

.statute:not(:first-of-type) {
  margin-top: calc(var(--pad) * 2);
}
.statute dt {
  display: flex;
  font-weight: 700;
  align-items: baseline;
  font-size: 2em;
}
@media (max-width: 1025px) {
  .statute dt {
    font-size: 1.5em;
  }
}
.statute dd {
  margin-top: calc(var(--pad) * 0.5);
}
.statute dd ol {
  counter-reset: count3;
  list-style-position: outside;
  padding-left: 2em;
}
.statute dd ol li:before {
  counter-increment: count3;
  content: counter(count3, decimal-leading-zero) ".";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}

.borderBox dl {
  padding: 1.5em;
  border: 2px solid;
}

.shadowBox dl {
  padding: 1.5em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1) inset;
}

.fixImg {
  position: relative;
}
@media (min-width: 1025px) {
  .fixImg .figWrap {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.notes {
  display: block;
}
.notes.fill, .notes.border {
  padding: 3em;
}
.notes.fill {
  background: rgba(0, 0, 0, 0.1);
}
.notes.border {
  border: 1px solid;
}

.iconPin {
  width: 1em;
  height: 1em;
  border: solid 2px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconPin:before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border: solid 2px;
  border-radius: 50%;
}

.iconPerson {
  width: 1em;
  height: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.iconPerson:before {
  content: "";
  display: block;
  width: 55%;
  height: 55%;
  border: 2px solid;
  border-radius: 50%;
}
.iconPerson:after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  border: 2px solid;
  border-bottom: none;
  border-radius: 50%;
  margin-bottom: -40%;
}

.iconGenre {
  width: 1em;
  height: 1em;
  display: flex;
  align-items: flex-start;
  border-left: 2px solid;
}
.iconGenre:before, .iconGenre:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.iconGenre:after {
  border-right: 2px solid;
  margin-top: 12.5%;
}

.splide__arrows .splide__arrow:disabled {
  pointer-events: none;
  cursor: inherit;
  opacity: 0.1;
}

.oneSlides .splide__track {
  overflow: visible;
}
.oneSlides .splide__track .splide__list {
  overflow: visible;
}

.triSlides .splide__track {
  overflow: visible;
}
.triSlides .splide__track .splide__list {
  overflow: visible;
}

@media (max-width: 1025px) {
  .scheduleWrap {
    flex-direction: column;
    align-items: center;
  }
}
.scheduleWrap .schedules {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 calc(var(--pad) * 0.2);
}
@media (min-width: 1025px) {
  .scheduleWrap .schedules:not(:first-of-type):before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: currentColor;
    position: absolute;
    top: 0;
    right: calc(100% + var(--pad) * 0.2);
  }
}
@media (max-width: 1025px) {
  .scheduleWrap .schedules:not(:first-of-type) {
    margin-top: calc(var(--pad) * 1.5);
  }
}
.scheduleWrap .schedules strong {
  font-weight: 400;
  font-size: 0.5em;
  display: block;
  letter-spacing: -0.05em;
  position: absolute;
  bottom: 100%;
  left: 0.5em;
}
.scheduleWrap .schedules .scheduleElm {
  padding: 0 calc(var(--pad) * 0.15);
  position: relative;
  font-weight: 700;
}
.scheduleWrap .schedules .scheduleElm dl {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.05em;
  width: 2.75em;
  position: relative;
}
.scheduleWrap .schedules .scheduleElm dl:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 0.125em;
  transform: rotate(-45deg);
  background: currentColor;
  order: 2;
}
.scheduleWrap .schedules .scheduleElm dl dt {
  order: 1;
  margin: -0.5em -0.5em 0 0;
}
.scheduleWrap .schedules .scheduleElm dl dd {
  order: 3;
  margin: 0.5em 0 0 -0.75em;
}
.scheduleWrap .schedules .scheduleElm dl dd.w {
  width: 2em;
  height: 2em;
  font-size: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  position: absolute;
  letter-spacing: 0;
  top: calc(100% - var(--pad) * 0.1);
  left: 1em;
  z-index: 2;
  background: #ffffff;
}
.scheduleWrap .schedules .scheduleElm i {
  display: block;
  font-size: 0.5em;
  padding: 0.25em 0 0;
  margin-top: 0.5em;
  text-align: right;
  position: relative;
  letter-spacing: 0.4em;
  width: 100%;
}
.scheduleWrap .schedules .scheduleElm i:before {
  content: "";
  display: block;
  width: calc(100% - 1.25em);
  height: 2px;
  background: currentColor;
  position: absolute;
  bottom: calc(100% - 1px);
  right: 0;
}

.badge {
  aspect-ratio: 1/1;
  position: relative;
  letter-spacing: 0;
  width: 100%;
  color: var(--black);
}
@media (min-width: 1025px) {
  .badge {
    filter: drop-shadow(0.1em 0.1em 0.2em rgba(0, 0, 0, 0.2)) drop-shadow(-1px -1px 0 #ffffff);
  }
}
@media (max-width: 1025px) {
  .badge {
    width: 100%;
    font-size: 1.5vmax;
  }
}
.badge em, .badge small, .badge div {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 1;
  display: block;
  line-height: 1;
}
.badge em {
  font-size: 3em;
  top: calc(50% - 1em);
  font-weight: 700;
}
.badge small {
  font-size: 1em;
  top: calc(50% - 4em);
  font-weight: 700;
}
.badge .ratings {
  top: calc(50% + 0.5em);
  display: flex;
  justify-content: center;
  line-height: 1;
}
.badge .ratings dl {
  position: relative;
}
.badge .ratings dl dt {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: var(--black);
  overflow: hidden;
  width: var(--raing);
}
.badge .ratings dl dd {
  position: relative;
  z-index: 0;
  display: block;
  color: rgba(0, 0, 0, 0.2);
}
.badge .ratings dl dd.sans {
  color: currentColor;
  font-weight: 700;
}
.badge .ratings:before, .badge .ratings:after {
  content: "";
  display: block;
  width: calc(50% - 2.5em - 3em);
  height: 0.1em;
  background: #000000;
  position: absolute;
  top: calc(50% - 0.05em);
}
.badge .ratings:before {
  left: 1.75em;
}
.badge .ratings:after {
  right: 1.75em;
}
.badge .detail {
  font-size: 0.7em;
  top: calc(50% + 2.5em);
  line-height: 1.5;
}
.badge img {
  width: 100%;
  z-index: 0;
}

.bannerLine {
  align-items: center;
  margin: var(--pad) 0;
}
.bannerLine:not(.bordered) {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  border-radius: var(--rad1);
}
.bannerLine .bannerInner {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .bannerLine .bannerInner {
    overflow: hidden;
  }
  .bannerLine .bannerInner > a:hover:before {
    left: 0;
    opacity: 0.2;
    transform: skew(0deg);
  }
}
.bannerLine .bannerInner > .flexBox {
  justify-content: space-between;
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner > .flexBox {
    border-radius: var(--rad1);
  }
}
.bannerLine .bannerInner > a, .bannerLine .bannerInner > div {
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  border-radius: var(--rad1);
}
@media (min-width: 1025px) {
  .bannerLine .bannerInner > a, .bannerLine .bannerInner > div {
    overflow: hidden;
  }
  .bannerLine .bannerInner > a:before, .bannerLine .bannerInner > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    background: #000000;
    opacity: 0.05;
    transform: skew(-45deg);
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner > a, .bannerLine .bannerInner > div {
    padding: 2em;
    justify-content: center;
  }
}
.bannerLine .bannerInner .contWrap {
  position: relative;
  z-index: 1;
}
.bannerLine .bannerInner .contWrap h2 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap h2 {
    font-size: 2em;
    line-height: 1.2;
    justify-content: center;
  }
}
.bannerLine .bannerInner .contWrap h2 p {
  display: block;
  line-height: 1.5;
}
.bannerLine .bannerInner .contWrap h2 strong {
  font-size: 2em;
  display: inline-block;
  line-height: 1cap;
}
.bannerLine .bannerInner .contWrap h2.flexBox {
  align-items: baseline;
  justify-content: center;
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap h2.flexBox {
    flex-direction: column;
    align-items: center;
  }
}
.bannerLine .bannerInner .contWrap .term {
  margin: 0.5em 0;
}
@media (min-width: 1025px) {
  .bannerLine .bannerInner .contWrap .term {
    max-width: 30em;
  }
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap .term {
    line-height: 1.5;
  }
}
.bannerLine .bannerInner .contWrap .term p {
  line-height: 1.5;
  font-weight: 700;
}
.bannerLine .bannerInner .contWrap .term + .flexBox {
  margin: 1em 0 0;
}
.bannerLine .bannerInner .contWrap .term + .flexBox .btn {
  font-size: var(--paragraph);
  line-height: 1;
  margin: 0 0.5em 0.5em 0;
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap .term + .flexBox .btn {
    width: 100%;
  }
}
.bannerLine .bannerInner .contWrap .term + .flexBox .btn a {
  padding: 0.5em;
}
.bannerLine .bannerInner .contWrap .term i {
  opacity: 0.5;
}
.bannerLine .bannerInner .contWrap .icons {
  gap: 1em;
}
@media (min-width: 1025px) {
  .bannerLine .bannerInner .contWrap .icons {
    justify-content: flex-start;
    margin-top: 2em;
  }
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap .icons {
    align-items: center;
  }
}
.bannerLine .bannerInner .contWrap .icons .icon {
  flex: 1;
  max-width: 6em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerLine .bannerInner .contWrap .loud {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2;
}
.bannerLine .bannerInner .contWrap .loud:before, .bannerLine .bannerInner .contWrap .loud:after {
  margin: 0;
  height: 2px;
}
@media (max-width: 1025px) {
  .bannerLine .bannerInner .contWrap .loud {
    font-size: 1em;
  }
}
.bannerLine .bannerInner .figWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  z-index: 0;
}
.bannerLine.campaign .contWrap, .bannerLine.review .contWrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .bannerLine.campaign .contWrap, .bannerLine.review .contWrap {
    width: 100%;
    margin-right: calc(0% - var(--figWidth));
  }
}
@media (max-width: 1025px) {
  .bannerLine.campaign .contWrap, .bannerLine.review .contWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .bannerLine.campaign .figWrap, .bannerLine.review .figWrap {
    width: var(--figWidth);
    font-size: calc(var(--figWidth) * 0.0675);
  }
}
@media (max-width: 1025px) {
  .bannerLine.campaign .figWrap, .bannerLine.review .figWrap {
    width: 75%;
    margin-bottom: calc(var(--pad) * 1);
  }
}
@media (max-width: 1025px) {
  .bannerLine.campaign .bannerInner > a, .bannerLine.campaign .bannerInner > div, .bannerLine.review .bannerInner > a, .bannerLine.review .bannerInner > div {
    flex-direction: column-reverse;
  }
}
.bannerLine.campaign {
  --figWidth: 45%;
}
@media (min-width: 1025px) {
  .bannerLine.campaign .bannerInner .contWrap {
    padding: calc(var(--pad) * 1);
  }
}
.bannerLine.review {
  --figWidth: 20vw;
}
@media (min-width: 1025px) {
  .bannerLine.review .bannerInner > a, .bannerLine.review .bannerInner > div {
    padding: calc(var(--pad) * 1);
  }
}
.bannerLine.findShop .bannerInner > a, .bannerLine.findShop .bannerInner > div {
  padding: calc(var(--pad) * 1);
}
.bannerLine.findShop .findBnr .contWrap {
  justify-content: center;
  align-items: center;
}
.bannerLine.findShop .findBnr .contWrap em {
  display: block;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 0.5em;
}
.bannerLine.findShop .findBnr .contWrap em p {
  font-weight: 700;
}
.bannerLine.findShop .findBnr .contWrap span {
  display: block;
  padding: 1em;
  text-align: center;
  line-height: 1;
  margin-top: 0.5em;
  font-size: 1.5em;
  border-radius: var(--rad5);
  background: var(--colorMain);
}
.bannerLine.findShop .findBnr .contWrap span small {
  font-weight: 700;
}
.bannerLine.bordered .bannerInner > a, .bannerLine.bordered .bannerInner > div {
  border: var(--bnrBorder) solid var(--borderColor);
}

.imgBnr {
  aspect-ratio: var(--ratio);
  width: 100%;
  margin-bottom: var(--pad);
}
@media (max-width: 1025px) {
  .imgBnr {
    aspect-ratio: var(--ratioMob);
  }
}
.imgBnr a, .imgBnr figure {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: var(--rad1);
  overflow: hidden;
}
.imgBnr a picture, .imgBnr figure picture {
  display: block;
  width: 100%;
}
.imgBnr a img, .imgBnr figure img {
  width: 100%;
  z-index: 0;
}
@media (min-width: 1025px) {
  .imgBnr a:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background-color: var(--borderColor);
    position: absolute;
    top: 100%;
    left: 100%;
    border-radius: 50%;
    z-index: 1;
    mix-blend-mode: screen;
    transition: all 0.4s ease-in-out;
  }
  .imgBnr a:hover:before {
    top: -50%;
    left: -50%;
  }
}
.imgBnr.bordered a, .imgBnr.bordered figure {
  border: var(--bnrBorder) solid var(--borderColor);
}

@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1em);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.outerWrap.firstView .landingPage .firstView:after {
  opacity: 0.8;
}
@media (min-width: 1025px) {
  .outerWrap.overView .sect.overView .figWrap figure {
    opacity: 1;
  }
}
.outerWrap.arrival .sect.appeal .gallery {
  filter: blur(1em);
  opacity: 0.5;
}
.outerWrap.symptoms .sect.symptoms .inner {
  background: var(--white);
}
@media (min-width: 1025px) {
  .outerWrap.symptoms .sect.symptoms .inner {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  }
}
.outerWrap.plan .frontPage .sect.plan .inner:before {
  opacity: 1;
}
.outerWrap.features .sect.features .inner .contWrap .loud,
.outerWrap.features .sect.features .inner .contWrap .title p,
.outerWrap.features .sect.features .inner .contWrap .term p {
  background: var(--featBg);
}
@media (min-width: 1025px) {
  .outerWrap.appeal .sect.appeal .figWrap figure,
.outerWrap.appeal .sect.point .figWrap figure, .outerWrap.point .sect.appeal .figWrap figure,
.outerWrap.point .sect.point .figWrap figure {
    opacity: 1;
  }
}
@media (min-width: 1025px) {
  .outerWrap.knowledge .sect.knowledge .sectWrap .figWrap figure {
    opacity: 1;
  }
}

.white {
  color: var(--white);
}

@media (min-width: 1025px) {
  .sect {
    --sectPad: calc(var(--pad) * 3);
  }
}
@media (max-width: 1025px) {
  .sect {
    --sectPad: calc(var(--pad) * 2);
  }
}
@media (max-width: 1025px) {
  .sect .loud {
    font-size: 0.8em;
  }
}
.sect figure {
  position: relative;
}
.sect video:not(.release),
.sect img:not(.release) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.sect.firstView {
  --fvPad: 7vmin;
  --fvFontSize: 8vmin;
  --fvBadge: calc(var(--fvPad) * 3.5);
  --sloganMax: calc(100% - var(--fvBadge) * 2);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.firstView.center .featWrap {
    width: 100%;
    max-width: inherit;
  }
  .sect.firstView.center .featWrap .featList {
    justify-content: center;
  }
  .sect.firstView.left .contWrap {
    align-items: center;
    width: 50%;
  }
  .sect.firstView.left .featWrap {
    min-width: 50%;
  }
  .sect.firstView.left .featWrap .featList {
    justify-content: center;
  }
  .sect.firstView.right .contWrap {
    align-items: center;
    width: 50%;
    left: 50%;
  }
  .sect.firstView.right .featWrap {
    min-width: 50%;
    left: auto;
    right: 0;
  }
  .sect.firstView.right .featWrap .featList {
    justify-content: center;
  }
  .sect.firstView.right .badge {
    right: auto;
    left: var(--pos);
  }
  .sect.firstView + section:not(.appeal):not(.features) {
    margin-top: calc(var(--contPad) * 2);
  }
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .sect.firstView {
    --fvBadge: 30vmin;
    --sloganMax: calc(100% - (var(--fvPad) * 1) - var(--fvBadge));
    --fvPad: 5rem;
  }
}
@media (max-width: 1025px) {
  .sect.firstView {
    --fvBadge: calc(var(--fvPad) * 5);
    --fvFontSize: 9vmin;
    padding-bottom: var(--pad);
  }
  .sect.firstView:has(.badge) .contWrap {
    z-index: 3;
  }
  .sect.firstView:has(.badge) .figWrap {
    z-index: 2;
  }
  .sect.firstView:has(.badge) .featWrap {
    z-index: 1;
  }
  .sect.firstView:has(.badge) .featWrap:before, .sect.firstView:has(.badge) .featWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% + var(--pad) + var(--fvBadge) * 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .sect.firstView:has(.badge) .featWrap:before {
    background: var(--colorYellow);
  }
  .sect.firstView:has(.badge) .featWrap:after {
    background-image: linear-gradient(225deg, var(--colorGold) 0%, transparent 50%);
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
}
.sect.firstView .fvInner {
  width: var(--width);
  position: relative;
}
@media (min-width: 1025px) {
  .sect.firstView .fvInner {
    --width: calc(100% - var(--sectPad));
    height: calc(var(--fitH) - var(--navH) * 2);
  }
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .sect.firstView .fvInner {
    margin-top: calc(var(--navH) * 0.5);
    height: calc(var(--fitH) - var(--navH) * 1.5);
  }
}
@media (max-width: 1025px) {
  .sect.firstView .fvInner {
    --width: 100%;
    justify-content: center;
  }
}
.sect.firstView .contWrap {
  width: 100%;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .sect.firstView .contWrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sect.firstView .contWrap .slogan {
  z-index: 1;
  line-height: 1;
  color: var(--fvColor);
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 1025px) {
  .sect.firstView .contWrap .slogan {
    margin-top: calc(0% - var(--navH));
    filter: drop-shadow(1px 1px 0 var(--white));
  }
}
@media (max-width: 1025px) {
  .sect.firstView .contWrap .slogan {
    width: calc(100% - var(--innPad));
    margin: var(--pad) 0;
  }
}
.sect.firstView .contWrap .slogan .catchy {
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.firstView .contWrap .slogan .catchy {
    width: 100%;
  }
  .sect.firstView .contWrap .slogan .catchy .speech {
    display: block;
    text-align: center;
  }
}
.sect.firstView .contWrap .slogan .catchy h1 {
  order: 5;
}
@media (min-width: 1025px) {
  .sect.firstView .contWrap .slogan .catchy h1 {
    font-size: 0.75em;
  }
}
@media (max-width: 1025px) {
  .sect.firstView .contWrap .slogan .catchy h1 {
    font-size: 1em;
    text-align: center;
  }
}
.sect.firstView .contWrap .slogan .catchy .speech:after {
  background: var(--fvItemFill);
}
.sect.firstView .contWrap .slogan .catchy .speech + h2 {
  margin-top: 0.5em;
}
.sect.firstView .contWrap .slogan .catchy .symptoms {
  font-size: calc(var(--fvFontSize) * 0.32);
  line-height: 1;
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.firstView .contWrap .slogan .catchy .symptoms {
    font-size: calc(var(--fvFontSize) * 0.5);
    text-align: center;
  }
}
.sect.firstView .contWrap .slogan .catchy .symptoms p {
  display: block;
  padding: 0.25em;
  margin: 0 0.25em 0.5em;
  background: var(--fvItemFill);
  color: var(--fvItemColor);
}
.sect.firstView .contWrap .slogan .catchy .term {
  align-items: center;
  font-weight: 700;
  font-size: var(--fvFontSize);
  text-decoration: none;
  line-height: 1.25;
  text-align: center;
}
.sect.firstView .contWrap .slogan .catchy .term p {
  display: block;
}
.sect.firstView .contWrap .slogan .catchy small {
  font-size: 0.5em;
}
@media (max-width: 1025px) {
  .sect.firstView .contWrap .slogan.stroke {
    margin: var(--pad) 0 calc(0% - var(--pad));
  }
}
.sect.firstView .contWrap .slogan.stroke .fvItemBg {
  text-shadow: none;
}
.sect.firstView .figWrap {
  width: var(--figWrap);
  position: relative;
  z-index: 0;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1025px) {
  .sect.firstView .figWrap {
    --width: calc(100% - var(--innPad) * .5);
    justify-content: center;
    box-shadow: 2em 2em 2em rgba(0, 0, 0, 0.2);
  }
}
.sect.firstView .figWrap figure {
  width: var(--width);
}
@media (min-width: 1025px) {
  .sect.firstView .figWrap figure {
    filter: drop-shadow(2em 2em 2em rgba(0, 0, 0, 0.2));
  }
  .sect.firstView .figWrap figure.circle img {
    border-radius: 50%;
  }
  .sect.firstView .figWrap figure.radius img {
    border-radius: var(--rad1);
  }
}
.sect.firstView .figWrap figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.sect.firstView .featWrap {
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap {
    --point: 1.25em;
    --padding: calc(var(--pad) * .5);
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: var(--sloganMax);
    margin-bottom: calc(0% - var(--navH) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap {
    order: 3;
    --point: 1.8em;
    --padding: 1em;
    padding-bottom: var(--pad);
  }
}
.sect.firstView .featWrap .featList {
  width: var(--width);
  line-height: 1;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap .featList {
    --width: 100%;
    gap: calc(var(--point) * 0.5);
    margin: auto 0 0;
  }
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList {
    --width: calc(100% - var(--pad) * 2);
    order: 4;
    font-size: calc(var(--fvFontSize) * 0.6);
    padding: 1em;
    justify-content: space-evenly;
    border: 3px solid var(--fvFeatBorder);
    border-radius: var(--rad1);
    background: var(--fvFeatBg);
    color: var(--fvFeatColor);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
  .sect.firstView .featWrap .featList:before, .sect.firstView .featWrap .featList:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--rad1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .sect.firstView .featWrap .featList:before {
    background-image: linear-gradient(135deg, transparent 50%, var(--fvFeatBg) 100%);
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
  .sect.firstView .featWrap .featList:after {
    background-image: linear-gradient(135deg, var(--white) 0%, transparent 50%);
    opacity: 1;
    mix-blend-mode: soft-light;
  }
}
.sect.firstView .featWrap .featList li {
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: color 0.2s linear 0s;
  position: relative;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap .featList li {
    padding: calc(var(--padding) * 1.5) calc(var(--padding) * 1.5) var(--padding);
    border-radius: var(--rad1);
    font-size: calc(var(--fvFontSize) * 0.25);
    max-width: 50%;
    border: 3px solid var(--fvFeatBorder);
    background: var(--fvFeatBg);
    color: var(--fvFeatColor);
    min-width: 12em;
  }
  .sect.firstView .featWrap .featList li:before, .sect.firstView .featWrap .featList li:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--rad1);
    position: absolute;
    top: 0;
    left: 0;
  }
  .sect.firstView .featWrap .featList li:before {
    background-image: linear-gradient(135deg, transparent 50%, var(--fvFeatBg) 100%);
    opacity: 0.5;
    mix-blend-mode: multiply;
  }
  .sect.firstView .featWrap .featList li:after {
    background-image: linear-gradient(135deg, var(--white) 0%, transparent 50%);
    opacity: 1;
    mix-blend-mode: soft-light;
  }
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li {
    font-size: calc(var(--fvFontSize) * 0.35);
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: var(--padding) 0;
  }
  .sect.firstView .featWrap .featList li:not(:first-of-type):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.sect.firstView .featWrap .featList li strong {
  font-size: calc(var(--point) * 2);
  font-weight: 700;
  line-height: 0.8;
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap .featList li strong {
    border: 3px solid var(--fvFeatBorder);
    background: var(--fvFeatColor);
    color: var(--fvFeatBg);
    position: absolute;
    top: -0.4em;
    left: 0;
    align-items: baseline;
    padding: 0.1em 0.3em 0.2em;
    border-radius: 1em;
    z-index: 2;
  }
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li strong {
    width: var(--point);
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
.sect.firstView .featWrap .featList li strong small {
  font-size: var(--fontSize);
  display: block;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap .featList li strong small {
    --fontSize: .3em;
  }
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li strong small {
    width: 100%;
    text-align: center;
    --fontSize: .2em;
  }
}
@media (min-width: 1025px) {
  .sect.firstView .featWrap .featList li strong i {
    font-size: 0.4em;
    display: block;
    margin: 0.2em 0 0 0.1em;
  }
}
.sect.firstView .featWrap .featList li div {
  position: relative;
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li div {
    flex: 1;
  }
}
.sect.firstView .featWrap .featList li div span {
  font-size: 0.75em;
  display: block;
  margin-bottom: 0.5em;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li div span {
    font-size: 1em;
  }
}
.sect.firstView .featWrap .featList li div em {
  font-size: 1.25em;
  line-height: 1.5;
}
.sect.firstView .featWrap .featList li div em b {
  display: block;
}
@media (max-width: 1025px) {
  .sect.firstView .featWrap .featList li div em {
    font-size: 1.6em;
  }
}
.sect.firstView .badge {
  --pos: calc(0% - var(--navH) * .5);
  width: var(--fvBadge);
  font-size: var(--fontSize);
  z-index: 4;
}
@media (min-width: 1025px) {
  .sect.firstView .badge {
    position: absolute;
    --fontSize: calc(var(--fvBadge) * .065);
    bottom: calc(0% - var(--navH) * 0.75);
    right: var(--pos);
  }
}
@media (max-width: 1025px) {
  .sect.firstView .badge {
    --fontSize: calc(var(--fvBadge) * .07);
    margin-top: calc(0% - var(--fvBadge) * 0.25);
  }
}
.sect.firstView.include1 {
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 1025px) {
  .sect.firstView.include1:not(:has(.figWrap.inner)) {
    --figWrap: 100%;
  }
  .sect.firstView.include1:has(.figWrap.inner) {
    --figWrap: calc(100% - var(--innPad));
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include1:not(.soloImg) {
    height: var(--fitH);
  }
  .sect.firstView.include1:not(.soloImg) .figWrap {
    height: 100%;
    padding: var(--pad) 0 0;
  }
  .sect.firstView.include1:not(.soloImg) .figWrap figure {
    height: 100%;
  }
  .sect.firstView.include1:not(.soloImg).center {
    margin: 0 auto;
  }
  .sect.firstView.include1:not(.soloImg).center .figWrap {
    width: var(--figWrap);
    justify-content: center;
  }
  .sect.firstView.include1:not(.soloImg).center .figWrap figure {
    width: calc(100% - var(--pad));
    height: 100%;
  }
  .sect.firstView.include1:not(.soloImg).left .fvInner {
    justify-content: flex-end;
    align-items: stretch;
  }
  .sect.firstView.include1:not(.soloImg).left .figWrap {
    width: var(--imgSize);
    margin-right: calc(0% - var(--sectPad) * 0.5);
  }
  .sect.firstView.include1:not(.soloImg).left .figWrap figure {
    aspect-ratio: var(--pcRatio);
    width: 100%;
  }
  .sect.firstView.include1:not(.soloImg).right .fvInner {
    justify-content: flex-start;
    align-items: stretch;
  }
  .sect.firstView.include1:not(.soloImg).right .figWrap {
    width: var(--imgSize);
    margin-right: calc(0% - var(--sectPad) * 0.5);
  }
  .sect.firstView.include1:not(.soloImg).right .figWrap figure {
    aspect-ratio: var(--pcRatio);
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include1:not(.soloImg) {
    --figWrap: 100%;
  }
  .sect.firstView.include1:not(.soloImg) .figWrap {
    margin: 0;
  }
  .sect.firstView.include1:not(.soloImg) .figWrap figure {
    aspect-ratio: var(--spRatio);
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .sect.firstView.include1:not(.soloImg) .featWrap .featList {
    margin-top: -1em;
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include1.soloImg {
    padding-top: calc(var(--navH) + var(--siteTitle));
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include1.soloImg .figWrap {
    filter: none;
  }
}
.sect.firstView.include1.soloImg .fvInner {
  justify-content: center;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) and (max-width: 1536px) {
  .sect.firstView.include1.soloImg .fvInner {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include1.soloImg .figWrap:not(.inner) {
    width: var(--imgSize);
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include1.soloImg .figWrap {
    width: 100%;
  }
}
.sect.firstView.include1.soloImg figure {
  filter: none;
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.firstView.include1.soloImg figure {
    aspect-ratio: var(--pcRatio);
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include1.soloImg figure {
    aspect-ratio: var(--spRatio);
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include2 {
    --figWrap: 100%;
    height: var(--fitH);
  }
  .sect.firstView.include2 .figWrap {
    padding: var(--pad) 0 0;
  }
  .sect.firstView.include2 .figWrap figure {
    width: 50%;
    height: 100%;
  }
  .sect.firstView.include2 .figWrap figure.radius img, .sect.firstView.include2 .figWrap figure.circle img {
    border-radius: 0;
  }
  .sect.firstView.include2 .figWrap:not(.fit.center):has(.count1.radius) .count1 img {
    border-radius: var(--rad3) 0 0 var(--rad3);
  }
  .sect.firstView.include2 .figWrap:not(.fit.center):has(.count1.circle) .count1 img {
    border-radius: var(--rad5) 0 0 var(--rad5);
  }
  .sect.firstView.include2 .figWrap:not(.fit.center):has(.count2.radius) .count2 img {
    border-radius: 0 var(--rad3) var(--rad3) 0;
  }
  .sect.firstView.include2 .figWrap:not(.fit.center):has(.count2.circle) .count2 img {
    border-radius: 0 var(--rad5) var(--rad5) 0;
  }
  .sect.firstView.include2.center .figWrap {
    width: 100%;
    justify-content: space-between;
  }
  .sect.firstView.include2.center .figWrap figure {
    width: calc(var(--imgSize) * 0.5);
  }
  .sect.firstView.include2.center:not(.fit) {
    text-align: center;
  }
  .sect.firstView.include2.center:not(.fit) .figWrap:has(.radius) figure picture img {
    border-radius: var(--rad3) !important;
  }
  .sect.firstView.include2.center:not(.fit) .figWrap:has(.circle) figure picture img {
    border-radius: var(--rad5) !important;
  }
  .sect.firstView.include2.left .fvInner {
    justify-content: flex-end;
  }
  .sect.firstView.include2.left .figWrap {
    width: var(--imgSize);
    margin-right: calc(0% - var(--sectPad) * 0.5);
  }
  .sect.firstView.include2.right .figWrap {
    width: var(--imgSize);
    margin-left: calc(0% - var(--sectPad) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include2 {
    --figWrap: 100%;
  }
  .sect.firstView.include2 .figWrap {
    --size: 50%;
    margin: 0;
    width: calc(100% - var(--pad));
  }
  .sect.firstView.include2 .figWrap figure {
    width: var(--size);
    aspect-ratio: 1/1.5;
  }
  .sect.firstView.include2 .figWrap figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .sect.firstView.include2 .featWrap .featList {
    margin-top: -1em;
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include3 {
    --figWrap: 80vh;
    height: var(--fitH);
  }
  .sect.firstView.include3.center .fvInner {
    justify-content: center;
  }
  .sect.firstView.include3.center .contWrap {
    align-items: center;
  }
  .sect.firstView.include3.center .contWrap .slogan {
    max-width: 60%;
  }
  .sect.firstView.include3.center .figWrap {
    width: 100%;
  }
  .sect.firstView.include3.center .figWrap figure {
    --wid: calc(var(--figWrap) * .5);
  }
  .sect.firstView.include3.center .figWrap figure:nth-of-type(1) {
    width: 35%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(calc(var(--sectPad) * 0.25), -50%);
  }
  .sect.firstView.include3.center .figWrap figure:nth-of-type(2) {
    top: 0;
    left: var(--sectPad);
  }
  .sect.firstView.include3.center .figWrap figure:nth-of-type(3) {
    left: 0;
    bottom: calc(var(--pad) * 2);
  }
  .sect.firstView.include3.left .fvInner {
    justify-content: flex-end;
  }
  .sect.firstView.include3.left .figWrap figure {
    --wid: calc(var(--figWrap) * .35);
  }
  .sect.firstView.include3.left .figWrap figure:nth-of-type(2) {
    top: 0;
    left: calc(100% - var(--figWrap) - var(--wid) * 0.5);
  }
  .sect.firstView.include3.left .figWrap figure:nth-of-type(3) {
    bottom: 0;
    left: calc(100% - var(--figWrap) - var(--wid) * 0.5);
  }
  .sect.firstView.include3.left .featWrap {
    justify-content: flex-start;
  }
  .sect.firstView.include3.right .figWrap {
    justify-content: flex-start;
  }
  .sect.firstView.include3.right .figWrap figure {
    --wid: calc(var(--figWrap) * .3);
  }
  .sect.firstView.include3.right .figWrap figure:nth-of-type(2) {
    top: 0;
    left: calc(100% - var(--wid) * 0.5);
  }
  .sect.firstView.include3.right .figWrap figure:nth-of-type(3) {
    bottom: calc(var(--wid) * 0.25);
    left: calc(100% - var(--wid) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include3 {
    --figWrap: 100%;
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include3 .figWrap {
    border-radius: var(--rad1);
    overflow: hidden;
    width: calc(100% - var(--pad));
  }
}
.sect.firstView.include3 .figWrap figure:nth-of-type(1) {
  width: 100%;
}
@media (max-width: 1025px) {
  .sect.firstView.include3 .figWrap figure:nth-of-type(1) {
    padding-top: 66%;
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include3 .figWrap figure:nth-of-type(2), .sect.firstView.include3 .figWrap figure:nth-of-type(3) {
    position: absolute;
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include3 .figWrap figure:nth-of-type(2), .sect.firstView.include3 .figWrap figure:nth-of-type(3) {
    width: 50%;
    padding-top: 50%;
  }
}
@media (min-width: 1025px) {
  .sect.firstView.include3 .figWrap figure {
    aspect-ratio: 1/1;
  }
  .sect.firstView.include3 .figWrap figure:nth-of-type(2), .sect.firstView.include3 .figWrap figure:nth-of-type(3) {
    width: var(--wid);
  }
}
@media (max-width: 1025px) {
  .sect.firstView.include3 .featWrap .featList {
    margin-top: -1em;
  }
}
.sect.features {
  padding: var(--sectPad) 0;
}
@media (max-width: 1025px) {
  .sect.features {
    padding: 0 0 var(--sectPad);
  }
}
.sect.features .inner {
  border-radius: var(--rad5);
}
@media (min-width: 1025px) {
  .sect.features .inner {
    padding: var(--sectPad) 0;
  }
}
@media (max-width: 1025px) {
  .sect.features .inner {
    flex-direction: column-reverse;
  }
}
.sect.features .inner .contWrap {
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .sect.features .inner .contWrap {
    flex: 1;
    padding-right: var(--pad);
  }
}
@media (max-width: 1025px) {
  .sect.features .inner .contWrap {
    align-items: center;
  }
}
.sect.features .inner .contWrap .loud {
  margin-bottom: 1em;
}
.sect.features .inner .contWrap .title {
  align-items: flex-start;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  .sect.features .inner .contWrap .title {
    align-items: center;
  }
}
.sect.features .inner .contWrap .term {
  align-items: flex-start;
  margin-top: 2em;
}
@media (min-width: 1025px) {
  .sect.features .inner .contWrap .term {
    max-width: 36em;
  }
}
@media (max-width: 1025px) {
  .sect.features .inner .contWrap .term {
    margin-top: 1em;
    line-height: 1.5;
  }
}
.sect.features .inner .contWrap .term p {
  padding: 0.2em;
}
@media (min-width: 1025px) {
  .sect.features .inner .contWrap .term p:not(:first-of-type) {
    margin-top: 0.2em;
  }
}
.sect.features .inner .contWrap .term p:empty {
  display: none;
}
.sect.features .inner .figWrap {
  position: relative;
  z-index: 0;
}
@media (min-width: 1025px) {
  .sect.features .inner .figWrap {
    width: calc(50% + var(--innPad) * 0.5);
    margin-right: calc(0% - var(--innPad) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.features .inner .figWrap {
    width: 100%;
    margin: 0;
    border-radius: var(--rad1);
    overflow: hidden;
  }
}
.sect.features .inner .figWrap .figure {
  position: relative;
  width: 100%;
}
.sect.features .inner .figWrap .figure figure {
  aspect-ratio: var(--ratio);
}
.sect.features .inner .figWrap .figure figure img {
  max-width: inherit;
}
@media (min-width: 1025px) {
  .sect.features .inner .figWrap .figure figure img {
    border-radius: var(--rad3);
    height: 100%;
    max-height: 100vh;
  }
}
@media (max-width: 1025px) {
  .sect.features .inner .figWrap .figure figure img {
    width: 100%;
  }
}
.sect.features .inner .figWrap .video {
  --width: 100%;
  width: var(--width);
  position: relative;
  aspect-ratio: var(--ratio);
}
.sect.features .inner .figWrap .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .sect.features .inner .figWrap .video iframe {
    border-radius: var(--rad3);
  }
}
@media (max-width: 1025px) {
  .sect.features .inner .figWrap .video iframe {
    width: 100%;
  }
}
@media (max-width: 1025px) {
  .sect.overView {
    padding-bottom: var(--sectPad);
  }
}
.sect.overView .inner {
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .sect.overView .inner {
    gap: var(--contPad);
  }
}
.sect.overView .inner .contWrap {
  justify-content: center;
  position: relative;
}
@media (min-width: 1025px) {
  .sect.overView .inner .contWrap {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.overView .inner .contWrap {
    width: 100%;
    margin-top: 1em;
  }
}
.sect.overView .inner .contWrap .title {
  width: auto;
}
@media (max-width: 1025px) {
  .sect.overView .inner .contWrap .title {
    text-align: center;
  }
}
.sect.overView .inner .contWrap ul {
  margin-top: 1em;
  transition: var(--tr04);
}
.sect.overView .inner .contWrap ul li {
  padding: 1em 1.5em;
  margin: 0 0 1em;
  line-height: 1.5;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 3em;
  background: #ffffff;
  color: var(--colorTypo);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sect.overView .inner .contWrap ul li:before, .sect.overView .inner .contWrap ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.75em;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sect.overView .inner .contWrap ul li:before {
  bottom: 0.2em;
}
@media (min-width: 1025px) {
  .sect.overView .inner .contWrap ul li:before {
    left: -0.4em;
  }
}
@media (max-width: 1025px) {
  .sect.overView .inner .contWrap ul li:before {
    right: -0.4em;
  }
}
.sect.overView .inner .contWrap ul li:after {
  bottom: -0.2em;
  transform: scale(0.8);
}
@media (min-width: 1025px) {
  .sect.overView .inner .contWrap ul li:after {
    left: -1.25em;
  }
}
@media (max-width: 1025px) {
  .sect.overView .inner .contWrap ul li:after {
    right: -1.25em;
  }
}
.sect.overView .inner .contWrap .fill {
  color: var(--color);
  transform: rotate(-5deg);
  transform-origin: bottom left;
  line-height: 1;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  .sect.overView .inner .contWrap .fill {
    align-items: center;
    font-size: 2em;
  }
}
.sect.overView .inner .contWrap .fill p {
  background: var(--bg);
  margin-top: 0.5em;
  padding-bottom: 0.1em;
}
.sect.overView .inner .figWrap {
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .sect.overView .inner .figWrap {
    flex: 1;
    position: sticky;
    top: 0;
    min-height: var(--fitH);
  }
}
@media (max-width: 1025px) {
  .sect.overView .inner .figWrap {
    width: 100%;
    margin: 0;
    border-radius: var(--rad1);
    overflow: hidden;
  }
}
.sect.overView .inner .figWrap figure {
  width: 100%;
  aspect-ratio: var(--ratio);
}
@media (min-width: 1025px) {
  .sect.overView .inner .figWrap figure {
    opacity: 0;
    overflow: hidden;
    border-radius: var(--rad3);
    aspect-ratio: 1/1;
    transition: all 0.8s ease-in-out;
  }
}
.sect.appeal {
  position: relative;
  --contWid: calc(var(--crampedMax) * .75);
}
@media (max-width: 1025px) {
  .sect.appeal {
    padding-bottom: var(--sectPad);
  }
}
.sect.appeal .sectWrap {
  margin-top: var(--contPad);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sect.appeal .sectWrap {
    width: 100%;
  }
}
.sect.appeal .contWrap {
  counter-reset: childList;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
  .sect.appeal .contWrap {
    width: var(--contWid);
  }
}
@media (max-width: 1025px) {
  .sect.appeal .contWrap {
    width: 100%;
  }
}
.sect.appeal .contWrap .sectCap {
  align-items: center;
}
.sect.appeal .contWrap .sectCap h2 {
  text-align: center;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .sect.appeal.pinWrap .contWrap {
    padding: calc(var(--fitH) * 0.25) calc(var(--contPad) * 0.5);
  }
}
.sect.appeal.pinWrap .figWrap {
  width: 100%;
}
.sect.appeal.pinWrap .figWrap figure {
  width: var(--width);
  aspect-ratio: 1/1;
}
.sect.appeal.pinWrap .figWrap figure img {
  overflow: hidden;
  border-radius: var(--rad3);
}
@media (min-width: 1025px) {
  .sect.appeal.pinWrap .figWrap {
    height: var(--fitH);
    position: absolute;
    top: 0;
    justify-content: space-between;
    align-items: center;
  }
  .sect.appeal.pinWrap .figWrap figure {
    position: relative;
    --width: calc((100% - var(--contWid)) * .5);
    --pos: calc(0% - var(--width) * .2);
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  .sect.appeal.pinWrap .figWrap .fig1 {
    margin-left: calc(0% - var(--pad));
  }
  .sect.appeal.pinWrap .figWrap .fig2 {
    margin-right: calc(0% - var(--pad));
  }
}
@media (max-width: 1025px) {
  .sect.appeal.pinWrap .figWrap {
    justify-content: center;
    margin-bottom: var(--pad);
  }
  .sect.appeal.pinWrap .figWrap figure {
    --width: 50%;
  }
}
.sect.appeal.floatImg .gallery {
  position: sticky;
  top: 0;
  transition: all 0.4s linear;
}
.sect.appeal.floatImg .gallery .infinite {
  display: flex;
  padding: calc(var(--innPad) * 0.25) 0;
  transition: var(--tr04);
  z-index: -1;
}
@media (min-width: 1025px) {
  .sect.appeal.floatImg .gallery .infinite {
    --margin: 3em;
    height: var(--fitH);
  }
}
@media (max-width: 1025px) {
  .sect.appeal.floatImg .gallery .infinite {
    --margin: 1em;
    margin-top: calc(var(--margin) * 4);
  }
}
.sect.appeal.floatImg .gallery .infinite .loop {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 1em 0;
  position: relative;
}
.sect.appeal.floatImg .gallery .infinite .loop:nth-child(odd) {
  animation: loop var(--duration) calc(0s - var(--duration) * 0.5) linear reverse infinite;
}
.sect.appeal.floatImg .gallery .infinite .loop:nth-child(even) {
  animation: loop2 var(--duration) linear reverse infinite;
}
.sect.appeal.floatImg .gallery .infinite .loop div {
  flex: 1;
  padding-right: var(--margin);
}
.sect.appeal.floatImg .gallery .infinite .loop div figure {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  border-radius: 2em;
  overflow: hidden;
}
.sect.appeal.floatImg .gallery .infinite .loop div:nth-of-type(even) {
  margin-top: calc(0% - var(--margin) * 2);
}
@media (max-width: 1025px) {
  .sect.appeal.floatImg .gallery .infinite .loop div:nth-of-type(even) {
    margin-top: calc(0% - var(--margin) * 4);
  }
}
@media (min-width: 1025px) {
  .sect.appeal.floatImg .contWrap {
    padding: calc(var(--fitH) * 0.25) calc(var(--contPad) * 0.5);
  }
}
.sect.knowledge {
  padding-bottom: var(--contPad);
}
@media (max-width: 1025px) {
  .sect.knowledge {
    padding-bottom: var(--sectPad);
  }
}
.sect.knowledge .sectWrap {
  align-items: flex-start;
  gap: var(--contPad);
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap {
    flex-direction: row-reverse;
    gap: calc(var(--contPad) * 3);
  }
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap {
    margin-top: var(--contPad);
  }
}
.sect.knowledge .sectWrap .contWrap {
  position: relative;
  align-items: flex-end;
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap {
    flex: 1;
    margin-top: calc(var(--sectPad) * 2);
  }
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap {
    width: 100%;
  }
}
.sect.knowledge .sectWrap .contWrap h2 {
  width: 100%;
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap h2 {
    margin-bottom: 0.5em;
  }
}
.sect.knowledge .sectWrap .contWrap dl {
  align-items: center;
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap dl {
    width: 100%;
  }
  .sect.knowledge .sectWrap .contWrap dl:not(:first-of-type) {
    margin-top: 3em;
  }
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap dl {
    width: 100%;
  }
  .sect.knowledge .sectWrap .contWrap dl:not(:first-of-type) {
    margin-top: 2em;
  }
}
.sect.knowledge .sectWrap .contWrap dl dt {
  align-items: center;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap dl dt {
    justify-content: center;
    line-height: 1.5;
    margin: 0 0 0.5em;
  }
}
.sect.knowledge .sectWrap .contWrap dl dt i {
  --width: 1.5em;
  background: var(--colorTypo);
  color: var(--body);
  width: var(--width);
  height: var(--width);
  line-height: 1;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
}
.sect.knowledge .sectWrap .contWrap dl dd {
  font-size: var(--paragraph);
  opacity: 0.7;
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap .contWrap dl dd {
    font-size: 0.9em;
    padding-left: 1em;
  }
}
.sect.knowledge .sectWrap .figWrap {
  --width: calc(50% + var(--innPad) * .5);
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap .figWrap {
    margin-right: calc(0% - var(--innPad) * 0.5);
    position: sticky;
    top: 0;
    flex: 1;
    width: var(--width);
    height: var(--fitH);
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .figWrap {
    width: 100%;
  }
}
.sect.knowledge .sectWrap .figWrap figure {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .sect.knowledge .sectWrap .figWrap figure {
    height: 100%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
}
@media (max-width: 1025px) {
  .sect.knowledge .sectWrap .figWrap figure {
    border-radius: var(--rad3);
  }
}
.sect.point {
  position: relative;
  color: var(--color);
}
.sect.point:before, .sect.point:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1025px) {
  .sect.point:before, .sect.point:after {
    width: calc(100% - var(--pad) * 0.5);
    left: calc(var(--pad) * 0.25);
    border-radius: var(--rad5);
  }
}
.sect.point:before {
  background: var(--bg);
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.sect.point:after {
  background-image: linear-gradient(135deg, var(--white) 0%, transparent 50%);
  opacity: 1;
  mix-blend-mode: soft-light;
}
@media (min-width: 1025px) {
  .sect.point {
    padding: calc(var(--pad) * 3) calc(var(--pad) * 1);
  }
}
@media (max-width: 1025px) {
  .sect.point {
    padding: var(--pad) 0;
    margin-bottom: var(--sectPad);
  }
}
.sect.point .sectWrap {
  z-index: 1;
  justify-content: center;
}
.sect.point .sectCap {
  align-items: center;
  position: relative;
  z-index: 2;
}
.sect.point .sectCap h2 {
  text-align: center;
}
.sect.point .figWrap {
  width: 100%;
}
.sect.point .figWrap figure {
  width: var(--width);
  aspect-ratio: 1/1;
}
.sect.point .figWrap figure img {
  overflow: hidden;
  border-radius: 50%;
}
.sect.point .figWrap figure:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 2em;
  left: 2em;
  background-image: linear-gradient(135deg, transparent 50%, var(--colorMain) 100%);
  opacity: 0.5;
  z-index: 2;
  mix-blend-mode: screen;
}
@media (min-width: 1025px) {
  .sect.point .figWrap {
    height: var(--fitH);
    position: absolute;
    top: calc(0% - var(--pad) * 2);
  }
  .sect.point .figWrap figure {
    position: absolute;
    --width: calc(30vw + var(--pad));
    --pos: calc(0% - var(--width) * .5);
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  .sect.point .figWrap figure.fig1 {
    left: var(--pos);
    top: calc(var(--pad) * 0.5 + 1em);
    animation: 6s fuwafuwa infinite;
  }
  .sect.point .figWrap figure.fig2 {
    right: var(--pos);
    bottom: calc(var(--pad) * 0.5 + 1em);
    animation: 7s fuwafuwa infinite;
  }
}
@media (max-width: 1025px) {
  .sect.point .figWrap {
    justify-content: center;
    margin-bottom: var(--pad);
  }
  .sect.point .figWrap figure {
    --width: 50%;
  }
}
.sect.point .contWrap {
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
}
@media (min-width: 1025px) {
  .sect.point .contWrap {
    padding: calc(var(--pad) * 3) calc(var(--pad) * 1);
  }
  .sect.point .contWrap .items {
    position: relative;
    z-index: 0;
    margin-top: calc(var(--pad) * 1);
  }
  .sect.point .contWrap .items:after {
    content: "";
    display: block;
    width: calc(100% + var(--pad) * 2);
    height: calc(100% + var(--pad) * 2);
    border-radius: var(--rad3);
    position: absolute;
    top: calc(0% - var(--pad) * 1);
    left: calc(0% - var(--pad) * 1);
    z-index: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2em);
  }
  .sect.point .contWrap .items .itemWrap {
    position: relative;
  }
  .sect.point .contWrap .items .itemWrap:not(:first-of-type) {
    margin-top: calc(var(--pad) * 1);
  }
  .sect.point .contWrap .items .itemWrap dl, .sect.point .contWrap .items .itemWrap ul {
    position: relative;
    z-index: 1;
  }
}
.sect.point.parentList .sectWrap {
  justify-content: center;
}
.sect.point.parentList .contWrap {
  counter-reset: childList;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sect.point.parentList .contWrap .items {
  max-width: 40em;
}
.sect.point.parentList .contWrap .items .itemWrap {
  padding: calc(var(--pad) * 1.5);
  position: relative;
  border-radius: var(--rad1);
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 1;
  color: var(--colorTypo);
}
.sect.point.parentList .contWrap .items .itemWrap:not(:first-of-type) {
  margin-top: 2em;
}
@media (max-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap:not(:first-of-type) {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap {
    --numSize: 6rem;
  }
}
@media (max-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap {
    --numSize: auto;
    padding: calc(var(--pad) * 1);
  }
}
.sect.point.parentList .contWrap .items .itemWrap dl {
  width: 100%;
  line-height: 1.5;
  align-items: center;
}
@media (min-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap dl {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.sect.point.parentList .contWrap .items .itemWrap dl:before {
  counter-increment: childList;
  content: counter(childList, decimal-leading-zero) ".";
  display: inline-block;
  width: var(--numSize);
  font-size: 3em;
  font-weight: 700;
  opacity: 0.5;
  flex-shrink: 0;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
.sect.point.parentList .contWrap .items .itemWrap dl dt {
  font-size: 1.3em;
  flex: 1;
  font-weight: 700;
  width: 100%;
}
.sect.point.parentList .contWrap .items .itemWrap dl dd {
  width: 100%;
  opacity: 0.7;
  margin-top: 0.5em;
  font-size: var(--paragraph);
  line-height: 2;
}
@media (min-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap dl dd {
    padding-left: var(--numSize);
  }
}
.sect.point.parentList .contWrap .items .itemWrap ul {
  margin: calc(var(--pad) * 0.5) 0;
  gap: 1em;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .sect.point.parentList .contWrap .items .itemWrap ul {
    padding-left: var(--numSize);
  }
}
.sect.point.parentList .contWrap .items .itemWrap ul li {
  width: 100%;
  padding: 1em 1em;
  font-weight: 700;
  position: relative;
}
.sect.point.parentList .contWrap .items .itemWrap ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid;
  border-radius: 0.5em;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.sect.point.childList .contWrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sect.point.childList .contWrap .items {
  max-width: 32em;
}
@media (min-width: 1025px) {
  .sect.point.childList .contWrap .items .itemWrap:after {
    content: "";
    display: block;
    width: calc(100% + var(--pad) * 2);
    height: calc(100% + var(--pad) * 2);
    border-radius: var(--rad3);
    position: absolute;
    top: calc(0% - var(--pad) * 1);
    left: calc(0% - var(--pad) * 1);
    z-index: 0;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  }
}
.sect.point.childList .contWrap .items .itemWrap dl {
  width: 100%;
  align-items: center;
}
@media (min-width: 1025px) {
  .sect.point.childList .contWrap .items .itemWrap dl:not(:first-of-type) {
    margin-top: 3em;
  }
}
.sect.point.childList .contWrap .items .itemWrap dl dt {
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
}
@media (max-width: 1025px) {
  .sect.point.childList .contWrap .items .itemWrap dl dt {
    margin: 1em 0 0.5em;
    line-height: 1.5;
  }
}
.sect.point.childList .contWrap .items .itemWrap dl dd {
  opacity: 0.7;
  margin-top: 1em;
  font-size: var(--paragraph);
}
@media (min-width: 1025px) {
  .sect.point.childList .contWrap .items .itemWrap dl dd {
    font-size: 0.9em;
    padding-left: 1em;
  }
}
.sect.point.childList .contWrap .items .itemWrap ul {
  counter-reset: childList;
  list-style-position: outside;
  font-size: 1.2em;
}
.sect.point.childList .contWrap .items .itemWrap ul:not(:first-of-type) {
  margin-top: calc(var(--pad));
}
.sect.point.childList .contWrap .items .itemWrap ul li {
  display: flex;
  align-items: center;
  padding: 1em 1.5em;
  line-height: 1.5;
  width: 100%;
  border-radius: var(--rad1);
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  color: var(--colorTypo);
  position: relative;
}
.sect.point.childList .contWrap .items .itemWrap ul li:after {
  --width: 1.5em;
  content: "";
  display: block;
  width: var(--width);
  height: calc(var(--width) * 0.489603);
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iNTI5LjNweCIgaGVpZ2h0PSIyNTkuMXB4IiB2aWV3Qm94PSIwIDAgNTI5LjMgMjU5LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyOS4zIDI1OS4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMzg5LjUsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRjLTUuOS01LjgtNS45LTE1LjMsMC0yMS4ybDEyNC44LTEyNS4zYzUuOC01LjksMTUuMy01LjksMjEuMiwwDQoJYzUuOSw1LjgsNS45LDE1LjMsMCwyMS4yTDQwMC4xLDI1NC43QzM5Ny4yLDI1Ny43LDM5My4zLDI1OS4xLDM4OS41LDI1OS4xeiBNMTM5LjgsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRMNC40LDEyOS40DQoJYy01LjgtNS45LTUuOC0xNS40LDAtMjEuMmM1LjktNS44LDE1LjQtNS44LDIxLjIsMGwxMjQuOCwxMjUuM2M1LjgsNS45LDUuOCwxNS40LDAsMjEuMkMxNDcuNSwyNTcuNywxNDMuNywyNTkuMSwxMzkuOCwyNTkuMXoNCgkgTTI2NC42LDIwNy4yYy04LjMsMC0xNS02LjctMTUtMTVWMTVjMC04LjMsNi43LTE1LDE1LTE1czE1LDYuNywxNSwxNXYxNzcuMkMyNzkuNiwyMDAuNSwyNzIuOSwyMDcuMiwyNjQuNiwyMDcuMnoiLz4NCjwvc3ZnPg0K");
  -webkit-mask-size: cover;
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB3aWR0aD0iNTI5LjNweCIgaGVpZ2h0PSIyNTkuMXB4IiB2aWV3Qm94PSIwIDAgNTI5LjMgMjU5LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyOS4zIDI1OS4xOyINCgkgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBkPSJNMzg5LjUsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRjLTUuOS01LjgtNS45LTE1LjMsMC0yMS4ybDEyNC44LTEyNS4zYzUuOC01LjksMTUuMy01LjksMjEuMiwwDQoJYzUuOSw1LjgsNS45LDE1LjMsMCwyMS4yTDQwMC4xLDI1NC43QzM5Ny4yLDI1Ny43LDM5My4zLDI1OS4xLDM4OS41LDI1OS4xeiBNMTM5LjgsMjU5LjFjLTMuOCwwLTcuNy0xLjUtMTAuNi00LjRMNC40LDEyOS40DQoJYy01LjgtNS45LTUuOC0xNS40LDAtMjEuMmM1LjktNS44LDE1LjQtNS44LDIxLjIsMGwxMjQuOCwxMjUuM2M1LjgsNS45LDUuOCwxNS40LDAsMjEuMkMxNDcuNSwyNTcuNywxNDMuNywyNTkuMSwxMzkuOCwyNTkuMXoNCgkgTTI2NC42LDIwNy4yYy04LjMsMC0xNS02LjctMTUtMTVWMTVjMC04LjMsNi43LTE1LDE1LTE1czE1LDYuNywxNSwxNXYxNzcuMkMyNzkuNiwyMDAuNSwyNzIuOSwyMDcuMiwyNjQuNiwyMDcuMnoiLz4NCjwvc3ZnPg0K");
  mask-size: cover;
  background-color: currentColor;
  position: absolute;
  bottom: calc(100% - var(--width) * 0.125);
  right: calc(100% - var(--width) * 0.25);
  transform: rotate(-45deg);
  color: var(--color);
}
.sect.point.childList .contWrap .items .itemWrap ul li:not(:first-of-type) {
  margin-top: 2em;
}
@media (max-width: 1025px) {
  .sect.point.childList .contWrap .items .itemWrap ul li:not(:first-of-type) {
    margin-top: 1em;
  }
}
.sect.point.childList .contWrap .items .itemWrap ul li:before {
  counter-increment: childList;
  content: counter(childList, decimal-leading-zero) ".";
  display: inline-block;
  width: 2em;
  font-size: 2em;
  font-weight: 700;
  opacity: 0.5;
  flex-shrink: 0;
}
.sect.mistake {
  padding: var(--sectPad) 0;
}
@media (max-width: 1025px) {
  .sect.mistake {
    padding: 0 0 var(--sectPad);
  }
}
.sect.mistake .sectCap {
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.mistake .sectCap {
    margin-bottom: 1em;
  }
}
.sect.mistake .inner .item {
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.mistake .inner .item {
    padding: calc(var(--pad) * 3) var(--contPad) 0;
    justify-content: space-between;
    align-items: center;
  }
  .sect.mistake .inner .item:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1025px) {
  .sect.mistake .inner .item {
    justify-content: center;
  }
}
.sect.mistake .inner .item figure {
  --width: calc(50% - var(--pad) * 2);
  width: var(--width);
  padding-top: var(--width);
  border-radius: var(--rad3);
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1025px) {
  .sect.mistake .inner .item figure {
    --width: 50%;
  }
}
.sect.mistake .inner .item .meta {
  position: relative;
  z-index: 1;
  width: 50%;
  align-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1025px) {
  .sect.mistake .inner .item .meta {
    width: 100%;
    justify-content: center;
    padding: 1em 0;
  }
}
.sect.mistake .inner .item .meta .num {
  font-size: 5em;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0.2em 0.2em 0;
}
@media (max-width: 1025px) {
  .sect.mistake .inner .item .meta .num {
    font-size: 2.5em;
    margin-top: 0.5em;
  }
}
.sect.mistake .inner .item .meta h3 {
  margin-bottom: 1em;
  display: block;
}
@media (max-width: 1025px) {
  .sect.mistake .inner .item .meta h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.sect.mistake .inner .item .meta .term {
  width: 100%;
}
.sect.mistake .inner .note {
  --borderWidth: 5px;
  margin-top: var(--contPad);
  padding: var(--contPad);
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.sect.mistake .inner .note:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--rad3);
  border: var(--borderWidth) solid;
  clip-path: polygon(0 0, var(--contPad) 0, var(--contPad) 3em, calc(var(--contPad) + 7em) 3em, calc(var(--contPad) + 7em) 0, 100% 0, 100% 100%, 0 100%);
}
.sect.mistake .inner .note .cap {
  position: absolute;
  top: -1em;
  left: var(--contPad);
}
.sect.mistake .inner .note .cap em {
  line-height: 1;
  display: block;
  padding: 0.5em;
  font-weight: 700;
}
.sect.mistake .inner .note dl {
  width: calc(50% - var(--pad) * 2);
}
@media (max-width: 1025px) {
  .sect.mistake .inner .note dl {
    width: 100%;
    margin-top: 2em;
  }
}
.sect.mistake .inner .note dl dt {
  font-weight: 700;
}
.sect.mistake .inner .note dl dd {
  margin-top: 2em;
  opacity: 0.7;
}
@media (max-width: 1025px) {
  .sect.mistake .inner .note dl dd {
    margin: 0;
  }
}
.sect.check {
  --imgSize: 1.2904;
  padding: var(--sectPad) 0 var(--contPad);
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.check {
    padding: 0 0 var(--sectPad);
  }
}
.sect.check .sectCap {
  align-items: flex-end;
  justify-content: center;
}
.sect.check .sectCap .loud {
  width: 100%;
  justify-content: center;
}
.sect.check .sectCap figure {
  --width: 8em;
  width: var(--width);
  aspect-ratio: 1/1.3;
  margin: -1em 1em 1em;
}
.sect.check .sectCap figure img {
  object-fit: scale-down;
  object-position: bottom;
}
@media (max-width: 1025px) {
  .sect.check .sectCap figure {
    margin: 1em 0 0;
  }
}
.sect.check .sectCap figure:nth-of-type(1) {
  order: 2;
}
@media (max-width: 1025px) {
  .sect.check .sectCap figure:nth-of-type(1) {
    order: 1;
  }
}
.sect.check .sectCap figure:nth-of-type(2) {
  order: 4;
}
@media (max-width: 1025px) {
  .sect.check .sectCap figure:nth-of-type(2) {
    order: 2;
  }
}
.sect.check .sectCap h2 {
  order: 3;
  text-align: center;
  line-height: 1.5;
}
.sect.check .sectWrap .item {
  background: var(--white);
  color: var(--colorTypo);
  padding: calc(var(--pad) * 1.5);
  border-radius: var(--rad3);
  margin: var(--pad) auto 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .item {
    width: calc(100% - var(--contPad) * 2);
    align-items: center;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 1.5em 1em;
    margin: calc(var(--pad) * 0.5) auto 0;
  }
}
.sect.check .sectWrap .item .num {
  font-size: 5em;
  align-items: center;
  justify-content: flex-start;
  width: 2em;
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .item .num {
    font-size: 2.5em;
  }
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .item .term {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .item .term {
    margin-top: 1em;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
  }
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .item .term ol {
    font-size: 0.8em;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .item .term ol {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sect.check .sectWrap .item .term ol:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 0.2;
    margin: 0.5em 0 0.25em;
  }
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .message {
    text-align: center;
    padding: var(--contPad) 0;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .message {
    padding: 1em var(--pad);
  }
  .sect.check .sectWrap .message p {
    display: inline;
  }
}
.sect.check .sectWrap .note {
  color: var(--white);
  padding: var(--contPad) 0;
  align-items: center;
  position: relative;
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note {
    padding: 1em;
  }
}
.sect.check .sectWrap .note:before {
  content: "";
  display: block;
  width: calc(100% + var(--innPad) * 0.5);
  height: 100%;
  border-radius: var(--rad3) 0 0 0;
  background: var(--dontImgFill);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note:before {
    width: 100%;
    border-radius: var(--rad3);
  }
}
.sect.check .sectWrap .note figure {
  --width: 10em;
  width: var(--width);
  aspect-ratio: 1/1.3;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sect.check .sectWrap .note figure img {
  object-fit: scale-down;
  object-position: bottom;
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .note figure {
    left: calc(0% - var(--width) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note figure {
    --width: 7em;
    right: calc(0% - var(--width) * 0.5);
  }
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .note h3 {
    padding-left: calc(var(--pad) * 1);
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note h3 {
    width: 100%;
    text-align: center;
  }
  .sect.check .sectWrap .note h3 span {
    display: block;
  }
}
.sect.check .sectWrap .note h3 small {
  font-size: 0.5em;
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note h3 small {
    display: block;
  }
}
.sect.check .sectWrap .note ol {
  font-weight: 700;
}
@media (min-width: 1025px) {
  .sect.check .sectWrap .note ol {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.check .sectWrap .note ol {
    width: 100%;
    line-height: 1.5;
  }
}
.sect.check .sectWrap .note ol li {
  background: var(--white);
  color: var(--colorTypo);
  padding: 0.5em 1em;
  border-radius: var(--rad3);
  margin-top: 0.5em;
}
.sect.check .inq {
  align-items: center;
  padding-top: var(--contPad);
  color: var(--colorTypo);
}
.sect.check .inq a {
  color: #ffffff;
  padding: 0.5em 1em;
  background: linear-gradient(135deg, var(--colorMain) 60%, var(--body) 60%);
}
@media (min-width: 1025px) {
  .sect.check .inq a:hover {
    box-shadow: 0 0 0 #e1530e;
  }
}
@media (max-width: 1025px) {
  .sect.check .inq a {
    width: 100%;
  }
}
.sect.bookingPane {
  padding: 0 0 var(--sectPad);
}
@media (min-width: 1025px) {
  .sect.bookingPane {
    margin-top: calc(var(--sectPad) * 1);
  }
}
@media (max-width: 1025px) {
  .sect.bookingPane {
    padding: 0 0 var(--sectPad);
  }
}
.sect.bookingPane .inner {
  align-items: center;
  color: var(--colorTypo);
  background: #ffffff;
}
@media (min-width: 1025px) {
  .sect.bookingPane .inner {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-radius: var(--rad3);
    padding: calc(var(--contPad) * 1);
  }
  .sect.bookingPane .inner .btnList .btnBox {
    justify-content: flex-start;
  }
  .sect.bookingPane .inner .btnList .btns {
    justify-content: center;
  }
  .sect.bookingPane .inner .btnList .btns:has(.btn:nth-of-type(2)) {
    justify-content: flex-start;
    gap: 0.5em;
  }
  .sect.bookingPane .inner .btnList .btns:has(.btn:nth-of-type(2)) .btn {
    flex: 1;
    flex-basis: calc(50% - 0.5em);
    flex-grow: initial;
  }
  .sect.bookingPane .inner .btnList .btns:not(:has(.btnBox:nth-of-type(2))) .btn {
    width: 50%;
  }
}
@media (max-width: 1025px) {
  .sect.bookingPane .inner {
    padding: var(--contPad) calc(var(--innPad) * 0.5);
    width: 100%;
  }
}
.sect.bookingPane .inner .bookBnr {
  margin-top: calc(var(--pad) * 1);
}
.sect.bookingPane.archiveLink .inner {
  align-items: center;
}
@media (min-width: 1025px) {
  .sect.voice {
    margin: calc(var(--sectPad) * 1) 0;
  }
}
@media (max-width: 1025px) {
  .sect.voice {
    padding: 0 0 var(--sectPad);
  }
}
.sect.voice .sectCap {
  align-items: center;
}
.sect.voice .inner .item {
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.voice .inner .item {
    padding: calc(var(--pad) * 1) var(--contPad) 0;
    justify-content: space-between;
    gap: var(--contPad);
  }
}
@media (max-width: 1025px) {
  .sect.voice .inner .item {
    justify-content: center;
  }
}
.sect.voice .inner .item .figWrap {
  --main: 100%;
  --sub: 30%;
  width: 40%;
  position: relative;
}
@media (max-width: 1025px) {
  .sect.voice .inner .item .figWrap {
    width: 50%;
    margin-top: 2em;
  }
}
.sect.voice .inner .item .figWrap figure {
  overflow: hidden;
  width: var(--main);
  padding-top: var(--main);
  z-index: 0;
  border-radius: var(--rad3);
  background: rgba(255, 255, 255, 0.2);
}
.sect.voice .inner .item .meta {
  position: relative;
  z-index: 1;
  align-content: center;
}
@media (min-width: 1025px) {
  .sect.voice .inner .item .meta {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.voice .inner .item .meta {
    width: 100%;
    padding: 1em 1em 0;
    justify-content: center;
  }
}
.sect.voice .inner .item .meta h3 {
  align-items: baseline;
}
.sect.voice .inner .item .meta h3 small {
  font-size: 0.5em;
  display: block;
  margin-left: 1em;
}
.sect.voice .inner .item .meta .term {
  width: 100%;
  font-size: var(--paragraph);
}
@media (min-width: 1025px) {
  .sect.voice .inner .item .meta .term {
    margin-top: 2em;
  }
}
.sect.step {
  padding: 0 0 var(--sectPad);
  align-items: center;
  position: relative;
}
@media (max-width: 1025px) {
  .sect.step {
    padding: 0;
    margin-bottom: var(--sectPad);
  }
  .sect.step:before {
    content: "";
    display: block;
    width: calc(100% - var(--pad) * 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(var(--pad) * 0.25);
    background: #ffffff;
    z-index: -1;
    border-radius: var(--rad1);
  }
}
.sect.step .sectCap {
  text-align: center;
}
@media (max-width: 1025px) {
  .sect.step .sectCap {
    margin-top: var(--sectPad);
  }
}
.sect.step .sectWrap {
  color: var(--colorTypo);
}
@media (min-width: 1025px) {
  .sect.step .sectWrap {
    background: #ffffff;
    padding: var(--contPad);
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
    border-radius: var(--rad3);
  }
}
@media (max-width: 1025px) {
  .sect.step .sectWrap {
    width: 100%;
    padding: calc(var(--innPad) * 1);
  }
}
.sect.step .sectWrap .item {
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.step .sectWrap .item {
    width: 100%;
    justify-content: center;
  }
}
.sect.step .sectWrap .item:not(:first-of-type) {
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  margin-top: calc(var(--pad) * 1);
  padding-top: calc(var(--pad) * 1);
}
.sect.step .sectWrap .item .num {
  font-size: 5em;
  align-items: center;
  justify-content: flex-start;
  width: 2em;
  color: var(--colorMain);
}
@media (max-width: 1025px) {
  .sect.step .sectWrap .item .num {
    font-size: 2.5em;
  }
}
@media (min-width: 1025px) {
  .sect.step .sectWrap .item .term {
    flex: 1.5;
    padding: 0 var(--pad);
  }
}
@media (max-width: 1025px) {
  .sect.step .sectWrap .item .term {
    width: 100%;
    padding: 1em 0;
  }
}
.sect.step .sectWrap .item .term h3 {
  margin-bottom: 1em;
}
@media (max-width: 1025px) {
  .sect.step .sectWrap .item .term h3 {
    text-align: center;
  }
}
.sect.step .sectWrap .item .term p {
  font-size: var(--paragraph);
}
.sect.step .sectWrap .item figure {
  --width: 30%;
  width: var(--width);
  padding-top: calc(var(--width) * 0.66);
  overflow: hidden;
  border-radius: var(--rad1);
}
@media (max-width: 1025px) {
  .sect.step .sectWrap .item figure {
    --width: 100%;
  }
}
.sect.plan {
  --arrow: .5em;
  --cornerWidth: 5em;
  padding: calc(var(--sectPad) * 1) 0;
  align-items: center;
}
@media (max-width: 1025px) {
  .sect.plan {
    padding: 0 0 var(--sectPad);
  }
}
.sect.plan .inner {
  justify-content: center;
}
.sect.plan .sectCap {
  align-items: center;
  margin-bottom: calc(var(--pad) * 1);
}
.sect.plan .sectWrap {
  width: 100%;
}
.sect.plan .sectWrap .item {
  align-items: flex-start;
  color: var(--colorTypo);
  padding: calc(var(--pad) * 1);
  background: #ffffff;
  border-radius: var(--rad1);
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.plan .sectWrap .item {
    display: block;
  }
}
@media (max-width: 1025px) {
  .sect.plan .sectWrap .item {
    width: 100%;
    justify-content: center;
  }
}
.sect.plan .sectWrap .item .corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #ffffff;
  width: var(--cornerWidth);
  height: var(--cornerWidth);
}
.sect.plan .sectWrap .item .corner.popular {
  background: linear-gradient(-45deg, transparent 50%, var(--menuTagColorPop) 50%);
}
.sect.plan .sectWrap .item .corner.recommend {
  background: linear-gradient(-45deg, transparent 50%, var(--menuTagColorRec) 50%);
}
.sect.plan .sectWrap .item .corner p {
  font-size: 0.7em;
  transform: rotate(-45deg) translate(0, -75%);
  font-weight: 700;
}
.sect.plan .sectWrap .item:not(:first-of-type) {
  margin-top: calc(var(--pad) * 1);
}
@media (min-width: 1025px) {
  .sect.plan .sectWrap .item .priceWrap {
    width: calc(60% - var(--pad) * 1.5);
    float: left;
  }
}
@media (max-width: 1025px) {
  .sect.plan .sectWrap .item .priceWrap {
    width: 100%;
    padding: 1em 0 0;
  }
}
.sect.plan .sectWrap .item .priceWrap header {
  align-items: center;
}
.sect.plan .sectWrap .item .priceWrap header h3 {
  font-size: 1.5em;
}
.sect.plan .sectWrap .item .priceWrap header .tag {
  line-height: 1;
  padding: 0.2em 0.5em;
  border: 1px solid;
  margin-left: 0.5em;
}
.sect.plan .sectWrap .item .priceWrap .price {
  position: relative;
  align-items: center;
  margin: calc(var(--pad) * 0.5) 0;
}
.sect.plan .sectWrap .item .priceWrap .price span {
  font-size: 0.7em;
  line-height: 1;
  padding: 0.5em 1em;
  background: var(--colorMain);
  color: #ffffff;
  display: block;
  margin-bottom: -1em;
  position: relative;
  z-index: 1;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) ul {
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li {
  align-items: baseline;
  justify-content: center;
  border: 3px solid;
  padding: 0.5em;
  font-size: 1.5em;
  width: 100%;
  border-radius: 0.5em;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li:not(:first-of-type) {
  margin-top: 0.5em;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li i {
  display: block;
  margin-right: 0.5em;
  font-size: 0.7em;
  line-height: 1;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li strong {
  display: block;
  font-weight: 700;
  line-height: 1;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li small {
  display: block;
  font-size: 0.6rem;
  color: var(--colorTypo);
  margin-left: 0.5em;
  opacity: 0.5;
}
.sect.plan .sectWrap .item .priceWrap .price:not(.old) li em {
  display: block;
  width: 100%;
  font-size: 0.5em;
  margin-top: 0.5em;
  text-align: center;
}
.sect.plan .sectWrap .item .priceWrap .price.old ul {
  align-items: center;
  justify-content: center;
  border: 3px solid;
  padding: 2em 0;
  width: 100%;
  border-radius: 0.5em;
}
.sect.plan .sectWrap .item .priceWrap .price.old li {
  display: flex;
  align-items: baseline;
  line-height: 1;
}
.sect.plan .sectWrap .item .priceWrap .price.old li:last-of-type {
  font-size: 1.5em;
  font-weight: 700;
}
.sect.plan .sectWrap .item .priceWrap .price.old li.sale {
  color: var(--colorRed);
}
.sect.plan .sectWrap .item .priceWrap .price.old li.sale:before {
  content: "";
  display: block;
  width: var(--arrow);
  height: var(--arrow);
  z-index: 0;
  transform: rotate(45deg) translate(-0.2em, 0);
  border-top: 2px solid;
  border-right: 2px solid;
  margin: 0 var(--arrow);
}
.sect.plan .sectWrap .item .priceWrap .price.old li i {
  display: block;
  margin-right: 0.5em;
  font-size: 0.7em;
}
.sect.plan .sectWrap .item .priceWrap .price.old li small {
  display: block;
  font-size: 0.6rem;
  color: var(--colorTypo);
  margin-left: 0.5em;
  opacity: 0.5;
}
.sect.plan .sectWrap .item .contWrap {
  width: 100%;
}
@media (min-width: 1025px) {
  .sect.plan .sectWrap .item .contWrap {
    padding-top: calc(var(--pad) * 1);
    width: calc(60% - var(--pad) * 1.5);
    float: left;
  }
}
.sect.plan .sectWrap .item .contWrap .term p {
  font-size: var(--paragraph);
}
.sect.plan .sectWrap .item .contWrap .notes {
  background: rgba(0, 0, 0, 0.05);
  border-radius: var(--rad1);
  margin-top: calc(var(--pad) * 0.5);
  font-size: 0.75em;
  padding: 1em;
}
.sect.plan .sectWrap .item .contWrap .notes li {
  display: flex;
  opacity: 0.7;
}
.sect.plan .sectWrap .item .contWrap .notes li:before {
  content: "※";
  flex-shrink: 0;
  margin-right: 0.5em;
}
.sect.plan .sectWrap .item figure {
  width: var(--width);
  padding-top: calc(var(--width) * 0.75);
  overflow: hidden;
  border-radius: calc(var(--rad1) * 0.5);
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .sect.plan .sectWrap .item figure {
    --width: 40%;
    float: left;
    margin-right: calc(var(--pad) * 1.5);
  }
}
@media (max-width: 1025px) {
  .sect.plan .sectWrap .item figure {
    --width: 100%;
  }
}
.sect.plan .sectWrap figure {
  background: rgba(0, 0, 0, 0.05);
}
.sect.plan .sectWrap figure .noImg {
  object-fit: contain;
  width: 50%;
  left: 25%;
  opacity: 0.5;
}
.sect.profile {
  padding: var(--sectPad) 0;
}
@media (max-width: 1025px) {
  .sect.profile {
    padding: 0 0 var(--sectPad);
  }
}
.sect.profile .sectWrap .figWrap {
  --width: 100%;
  width: var(--width);
}
.sect.profile .sectWrap .figWrap figure {
  width: var(--width);
  overflow: hidden;
  border-radius: var(--rad3);
  padding-top: calc(var(--width) * 0.6);
}
.sect.profile .sectWrap .contWrap {
  padding: var(--contPad) var(--contPad) 0;
  align-items: flex-end;
}
@media (max-width: 1025px) {
  .sect.profile .sectWrap .contWrap {
    padding: 1em 0;
  }
}
@media (min-width: 1025px) {
  .sect.profile .sectWrap .contWrap .term {
    flex: 2;
    padding-right: var(--sectPad);
  }
}
@media (max-width: 1025px) {
  .sect.profile .sectWrap .contWrap .term {
    width: 100%;
  }
}
.sect.profile .sectWrap .contWrap .term h2 {
  margin-bottom: 1em;
}
.sect.profile .sectWrap .contWrap .term p {
  font-size: var(--paragraph);
}
@media (min-width: 1025px) {
  .sect.profile .sectWrap .contWrap .personal {
    flex: 1;
  }
}
@media (max-width: 1025px) {
  .sect.profile .sectWrap .contWrap .personal {
    width: 100%;
    margin-top: 2em;
  }
}
.sect.profile .sectWrap .contWrap .personal em {
  font-weight: 700;
}
.sect.profile .sectWrap .contWrap .personal strong {
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .sect.symptoms {
    margin: calc(var(--sectPad) * 1) 0;
  }
  .sect.symptoms .inner {
    padding: calc(var(--pad) * 2);
    position: relative;
    border-radius: var(--rad3);
    transition: background-color 0.4s ease-in-out;
  }
}
@media (max-width: 1025px) {
  .sect.symptoms {
    padding: var(--pad) 0;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: var(--sectPad);
  }
  .sect.symptoms:before {
    content: "";
    display: block;
    width: calc(100% - var(--pad) * 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(var(--pad) * 0.25);
    background: #ffffff;
    z-index: -1;
    border-radius: var(--rad1);
  }
}
.sect.symptoms .sectCap {
  align-items: center;
}
.sect.symptoms .sectCap h2 {
  margin-bottom: 1em;
  text-align: center;
}
.sect.symptoms .inner {
  justify-content: center;
}
.sect.symptoms .mainMenu {
  --cornerWidth: 5em;
  width: 100%;
}
.sect.symptoms .mainMenu ul {
  --figWidth: calc(var(--pad) * 5);
  align-items: flex-start;
  justify-content: flex-start;
}
.sect.symptoms .mainMenu ul li {
  width: calc(50% - var(--pad) * 0.5);
  margin-bottom: var(--pad);
  line-height: 1.5;
  position: relative;
}
@media (min-width: 1025px) {
  .sect.symptoms .mainMenu ul li:nth-of-type(even) {
    margin-left: var(--pad);
  }
}
@media (max-width: 1025px) {
  .sect.symptoms .mainMenu ul li {
    width: 100%;
  }
}
.sect.symptoms .mainMenu ul li a {
  padding: calc(var(--pad) * 0.5);
  justify-content: center;
  align-items: center;
  background: var(--white);
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
  border-radius: var(--rad1);
  border-radius: calc(var(--rad1) + 5px);
  border: 5px solid var(--listStroke);
}
@media (min-width: 1025px) {
  .sect.symptoms .mainMenu ul li a:hover {
    background: var(--listStroke);
    color: #ffffff;
  }
  .sect.symptoms .mainMenu ul li a:hover figure {
    border-radius: 50%;
  }
  .sect.symptoms .mainMenu ul li a:hover .corner {
    filter: brightness(1.2);
  }
}
@media (max-width: 1025px) {
  .sect.symptoms .mainMenu ul li a {
    border: 5px solid var(--listStroke);
  }
}
.sect.symptoms .mainMenu ul li a figure {
  aspect-ratio: 1/1;
  position: relative;
  width: var(--figWidth);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: calc(var(--rad1) - var(--pad) * 0.25);
  background: rgba(0, 0, 0, 0.1);
}
.sect.symptoms .mainMenu ul li a p {
  flex: 1;
  font-weight: 700;
  padding: 1em;
}
.sect.symptoms .mainMenu ul li a .corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #ffffff;
  width: var(--cornerWidth);
  height: var(--cornerWidth);
  background: linear-gradient(135deg, transparent 50%, var(--listStroke) 50%);
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 var(--rad1) 0;
}
.sect.symptoms .mainMenu ul li a .corner p {
  text-align: center;
  font-size: 0.7em;
  transform: rotate(-45deg) translate(0, 25%);
  font-weight: 700;
}
.sect.symptoms .subMenu {
  border: 5px solid var(--listStroke);
  border-radius: var(--rad1);
  width: 100%;
  background: var(--white);
}
.sect.symptoms .subMenu .subCap {
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .sect.symptoms .subMenu .subCap {
    width: calc(50% - var(--pad) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.symptoms .subMenu .subCap {
    width: 100%;
    padding: 1em 0;
  }
}
.sect.symptoms .subMenu .subCap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--listStroke);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: 0;
}
@media (min-width: 1025px) {
  .sect.symptoms .subMenu .subCap:before {
    border-radius: var(--rad1) 0 0 var(--rad1);
  }
}
.sect.symptoms .subMenu .subCap figure {
  --width: 5em;
  width: var(--width);
  aspect-ratio: 1/1.5;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.sect.symptoms .subMenu .subCap figure img {
  object-fit: scale-down;
  object-position: bottom;
}
@media (min-width: 1025px) {
  .sect.symptoms .subMenu .subCap figure {
    left: calc(0% - var(--width) * 0.5);
  }
}
@media (max-width: 1025px) {
  .sect.symptoms .subMenu .subCap figure {
    --width: 4em;
    right: calc(0% - var(--width) * 0.5);
  }
}
.sect.symptoms .subMenu .subCap h3 {
  text-align: center;
}
.sect.symptoms .subMenu ul {
  flex: 1;
  color: var(--colorTypo);
  padding: calc(var(--pad) * 1);
}
.sect.symptoms .btn {
  margin-top: calc(var(--pad) * 1);
}
.sect.message {
  padding: 0 0 var(--sectPad);
}
@media (max-width: 1025px) {
  .sect.message {
    margin-top: calc(var(--pad) * 1.5);
  }
}
.sect.message .inner {
  align-items: flex-start;
}
.sect.message .inner h2 {
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
}
.sect.message .inner .figWrap {
  width: var(--width);
}
@media (min-width: 1025px) {
  .sect.message .inner .figWrap {
    --width: 50%;
  }
}
@media (max-width: 1025px) {
  .sect.message .inner .figWrap {
    --width: 100%;
  }
}
.sect.message .inner .figWrap figure {
  aspect-ratio: var(--ratio);
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .sect.message .inner .figWrap figure {
    width: 100%;
    height: 100%;
    max-height: 50vh;
  }
  .sect.message .inner .figWrap figure img {
    border-radius: var(--rad3);
  }
}
@media (max-width: 1025px) {
  .sect.message .inner .figWrap figure {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .sect.message .inner .contWrap {
    flex: 1;
    padding-left: calc(var(--pad) * 2);
  }
}
@media (max-width: 1025px) {
  .sect.message .inner .contWrap {
    width: 100%;
    padding-top: calc(var(--pad) * 1);
  }
}
.sect.message .inner .contWrap h3 {
  margin-bottom: 1em;
}
.sect.message .inner .contWrap .term {
  width: 100%;
}
.sect.message .inner .contWrap .term p {
  font-size: var(--paragraph);
}
.sect.message .inner .contWrap .personal {
  width: 100%;
  margin-top: 2em;
  padding: var(--pad);
  backdrop-filter: blur(0.5em);
  box-shadow: 0.25em 0.25em 1em rgba(0, 0, 0, 0.05);
}
.sect.message .inner .contWrap .personal em {
  font-weight: 700;
}
.sect.message .inner .contWrap .personal strong {
  font-weight: 700;
  display: block;
  margin-bottom: 1em;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .sect.bannerWrap {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .fvBg {
    --bgSize: calc(var(--fitH) * var(--size) * .01);
    --top: calc(var(--bgSize) * (100 - var(--size)) * .01);
    --w: calc(var(--bgSize) * var(--size) * .01);
    --h: calc(var(--bgSize) * var(--size) * .01);
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: calc(var(--fitH) * 2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    mix-blend-mode: var(--fvBgBlend);
    overflow: hidden;
    filter: saturate(0.5);
  }
  .fvBg:before {
    content: "";
    display: block;
    width: var(--w);
    height: var(--h);
    position: absolute;
    top: var(--top);
    left: var(--fvBgPos);
    background: var(--fvBgFill);
    transform: rotate(var(--fvBgDeg));
  }
  .fvBg.center:before {
    --fvBgPos: calc(50% - (var(--bgSize) * (var(--size) * .01 * .5)));
  }
  .fvBg.left:before {
    --fvBgPos: calc(var(--pad));
  }
  .fvBg.right:before {
    --fvBgPos: calc(100% - (var(--bgSize) * var(--size) * 0.01) - (0% - var(--pad) * 1));
  }
  .fvBg.round {
    --size: 93;
  }
  .fvBg.round:before {
    border-radius: 50%;
  }
  .fvBg.rhombus {
    --size: 92;
    --fvBgDeg: 45deg;
  }
  .fvBg.rhombus:before {
    border-radius: 20%;
  }
  .fvBg.square {
    --size: 95;
    --fvBgDeg: 135deg;
  }
  .fvBg.square:before {
    border-radius: 90% 95% 95% 83%/69% 76% 90% 66%;
  }
}
@media (max-width: 1025px) {
  .fvBg {
    display: none;
  }
}

@media (min-width: 1025px) {
  article + .shopList {
    padding-top: calc(var(--pad) * 4);
  }
}

.frontPage .sect.plan {
  --cornerWidth: 4em;
}
.frontPage .sect.plan .inner {
  justify-content: center;
}
.frontPage .sect.plan .inner .sectCap {
  align-items: center;
}
.frontPage .sect.plan .inner .sectWrap {
  align-items: center;
}
.frontPage .sect.plan .inner .sectWrap ul {
  color: var(--colorTypo);
  --figWidth: calc(var(--pad) * 3);
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: calc(var(--pad) * 0.5);
  margin-bottom: calc(var(--pad) * 0.5);
}
.frontPage .sect.plan .inner .sectWrap ul li {
  width: 100%;
  border-radius: var(--rad1);
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}
@media (min-width: 1025px) {
  .frontPage .sect.plan .inner .sectWrap ul li {
    width: calc(50% - var(--pad) * 0.25);
  }
}
.frontPage .sect.plan .inner .sectWrap ul li a {
  background: var(--white);
  padding: calc(var(--pad) * 0.25);
  justify-content: center;
  align-items: center;
  transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}
.frontPage .sect.plan .inner .sectWrap ul li a figure {
  aspect-ratio: 1/1;
  position: relative;
  width: var(--figWidth);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: calc(var(--rad1) - var(--pad) * 0.25);
}
.frontPage .sect.plan .inner .sectWrap ul li a strong {
  flex: 1;
  font-weight: 700;
  padding: 1em;
}
.frontPage .sect.plan .inner .sectWrap ul li a .corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #ffffff;
  width: var(--cornerWidth);
  height: var(--cornerWidth);
  transition: all 0.4s ease-in-out;
  border-radius: 0 0 var(--rad1) 0;
}
.frontPage .sect.plan .inner .sectWrap ul li a .corner.popular {
  background: linear-gradient(135deg, transparent 50%, var(--menuTagColorPop) 50%);
}
.frontPage .sect.plan .inner .sectWrap ul li a .corner.recommend {
  background: linear-gradient(135deg, transparent 50%, var(--menuTagColorRec) 50%);
}
.frontPage .sect.plan .inner .sectWrap ul li a .corner p {
  text-align: center;
  font-size: 0.7em;
  transform: rotate(-45deg) translate(0, 50%);
  font-weight: 700;
}
@media (min-width: 1025px) {
  .frontPage .sect.plan .inner .sectWrap ul li a:hover {
    background: var(--body);
    color: #ffffff;
  }
  .frontPage .sect.plan .inner .sectWrap ul li a:hover figure {
    border-radius: 50%;
  }
  .frontPage .sect.plan .inner .sectWrap ul li a:hover .corner {
    filter: brightness(1.2);
  }
}

.subPage {
  padding: calc(var(--navH) * 1) 0;
}
@media (max-width: 1025px) {
  .subPage {
    padding-bottom: 0;
  }
}
.subPage article {
  padding-top: calc(var(--navH) * 2);
}
@media (max-width: 1025px) {
  .subPage article {
    padding-top: 0;
  }
}
.subPage article .pagesCap {
  margin-bottom: calc(var(--pad) * 1.5);
}
.subPage article .shopList .sectCap,
.subPage article .plan .sectCap {
  display: none;
}
@media (max-width: 1025px) {
  .subPage article .symptoms {
    padding: var(--sectPad) 0;
  }
}

.privacyPage {
  padding: calc(var(--pad) * 1.5) 0;
}
.privacyPage .outline {
  display: block;
  margin-bottom: calc(var(--pad) * 3);
}
.privacyPage .signature {
  align-items: flex-end;
  width: 100%;
  margin-top: calc(var(--pad) * 1.5);
}
.privacyPage .signature p {
  display: block;
  text-align: right;
}

.mw_wp_form u {
  display: inline-block;
  text-decoration: none;
  line-height: 1;
}
.mw_wp_form .step {
  padding: 0;
  margin: 0 auto 0;
  max-width: 40em;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.mw_wp_form .step li {
  width: 33.3333%;
  border-bottom: 3px solid #f2f2f2;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding: 0 0 10px;
  color: var(--colorMain);
  border-bottom: 3px solid var(--colorMain);
  opacity: 0.2;
}
.mw_wp_form .step li:before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--colorMain) transparent;
}
.mw_wp_form .editBox {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 0.8em;
}
.mw_wp_form .editBox #introComment {
  padding: calc(var(--pad) * 0.5) 0;
  margin: calc(var(--pad) * 0.5) 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}
.mw_wp_form .editBox .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 3em 0;
}
.mw_wp_form .editBox .notice li {
  line-height: 1.5;
  margin: 0 0 1em;
}
.mw_wp_form .editBox dl {
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.mw_wp_form .editBox dl dt {
  width: 33%;
  padding: 1.75em 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.mw_wp_form .editBox dl dt span {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}
.mw_wp_form .editBox dl dt i {
  background-color: #000000;
  color: #f2f2f2;
  display: block;
  margin: 0 0 0 auto;
  padding: 0.2em 0.2em;
  font-size: 0.7em;
  border-radius: 0.25em;
  line-height: 1;
}
.mw_wp_form .editBox dl dd {
  flex: 1;
  padding: 1em 0 1em 1em;
  text-align: left;
  position: relative;
}
.mw_wp_form .editBox dl dd input,
.mw_wp_form .editBox dl dd textarea {
  width: 100%;
}
.mw_wp_form .editBox dl dd input.hasDatepicker,
.mw_wp_form .editBox dl dd textarea.hasDatepicker {
  width: auto;
  min-width: 6em;
}
.mw_wp_form .editBox dl dd input,
.mw_wp_form .editBox dl dd select,
.mw_wp_form .editBox dl dd textarea {
  text-align: left;
  border-radius: 0.25em;
}
.mw_wp_form .editBox dl dd select {
  height: 2.5em;
  flex: 1;
}
.mw_wp_form .editBox dl dd.flexBox {
  align-items: center;
  justify-content: flex-start;
}
.mw_wp_form .editBox dl dd.flexBox br {
  display: none;
}
.mw_wp_form .editBox dl dd.flexBox div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}
.mw_wp_form .editBox dl dd.flexBox div b {
  display: block;
  font-size: 0.8em;
  margin: 0 0.2em;
}
.mw_wp_form .editBox dl:last-of-type {
  border-bottom: none;
}
.mw_wp_form .editBox dl:last-of-type dd {
  padding-bottom: 0;
}
.mw_wp_form .editBox dl.autoWidth input,
.mw_wp_form .editBox dl.autoWidth select {
  width: auto;
  text-align: center;
}
.mw_wp_form .editBox dl.autoWidth.double input,
.mw_wp_form .editBox dl.autoWidth.double select {
  width: auto;
  text-align: center;
}
.mw_wp_form .editBox dl.zip dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.mw_wp_form .editBox dl.zip dd i {
  width: 0.5em;
  height: 1px;
  background: #000000;
  display: block;
  margin: 0 0.5em;
}
.mw_wp_form .editBox dl.zip dd input {
  width: 6em;
}
.mw_wp_form .editBox .rsvArea {
  padding: 1.75em;
  margin: 0 0 1.75em;
  border-radius: 1em;
  background: #ffffff;
}
.mw_wp_form .editBox .rsvArea input, .mw_wp_form .editBox .rsvArea select {
  width: 50%;
}
.mw_wp_form .editBox .basicArea {
  background: #ffffff;
  padding: calc(var(--pad) * 1);
  border-radius: 1em;
  margin: calc(var(--pad) * 0.5) 0;
}
.mw_wp_form .editBox .caution {
  border: 10px solid rgba(0, 0, 0, 0.08);
  padding: 3.5em;
  margin: 1.75em 0;
  align-items: center;
  border-radius: 1em;
}
.mw_wp_form .editBox .caution strong {
  font-size: 1.5em;
  position: relative;
  display: inline-block;
}
.mw_wp_form .editBox .caution span {
  margin: 0 auto;
  text-align: left;
  max-width: 40em;
  display: inline-block;
}
.mw_wp_form .editBox .caution span em {
  color: #ff0000;
  font-weight: 500;
}
.mw_wp_form .editBox .btnArea {
  margin: auto;
}
.mw_wp_form .editBox .btnArea .reCaptcha {
  width: 100%;
  font-size: 0.8em;
  margin: 0 0 1.75em;
}
@media (min-width: 1025px) {
  .mw_wp_form .editBox .btnArea .reCaptcha p {
    display: flex;
    justify-content: center;
  }
}
.mw_wp_form .editBox .btnArea .reCaptcha a {
  text-decoration: underline;
  color: currentColor;
}
@media (max-width: 1025px) {
  .mw_wp_form .editBox .btnArea .reCaptcha a {
    display: inline;
  }
  .mw_wp_form .editBox .btnArea .reCaptcha a:after {
    content: none;
  }
}
.mw_wp_form .editBox .btnArea .btn {
  width: calc(50% - 0.5em);
  max-width: 10em;
}
.mw_wp_form.mw_wp_form_input li.entry, .mw_wp_form.mw_wp_form_confirm li.conf, .mw_wp_form.mw_wp_form_complete li.comp {
  font-weight: 700;
  opacity: 1;
}
.mw_wp_form.mw_wp_form_input li.entry:before, .mw_wp_form.mw_wp_form_confirm li.conf:before, .mw_wp_form.mw_wp_form_complete li.comp:before {
  display: block;
}
.mw_wp_form.mw_wp_form_input .btnArea .btnBack {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .editBox .notice p {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .editBox .notice:after {
  content: "入力内容に間違いがなければ、「送信する」ボタンを押して送信を完了してください。";
  display: block;
}
.mw_wp_form.mw_wp_form_confirm .editBox dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mw_wp_form.mw_wp_form_confirm .editBox dl dt {
  padding: 1.5em 0 1em;
}
.mw_wp_form.mw_wp_form_confirm .editBox dl dt i {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .editBox dl dd.flexBox div {
  flex: none;
}
.mw_wp_form.mw_wp_form_confirm .editBox dl.zip dd:before,
.mw_wp_form.mw_wp_form_confirm .editBox dl.zip dd i {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .editBox .rsvArea {
  display: block;
}
.mw_wp_form.mw_wp_form_confirm .editBox .rsvArea h3, .mw_wp_form.mw_wp_form_confirm .editBox .rsvArea p {
  display: none;
}
.mw_wp_form.mw_wp_form_complete .editBox {
  background: none;
  padding: calc(var(--pad) * 2) 0;
  margin: 0 auto;
  align-items: center;
}
.mw_wp_form.mw_wp_form_complete .editBox div {
  margin: calc(var(--pad) * 1) auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 1025px) {
  .mw_wp_form.mw_wp_form_complete .editBox div {
    padding: calc(var(--pad) * 1.5);
  }
}
.mw_wp_form.mw_wp_form_complete .editBox div ul {
  margin: 2em auto;
  padding: 1em;
  background: #f2f2f2;
  text-align: left;
}
.mw_wp_form.mw_wp_form_complete .editBox div ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.mw_wp_form.mw_wp_form_complete .editBox div ul li:not(:last-of-type) {
  margin-bottom: 1em;
}
.mw_wp_form.mw_wp_form_complete .editBox + .btn {
  margin: calc(var(--pad) * 1.5);
}
.mw_wp_form .error {
  color: #ffffff !important;
  background: #ff0000;
  display: inline-block;
  padding: 0.2em 0.5em;
  line-height: 2;
  position: absolute;
  font-size: 0.6rem !important;
  top: 0.25em;
}
.mw_wp_form .error:before {
  content: "!";
  margin-right: 0.5em;
  display: inline-block;
  border: 1px solid #ffffff;
  width: 1.5em;
  line-height: 1.5;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 1025px) {
  .mw_wp_form .editBox .notice {
    padding: 1.5em 0;
  }
  .mw_wp_form .editBox dl dt {
    width: 100%;
    padding: 1em 0 0.5em;
    justify-content: flex-start;
    align-items: center;
  }
  .mw_wp_form .editBox dl dt i {
    margin: 0 0 0 0.5em;
  }
  .mw_wp_form .editBox dl dd {
    width: 100%;
    padding: 0 0 1em;
  }
  .mw_wp_form .editBox .caution {
    margin: 1.5em 0;
    padding: 1.5em;
  }
}

.formsWrap .sectCap + .inner {
  padding: 3.5em;
}
@media (max-width: 1025px) {
  .formsWrap .sectCap + .inner {
    padding: 1.5em;
  }
}

#ui-datepicker-div {
  font-size: 16px;
}

.mark {
  width: 50vw;
  position: absolute;
  top: -5vw;
  right: -10vw;
  z-index: 0;
  opacity: 0.2;
  mix-blend-mode: soft-light;
}
@media (max-width: 1025px) {
  .mark {
    right: 0;
    overflow: hidden;
  }
  .mark .tgt {
    margin-right: -10vw;
  }
}
.imageHero {
  perspective: 100vw;
}
.imageHero .hero {
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: clip-path 800ms ease-in-out;
}

@keyframes rotate {
  100% {
    transform: rotateY(360deg) rotateX(720deg) rotateZ(1080deg);
  }
}
.cubeWrap {
  --length: 12vw;
  --fill: #d5f4ff;
  position: absolute;
  perspective: 50em;
  top: calc(var(--length) * 0.5);
  right: calc(var(--length) * 0.25);
  width: calc(var(--length) * 2.5);
  height: calc(var(--length) * 2.5);
  z-index: -1;
  filter: blur(calc(var(--length) * 0.2));
}
.cubeWrap .cube {
  animation: rotate 60s linear infinite;
  bottom: 0;
  width: var(--length);
  height: var(--length);
  left: 0;
  margin: auto;
  position: absolute;
  transform-style: preserve-3d;
  right: 0;
  top: 0;
}
.cubeWrap .cube div {
  width: calc(var(--length) * 2);
  height: calc(var(--length) * 2);
  top: 0;
  left: 0;
  position: absolute;
  background-color: #efdbcb;
  border-radius: 50%;
}
.cubeWrap .cube div:nth-of-type(1) {
  transform: translateZ(var(--length));
  filter: hue-rotate(0deg);
}
.cubeWrap .cube div:nth-of-type(2) {
  transform: translateZ(calc(0px - var(--length)));
  filter: hue-rotate(-15deg);
}
.cubeWrap .cube div:nth-of-type(3) {
  transform: translateX(calc(0px - var(--length))) rotateY(90deg);
  filter: hue-rotate(-30deg);
}
.cubeWrap .cube div:nth-of-type(4) {
  transform: translateX(var(--length)) rotateY(90deg);
  filter: hue-rotate(-45deg);
}
.cubeWrap .cube div:nth-of-type(5) {
  transform: translateY(calc(0px - var(--length))) rotateX(90deg);
  filter: hue-rotate(15deg);
}
.cubeWrap .cube div:nth-of-type(6) {
  transform: translateY(var(--length)) rotateX(90deg);
  filter: hue-rotate(30deg);
}

/*# sourceMappingURL=pages.css.map */
