@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, body {
  width: 100%;
  font-size: 14px;
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "MS Pゴシック", 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.9166666667vw;
  }
}

::-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%, #C8E3DE));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #C8E3DE 40%);
}

#js-loader {
  width: 0%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
}

#js-time {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 60px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

#js-countdown > p {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}
#js-countdown > p .time {
  font-size: 12px;
}

.js-fadeIn {
  -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;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.js-fadeIn.--t {
  opacity: 0.2;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--t {
    -webkit-transform: translateY(-10.4166666667vw);
            transform: translateY(-10.4166666667vw);
  }
}
.js-fadeIn.--b {
  opacity: 0.2;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--b {
    -webkit-transform: translateY(10.4166666667vw);
            transform: translateY(10.4166666667vw);
  }
}
.js-fadeIn.--r {
  opacity: 0.2;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--r {
    -webkit-transform: translateX(10.4166666667vw);
            transform: translateX(10.4166666667vw);
  }
}
.js-fadeIn.--l {
  opacity: 0.2;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
@media (max-width: 960px) {
  .js-fadeIn.--l {
    -webkit-transform: translateX(-10.4166666667vw);
            transform: translateX(-10.4166666667vw);
  }
}
.js-fadeIn.active {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.js-fadeIn.--delay-0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-fadeIn.--delay-1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fadeIn.--delay-2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fadeIn.--delay-3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-fadeIn.--delay-4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-fadeIn.--delay-5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-fadeIn.--delay-6 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-fadeIn.--delay-7 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-fadeIn.--delay-8 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-fadeIn.--delay-9 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-fadeIn.--delay-10 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

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

.js-modal-box {
  position: absolute;
  width: 90%;
  max-width: 960;
  max-height: 90%;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  overflow: scroll;
}

/* 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 .u-lead {
  text-align: center;
  margin-top: 5em;
  margin-bottom: 5em;
}

.l-footer {
  padding: 100px 0;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background-color: #000000;
}
@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;
  color: #ffffff;
}
@media (max-width: 640px) {
  .l-footer__header .c-heading {
    font-size: 6.25vw;
    margin-bottom: 1em;
  }
}
.l-footer__header .c-logo.--brand {
  margin-inline: auto;
  fill: #ffffff;
}

.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;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .l-footer__category li a,
  .l-footer__onlinestore li a {
    font-size: 3.125vw;
  }
}

.l-footer__category {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .l-footer__category {
    margin-top: 7.8125vw;
    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 {
  position: fixed;
}
.l-fixed.c-title {
  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;
}

.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: #C8E3DE;
  color: #ffffff;
}

.c-btn-outline.--main, .c-label-outline.--main {
  color: #C8E3DE;
  border-color: #C8E3DE;
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.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;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-heading.--job {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 1080px) {
  .c-heading.--job {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--job {
    font-size: 5.4166666667vw;
  }
}
.c-heading.--name {
  font-size: 60px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .c-heading.--name {
    font-size: 5.5555555556vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--name {
    font-size: 7.1875vw;
  }
}
.c-heading.--point {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .c-heading.--point {
    font-size: 3.7037037037vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--point {
    font-size: 6.25vw;
  }
}
.c-heading.--info {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 1080px) {
  .c-heading.--info {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--info {
    font-size: 3.75vw;
  }
}
.c-heading.--info:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C8E3DE;
}
@media (max-width: 960px) {
  .c-heading.--info:before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--info:before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.c-heading.--profile {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .c-heading.--profile {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  .c-heading.--profile {
    font-size: 2.8125vw;
  }
}

.c-credit {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.c-text {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1080px) {
  .c-text {
    font-size: 1.2962962963vw;
  }
}
@media (max-width: 640px) {
  .c-text {
    font-size: 2.9166666667vw;
  }
}

.c-img.--profile {
  width: 150px;
}
@media (max-width: 1080px) {
  .c-img.--profile {
    width: 13.8888888889vw;
  }
}
@media (max-width: 640px) {
  .c-img.--profile {
    width: 20.3125vw;
  }
}
.c-img.--instagram {
  width: 20px;
}
@media (max-width: 1080px) {
  .c-img.--instagram {
    width: 1.8518518519vw;
  }
}
@media (max-width: 640px) {
  .c-img.--instagram {
    width: 3.125vw;
  }
}

.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;
  }
}

.is-block {
  display: block;
}

.is-inline {
  display: inline;
}

.is-inline-block {
  display: inline-block;
}

.is-show {
  display: block;
}

.is-hidden {
  display: none;
}

.is-hidden-xy {
  overflow: hidden;
}

.is-hidden-x {
  overflow-x: hidden;
}

.is-hidden-y {
  overflow-y: hidden;
}

.is-visible-xy {
  overflow: visible;
}

.is-visible-x {
  overflow-x: visible;
}

.is-visible-y {
  overflow-y: visible;
}

.is-scroll-xy {
  overflow: scroll;
}

.is-scroll-x {
  overflow-x: scroll;
}

.is-scroll-y {
  overflow-y: scroll;
}

.is-hover-scale {
  overflow: hidden;
}
.is-hover-scale img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.is-hover-scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

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

.p-nav {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  .p-nav {
    margin-top: 20.8333333333vw;
    margin-bottom: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .p-nav {
    margin-top: 15.625vw;
    margin-bottom: 15.625vw;
  }
}
.p-nav-list {
  width: 84%;
  max-width: 960px;
  margin-inline: auto;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 960px) {
  .p-nav-list {
    -webkit-column-gap: 4.1666666667vw;
       -moz-column-gap: 4.1666666667vw;
            column-gap: 4.1666666667vw;
  }
}
@media (max-width: 960px) {
  .p-nav-list {
    gap: 2.0833333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-nav-list__item {
  text-align: center;
}

.p-section {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 1080px) {
  .p-section {
    margin-top: 18.5185185185vw;
    margin-bottom: 18.5185185185vw;
  }
}
@media (max-width: 640px) {
  .p-section {
    margin-top: 31.25vw;
    margin-bottom: 31.25vw;
  }
}
.p-section .l-container.--lg {
  padding-right: 40px;
  padding-left: 40px;
}
@media (max-width: 1080px) {
  .p-section .l-container.--lg {
    padding-right: 3.7037037037vw;
    padding-left: 3.7037037037vw;
  }
}
@media (max-width: 640px) {
  .p-section .l-container.--lg {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-section .p-links {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 960px) {
  .p-section .p-links {
    margin-top: 10.4166666667vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 640px) {
  .p-section .p-links {
    margin-top: 15.625vw;
    margin-bottom: 15.625vw;
  }
}

.p-section-gallery {
  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;
  row-gap: 80px;
}
@media (max-width: 1080px) {
  .p-section-gallery {
    row-gap: 7.4074074074vw;
  }
}
@media (max-width: 640px) {
  .p-section-gallery {
    row-gap: 9.375vw;
  }
}
.p-section-gallery__heading, .p-section-gallery__main {
  width: 84%;
  max-width: 760px;
}
.p-section-gallery__thumb {
  width: 100%;
}
.p-section-gallery__thumb.--large .js-fade-slider {
  width: 600px;
}
@media (max-width: 1080px) {
  .p-section-gallery__thumb.--large .js-fade-slider {
    width: 55.5555555556vw;
  }
}
@media (max-width: 640px) {
  .p-section-gallery__thumb.--large .js-fade-slider {
    width: 70%;
  }
}
.p-section-gallery__thumb.--small .js-fade-slider {
  width: 500px;
  margin-left: auto;
}
@media (max-width: 1080px) {
  .p-section-gallery__thumb.--small .js-fade-slider {
    width: 46.2962962963vw;
  }
}
@media (max-width: 640px) {
  .p-section-gallery__thumb.--small .js-fade-slider {
    width: 60%;
  }
}

.p-section-point {
  margin-top: 120px;
}
@media (max-width: 960px) {
  .p-section-point {
    margin-top: 12.5vw;
  }
}
@media (max-width: 640px) {
  .p-section-point {
    margin-top: 18.75vw;
  }
}
.p-section-point .c-heading.--point {
  text-align: center;
  margin-bottom: 1em;
}
.p-section-point__info {
  width: 84%;
  max-width: 800px;
  padding: 50px;
  margin-inline: auto;
  border: 1px solid #000000;
  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;
}
@media (max-width: 960px) {
  .p-section-point__info {
    padding: 5.2083333333vw;
  }
}
@media (max-width: 640px) {
  .p-section-point__info {
    padding: 10.4166666667vw 7.8125vw;
  }
}
.p-section-point__info .c-btn {
  font-size: 16px;
  border-radius: 50px;
  padding: 0.7em 2em;
  margin-top: 1em;
}
@media (max-width: 1080px) {
  .p-section-point__info .c-btn {
    font-size: 1.4814814815vw;
  }
}
@media (max-width: 640px) {
  .p-section-point__info .c-btn {
    font-size: 3.3333333333vw;
  }
}

.p-info {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.p-info:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  width: 84%;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-box-shadow: 0px -10px 20px #ffffff;
          box-shadow: 0px -10px 20px #ffffff;
}
.p-info.active {
  height: auto;
  overflow: auto;
}
.p-info.active:after {
  display: none;
}
.p-info__content:not(:last-child) {
  margin-bottom: 30px;
}
.p-info__content .c-heading {
  margin-bottom: 0.5em;
  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;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}

.p-section-item {
  width: 84%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 80px;
}
.p-section-item .c-grid {
  grid-template-columns: repeat(2, 1fr);
}
.p-section-item .c-circle {
  position: relative;
}
.p-section-item .c-circle:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  width: 250px;
  height: 250px;
  background-color: #C8E3DE;
  border-radius: 50%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 960px) {
  .p-section-item .c-circle:before {
    width: 26.0416666667vw;
    height: 26.0416666667vw;
  }
}
@media (max-width: 640px) {
  .p-section-item .c-circle:before {
    width: 39.0625vw;
    height: 39.0625vw;
  }
}
.p-section-item .c-circle img {
  height: 315px;
  width: auto;
  margin-inline: auto;
}
@media (max-width: 960px) {
  .p-section-item .c-circle img {
    height: 32.8125vw;
  }
}
@media (max-width: 640px) {
  .p-section-item .c-circle img {
    height: 49.21875vw;
  }
}
.p-section-item .c-link {
  margin-top: 30px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  grid-auto-flow: column;
}
@media (max-width: 960px) {
  .p-section-item .c-link {
    margin-top: 3.125vw;
  }
}
@media (max-width: 640px) {
  .p-section-item .c-link {
    margin-top: 4.6875vw;
    grid-auto-flow: row;
  }
}
.p-section-item .c-link .c-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 0.5em 1em;
}
@media (max-width: 640px) {
  .p-section-item .c-link .c-btn {
    margin-top: 0.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-section-profile {
  width: 84%;
  max-width: 640px;
  margin-inline: auto;
  border: 1px solid #000000;
  padding: 40px;
}
@media (max-width: 1080px) {
  .p-section-profile {
    padding: 3.7037037037vw;
  }
}
@media (max-width: 640px) {
  .p-section-profile {
    padding: 6.25vw;
  }
}
.p-section-profile .c-grid {
  gap: 20px;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-section-profile .c-account {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  display: grid;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  grid-auto-flow: column;
}
@media (max-width: 1080px) {
  .p-section-profile .c-account {
    font-size: 1.2962962963vw;
  }
}
@media (max-width: 640px) {
  .p-section-profile .c-account {
    font-size: 2.1875vw;
  }
}
.p-section-profile .c-heading {
  margin-top: 1em;
}

#sec_03 .p-section-gallery__thumb.--large .js-fade-slider {
  width: 55%;
}
#sec_03 .p-section-gallery__thumb.--large .c-img.--small {
  width: 40%;
}
#sec_03 .p-section-gallery__thumb.--small {
  position: relative;
}
#sec_03 .p-section-gallery__thumb.--small:before {
  content: "";
  width: 80%;
  height: 50%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#sec_03 .p-section-gallery__thumb.--small .js-fade-slider {
  margin-left: 20%;
}

#sec_04 .p-section-gallery__thumb.--small {
  position: relative;
}
#sec_04 .p-section-gallery__thumb.--small:before {
  content: "";
  width: 500px;
  height: 100%;
  background-color: #C8E3DE;
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 960px) {
  #sec_04 .p-section-gallery__thumb.--small:before {
    width: 52.0833333333vw;
  }
}
@media (max-width: 640px) {
  #sec_04 .p-section-gallery__thumb.--small:before {
    width: 60%;
  }
}
#sec_04 .p-section-item .c-circle img {
  height: 250px;
}
@media (max-width: 1080px) {
  #sec_04 .p-section-item .c-circle img {
    height: 23.1481481481vw;
  }
}
@media (max-width: 640px) {
  #sec_04 .p-section-item .c-circle img {
    height: 39.0625vw;
  }
}

.p-links {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media (max-width: 960px) {
  .p-links {
    margin-top: 20.8333333333vw;
    margin-bottom: 20.8333333333vw;
  }
}
@media (max-width: 640px) {
  .p-links {
    margin-top: 31.25vw;
    margin-bottom: 31.25vw;
  }
}
.p-links__feature {
  margin-bottom: 80px;
  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-links__feature a {
  font-size: 24px;
  font-weight: 600;
  background: #000000;
  color: #ffffff;
  padding: 0.5em 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;
  -webkit-column-gap: 0.6em;
     -moz-column-gap: 0.6em;
          column-gap: 0.6em;
}
@media (max-width: 960px) {
  .p-links__feature a {
    font-size: 2.5vw;
  }
}
@media (max-width: 640px) {
  .p-links__feature a {
    font-size: 3.75vw;
  }
}
.p-links__feature a:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  content: "";
  display: inline-block;
  position: relative;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ffffff;
  border-right-width: 9px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 3px;
}
@media (max-width: 960px) {
  .p-links__feature a:before {
    border-width: 0.625vw;
    border-right-width: 0.9375vw;
  }
}
@media (max-width: 640px) {
  .p-links__feature a:before {
    border-width: 0.9375vw;
    border-right-width: 1.40625vw;
  }
}
.p-links__sns {
  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;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.p-links__sns 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: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-links__sns a .c-icon {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  .p-links__sns a .c-icon {
    width: 4.1666666667vw;
  }
}
@media (max-width: 640px) {
  .p-links__sns a .c-icon {
    width: 8.3333333333vw;
  }
}
.p-links__sns a span {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 0.5em;
}

.jp {
  font-family: "fot-tsukubrdgothic-std", "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.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: #C8E3DE;
}

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

.color-main {
  color: #C8E3DE;
}

.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 */