@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

html, body {
  -webkit-font-smoothing: antialiased;
}

img, picture, figure, video, canvas, svg {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

* {
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

html, body {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
}
@media (max-width: 960px) {
  html, body {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 640px) {
  html, body {
    font-size: 2.8125vw;
  }
}

::-moz-selection {
  color: #ffffff;
  background-color: #A1938A;
}

::selection {
  color: #ffffff;
  background-color: #A1938A;
}

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

img, picture, figure, video, canvas, svg {
  line-height: 0;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
}
a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.8;
}

mark {
  padding: 0 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #FBF7EB));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #FBF7EB 40%);
}

.js-trigger-first,
.js-trigger-second {
  width: 100%;
  height: 100vh;
}

.js-scrollIn {
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.js-scrollIn.--t {
  opacity: 0.2;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 960px) {
  .js-scrollIn.--t {
    -webkit-transform: translateY(-10.4166666667vw);
            transform: translateY(-10.4166666667vw);
  }
}
.js-scrollIn.--b {
  opacity: 0.2;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 960px) {
  .js-scrollIn.--b {
    -webkit-transform: translateY(10.4166666667vw);
            transform: translateY(10.4166666667vw);
  }
}
.js-scrollIn.--r {
  opacity: 0.2;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media (max-width: 960px) {
  .js-scrollIn.--r {
    -webkit-transform: translateX(10.4166666667vw);
            transform: translateX(10.4166666667vw);
  }
}
.js-scrollIn.--l {
  opacity: 0.2;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 960px) {
  .js-scrollIn.--l {
    -webkit-transform: translateX(-10.4166666667vw);
            transform: translateX(-10.4166666667vw);
  }
}
.js-scrollIn.active {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.js-delay-0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-delay-2 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-delay-3 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.js-delay-4 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.js-delay-5 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.js-delay-6 {
  -webkit-transition-delay: 6s;
          transition-delay: 6s;
}
.js-delay-7 {
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
.js-delay-8 {
  -webkit-transition-delay: 8s;
          transition-delay: 8s;
}
.js-delay-9 {
  -webkit-transition-delay: 9s;
          transition-delay: 9s;
}
.js-delay-10 {
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}

.js-modal-container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.js-modal {
  max-width: 960;
  overflow: scroll;
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  width: 90%;
  max-height: 90%;
  margin: auto;
}
.js-modal__close {
  position: absolute;
  top: 5%;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
}
@media (max-width: 960px) {
  .js-modal__close {
    position: fixed;
    top: 2.5vw;
    right: 2.5vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow, .slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  padding: 0;
  z-index: 1;
}
.slick-arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .slick-arrow {
    width: 2.0833333333vw;
    height: 4.1666666667vw;
  }
}
.slick-prev, .slick-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slick-prev {
  left: 20px;
}
@media (max-width: 960px) {
  .slick-prev {
    left: 2vw;
  }
}
.slick-next {
  right: 20px;
}
@media (max-width: 960px) {
  .slick-next {
    right: 2vw;
  }
}
.slick-dots {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: -9999px;
}
@media (max-width: 960px) {
  .slick-dots {
    margin-top: 5vw;
  }
}
.slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333333;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 960px) {
  .slick-dots li {
    width: 1.25vw;
    height: 1.25vw;
  }
}
.slick-dots .slick-active {
  background-color: #333333;
}

[dir=rtl] .slick-slide {
  float: right;
}

.l-header__lead {
  font-size: 16px;
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 960px) {
  .l-header__lead {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  .l-header__lead {
    font-size: 2.5vw;
  }
}
@media (max-width: 480px) {
  .l-header__lead {
    margin-top: 1em;
    margin-bottom: 3em;
  }
}

.l-footer {
  padding: 100px 0;
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
  text-align: center;
}
@media (max-width: 960px) {
  .l-footer {
    padding: 20vw 0;
  }
}
.l-footer__header {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .l-footer__header {
    margin-bottom: 10vw;
  }
}
.l-footer__header .c-heading {
  font-size: 32px;
  margin-bottom: 0.5em;
}
@media (max-width: 640px) {
  .l-footer__header .c-heading {
    font-size: 6.25vw;
    margin-bottom: 1em;
  }
}
.l-footer__header .c-logo {
  margin-inline: auto;
}

.l-footer__category,
.l-footer__onlinestore {
  width: 90%;
  margin-inline: auto;
}
.l-footer__category li,
.l-footer__onlinestore li {
  width: 100%;
  margin-inline: auto;
}
.l-footer__category li a,
.l-footer__onlinestore li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 3;
  border: 1px solid #000000;
}
@media (max-width: 640px) {
  .l-footer__category li a,
  .l-footer__onlinestore li a {
    font-size: 3.125vw;
  }
}

.l-footer__category {
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .l-footer__category {
    margin-bottom: 3.125vw;
  }
}
.l-footer__category .c-grid {
  gap: 20px;
}
@media (max-width: 640px) {
  .l-footer__category .c-grid {
    gap: 3.125vw;
  }
}

.l-footer__onlinestore {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .l-footer__onlinestore {
    margin-top: 7.8125vw;
  }
}
.l-footer__onlinestore li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-footer__onlinestore li a p {
  line-height: 3;
  width: 35%;
}

.l-fixed.title {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.l-container {
  margin-inline: auto;
  width: 100%;
}
.l-container.--hg {
  max-width: 1920px;
}
.l-container.--xl {
  max-width: 1280px;
}
.l-container.--lg {
  max-width: 1080px;
}
.l-container.--md {
  max-width: 960px;
}
.l-container.--sm {
  max-width: 640px;
}
.l-container.--xs {
  max-width: 480px;
}

.l-main {
  margin-top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 960px) {
  .l-main {
    margin-top: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .l-main {
    margin-top: 31.25vw;
  }
}

.a-fadeIn {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-animation-name: fadeInAnim;
          animation-name: fadeInAnim;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@-webkit-keyframes fadeInAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.a-line {
  height: 70px;
  width: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  bottom: 0;
  z-index: 10;
  -webkit-transition: opacity 0.3s 2s;
  transition: opacity 0.3s 2s;
}
@media (max-width: 960px) {
  .a-line {
    display: block;
    height: 7.2916666667vw;
  }
}
.a-line span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000000;
  -webkit-animation-name: lineAnimTop;
          animation-name: lineAnimTop;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes lineAnimTop {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnimTop {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
.a-line + .a-line {
  bottom: -70px;
}
@media (max-width: 960px) {
  .a-line + .a-line {
    bottom: -7.2916666667vw;
  }
}
.a-line + .a-line span {
  background-color: #000000;
  -webkit-animation-name: lineAnimBottom;
          animation-name: lineAnimBottom;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@-webkit-keyframes lineAnimBottom {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
@keyframes lineAnimBottom {
  0% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  1% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  19% {
    top: 0;
  }
  20% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  80% {
    height: 100%;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}

.c-btn, .c-btn-outline, .c-label {
  border: 1px solid;
  text-align: center;
  font-weight: 600;
}

.c-btn, .c-btn-outline {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.4em 0.75em;
  white-space: nowrap;
  line-height: 1;
  cursor: pointer;
}
.c-label {
  vertical-align: baseline;
  padding: 0.25em 0.4em;
  font-size: 75%;
  white-space: nowrap;
  line-height: 1;
}

.c-btn.--AHI, .--AHI.c-btn-outline, .c-label.--AHI {
  background-color: #A1938A;
  color: #ffffff;
}

.c-btn-outline.--AHI, .c-label-outline.--AHI {
  color: #A1938A;
  border-color: #A1938A;
  background-color: transparent;
}

.c-btn.--main, .--main.c-btn-outline, .c-label.--main {
  background-color: #FBF7EB;
  color: #ffffff;
}

.c-btn-outline.--main, .c-label-outline.--main {
  color: #FBF7EB;
  border-color: #FBF7EB;
  background-color: transparent;
}

.c-btn.--blue, .--blue.c-btn-outline, .c-label.--blue {
  background-color: #213963;
  color: #ffffff;
}

.c-btn-outline.--blue, .c-label-outline.--blue {
  color: #213963;
  border-color: #213963;
  background-color: transparent;
}

.c-btn.--white, .--white.c-btn-outline, .c-label.--white {
  background-color: #ffffff;
  color: #ffffff;
  color: #000000;
}

.c-btn-outline.--white, .c-label-outline.--white {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.c-btn.--gray-5, .--gray-5.c-btn-outline, .c-label.--gray-5 {
  background-color: #F2F2F2;
  color: #ffffff;
}

.c-btn-outline.--gray-5, .c-label-outline.--gray-5 {
  color: #F2F2F2;
  border-color: #F2F2F2;
  background-color: transparent;
}

.c-btn.--gray-10, .--gray-10.c-btn-outline, .c-label.--gray-10 {
  background-color: #e5e5e5;
  color: #ffffff;
  color: #000000;
}

.c-btn-outline.--gray-10, .c-label-outline.--gray-10 {
  color: #e5e5e5;
  border-color: #e5e5e5;
  background-color: transparent;
}

.c-btn.--gray-20, .--gray-20.c-btn-outline, .c-label.--gray-20 {
  background-color: #cccccc;
  color: #ffffff;
}

.c-btn-outline.--gray-20, .c-label-outline.--gray-20 {
  color: #cccccc;
  border-color: #cccccc;
  background-color: transparent;
}

.c-btn.--gray-30, .--gray-30.c-btn-outline, .c-label.--gray-30 {
  background-color: #b3b3b3;
  color: #ffffff;
}

.c-btn-outline.--gray-30, .c-label-outline.--gray-30 {
  color: #b3b3b3;
  border-color: #b3b3b3;
  background-color: transparent;
}

.c-btn.--gray-40, .--gray-40.c-btn-outline, .c-label.--gray-40 {
  background-color: #999999;
  color: #ffffff;
}

.c-btn-outline.--gray-40, .c-label-outline.--gray-40 {
  color: #999999;
  border-color: #999999;
  background-color: transparent;
}

.c-btn.--gray-50, .--gray-50.c-btn-outline, .c-label.--gray-50 {
  background-color: #808080;
  color: #ffffff;
}

.c-btn-outline.--gray-50, .c-label-outline.--gray-50 {
  color: #808080;
  border-color: #808080;
  background-color: transparent;
}

.c-btn.--gray-60, .--gray-60.c-btn-outline, .c-label.--gray-60 {
  background-color: #666666;
  color: #ffffff;
}

.c-btn-outline.--gray-60, .c-label-outline.--gray-60 {
  color: #666666;
  border-color: #666666;
  background-color: transparent;
}

.c-btn.--gray-70, .--gray-70.c-btn-outline, .c-label.--gray-70 {
  background-color: #4d4d4d;
  color: #ffffff;
}

.c-btn-outline.--gray-70, .c-label-outline.--gray-70 {
  color: #4d4d4d;
  border-color: #4d4d4d;
  background-color: transparent;
}

.c-btn.--gray-80, .--gray-80.c-btn-outline, .c-label.--gray-80 {
  background-color: #333333;
  color: #ffffff;
}

.c-btn-outline.--gray-80, .c-label-outline.--gray-80 {
  color: #333333;
  border-color: #333333;
  background-color: transparent;
}

.c-btn.--gray-90, .--gray-90.c-btn-outline, .c-label.--gray-90 {
  background-color: #1a1a1a;
  color: #ffffff;
}

.c-btn-outline.--gray-90, .c-label-outline.--gray-90 {
  color: #1a1a1a;
  border-color: #1a1a1a;
  background-color: transparent;
}

.c-btn.--black, .--black.c-btn-outline, .c-label.--black {
  background-color: #000000;
  color: #ffffff;
}

.c-btn-outline.--black, .c-label-outline.--black {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.c-btn.--white-rgba-10, .--white-rgba-10.c-btn-outline, .c-label.--white-rgba-10 {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-10, .c-label-outline.--white-rgba-10 {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.c-btn.--white-rgba-20, .--white-rgba-20.c-btn-outline, .c-label.--white-rgba-20 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-20, .c-label-outline.--white-rgba-20 {
  color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}

.c-btn.--white-rgba-30, .--white-rgba-30.c-btn-outline, .c-label.--white-rgba-30 {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-30, .c-label-outline.--white-rgba-30 {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}

.c-btn.--white-rgba-40, .--white-rgba-40.c-btn-outline, .c-label.--white-rgba-40 {
  background-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-40, .c-label-outline.--white-rgba-40 {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
}

.c-btn.--white-rgba-50, .--white-rgba-50.c-btn-outline, .c-label.--white-rgba-50 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-50, .c-label-outline.--white-rgba-50 {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

.c-btn.--white-rgba-60, .--white-rgba-60.c-btn-outline, .c-label.--white-rgba-60 {
  background-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-60, .c-label-outline.--white-rgba-60 {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.c-btn.--white-rgba-70, .--white-rgba-70.c-btn-outline, .c-label.--white-rgba-70 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-70, .c-label-outline.--white-rgba-70 {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  background-color: transparent;
}

.c-btn.--white-rgba-80, .--white-rgba-80.c-btn-outline, .c-label.--white-rgba-80 {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-80, .c-label-outline.--white-rgba-80 {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.c-btn.--white-rgba-90, .--white-rgba-90.c-btn-outline, .c-label.--white-rgba-90 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #ffffff;
}

.c-btn-outline.--white-rgba-90, .c-label-outline.--white-rgba-90 {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  background-color: transparent;
}

.c-btn.--black-rgba-10, .--black-rgba-10.c-btn-outline, .c-label.--black-rgba-10 {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-10, .c-label-outline.--black-rgba-10 {
  color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.c-btn.--black-rgba-20, .--black-rgba-20.c-btn-outline, .c-label.--black-rgba-20 {
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-20, .c-label-outline.--black-rgba-20 {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.c-btn.--black-rgba-30, .--black-rgba-30.c-btn-outline, .c-label.--black-rgba-30 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-30, .c-label-outline.--black-rgba-30 {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.c-btn.--black-rgba-40, .--black-rgba-40.c-btn-outline, .c-label.--black-rgba-40 {
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-40, .c-label-outline.--black-rgba-40 {
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
}

.c-btn.--black-rgba-50, .--black-rgba-50.c-btn-outline, .c-label.--black-rgba-50 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-50, .c-label-outline.--black-rgba-50 {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.c-btn.--black-rgba-60, .--black-rgba-60.c-btn-outline, .c-label.--black-rgba-60 {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-60, .c-label-outline.--black-rgba-60 {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.c-btn.--black-rgba-70, .--black-rgba-70.c-btn-outline, .c-label.--black-rgba-70 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-70, .c-label-outline.--black-rgba-70 {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  background-color: transparent;
}

.c-btn.--black-rgba-80, .--black-rgba-80.c-btn-outline, .c-label.--black-rgba-80 {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-80, .c-label-outline.--black-rgba-80 {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
}

.c-btn.--black-rgba-90, .--black-rgba-90.c-btn-outline, .c-label.--black-rgba-90 {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}

.c-btn-outline.--black-rgba-90, .c-label-outline.--black-rgba-90 {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  background-color: transparent;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.c-grid.--col-1 {
  grid-template-columns: repeat(1, 1fr);
}
.c-grid.--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-grid.--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-grid.--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-grid.--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.c-grid.--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.c-grid.--col-7 {
  grid-template-columns: repeat(7, 1fr);
}
.c-grid.--col-8 {
  grid-template-columns: repeat(8, 1fr);
}
.c-grid.--col-9 {
  grid-template-columns: repeat(9, 1fr);
}
.c-grid.--col-10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1920px) {
  .c-grid.--col-hg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 1280px) {
  .c-grid.--col-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 960px) {
  .c-grid.--col-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 640px) {
  .c-grid.--col-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (max-width: 480px) {
  .c-grid.--col-xs-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-flex.--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex.--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex.--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-flex.--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-flex.--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex.--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex.--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flex.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-flex.--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-flex.--column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-flex.--order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-flex.--grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-flex.--shrink-1 {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.c-flex.--order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-flex.--grow-2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.c-flex.--shrink-2 {
  -ms-flex-negative: 2;
      flex-shrink: 2;
}
.c-flex.--order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-flex.--grow-3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
.c-flex.--shrink-3 {
  -ms-flex-negative: 3;
      flex-shrink: 3;
}
.c-flex.--order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.c-flex.--grow-4 {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4;
}
.c-flex.--shrink-4 {
  -ms-flex-negative: 4;
      flex-shrink: 4;
}
.c-flex.--order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.c-flex.--grow-5 {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
}
.c-flex.--shrink-5 {
  -ms-flex-negative: 5;
      flex-shrink: 5;
}
.c-flex.--order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.c-flex.--grow-6 {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
}
.c-flex.--shrink-6 {
  -ms-flex-negative: 6;
      flex-shrink: 6;
}
.c-flex.--order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.c-flex.--grow-7 {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7;
}
.c-flex.--shrink-7 {
  -ms-flex-negative: 7;
      flex-shrink: 7;
}
.c-flex.--order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.c-flex.--grow-8 {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
}
.c-flex.--shrink-8 {
  -ms-flex-negative: 8;
      flex-shrink: 8;
}
.c-flex.--order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.c-flex.--grow-9 {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9;
}
.c-flex.--shrink-9 {
  -ms-flex-negative: 9;
      flex-shrink: 9;
}
.c-flex.--order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.c-flex.--grow-10 {
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
}
.c-flex.--shrink-10 {
  -ms-flex-negative: 10;
      flex-shrink: 10;
}

.c-col-1 {
  width: 100%;
}
.c-col-2 {
  width: 50%;
}
.c-col-3 {
  width: 33.3333333333%;
}
.c-col-4 {
  width: 25%;
}
.c-col-5 {
  width: 20%;
}
.c-col-6 {
  width: 16.6666666667%;
}
.c-col-7 {
  width: 14.2857142857%;
}
.c-col-8 {
  width: 12.5%;
}
.c-col-9 {
  width: 11.1111111111%;
}
.c-col-10 {
  width: 10%;
}

.c-heading {
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.c-heading.--box {
  font-size: 24px;
  font-weight: 600;
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
  color: #213963;
  border: 4px solid #213963;
  padding: 0.8em 1.25em;
  letter-spacing: 0.2em;
}
@media (max-width: 960px) {
  .c-heading.--box {
    font-size: 2.5vw;
    border-width: 0.4166666667vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--box {
    font-size: 3.75vw;
    border-width: 0.625vw;
  }
}
.c-heading.--nav {
  font-size: 14px;
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .c-heading.--nav {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--nav {
    font-size: 2.1875vw;
  }
}
.c-heading.--point {
  font-size: 24px;
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
  font-weight: 600;
}
@media (max-width: 960px) {
  .c-heading.--point {
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--point {
    font-size: 3.75vw;
  }
}
.c-heading.--side {
  font-size: 32px;
  font-family: "linotype-didot-headline", "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .c-heading.--side {
    font-size: 3.3333333333vw;
  }
}
.c-heading.--profile {
  font-size: 32px;
  font-family: "linotype-didot-headline", "Noto Serif JP", serif;
}
@media (max-width: 960px) {
  .c-heading.--profile {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--profile {
    font-size: 5vw;
  }
}
.c-heading.--over, .c-heading.--info, .c-heading.--num {
  font-size: 60px;
  font-family: "Kalufonia", "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media (max-width: 960px) {
  .c-heading.--over, .c-heading.--info, .c-heading.--num {
    font-size: 6.25vw;
  }
}
.c-heading.--over {
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
}
.c-heading.--chapter {
  font-size: 14px;
  font-family: "Kalufonia", "Noto Serif JP", serif;
  font-weight: 400;
}
@media (max-width: 960px) {
  .c-heading.--chapter {
    font-size: 1.4583333333vw;
  }
}
.c-heading.--brackets {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #213963;
  position: relative;
  display: inline-block;
  padding: 1em 2em;
  margin-top: 3em;
  margin-bottom: 2em;
}
@media (max-width: 960px) {
  .c-heading.--brackets {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--brackets {
    font-size: 3.125vw;
  }
}
.c-heading.--brackets:before, .c-heading.--brackets:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  border: 1px solid #213963;
}
.c-heading.--brackets:before {
  border-right-color: transparent;
  left: 0;
}
.c-heading.--brackets:after {
  border-left-color: transparent;
  right: 0;
}

.c-comment {
  font-size: 24px;
  font-family: "Caveat", cursive;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
}
@media (max-width: 960px) {
  .c-comment {
    font-size: 2.5vw;
  }
}
.c-comment:after {
  content: "";
  display: block;
  position: absolute;
}
.c-comment.--01 {
  top: 480px;
  right: -40px;
}
@media (max-width: 960px) {
  .c-comment.--01 {
    top: 50vw;
    right: -4.1666666667vw;
  }
}
.c-comment.--01:after {
  width: 178px;
  height: 105px;
  bottom: -60px;
  left: -30px;
  background-image: url("../img/illust_arrow_01.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
@media (max-width: 960px) {
  .c-comment.--01:after {
    width: 18.5416666667vw;
    height: 10.9375vw;
    bottom: -6.25vw;
    left: -3.125vw;
  }
}
.c-comment.--02, .c-comment.--04 {
  top: 930px;
  left: 390px;
}
@media (max-width: 960px) {
  .c-comment.--02, .c-comment.--04 {
    top: 96.875vw;
    left: 40.625vw;
  }
}
.c-comment.--02:after, .c-comment.--04:after {
  width: 58px;
  height: 100px;
  bottom: -100px;
  left: 0;
  background-image: url("../img/illust_arrow_02.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
@media (max-width: 960px) {
  .c-comment.--02:after, .c-comment.--04:after {
    width: 6.0416666667vw;
    height: 10.4166666667vw;
    bottom: -10.4166666667vw;
  }
}
.c-comment.--03 {
  top: 40px;
  left: 360px;
}
@media (max-width: 960px) {
  .c-comment.--03 {
    top: 4.1666666667vw;
    left: 37.5vw;
  }
}
.c-comment.--03:after {
  width: 200px;
  height: 105px;
  bottom: -60px;
  left: 20px;
  background-image: url("../img/illust_arrow_03.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
@media (max-width: 960px) {
  .c-comment.--03:after {
    width: 20.8333333333vw;
    height: 10.9375vw;
    bottom: -6.25vw;
    left: 2.0833333333vw;
  }
}

.c-img.--main {
  border: 4px solid #213963;
}

.c-logo.--brand {
  width: 90px;
}
@media (max-width: 640px) {
  .c-logo.--brand {
    width: 16.875vw;
  }
}
.c-logo.--AHI {
  width: 23%;
}
@media (max-width: 640px) {
  .c-logo.--AHI {
    width: 32%;
  }
}

.c-list.--default {
  margin-left: 1em;
}
.c-list.--default:before {
  content: "・";
  display: inline-block;
  margin-left: -1em;
}
.c-list.--attention {
  margin-left: 1em;
}
.c-list.--attention:before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

.pc-show {
  display: block;
}
@media (max-width: 640px) {
  .pc-show {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 640px) {
  .sp-show {
    display: block;
  }
}

.p-hero {
  position: relative;
}
.p-hero__mv {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.p-nav {
  position: sticky;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 640px) {
  .p-nav {
    position: fixed;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-nav-list {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 640px) {
  .p-nav-list {
    gap: 1.5625vw;
  }
}
.p-nav-list__item {
  text-align: center;
  width: 50px;
}
@media (max-width: 960px) {
  .p-nav-list__item {
    width: 5.2083333333vw;
  }
}
@media (max-width: 640px) {
  .p-nav-list__item {
    width: 23vw;
    height: 10vw;
  }
}
.p-nav-list__item a {
  width: 100%;
  padding: 1.5em 0;
  font-size: 14px;
  font-family: "neue-haas-unica", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  border-radius: 0 12px 12px 0px;
  background-color: #213963;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 960px) {
  .p-nav-list__item a {
    font-size: 1.4583333333vw;
    border-radius: 0 1.25vw 1.25vw 0px;
  }
}
@media (max-width: 640px) {
  .p-nav-list__item a {
    font-size: 2.1875vw;
    border-radius: 1.875vw 1.875vw 0px 0px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-profile {
  width: 84%;
  max-width: 700px;
  padding: 50px;
  margin-top: 100px;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .p-profile {
    padding: 5.2083333333vw;
    margin-top: 10.4166666667vw;
  }
}
@media (max-width: 640px) {
  .p-profile {
    padding: 7.8125vw;
    margin-top: 15.625vw;
  }
}
.p-profile .c-heading {
  margin-bottom: 1em;
}
.p-profile__icon {
  width: 150px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .p-profile__icon {
    width: 23.4375vw;
    margin-right: 3.125vw;
  }
}
.p-profile__name {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 960px) {
  .p-profile__name {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  .p-profile__name {
    font-size: 2.5vw;
  }
}
.p-profile__text {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 960px) {
  .p-profile__text {
    font-size: 1.4583333333vw;
  }
}
@media (max-width: 640px) {
  .p-profile__text {
    font-size: 2.1875vw;
  }
}

.p-profile-desc {
  width: 440px;
}
@media (max-width: 640px) {
  .p-profile-desc {
    width: 70%;
  }
}

.p-section-container {
  width: 100%;
}

.p-section {
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  .p-section {
    margin-bottom: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .p-section {
    margin-bottom: 31.25vw;
  }
}
.p-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-section__heading .c-heading {
  margin-bottom: 3em;
}
.p-section__feature {
  height: 250vh;
  position: relative;
}
@media (max-width: 640px) {
  .p-section__feature {
    height: 230vh;
  }
}
.p-section__gallery {
  position: relative;
}
.p-section__gallery .c-heading.--side {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  position: absolute;
  left: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  height: 100%;
}
.p-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-section__link .c-btn-outline {
  font-size: 24px;
  padding: 1em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 960px) {
  .p-section__link .c-btn-outline {
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .p-section__link .c-btn-outline {
    font-size: 3.75vw;
  }
}
.p-section__link .c-btn-outline:before {
  margin-right: 0.5em;
  content: "";
  display: inline-block;
  content: "";
  display: inline-block;
  position: relative;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #213963;
  border-right-width: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 3px;
}
@media (max-width: 480px) {
  .p-section__link .c-btn-outline:before {
    border-width: 1.25vw;
  }
}

#sec-02 .p-feature__overlay {
  padding-top: 40vh;
}
@media (max-width: 960px) {
  #sec-02 .p-feature__overlay {
    padding-top: 40vw;
  }
}

.p-feature {
  width: 720px;
  margin-inline: auto;
  position: sticky;
  top: 30px;
}
@media (max-width: 960px) {
  .p-feature {
    width: 75vw;
  }
}
@media (max-width: 640px) {
  .p-feature {
    width: 83.3333333333vw;
  }
}
.p-feature .c-heading.--over {
  position: absolute;
  width: 100%;
  color: #ffffff;
  text-shadow: 0 0 30px black;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-feature .c-heading.--over.active {
  opacity: 1;
}
.p-feature__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding-top: 30vh;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 960px) {
  .p-feature__overlay {
    padding-top: 30vw;
  }
}
.p-feature__overlay.active {
  opacity: 1;
}
.p-feature__overlay .c-text {
  text-align: center;
  line-height: 2;
}

.p-thumb {
  width: 860px;
  position: relative;
  margin: 120px auto;
}
@media (max-width: 960px) {
  .p-thumb {
    width: 89.5833333333vw;
    margin-top: 12.5vw;
    margin-bottom: 12.5vw;
  }
}

.p-thumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
}
@media (max-width: 960px) {
  .p-thumb-list {
    gap: 6.25vw;
  }
}
.p-thumb-list__item {
  width: 400px;
}
@media (max-width: 960px) {
  .p-thumb-list__item {
    width: 41.6666666667vw;
  }
}
.p-thumb-list__item:nth-of-type(2) {
  margin-top: 150px;
}
@media (max-width: 960px) {
  .p-thumb-list__item:nth-of-type(2) {
    margin-top: 15.625vw;
  }
}

.p-gallery {
  position: relative;
  margin: 120px auto;
  padding: 0 80px;
}
@media (max-width: 960px) {
  .p-gallery {
    margin-top: 12.5vw;
    margin-bottom: 12.5vw;
    padding-left: 8.3333333333vw;
    padding-right: 8.3333333333vw;
  }
}
.p-gallery__heading {
  text-align: center;
}
.p-gallery__heading .c-heading.--num {
  margin-bottom: -0.7em;
  position: relative;
  z-index: 1;
}

.p-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-gallery-list__item {
  width: 50%;
}

.p-point {
  width: 84%;
  max-width: 800px;
  position: relative;
  padding: 50px 0;
  margin: 120px auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 960px) {
  .p-point {
    margin-top: 12.5vw;
    margin-bottom: 12.5vw;
    padding-top: 5.2083333333vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 640px) {
  .p-point {
    margin-top: 18.75vw;
    margin-bottom: 18.75vw;
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
}
.p-point .c-heading {
  color: #213963;
}
.p-point .c-heading .underline {
  border-width: 2px;
}
.p-point .c-text {
  text-align: center;
  line-height: 2;
}

.p-point-credit {
  width: 84%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media (max-width: 960px) {
  .p-point-credit {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 640px) {
  .p-point-credit {
    gap: 3.125vw;
  }
}
.p-point-credit__item {
  width: calc(50% - 20px);
}
@media (max-width: 960px) {
  .p-point-credit__item {
    width: 32.2916666667vw;
  }
}
@media (max-width: 640px) {
  .p-point-credit__item {
    width: 100%;
  }
}
.p-point-credit__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-point-credit__item a img {
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 960px) {
  .p-point-credit__item a img {
    width: 8.3333333333vw;
  }
}
@media (max-width: 640px) {
  .p-point-credit__item a img {
    width: 12.5vw;
  }
}
.p-point-credit__item a p {
  line-height: 1.6;
}

.p-info {
  margin: 100px auto;
}
.p-info .l-container {
  padding: 0 40px;
}
@media (max-width: 960px) {
  .p-info .l-container {
    padding: 0 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .p-info .l-container {
    padding: 0 6.25vw;
  }
}
.p-info .c-heading {
  color: #213963;
}
.p-info .c-heading.--info {
  margin-bottom: 0.5em;
}
.p-info__header p {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #213963;
  text-align: center;
}
@media (max-width: 960px) {
  .p-info__header p {
    font-size: 1.875vw;
  }
}
@media (max-width: 640px) {
  .p-info__header p {
    font-size: 3.75vw;
  }
}
.p-info__txt {
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .p-info__txt {
    text-align: left;
  }
}
.p-info__img {
  display: block;
}
.p-info__img.--profile {
  width: 40%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 640px) {
  .p-info__img.--profile {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vw;
  }
}
.p-info__img.--item {
  width: 100%;
  max-width: 750px;
  margin: 50px auto 0;
}

.p-info-desc {
  width: 55%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 640px) {
  .p-info-desc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.underline {
  border-bottom: 1px solid;
}

.bg-AHI {
  background-color: #A1938A;
}

mark.bg-AHI {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #A1938A));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #A1938A 40%);
}

.color-AHI {
  color: #A1938A;
}

.bg-main {
  background-color: #FBF7EB;
}

mark.bg-main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #FBF7EB));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #FBF7EB 40%);
}

.color-main {
  color: #FBF7EB;
}

.bg-blue {
  background-color: #213963;
}

mark.bg-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #213963));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #213963 40%);
}

.color-blue {
  color: #213963;
}

.bg-white {
  background-color: #ffffff;
}

mark.bg-white {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #ffffff 40%);
}

.color-white {
  color: #ffffff;
}

.bg-gray-5 {
  background-color: #F2F2F2;
}

mark.bg-gray-5 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #F2F2F2));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #F2F2F2 40%);
}

.color-gray-5 {
  color: #F2F2F2;
}

.bg-gray-10 {
  background-color: #e5e5e5;
}

mark.bg-gray-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #e5e5e5));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #e5e5e5 40%);
}

.color-gray-10 {
  color: #e5e5e5;
}

.bg-gray-20 {
  background-color: #cccccc;
}

mark.bg-gray-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #cccccc));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #cccccc 40%);
}

.color-gray-20 {
  color: #cccccc;
}

.bg-gray-30 {
  background-color: #b3b3b3;
}

mark.bg-gray-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #b3b3b3));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #b3b3b3 40%);
}

.color-gray-30 {
  color: #b3b3b3;
}

.bg-gray-40 {
  background-color: #999999;
}

mark.bg-gray-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #999999));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #999999 40%);
}

.color-gray-40 {
  color: #999999;
}

.bg-gray-50 {
  background-color: #808080;
}

mark.bg-gray-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #808080));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #808080 40%);
}

.color-gray-50 {
  color: #808080;
}

.bg-gray-60 {
  background-color: #666666;
}

mark.bg-gray-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #666666));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #666666 40%);
}

.color-gray-60 {
  color: #666666;
}

.bg-gray-70 {
  background-color: #4d4d4d;
}

mark.bg-gray-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #4d4d4d));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #4d4d4d 40%);
}

.color-gray-70 {
  color: #4d4d4d;
}

.bg-gray-80 {
  background-color: #333333;
}

mark.bg-gray-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #333333));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #333333 40%);
}

.color-gray-80 {
  color: #333333;
}

.bg-gray-90 {
  background-color: #1a1a1a;
}

mark.bg-gray-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #1a1a1a));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #1a1a1a 40%);
}

.color-gray-90 {
  color: #1a1a1a;
}

.bg-black {
  background-color: #000000;
}

mark.bg-black {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, #000000));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000000 40%);
}

.color-black {
  color: #000000;
}

.bg-white-rgba-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

mark.bg-white-rgba-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.1) 40%);
}

.color-white-rgba-10 {
  color: rgba(255, 255, 255, 0.1);
}

.bg-white-rgba-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

mark.bg-white-rgba-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.2) 40%);
}

.color-white-rgba-20 {
  color: rgba(255, 255, 255, 0.2);
}

.bg-white-rgba-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

mark.bg-white-rgba-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.3) 40%);
}

.color-white-rgba-30 {
  color: rgba(255, 255, 255, 0.3);
}

.bg-white-rgba-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

mark.bg-white-rgba-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.4) 40%);
}

.color-white-rgba-40 {
  color: rgba(255, 255, 255, 0.4);
}

.bg-white-rgba-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

mark.bg-white-rgba-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.5) 40%);
}

.color-white-rgba-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-white-rgba-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

mark.bg-white-rgba-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.6) 40%);
}

.color-white-rgba-60 {
  color: rgba(255, 255, 255, 0.6);
}

.bg-white-rgba-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

mark.bg-white-rgba-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.7) 40%);
}

.color-white-rgba-70 {
  color: rgba(255, 255, 255, 0.7);
}

.bg-white-rgba-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

mark.bg-white-rgba-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 40%);
}

.color-white-rgba-80 {
  color: rgba(255, 255, 255, 0.8);
}

.bg-white-rgba-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

mark.bg-white-rgba-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.9) 40%);
}

.color-white-rgba-90 {
  color: rgba(255, 255, 255, 0.9);
}

.bg-black-rgba-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

mark.bg-black-rgba-10 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.1) 40%);
}

.color-black-rgba-10 {
  color: rgba(0, 0, 0, 0.1);
}

.bg-black-rgba-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

mark.bg-black-rgba-20 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.2) 40%);
}

.color-black-rgba-20 {
  color: rgba(0, 0, 0, 0.2);
}

.bg-black-rgba-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

mark.bg-black-rgba-30 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.3) 40%);
}

.color-black-rgba-30 {
  color: rgba(0, 0, 0, 0.3);
}

.bg-black-rgba-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

mark.bg-black-rgba-40 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.4) 40%);
}

.color-black-rgba-40 {
  color: rgba(0, 0, 0, 0.4);
}

.bg-black-rgba-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

mark.bg-black-rgba-50 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.5) 40%);
}

.color-black-rgba-50 {
  color: rgba(0, 0, 0, 0.5);
}

.bg-black-rgba-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

mark.bg-black-rgba-60 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 40%);
}

.color-black-rgba-60 {
  color: rgba(0, 0, 0, 0.6);
}

.bg-black-rgba-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

mark.bg-black-rgba-70 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.7) 40%);
}

.color-black-rgba-70 {
  color: rgba(0, 0, 0, 0.7);
}

.bg-black-rgba-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

mark.bg-black-rgba-80 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.8) 40%);
}

.color-black-rgba-80 {
  color: rgba(0, 0, 0, 0.8);
}

.bg-black-rgba-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

mark.bg-black-rgba-90 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9) 40%);
}

.color-black-rgba-90 {
  color: rgba(0, 0, 0, 0.9);
}/*# sourceMappingURL=style.css.map */