@charset "UTF-8";
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.site-wrap p {
  letter-spacing: 0.1em;
}

.tb {
  display: none;
}
@media (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.sp_s {
  display: none;
}
@media (max-width: 390px) {
  .sp_s {
    display: block !important;
  }
}

.nodata {
  width: 100%;
  text-align: center;
}

.align--center {
  text-align: center;
}

small {
  font-size: 0.88em;
}

sup {
  font-size: 0.7em;
}

body {
  background: #fff;
}
body.no-scroll {
  overflow: hidden;
}

main {
  display: block;
}

.pic {
  width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}

.site-wrap {
  overflow: clip;
  position: relative;
  z-index: 2;
}

.btn--circle {
  display: block;
  width: 180px;
  height: 180px;
  margin: 0 0 0 auto;
  border: solid 2px #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 3%;
}
@media (max-width: 768px) {
  .btn--circle {
    border: solid 1px #000;
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 769px) {
  .btn--circle {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .btn--circle:hover {
    -webkit-box-shadow: 0px 0px 0px 100px #192fb7 inset;
            box-shadow: 0px 0px 0px 100px #192fb7 inset;
    border: solid 2px #192fb7;
    color: #fff !important;
  }
  .btn--circle:hover .icon-arrow {
    background: #fff;
    width: 60px;
  }
  .btn--circle:hover .icon-arrow::after {
    background: #fff;
  }
}
.btn--circle .text-jp {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .btn--circle .text-jp {
    font-size: 0.75rem;
  }
}
.btn--circle .text-jp {
  font-weight: 700;
  letter-spacing: 0.025em;
}
.btn--circle .text-en {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .btn--circle .text-en {
    font-size: 1.125rem;
  }
}
.btn--circle .text-en {
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  .icon-arrow {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
.icon-arrow {
  width: 45px;
  height: 2px;
}
@media (max-width: 768px) {
  .icon-arrow {
    width: 32px;
    height: 1px;
  }
}
.icon-arrow {
  background: #000;
  position: absolute;
  left: 38%;
  bottom: 18%;
}
@media (min-width: 769px) {
  .icon-arrow::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}
.icon-arrow::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
}
@media (max-width: 768px) {
  .icon-arrow::after {
    width: 10px;
    height: 1px;
  }
}
.icon-arrow::after {
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
}

.site-main {
  position: relative;
  z-index: 1;
}

.site-wrap {
  position: relative;
  z-index: 100;
}

.btn-backtotop {
  width: 50px;
  height: 50px;
  background: #192fb7;
  position: absolute;
  right: 100px;
}
@media (max-width: 768px) {
  .btn-backtotop {
    right: 25px;
  }
}
.btn-backtotop {
  bottom: 0;
  z-index: 100;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .btn-backtotop {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn-backtotop:hover {
    -webkit-transform: translateY(50%) scale(1.2);
            transform: translateY(50%) scale(1.2);
  }
}

.wave-blue {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0) translateY(2px) translateX(0%);
          transform: scaleY(0) translateY(2px) translateX(0%);
  -webkit-transform-origin: bottom center 0;
          transform-origin: bottom center 0;
}
.wave-blue.anime-active {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scaleY(1) translateY(2px) translateX(0%);
          transform: scaleY(1) translateY(2px) translateX(0%);
}

.wave-blue svg {
  display: block;
  width: 100%;
  height: clamp(80px, 12vw, 180px);
}
@media (max-width: 768px) {
  .wave-blue svg {
    width: 120%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

.wave-blue path {
  fill: #0d7ade;
}

.wave-navy {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0) translateY(2px) translateX(0%) scaleX(-1);
          transform: scaleY(0) translateY(2px) translateX(0%) scaleX(-1);
  -webkit-transform-origin: bottom center 0;
          transform-origin: bottom center 0;
}
.wave-navy.anime-active {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scaleY(1) translateY(2px) translateX(0%) scaleX(-1);
          transform: scaleY(1) translateY(2px) translateX(0%) scaleX(-1);
}

.wave-navy svg {
  display: block;
  width: 100%;
  height: clamp(80px, 12vw, 180px);
}
@media (max-width: 768px) {
  .wave-navy svg {
    width: 120%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

.wave-navy path {
  fill: #0c69bf;
}

.wave-green {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0) translateY(2px) translateX(0%) scaleX(-1);
          transform: scaleY(0) translateY(2px) translateX(0%) scaleX(-1);
  -webkit-transform-origin: bottom center 0;
          transform-origin: bottom center 0;
}
.wave-green.anime-active {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scaleY(1) translateY(2px) translateX(0%) scaleX(-1);
          transform: scaleY(1) translateY(2px) translateX(0%) scaleX(-1);
}
.wave-green--r {
  -webkit-transform: scaleY(0) translateY(2px) translateX(0%) scale(-1);
          transform: scaleY(0) translateY(2px) translateX(0%) scale(-1);
}
.wave-green--r.anime-active {
  -webkit-transform: scaleY(1) translateY(2px) translateX(0%) scale(-1);
          transform: scaleY(1) translateY(2px) translateX(0%) scale(-1);
}

.wave-green svg {
  display: block;
  width: 100%;
  height: clamp(80px, 12vw, 180px);
}
@media (max-width: 768px) {
  .wave-green svg {
    width: 120%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

.wave-green path {
  fill: #359890;
}

.wave-light-blue-home {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  -webkit-transform: scaleY(0) translateY(2px) translateX(0%);
          transform: scaleY(0) translateY(2px) translateX(0%);
  -webkit-transform-origin: bottom center 0;
          transform-origin: bottom center 0;
}
.wave-light-blue-home.anime-active {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: scaleY(1) translateY(2px) translateX(0%);
          transform: scaleY(1) translateY(2px) translateX(0%);
}

.wave-light-blue-home svg {
  display: block;
  width: 100%;
  height: clamp(80px, 12vw, 180px);
}
@media (max-width: 768px) {
  .wave-light-blue-home svg {
    width: 120%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

.wave-light-blue-home path {
  fill: #dcf2ff;
}

.btn-switch-animation.hide {
  display: none;
}
.btn-switch-animation {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: solid 2px #192fb7;
  position: absolute;
  right: 10px;
  top: 82px;
  color: #192fb7;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  font-size: 0.8125rem;
}
@media (max-width: 768px) {
  .btn-switch-animation {
    font-size: 0.6875rem;
  }
}
.btn-switch-animation {
  z-index: 90;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .btn-switch-animation {
    right: 5px;
    top: 55px;
    width: 45px;
    height: 45px;
    padding-bottom: 18px;
  }
}
.btn-switch-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .btn-switch-animation {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn-switch-animation:hover {
    background: #e8eafc;
  }
}
@media (min-width: 769px) {
  .btn-switch-animation span {
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
  }
}
.btn-switch-animation span {
  line-height: 1;
  z-index: 30000;
  position: relative;
}
.btn-switch-animation span {
  width: 38px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .btn-switch-animation span {
    width: 28px;
    height: 14px;
    top: 68%;
  }
}
.btn-switch-animation:not(.is-paused) span::after {
  content: "";
  position: absolute;
  left: 37%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background: #192fb7;
  border-right: 0;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .btn-switch-animation:not(.is-paused) span::after {
    width: 3px;
  }
}
.btn-switch-animation:not(.is-paused) span::before {
  content: "";
  position: absolute;
  left: 63%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background: #192fb7;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .btn-switch-animation:not(.is-paused) span::before {
    width: 3px;
  }
}
.btn-switch-animation.is-paused span::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="19px"><path fill-rule="evenodd"  fill="%23192fb7" d="M14.157,8.252 C15.363,9.041 15.363,10.809 14.157,11.599 L3.415,18.626 C2.085,19.496 0.320,18.542 0.320,16.952 L0.320,2.898 C0.320,1.309 2.085,0.354 3.415,1.224 L14.157,8.252 Z"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .btn-switch-animation.is-paused span::after {
    width: 10px;
    height: 14px;
  }
}
.btn-switch-animation.is-paused span::before {
  display: none;
}

.switch-products-anime {
  top: -40px;
}
@media (max-width: 768px) {
  .switch-products-anime {
    top: -50px;
  }
}

@-webkit-keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes anime-pop-up {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes anime-pop-up-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
@keyframes fadein-zoom {
  0% {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
  }
  25% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }
  90% {
    opacity: 1;
    transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}
/*--------------------------------------------------------------
animation
--------------------------------------------------------------*/
@-webkit-keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-out-out {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime-fade-in-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime-fade-in2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*[data-a=tra-fade-up] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up].anime-active {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

*[data-a=tra-fade-up-soft] {
  opacity: 0 !important;
  -webkit-transform: translateY(30px) !important;
          transform: translateY(30px) !important;
}
*[data-a=tra-fade-up-soft].anime-active {
  -webkit-transition: all 0.4s linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
  transition: all 0.4s linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
}

/* キーフレーム版（data-a="fade-up-soft"）。アニメ機構が animation-name: anime-fade-up-soft を付与する */
*[data-a=fade-up-soft] {
  opacity: 0;
  -webkit-animation-timing-function: linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
          animation-timing-function: linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
}

@-webkit-keyframes anime-fade-up-soft {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anime-fade-up-soft {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes anime-up {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes anime-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-up-out {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes anime-fade-left {
  0% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@keyframes anime-fade-left-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-10px) translateY(5px);
            transform: translateX(-10px) translateY(5px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0px);
            transform: translateX(0%) translateY(0px);
    opacity: 1;
  }
}
@keyframes anime-fade-right {
  0% {
    -webkit-transform: translateX(-10px) translateY(5px);
            transform: translateX(-10px) translateY(5px);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) translateY(0px);
            transform: translateX(0%) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@keyframes anime-fade-right-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
    opacity: 0;
  }
}
@-webkit-keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
@keyframes anime-move-left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    opacity: 1;
  }
}
*[data-a=fade-txt] span {
  -webkit-transition: all 0.3s cubic-bezier(0.14, 0.26, 0.44, 1.26);
  transition: all 0.3s cubic-bezier(0.14, 0.26, 0.44, 1.26);
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(0, 0.6em);
          transform: translate(0, 0.6em);
}
*[data-a=fade-txt].anime-active span {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

*[data-a=fade-txt-key] span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(0, 0.6em);
          transform: translate(0, 0.6em);
}
*[data-a=fade-txt-key].anime-active span {
  -webkit-animation-name: anime-fade-txt-char;
          animation-name: anime-fade-txt-char;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.14, 0.26, 0.44, 1.26);
          animation-timing-function: cubic-bezier(0.14, 0.26, 0.44, 1.26);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes anime-fade-txt-char {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0.6em);
            transform: translate(0, 0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes anime-fade-txt-char {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0.6em);
            transform: translate(0, 0.6em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
*[data-a=pop-up] {
  -webkit-transform: scale(0);
          transform: scale(0);
}

*[data-a=pop-up2] {
  -webkit-transform: scale(0);
          transform: scale(0);
}
*[data-a=pop-up2].anime-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--kv-duration, 1s);
          transition-duration: var(--kv-duration, 1s);
  -webkit-transition-delay: var(--kv-delay, 0s);
          transition-delay: var(--kv-delay, 0s);
  -webkit-transition-timing-function: linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
          transition-timing-function: linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
}

*[data-a=pop-up-out] {
  -webkit-transform: scale(1);
          transform: scale(1);
}

*[data-a=fade-in-out] {
  opacity: 0;
}

*[data-a=fade-in] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-up] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

*[data-a=fade-down] {
  opacity: 0;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes anime-fade-down {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
*[data-a=fade-left] {
  opacity: 0;
}

*[data-a=fade-right] {
  opacity: 0;
}

*[data-a=zoom-up] {
  opacity: 0;
}

@-webkit-keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
@keyframes anime-zoom-up-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
}
*[data-a=zoom-in] {
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

@-webkit-keyframes anime-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime-zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes anime-zoom-in-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
@keyframes anime-zoom-in-out {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
  }
}
.anime-fade-in2 {
  -webkit-animation-name: anime-fade-in;
          animation-name: anime-fade-in;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-out {
  -webkit-animation-name: anime-fade-out;
          animation-name: anime-fade-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-in-out {
  -webkit-animation-name: anime-fade-in-out;
          animation-name: anime-fade-in-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-pop-up {
  -webkit-animation-name: anime-pop-up;
          animation-name: anime-pop-up;
  -webkit-animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
          animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
}

.anime-pop-up-out {
  -webkit-animation-name: anime-pop-up-out;
          animation-name: anime-pop-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left {
  -webkit-animation-name: anime-fade-left;
          animation-name: anime-fade-left;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-left-out {
  -webkit-animation-name: anime-fade-left-out;
          animation-name: anime-fade-left-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right {
  -webkit-animation-name: anime-fade-right;
          animation-name: anime-fade-right;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-fade-right-out {
  -webkit-animation-name: anime-fade-right-out;
          animation-name: anime-fade-right-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-left {
  -webkit-animation-name: anime-move-left;
          animation-name: anime-move-left;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-move-right {
  -webkit-animation-name: anime-move-right;
          animation-name: anime-move-right;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up {
  -webkit-animation-name: anime-fade-up;
          animation-name: anime-fade-up;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anm-fade-up-out {
  -webkit-animation-name: anime-fade-up-out;
          animation-name: anime-fade-up-out;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-btn-active .off {
  pointer-events: none;
  display: none;
}
.anime-btn-active button, .anime-btn-active a {
  pointer-events: all !important;
  position: relative;
  z-index: 10;
}

.anime-reverse {
  animation-direction: reverse;
}

*[data-a=slide-zoom] {
  opacity: 0;
  clip-path: inset(10% 10% 10% 10%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-zoom].anime-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-bottom] {
  clip-path: inset(0% 0% 100% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-bottom].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-top] {
  clip-path: inset(100% 0% 0% 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-top].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-right] {
  clip-path: inset(0 100% 0 0);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-right].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=slide-left] {
  clip-path: inset(0 0% 0 100%);
  position: relative;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}
*[data-a=slide-left].anime-active {
  clip-path: inset(0 0 0 0);
}

*[data-a=mask-move-up] > * {
  display: block;
  overflow: hidden;
}
*[data-a=mask-move-up] > *:nth-child(1) > * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
*[data-a=mask-move-up] > *:nth-child(2) > * {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
*[data-a=mask-move-up] > *:nth-child(3) > * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
*[data-a=mask-move-up] > *:nth-child(4) > * {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
*[data-a=mask-move-up] > *:nth-child(5) > * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
*[data-a=mask-move-up] > *:nth-child(6) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
*[data-a=mask-move-up] > *:nth-child(7) > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
*[data-a=mask-move-up] > *:nth-child(8) > * {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
*[data-a=mask-move-up] > *:nth-child(9) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
*[data-a=mask-move-up] > *:nth-child(10) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
*[data-a=mask-move-up] > * > * {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
*[data-a=mask-move-up].anime-active > * > * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media (max-width: 768px) {
  #home .site-header__branding {
    top: -50%;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
  }
  #home .site-header__branding.switchHeader {
    top: 50%;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  height: 66px;
  left: 0;
  top: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  z-index: 30000;
  pointer-events: none;
  background: #fff;
}
@media (max-width: 768px) {
  .site-header {
    z-index: 42000;
    height: 50px;
  }
}
.site-header.hide {
  -webkit-transform: translateY(calc(-100% - 40px));
          transform: translateY(calc(-100% - 40px));
}
.site-header__branding {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 290px;
  height: 66px;
  pointer-events: all;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 860px) {
  .site-header__branding {
    left: 40%;
  }
}
@media (max-width: 768px) {
  .site-header__branding {
    left: 50%;
    width: 200px;
    height: 50px;
  }
  .site-header__branding img {
    width: 100%;
    height: auto;
  }
}
.site-header__title {
  position: absolute;
  left: 14px;
  width: 84px;
  height: 48px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: all;
}
@media (max-width: 768px) {
  .site-header__title {
    left: 5px;
    width: 57px;
    height: 33px;
  }
}
.site-header__title > * {
  width: 88%;
  height: auto;
}
@media (max-width: 768px) {
  .site-header__title > * {
    max-width: 135px;
  }
}
.site-header__title > * img {
  width: 100%;
  height: auto;
}

.nav-toggle-wrap {
  width: 66px;
  height: 66px;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  background: #192fb7;
  border-radius: 0 0 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50000;
}
@media (min-width: 769px) {
  .nav-toggle-wrap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-toggle-wrap:hover .nav-toggle {
    height: 12px;
  }
}
@media (max-width: 768px) {
  .nav-toggle-wrap {
    width: 50px;
    height: 50px;
    border-radius: 0 0 0 10px;
  }
}
@media (min-width: 769px) {
  .nav-toggle-wrap {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .nav-toggle-wrap:hover {
    cursor: pointer;
  }
  .nav-toggle-wrap:hover #gnav-toggle-text {
    letter-spacing: 0.2em;
  }
}
.nav-toggle-wrap.open .nav-toggle span {
  -webkit-animation-duration: 0.6s !important;
          animation-duration: 0.6s !important;
}
.nav-toggle-wrap .nav-toggle {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 41%;
  display: block;
  height: 15px;
  top: 50%;
}
@media (min-width: 769px) {
  .nav-toggle-wrap .nav-toggle {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle {
    height: 11px;
  }
}
.nav-toggle-wrap .nav-toggle > span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
}
@media (max-width: 768px) {
  .nav-toggle-wrap .nav-toggle > span {
    height: 3px;
  }
}
.nav-toggle-wrap .nav-toggle > span {
  background: #fff;
  display: block;
  border-radius: 5px 0 5px 5px;
}
.nav-toggle-wrap .nav-toggle > span:nth-child(1) {
  z-index: 2;
  top: 0;
  -webkit-animation-name: anime-nav-toggle-top2;
          animation-name: anime-nav-toggle-top2;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap .nav-toggle > span:nth-child(1).active {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.nav-toggle-wrap .nav-toggle > span:nth-child(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  display: none;
}
.nav-toggle-wrap .nav-toggle > span:nth-child(3) {
  z-index: 2;
  bottom: 0;
  -webkit-animation-name: anime-nav-toggle-bottom2;
          animation-name: anime-nav-toggle-bottom2;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap .nav-toggle > span:nth-child(3).active {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
.nav-toggle-wrap.active {
  background: white;
}
.nav-toggle-wrap.active .nav-toggle span {
  background: #192fb7;
}
.nav-toggle-wrap.active .nav-toggle span:nth-child(1) {
  -webkit-animation-name: anime-nav-toggle-top;
          animation-name: anime-nav-toggle-top;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-toggle-wrap.active .nav-toggle span:nth-child(2) {
  width: 0;
}
.nav-toggle-wrap.active .nav-toggle span:nth-child(3) {
  width: 100%;
  -webkit-animation-name: anime-nav-toggle-bottom;
          animation-name: anime-nav-toggle-bottom;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}

@keyframes anime-nav-toggle-top2 {
  0% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes anime-nav-toggle-top {
  0% {
    top: 0%;
  }
  50% {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@keyframes anime-nav-toggle-bottom {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
}
@-webkit-keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
@keyframes anime-nav-toggle-bottom2 {
  0% {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  50% {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    bottom: 0%;
  }
}
.global-nav {
  width: 410px;
  height: 100%;
  background: #192fb7;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 40000;
}
@media (min-width: 769px) {
  .global-nav {
    border-radius: 0 0 0 30px;
  }
}
.global-nav {
  padding: 120px 40px 0 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
@media (max-width: 768px) {
  .global-nav {
    width: 100%;
    padding: 80px 30px 0 30px;
  }
}
.global-nav.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.global-nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.global-nav__main li {
  width: 100%;
}
@-webkit-keyframes flyUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes flyUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.global-nav__main li a {
  width: 100%;
  color: #fff;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 2px #fff;
  padding: 20px 0 20px;
}
@media (min-width: 769px) {
  .global-nav__main li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav__main li a:hover span span {
    -webkit-animation: flyUp 1.6s ease-out infinite;
            animation: flyUp 1.6s ease-out infinite;
  }
}
.global-nav__main li a span span {
  display: inline-block;
}
.global-nav__main li a span {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .global-nav__main li a span {
    font-size: 1.125rem;
  }
}
.global-nav__sns {
  background: #fff;
  margin: 40px 0 0 auto;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 35px;
}
.global-nav__sns a {
  display: block;
}
@media (min-width: 769px) {
  .global-nav__sns a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .global-nav__sns a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.global-nav__sns span {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.global-nav__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.global-nav-mask {
  width: 100%;
  height: 100%;
  z-index: 32000;
  background: #192fb7;
  position: fixed;
  left: 0;
  opacity: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .global-nav-mask {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
@media (max-width: 768px) {
  .global-nav-mask {
    display: none;
  }
}
.global-nav-mask.active {
  opacity: 0.2;
  pointer-events: all;
}

.time-nav__info {
  -webkit-transform: scale(0) translateY(100%);
          transform: scale(0) translateY(100%);
  -webkit-transform-origin: center 30% 0;
          transform-origin: center 30% 0;
}
.time-nav__info.active {
  -webkit-transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  -webkit-transform: scale(1) translateY(100%);
          transform: scale(1) translateY(100%);
}
.time-nav__info.hide {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 0;
}
.time-nav__info {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  background: #192fb7;
  border-radius: 50px;
  height: 37px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .time-nav__info {
    bottom: -2px;
    height: 20px;
    font-size: 0.625rem;
  }
}
.time-nav__info::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 16px solid #192fb7;
  border-top: 0;
}
@media (max-width: 768px) {
  .time-nav__info::after {
    top: -8px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 10px solid #192fb7;
  }
}
.time-nav {
  width: 185px;
  height: 60px;
  position: fixed;
  top: 5px;
  right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 32000;
}
@media (max-width: 768px) {
  .time-nav {
    z-index: 43000;
  }
  .time-nav.switchHeader {
    top: -100px;
  }
}
.time-nav {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.time-nav.switchHeader {
  top: -120px;
}
@media (max-width: 768px) {
  .time-nav {
    right: 60px;
    width: 131px;
    height: 50px;
    top: 0px;
  }
}
.time-nav img {
  pointer-events: none;
}

body.touch.is-landscape .global-nav {
  padding: 50px 40px 0 40px;
}

@media (min-width: 769px) {
  body:not(.touch) .btn-time:not(.active):hover::after {
    -webkit-box-shadow: 0px 0px 0px 3px #192fb7;
            box-shadow: 0px 0px 0px 3px #192fb7;
  }
}

.btn-time {
  cursor: pointer;
  width: 52px;
  height: 52px;
  background: #efefef;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  transition: all 2s linear(0, 0.009 0.6%, 0.04 1.3%, 0.167 2.8%, 0.841 7.9%, 1.079 10.1%, 1.224 12.2%, 1.263 13.2%, 1.284 14.3%, 1.285 15.6%, 1.261 17%, 1.212 18.6%, 1.056 22.6%, 0.99 24.6%, 0.939 26.9%, 0.918 29.2%, 0.925 32%, 1.002 39.5%, 1.023 44%, 0.993 58.8%, 1.002 73.4%, 1);
  -webkit-transform: scale(0);
          transform: scale(0);
}
.btn-time.open {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 768px) {
  .btn-time {
    width: 37px;
    height: 37px;
  }
  .btn-time img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    height: auto;
  }
}
.btn-time--morning {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  background: #d6ffdd;
  border: solid 3px #d6ffdd;
}
.btn-time--afternoon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background: #ffefc9;
  border: solid 3px #ffefc9;
}
.btn-time--night {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  background: #ebdbff;
  border: solid 3px #ebdbff;
}
.btn-time::after {
  content: "";
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.btn-time.active::after {
  -webkit-box-shadow: 0px 0px 0px 3px #192fb7;
          box-shadow: 0px 0px 0px 3px #192fb7;
}
.btn-time.active {
  pointer-events: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

img {
  vertical-align: middle;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
  }
}

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

picture {
  display: inline-block;
}

body {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #333;
}
body.noscroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

p {
  line-height: 2;
}

ol, ul, menu, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
input[type=reset],
input[type=tel],
button,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
}
input[type=text]:focus:not(:focus-visible),
input[type=email]:focus:not(:focus-visible),
input[type=password]:focus:not(:focus-visible),
input[type=submit]:focus:not(:focus-visible),
input[type=reset]:focus:not(:focus-visible),
input[type=tel]:focus:not(:focus-visible),
button:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none;
}

button, input[type=reset], input[type=submit] {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #000;
}

ul li {
  margin-bottom: 0;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 520px;
  max-width: 1980px;
  margin: auto;
  z-index: 10000;
}
@media (max-width: 768px) {
  .kv {
    min-height: 560px;
    height: 100vh;
  }
}
.kv--site-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .kv--site-logo {
    top: 50%;
  }
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv--site-logo {
    top: 65%;
  }
}
@media (max-width: 390px) {
  .kv--site-logo {
    top: 48%;
  }
}
.kv--site-logo.active h2 {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.kv--site-logo h2 {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.kv--site-logo picture {
  display: block;
}
.kv--site-logo img {
  font-size: 1.75rem;
  -webkit-transform: translateX(0.7em);
          transform: translateX(0.7em);
}
@media (min-width: 769px) and (max-width: 1080px) {
  .kv--site-logo img {
    width: 36vw;
    height: auto;
    margin: auto;
    display: block;
  }
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv--site-logo img {
    width: 40vh;
    min-width: 200px;
    height: auto;
    margin: auto;
    display: block;
  }
}
@media (max-width: 768px) {
  .kv--site-logo img {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
    max-width: 235px;
    width: 50vw;
    height: auto;
    margin: auto;
    display: block;
  }
}
.kv--site-logo .kv--site-logo__copy {
  margin-top: 1.1em;
  font-weight: 700;
  display: block;
  color: #192fb7;
  font-size: 1.75rem;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  white-space: nowrap;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .kv--site-logo .kv--site-logo__copy {
    font-size: 2.6vw;
  }
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv--site-logo .kv--site-logo__copy {
    font-size: clamp(3.5vh, 3.5vh, 16px);
  }
}
@media (max-width: 768px) {
  .kv--site-logo .kv--site-logo__copy {
    font-size: min(5vw, 16px);
  }
}
.kv--site-logo .kv--site-logo__copy.active {
  opacity: 1;
}
.kv--site-logo .kv--site-logo__copy.active span {
  display: inline-block;
  -webkit-transition: 0.8s all linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
  transition: 0.8s all linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.kv--site-logo .kv--site-logo__copy span {
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
  opacity: 0;
}
.kv--morning {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.kv--morning > * {
  position: absolute;
}
.kv--morning img {
  width: 100% !important;
  height: auto;
  display: block;
}
.kv--morning__img-01-wrap {
  width: 75px;
  top: 21.8%;
  left: 18%;
}
@media (max-width: 768px) {
  .kv--morning__img-01-wrap {
    width: 58px;
    top: 11%;
    left: 19%;
  }
}
.kv--morning__img-02-wrap {
  width: 126px;
  top: 81px;
  left: 50%;
}
@media (max-width: 768px) {
  .kv--morning__img-02-wrap {
    width: 105px;
    top: 12%;
    left: 65%;
  }
}
.kv--morning__img-03-wrap {
  width: 157px;
  top: 20%;
  right: 5%;
}
@media (max-width: 768px) {
  .kv--morning__img-03-wrap {
    width: 128px;
    top: 240px;
    right: 5px;
  }
}
.kv--morning__img-04-wrap {
  width: 115px;
  bottom: -5px;
  left: 6%;
}
@media (max-width: 768px) {
  .kv--morning__img-04-wrap {
    width: 94px;
    left: 10%;
    bottom: 8%;
  }
}
.kv--morning__img-05-wrap {
  width: 104px;
  bottom: -20px;
  right: 6%;
}
@media (max-width: 768px) {
  .kv--morning__img-05-wrap {
    width: 99px;
    bottom: 21%;
    right: 34%;
  }
}
.kv--morning__img-06-wrap {
  width: 158px;
  top: 47%;
  right: 18%;
}
@media (max-width: 1280px) {
  .kv--morning__img-06-wrap {
    top: 43%;
    right: 17%;
  }
}
@media (max-width: 768px) {
  .kv--morning__img-06-wrap {
    width: 136px;
    right: 4%;
    top: auto;
    bottom: 7%;
  }
}
.kv--morning__product-01-wrap {
  width: 162px;
  top: 82px;
  left: 32%;
}
@media (max-width: 768px) {
  .kv--morning__product-01-wrap {
    width: 152px;
    top: 90px;
    left: 38%;
  }
}
.kv--morning__product-02-wrap {
  width: 95px;
  top: 14.6%;
  right: 22%;
}
@media (max-width: 1380px) {
  .kv--morning__product-02-wrap {
    right: 24%;
  }
}
@media (max-width: 768px) {
  .kv--morning__product-02-wrap {
    width: 85px;
    top: 130px;
    right: 4%;
  }
}
.kv--morning__product-03-wrap {
  width: 153px;
  top: 40%;
  left: 4%;
}
@media (max-width: 768px) {
  .kv--morning__product-03-wrap {
    width: 143px;
    top: 23%;
    left: 5%;
  }
}
.kv--morning__product-04-wrap {
  width: 131px;
  top: 55%;
  right: 4%;
}
@media (max-width: 768px) {
  .kv--morning__product-04-wrap {
    width: 121px;
    top: 67%;
    right: 12%;
  }
}
.kv--morning__product-05-wrap {
  width: 155px;
  bottom: 15.8%;
  left: 16%;
}
@media (max-width: 768px) {
  .kv--morning__product-05-wrap {
    width: 145px;
    top: 65%;
    left: 8%;
  }
}
.kv--morning__product-06-wrap {
  width: 95px;
  bottom: 7%;
  right: 19%;
}
@media (max-width: 768px) {
  .kv--morning__product-06-wrap {
    width: 85px;
    bottom: 23%;
    right: 50%;
  }
}
.kv--afternoon {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 22;
}
.kv--afternoon > * {
  position: absolute;
}
.kv--afternoon img {
  width: 100% !important;
  height: auto;
  display: block;
}
.kv--afternoon__img-01-wrap {
  width: 152px;
  top: 73px;
  left: 30%;
}
@media (max-width: 768px) {
  .kv--afternoon__img-01-wrap {
    width: 124px;
    top: 20%;
    left: 10%;
  }
}
.kv--afternoon__img-02-wrap {
  width: 94px;
  top: 13%;
  right: 23%;
}
@media (max-width: 1080px) {
  .kv--afternoon__img-02-wrap {
    right: 16%;
  }
}
@media (max-width: 880px) {
  .kv--afternoon__img-02-wrap {
    right: 14%;
  }
}
@media (max-width: 768px) {
  .kv--afternoon__img-02-wrap {
    width: 69px;
    top: 105px;
    left: auto;
    right: 22%;
  }
}
.kv--afternoon__img-03-wrap {
  width: 180px;
  top: 29%;
  right: 4%;
}
@media (max-width: 960px) {
  .kv--afternoon__img-03-wrap {
    right: 1%;
  }
}
@media (max-width: 768px) {
  .kv--afternoon__img-03-wrap {
    width: 125px;
    top: 32%;
    right: 5%;
  }
}
.kv--afternoon__img-04-wrap {
  width: 92px;
  top: 47%;
  left: 20%;
}
@media (max-width: 960px) {
  .kv--afternoon__img-04-wrap {
    top: 57%;
    left: 15%;
  }
}
@media (max-width: 768px) {
  .kv--afternoon__img-04-wrap {
    width: 78px;
    top: auto;
    bottom: 12%;
    left: 10%;
  }
}
.kv--afternoon__img-05-wrap {
  width: 110px;
  bottom: 3%;
  left: 7%;
}
@media (max-width: 768px) {
  .kv--afternoon__img-05-wrap {
    width: 83px;
    left: 49%;
    bottom: 22%;
  }
}
.kv--afternoon__img-06-wrap {
  width: 111px;
  bottom: 4%;
  right: 21.4%;
}
@media (max-width: 768px) {
  .kv--afternoon__img-06-wrap {
    width: 87px;
    bottom: 25%;
    right: 3%;
  }
}
.kv--afternoon__product-01-wrap {
  width: 123px;
  top: 18%;
  left: 15%;
}
@media (max-width: 768px) {
  .kv--afternoon__product-01-wrap {
    left: 14%;
    width: 106px;
    top: 78px;
  }
}
.kv--afternoon__product-02-wrap {
  width: 214px;
  top: 130px;
  left: 51%;
}
@media (max-width: 768px) {
  .kv--afternoon__product-02-wrap {
    width: 170px;
    left: 40%;
    top: 135px;
  }
}
.kv--afternoon__product-03-wrap {
  width: 67px;
  top: 38%;
  left: 9%;
}
@media (max-width: 768px) {
  .kv--afternoon__product-03-wrap {
    width: 57px;
    left: 7%;
    top: 64%;
  }
}
.kv--afternoon__product-04-wrap {
  width: 99px;
  top: 36%;
  right: 20%;
}
@media (max-width: 960px) {
  .kv--afternoon__product-04-wrap {
    right: 18%;
  }
}
@media (max-width: 768px) {
  .kv--afternoon__product-04-wrap {
    width: 70px;
    top: 130px;
    right: 5%;
  }
}
.kv--afternoon__product-05-wrap {
  width: 137px;
  top: 76%;
  left: 22%;
}
@media (max-width: 768px) {
  .kv--afternoon__product-05-wrap {
    width: 120px;
    left: 26%;
    top: 66%;
  }
}
.kv--afternoon__product-06-wrap {
  width: 178px;
  top: 73%;
  right: 5%;
}
@media (max-width: 768px) {
  .kv--afternoon__product-06-wrap {
    width: 163px;
    top: auto;
    bottom: 14%;
  }
}
.kv--night {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.kv--night > * {
  position: absolute;
}
.kv--night img {
  width: 100% !important;
  height: auto;
  display: block;
}
.kv--night__img-01-wrap {
  width: 125px;
  top: 100px;
  left: 27.2%;
}
@media (max-width: 768px) {
  .kv--night__img-01-wrap {
    width: 68px;
    top: 22%;
    left: 28%;
  }
}
.kv--night__img-02-wrap {
  width: 67px;
  top: 100px;
  right: 27%;
}
@media (min-width: 769px) and (max-width: 1320px) {
  .kv--night__img-02-wrap {
    right: 23%;
  }
}
@media (min-width: 769px) and (max-width: 920px) {
  .kv--night__img-02-wrap {
    right: 22%;
  }
}
@media (max-width: 768px) {
  .kv--night__img-02-wrap {
    width: 42px;
    top: 12%;
    right: auto;
    left: 39%;
  }
}
.kv--night__img-03-wrap {
  width: 83px;
  top: 39%;
  left: 16%;
}
@media (max-width: 768px) {
  .kv--night__img-03-wrap {
    width: 65px;
    top: auto;
    bottom: 11%;
    left: 17%;
  }
}
.kv--night__img-04-wrap {
  width: 105px;
  top: 35%;
  right: 6.9%;
}
@media (max-width: 768px) {
  .kv--night__img-04-wrap {
    width: 79px;
    top: 23%;
    right: 19%;
  }
}
.kv--night__img-05-wrap {
  width: 175px;
  bottom: 4%;
  left: 4%;
}
@media (max-width: 960px) {
  .kv--night__img-05-wrap {
    bottom: 1%;
  }
}
@media (max-width: 768px) {
  .kv--night__img-05-wrap {
    width: 130px;
    bottom: 21%;
    left: auto;
    right: 32%;
  }
}
.kv--night__img-06-wrap {
  width: 90px;
  bottom: 8%;
  right: 20%;
}
@media (max-width: 1200px) {
  .kv--night__img-06-wrap {
    right: 10%;
  }
}
@media (max-height: 780px) {
  .kv--night__img-06-wrap {
    right: 20%;
  }
}
@media (max-width: 768px) {
  .kv--night__img-06-wrap {
    width: 73px;
    bottom: 8%;
    right: 20%;
  }
}
.kv--night__product-01-wrap {
  width: 120px;
  top: 14%;
  left: 14%;
}
@media (max-width: 768px) {
  .kv--night__product-01-wrap {
    width: 126px;
    top: 20%;
    left: 6%;
  }
}
.kv--night__product-02-wrap {
  width: 191px;
  top: 110px;
  left: 53%;
}
@media (max-width: 768px) {
  .kv--night__product-02-wrap {
    width: 154px;
    top: 17%;
    left: 49%;
  }
}
.kv--night__product-03-wrap {
  width: 99px;
  top: 55%;
  left: 5%;
}
@media (max-width: 768px) {
  .kv--night__product-03-wrap {
    width: 74px;
    top: auto;
    bottom: 21%;
  }
}
.kv--night__product-04-wrap {
  width: 96px;
  top: 40%;
  right: 20%;
}
@media (max-width: 768px) {
  .kv--night__product-04-wrap {
    width: 82px;
    top: 25%;
    right: 5%;
  }
}
.kv--night__product-05-wrap {
  width: 143px;
  top: 76%;
  left: 22%;
}
@media (max-width: 1400px) {
  .kv--night__product-05-wrap {
    left: 22%;
  }
}
@media (max-width: 1000px) {
  .kv--night__product-05-wrap {
    left: 22%;
  }
}
@media (max-width: 768px) {
  .kv--night__product-05-wrap {
    width: 135px;
    top: 66%;
    left: 28%;
  }
}
.kv--night__product-06-wrap {
  width: 145px;
  top: 70%;
  right: 4%;
}
@media (max-width: 768px) {
  .kv--night__product-06-wrap {
    top: auto;
    bottom: 21%;
    right: 7%;
  }
}

.kv-scroll {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
}
.kv-scroll.active .border {
  height: 100px;
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv-scroll.active .border {
    height: 6vh;
  }
}
@media (min-width: 769px) and (max-height: 490px) {
  .kv-scroll.active .border {
    height: 16vh;
  }
}
@media (max-width: 768px) {
  .kv-scroll.active .border {
    height: 50px;
  }
}
.kv-scroll.active .text {
  opacity: 1;
}
.kv-scroll__inner {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .kv-scroll__inner {
    font-size: 0.625rem;
  }
}
.kv-scroll__inner {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  z-index: 300;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 140px;
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv-scroll__inner {
    height: 10vh;
    font-size: 2vh;
    font-size: min(2vh, 12px);
  }
}
@media (max-height: 490px) {
  .kv-scroll__inner {
    left: auto;
    right: 30px;
    height: 20vh;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .kv-scroll__inner {
    height: 70px;
  }
}
.kv-scroll .text {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.kv-scroll .border {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  background: #000;
  width: 1px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 769px) and (max-height: 720px) {
  .kv-scroll .border {
    top: 4vh;
  }
}
@media (min-width: 769px) and (max-height: 420px) {
  .kv-scroll .border {
    top: 4vh;
  }
}
@media (max-width: 768px) {
  .kv-scroll .border {
    top: 20px;
  }
}

.blob-layer-wrap {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blob-layer {
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  min-height: 560px;
}
@media (min-width: 769px) {
  .blob-layer {
    min-height: 890px;
  }
}
@media (max-width: 768px) {
  .blob-layer {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.blob-layer {
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  opacity: 0;
}
.blob-layer.active {
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.blob-layer.hide {
  -webkit-transition: 1.6s all ease;
  transition: 1.6s all ease;
  -webkit-transform: scale(2);
          transform: scale(2);
  opacity: 0;
}
.blob-layer.none {
  display: none;
}

body.touch .kv {
  height: 100vh;
}
@media (min-width: 767px) {
  body.touch .kv {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 390px) {
  body.touch .kv {
    height: calc(var(--vh, 1vh) * 110);
  }
}
body.touch .kv-scroll {
  height: calc(var(--vh, 1vh) * 100);
}
body.touch .blob-layer-wrap {
  height: 100%;
}
body.touch .blob-layer {
  height: 100vh;
}
@media (max-width: 960px) {
  body.touch.is-landscape .time-nav__info {
    bottom: -15px;
    height: 27px;
    font-size: 0.875rem;
  }
  body.touch.is-landscape .time-nav__info::after {
    top: -10px;
  }
  body.touch.is-landscape .kv {
    margin-top: 40px;
    height: 170vh;
  }
  body.touch.is-landscape .kv-scroll {
    display: none;
  }
  body.touch.is-landscape .blob-layer-wrap {
    height: 170vh;
  }
  body.touch.is-landscape .blob-layer {
    height: 170vh;
  }
}

.js-blob-parallax {
  position: absolute;
  will-change: transform;
}

.js-blob {
  position: relative;
  overflow: visible;
  will-change: transform;
}

#site-main--morning .kv--morning {
  display: block;
}
#site-main--morning .js-blob-parallax--1 {
  width: 360px;
  top: 4%;
  left: 8%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--1 {
    top: 0;
    left: -50px;
  }
}
#site-main--morning .js-blob-parallax--1 #blob--1 .blob-stop-1 {
  stop-color: #4be6cf;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--1 #blob--1 .blob-stop-2 {
  stop-color: #d4f8ae;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--2 {
  width: 200px;
  top: -5px;
  left: 45%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--2 {
    top: -3%;
    left: 45%;
  }
}
#site-main--morning .js-blob-parallax--2 #blob--2 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--2 #blob--2 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--3 {
  width: 385px;
  top: 19%;
  right: 5%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--3 {
    top: 9%;
    right: -50px;
  }
}
#site-main--morning .js-blob-parallax--3 #blob--3 .blob-stop-1 {
  stop-color: #4be6cf;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--3 #blob--3 .blob-stop-2 {
  stop-color: #d4f8ae;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--4 {
  width: 300px;
  top: 59%;
  right: 2px;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--4 {
    right: -40px;
  }
}
#site-main--morning .js-blob-parallax--4 #blob--4 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--4 #blob--4 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--5 {
  width: 100px;
  top: 92%;
  right: 21%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--5 {
    right: 30%;
    top: 75%;
  }
}
#site-main--morning .js-blob-parallax--5 #blob--5 .blob-stop-1 {
  stop-color: #4be6cf;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--5 #blob--5 .blob-stop-2 {
  stop-color: #d4f8ae;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--6 {
  width: 190px;
  top: 116%;
  right: 6%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--6 {
    top: 92%;
  }
}
#site-main--morning .js-blob-parallax--6 #blob--6 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--6 #blob--6 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--7 {
  width: 347px;
  top: 52%;
  left: 1%;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--7 {
    top: 40%;
    left: -80px;
  }
}
#site-main--morning .js-blob-parallax--7 #blob--7 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--7 #blob--7 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--8 {
  width: 260px;
  top: 100%;
  left: 3%;
}
#site-main--morning .js-blob-parallax--8 #blob--8 .blob-stop-1 {
  stop-color: #4be6cf;
  stop-opacity: 1;
}
#site-main--morning .js-blob-parallax--8 #blob--8 .blob-stop-2 {
  stop-color: #d4f8ae;
  stop-opacity: 1;
}
@media (max-width: 768px) {
  #site-main--morning .js-blob-parallax--8 {
    display: block;
    width: 260px;
    top: 70%;
    left: 3%;
  }
}

#site-main--afternoon .kv--afternoon {
  display: block;
}
#site-main--afternoon .js-blob-parallax--1 {
  width: 360px;
  top: 13.2%;
  left: 3.5%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--1 {
    width: 360px;
    top: 35%;
    left: -120px;
  }
}
#site-main--afternoon .js-blob-parallax--1 #blob--1 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--1 #blob--1 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--2 {
  width: 152px;
  top: -20px;
  left: 37.5%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--2 {
    top: 10px;
    left: 42%;
  }
}
#site-main--afternoon .js-blob-parallax--2 #blob--2 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--2 #blob--2 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--3 {
  width: 296px;
  top: -60px;
  right: 20%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--3 {
    top: 10%;
    right: -45px;
  }
}
#site-main--afternoon .js-blob-parallax--3 #blob--3 .blob-stop-1 {
  stop-color: #9afcc2;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--3 #blob--3 .blob-stop-2 {
  stop-color: #f5f588;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--4 {
  width: 186px;
  top: 22%;
  right: -20px;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--4 {
    top: 46%;
    right: -40px;
  }
}
#site-main--afternoon .js-blob-parallax--4 #blob--4 .blob-stop-1 {
  stop-color: #9afcc2;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--4 #blob--4 .blob-stop-2 {
  stop-color: #f5f588;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--8 {
  width: 471px;
  bottom: -30px;
  left: -10px;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--8 {
    left: -50px;
    bottom: 0%;
  }
}
#site-main--afternoon .js-blob-parallax--8 #blob--8 .blob-stop-1 {
  stop-color: #9afcc2;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--8 #blob--8 .blob-stop-2 {
  stop-color: #f5f588;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--6 {
  width: 147px;
  left: 14%;
  top: 112%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--6 {
    width: 500px;
    top: -7%;
    right: auto;
    left: -100px;
    display: block;
  }
}
#site-main--afternoon .js-blob-parallax--6 #blob--6 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--6 #blob--6 .blob-stop-1 {
    stop-color: #9afcc2;
  }
}
#site-main--afternoon .js-blob-parallax--6 #blob--6 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--6 #blob--6 .blob-stop-2 {
    stop-color: #f5f588;
  }
}
#site-main--afternoon .js-blob-parallax--7 {
  width: 467px;
  bottom: 2%;
  right: 4%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--7 {
    right: -100px;
    bottom: 0px;
  }
}
#site-main--afternoon .js-blob-parallax--7 #blob--7 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--7 #blob--7 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--5 {
  width: 180px;
  right: 14%;
  top: 118%;
}
@media (max-width: 768px) {
  #site-main--afternoon .js-blob-parallax--5 {
    display: none;
  }
}
#site-main--afternoon .js-blob-parallax--5 #blob--5 .blob-stop-1 {
  stop-color: #9afcc2;
  stop-opacity: 1;
}
#site-main--afternoon .js-blob-parallax--5 #blob--5 .blob-stop-2 {
  stop-color: #f5f588;
  stop-opacity: 1;
}

#site-main--night .kv--night {
  display: block;
}
#site-main--night .js-blob-parallax--1 {
  width: 437px;
  top: -30px;
  left: 1%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--1 {
    left: -100px;
    top: 10px;
  }
}
#site-main--night .js-blob-parallax--1 #blob--1 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--1 #blob--1 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--2 {
  width: 152px;
  top: -20px;
  left: 42%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--2 {
    top: -10px;
  }
}
#site-main--night .js-blob-parallax--2 #blob--2 .blob-stop-1 {
  stop-color: #a8c2ee;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--2 #blob--2 .blob-stop-2 {
  stop-color: #f9c2eb;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--3 {
  width: 403px;
  top: 0.5%;
  left: 62%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--3 {
    left: auto;
    right: -100px;
    top: 10%;
  }
}
#site-main--night .js-blob-parallax--3 #blob--3 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--3 #blob--3 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--4 {
  width: 80px;
  top: 27%;
  right: 0.5%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--4 {
    top: 47%;
  }
}
#site-main--night .js-blob-parallax--4 #blob--4 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--4 #blob--4 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--5 {
  width: 295px;
  top: 60%;
  left: 2%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--5 {
    top: 45%;
    left: -50px;
  }
}
#site-main--night .js-blob-parallax--5 #blob--5 .blob-stop-1 {
  stop-color: #a8c2ee;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--5 #blob--5 .blob-stop-2 {
  stop-color: #f9c2eb;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--6 {
  width: 360px;
  bottom: 7%;
  right: 5%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--6 {
    right: -70px;
  }
}
#site-main--night .js-blob-parallax--6 #blob--6 .blob-stop-1 {
  stop-color: #a8c2ee;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--6 #blob--6 .blob-stop-2 {
  stop-color: #f9c2eb;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--7 {
  width: 125px;
  bottom: -6%;
  left: 22%;
}
@media (max-width: 768px) {
  #site-main--night .js-blob-parallax--7 {
    bottom: 8%;
    left: 15%;
  }
}
#site-main--night .js-blob-parallax--7 #blob--7 .blob-stop-1 {
  stop-color: #89f7fe;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--7 #blob--7 .blob-stop-2 {
  stop-color: #66a6ff;
  stop-opacity: 1;
}
#site-main--night .js-blob-parallax--8 {
  display: none;
}

.js-blob-parallax {
  position: absolute;
  will-change: transform;
}

.js-blob {
  position: relative;
  overflow: visible;
  will-change: transform;
}

.sect--message p {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sect--message p {
    margin-top: 40px;
  }
}

.kv-item {
  position: absolute;
  will-change: transform;
}
.kv-item img {
  display: block;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  will-change: transform;
  pointer-events: none;
}

.kv--morning.active .kv-item img,
.kv--afternoon.active .kv-item img,
.kv--night.active .kv-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: var(--kv-duration, 1s);
          transition-duration: var(--kv-duration, 1s);
  -webkit-transition-delay: var(--kv-delay, 0s);
          transition-delay: var(--kv-delay, 0s);
  -webkit-transition-timing-function: linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
          transition-timing-function: linear(0, 0.453 7.8%, 0.803 16.1%, 1.048 24.9%, 1.132 29.5%, 1.194 34.4%, 1.227 38.4%, 1.245 42.5%, 1.25 46.9%, 1.242 51.7%, 1.2 60.5%, 1.038 84.9%, 1.009 92.5%, 1);
}

.kv--morning.hide .kv-item img,
.kv--afternoon.hide .kv-item img,
.kv--night.hide .kv-item img {
  -webkit-animation-name: kvOut;
          animation-name: kvOut;
  -webkit-animation-duration: var(--kv-out-duration, 1s);
          animation-duration: var(--kv-out-duration, 1s);
  -webkit-animation-delay: var(--kv-out-delay, 0s);
          animation-delay: var(--kv-out-delay, 0s);
  -webkit-animation-timing-function: cubic-bezier(0.812, -0.623, 0.634, 0.536);
          animation-timing-function: cubic-bezier(0.812, -0.623, 0.634, 0.536);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kvOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes kvOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.footer {
  z-index: 50;
  background: #fff;
}

.sect--message {
  padding: 150px 0 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--message {
    padding: 80px 0 20px;
  }
}
.sect--message .content--message {
  width: 520px;
  margin: auto;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .sect--message .content--message {
    width: 100%;
    max-width: 560px;
  }
}
.sect--message .content--message p {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect--message .content--message p {
    font-size: 0.875rem;
  }
}
.sect--message .content--message p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2.5;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .sect--message .content--message p {
    margin: 30px 0;
  }
}
.sect--message .content--message p span {
  display: block;
}
.sect--message .content--message strong {
  display: block;
  text-align: right;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .sect--message .content--message strong {
    font-size: 1.125rem;
  }
}
.sect--message .content--message strong {
  color: #192fb7;
  margin: 30px auto 60px;
}
@media (max-width: 768px) {
  .sect--message .content--message strong {
    margin: 20px auto 40px;
  }
}

body .site-main {
  -webkit-transition: 2s all ease;
  transition: 2s all ease;
}
body.color-night .site-main {
  background: rgba(188, 230, 255, 0);
}
body.color-night.active .site-main {
  background: rgb(188, 230, 255);
}
body.color-morning .site-main {
  background: rgba(240, 255, 190, 0);
}
body.color-morning.active .site-main {
  background: rgb(240, 255, 190);
}
body.color-afternoon .site-main {
  background: rgba(255, 236, 192, 0);
}
body.color-afternoon.active .site-main {
  background: rgb(255, 236, 192);
}

.sect--karuta {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.sect--karuta__title {
  position: relative;
  z-index: 3;
}
.sect--karuta__title > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 254fr 728fr 254fr;
  grid-template-columns: 254fr 728fr 254fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.sect--karuta__title > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--karuta__title > div > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sect--karuta__title > div > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--karuta__title > div {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    max-width: 560px;
    margin: auto;
  }
  .sect--karuta__title > div > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect--karuta__title > div > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sect--karuta__title > div > figure img {
  max-width: 100%;
  margin: auto;
}
.sect--karuta__title > div > figure.fig-01 {
  padding: 0 25px 0 30px;
}
@media (max-width: 1400px) {
  .sect--karuta__title > div > figure.fig-01 {
    padding: 0 3vw 0px 3vw;
  }
}
@media (max-width: 768px) {
  .sect--karuta__title > div > figure.fig-01 {
    padding: 0;
    width: 63px;
    position: absolute;
    left: -20px;
    top: 0;
  }
  .sect--karuta__title > div > figure.fig-01 img {
    width: 100%;
  }
}
.sect--karuta__title > div > figure.fig-02 {
  padding: 0 55px 10px 45px;
}
@media (max-width: 1400px) {
  .sect--karuta__title > div > figure.fig-02 {
    padding: 0 4vw 10px 4vw;
  }
}
@media (max-width: 768px) {
  .sect--karuta__title > div > figure.fig-02 {
    padding: 0;
    width: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
  }
  .sect--karuta__title > div > figure.fig-02 img {
    width: 100%;
  }
}
.sect--karuta__title > div h2 > div {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .sect--karuta__title > div h2 > div .text {
    max-width: 430px;
    margin: auto;
  }
  .sect--karuta__title > div h2 > div .img-1 {
    max-width: 150px;
  }
  .sect--karuta__title > div h2 > div {
    max-width: 315px;
    width: 100%;
    margin: auto;
    gap: 10px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sect--karuta__title > div h2 > div {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sect--karuta__title > div h2 > div .text-2 {
    height: 24px;
    width: auto;
    display: block;
  }
}
.sect--karuta__title > div h2 > div img {
  max-width: 100%;
}
.sect--karuta__title > div h2 .text {
  width: 100%;
  height: auto;
}
.sect--karuta__title p {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .sect--karuta__title p {
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.sect--karuta__nav {
  position: relative;
  z-index: 3;
}
.sect--karuta__nav a {
  background: #fff;
  color: #192fb7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media (min-width: 769px) {
  .sect--karuta__nav a {
    height: 60px;
    padding: 0 30px;
  }
}
.sect--karuta__nav a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sect--karuta__nav a {
    width: 100%;
    padding: 10px 30px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 769px) {
  .sect--karuta__nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--karuta__nav a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sect--karuta__nav a[target=_blank]::after {
  content: "";
  width: 17px;
  height: 18px;
  background: url(../img/icon/icon_blank_blue@2x.png) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .sect--karuta__nav a[target=_blank]::after {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 24px;
  }
}
.sect--karuta .content--karuta {
  padding: 0 100px;
  background: #0d7ade;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .sect--karuta .content--karuta {
    padding: 0 60px;
  }
}
@media (max-width: 1080px) {
  .sect--karuta .content--karuta {
    padding: 0 40px;
  }
}
.sect--karuta .content--karuta__inner {
  max-width: 1140px;
  margin: auto;
  position: relative;
}
.sect--karuta .content--karuta {
  padding-bottom: 260px;
}
@media (max-width: 768px) {
  .sect--karuta .content--karuta {
    padding: 0 28px;
    padding-bottom: 230px;
  }
}
.sect--karuta .blob-svg {
  display: block;
  width: 578px;
  height: 578px;
  position: absolute;
  left: -15%;
  bottom: 8%;
  z-index: 2;
}
@media (max-width: 1400px) {
  .sect--karuta .blob-svg {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .sect--karuta .blob-svg {
    width: 90vw;
    height: 90vw;
  }
}
.sect--karuta .blob-svg2 {
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  right: -15%;
  bottom: 22%;
  z-index: 2;
}
@media (max-width: 1400px) {
  .sect--karuta .blob-svg2 {
    right: -15%;
    width: 44vw;
    height: 44vw;
  }
}
@media (max-width: 768px) {
  .sect--karuta .blob-svg2 {
    bottom: auto;
    right: -30%;
    top: 33%;
    width: 90vw;
    height: 90vw;
  }
}
.sect--karuta .blob-svg3 {
  display: block;
  width: 548px;
  height: 548px;
  position: absolute;
  left: -20%;
  top: 0px;
  z-index: 2;
}
@media (max-width: 1400px) {
  .sect--karuta .blob-svg3 {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .sect--karuta .blob-svg3 {
    left: -30%;
    top: 11%;
    width: 70vw;
    height: 70vw;
  }
}
.sect--karuta .karuta {
  position: relative;
  z-index: 3;
  margin: 40px auto 55px;
}
@media (max-width: 768px) {
  .sect--karuta .karuta {
    margin: 30px auto 40px;
    max-width: 560px;
  }
}
.sect--karuta .karuta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px;
}
.sect--karuta .karuta ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--karuta .karuta ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--karuta .karuta ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.sect--karuta .karuta ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul {
    -ms-grid-columns: 1fr 18px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 18px;
  }
  .sect--karuta .karuta ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--karuta .karuta ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.sect--karuta .karuta ul li > figure {
  width: 100%;
  height: 100%;
}
.sect--karuta .karuta ul li > figure picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sect--karuta .karuta ul li img {
  width: 100%;
  max-width: 100%;
}
.sect--karuta .karuta ul li img.img-01 {
  max-width: 76%;
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul li img.img-01 {
    max-width: 86%;
  }
}
.sect--karuta .karuta ul li img.img-02 {
  max-width: 70%;
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul li img.img-02 {
    max-width: 76%;
  }
}
.sect--karuta .karuta ul li img.img-03 {
  max-width: 70%;
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul li img.img-03 {
    max-width: 76%;
  }
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul li:nth-child(6) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
@media (max-width: 768px) {
  .sect--karuta .karuta ul li:nth-child(12) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6;
  }
}
@media (hover: hover) {
  .sect--karuta .karuta ul li:hover .karuta-01 {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .sect--karuta .karuta ul li:hover .karuta-02 {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.sect--karuta .karuta button {
  position: relative;
  list-style: none;
  width: 100%;
  aspect-ratio: 287/382;
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
}
@media (hover: hover) {
  .sect--karuta .karuta button:focus-within .karuta-01 {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .sect--karuta .karuta button:focus-within .karuta-02 {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
.sect--karuta .karuta button.is-flipped .karuta-01 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.sect--karuta .karuta button.is-flipped .karuta-02 {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.sect--karuta .karuta-01,
.sect--karuta .karuta-02 {
  position: absolute;
  inset: 0;
  margin: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
  pointer-events: none;
}
.sect--karuta .karuta-01 .hide,
.sect--karuta .karuta-02 .hide {
  display: none;
}
.sect--karuta .karuta-01 picture,
.sect--karuta .karuta-02 picture {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.sect--karuta .karuta-01 img,
.sect--karuta .karuta-02 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sect--karuta .karuta-01 {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  z-index: 2;
}
.sect--karuta .karuta-01.view img.hide {
  display: block;
}
.sect--karuta .karuta-01.view img:not(.hide) {
  display: none;
}
.sect--karuta .karuta-02 {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.sect--karuta .karuta-02 figcaption {
  width: 28%;
  aspect-ratio: 1/1;
  border: solid 1px #fff;
  border-radius: 50px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: min(1.1363636364vw, 15px);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .sect--karuta .karuta-02 figcaption {
    width: 52px;
    height: 52px;
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: 0em;
    right: 6px;
    bottom: 6px;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .sect--karuta .karuta-02 figcaption {
    width: 48px;
    height: 48px;
    font-size: 0.6875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sect--karuta .karuta-01,
  .sect--karuta .karuta-02 {
    -webkit-transition: none;
    transition: none;
  }
}

.sect--mscs {
  z-index: 3;
  position: relative;
  margin-top: -180px;
}
.sect--mscs .blob-svg {
  display: block;
  width: 578px;
  height: 578px;
  position: absolute;
  left: -15%;
  bottom: 20%;
  z-index: 1;
}
.sect--mscs .blob-svg.hide {
  top: 10%;
  bottom: auto;
}
@media (max-width: 1480px) {
  .sect--mscs .blob-svg {
    left: -20%;
  }
}
@media (max-width: 1400px) {
  .sect--mscs .blob-svg {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .sect--mscs .blob-svg {
    left: -30%;
    top: 15%;
    bottom: auto;
    width: 50vw;
    height: 50vw;
  }
}
.sect--mscs .blob-svg2 {
  display: block;
  width: 600px;
  height: 600px;
  position: absolute;
  right: -15%;
  top: 6%;
  z-index: 1;
}
@media (max-width: 1480px) {
  .sect--mscs .blob-svg2 {
    top: 0%;
    right: -20%;
  }
}
@media (max-width: 1400px) {
  .sect--mscs .blob-svg2 {
    right: -20%;
    width: 44vw;
    height: 44vw;
  }
}
@media (max-width: 768px) {
  .sect--mscs .blob-svg2 {
    bottom: auto;
    right: -30%;
    top: 5%;
    width: 50vw;
    height: 50vw;
  }
}
.sect--mscs .contents {
  background: #0c69bf;
  /* ヒストリーがある場合はコメントアウトを使用 */
  padding-bottom: 230px;
  position: relative;
}
@media (max-width: 1080px) {
  .sect--mscs .contents {
    padding-bottom: 200px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents {
    padding-bottom: 100px;
  }
}
.sect--mscs .contents__inner {
  position: relative;
  z-index: 2;
}
.sect--mscs .contents__main {
  position: relative;
}
.sect--mscs .content--mscs {
  padding: 0 100px;
}
.sect--mscs .content--mscs__inner {
  position: relative;
}
@media (max-width: 1280px) {
  .sect--mscs .content--mscs {
    padding: 0 60px;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .content--mscs {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs {
    padding: 0 30px;
  }
}
.sect--mscs__title {
  padding-top: 30px;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--mscs__title {
    max-width: 430px;
    margin-bottom: 30px;
  }
}
.sect--mscs__title h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (max-width: 768px) {
  .sect--mscs__title h2 {
    gap: 5px;
  }
}
.sect--mscs__title picture {
  width: 100%;
  display: block;
}
.sect--mscs__title .title01 {
  max-width: 450px;
  width: 70%;
  display: block;
  margin: auto;
  -webkit-transform-origin: center bottom 0;
          transform-origin: center bottom 0;
}
@media (max-width: 768px) {
  .sect--mscs__title .title01 {
    max-width: 100%;
    width: 100%;
  }
}
.sect--mscs__title .title02 {
  max-width: 815px;
  width: 100%;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--mscs__title .title02 {
    width: calc(100% - 60px);
  }
}
.sect--mscs .splide__track {
  overflow: visible;
}
.sect--mscs .splide-mscs-products {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 50px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 768px) {
  .sect--mscs .splide-mscs-products {
    margin-top: 5px;
  }
}
.sect--mscs .splide-mscs-products.move {
  top: 290px;
}
@media (max-width: 768px) {
  .sect--mscs .splide-mscs-products.move {
    top: 240px;
  }
}
.sect--mscs .splide-mscs-products.hide {
  opacity: 0 !important;
  pointer-events: none;
}
.sect--mscs .splide-mscs-products.is-flow {
  position: static;
  top: auto;
  margin: 20px 0 0;
}
.sect--mscs .splide-mscs-products .splide__slide {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .sect--mscs .splide-mscs-products .splide__slide {
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .splide-mscs-products .splide__slide {
    border-radius: 10px;
  }
}
.sect--mscs .splide-mscs-products .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sect--mscs .content--mscs-main {
  margin: 45px auto 0px;
  max-width: 1410px;
  padding: 0 30px;
}
@media (max-width: 1080px) {
  .sect--mscs .content--mscs-main {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main {
    margin: 25px auto 30px;
    padding: 0 15px;
  }
}
.sect--mscs .content--mscs-main__title {
  font-size: min(2.4242424242vw, 32px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main__title {
    line-height: 1.3;
    padding: 0;
    font-size: 1.3125rem;
  }
}
.sect--mscs .content--mscs-main__text {
  max-width: 924px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main__text {
    padding: 0px;
  }
}
.sect--mscs .content--mscs-main__read {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 1180px) {
  .sect--mscs .content--mscs-main__read {
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main__read {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}
.sect--mscs .content--mscs-main__read span {
  display: inline-block;
}
.sect--mscs .content--mscs-main .custom-select {
  position: relative;
  width: 100%;
  margin: 30px 0 50px;
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main .custom-select {
    border-radius: 10px;
    margin: 15px 0 30px;
  }
}
.sect--mscs .content--mscs-main .custom-select__value {
  border-radius: 50px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  pointer-events: none;
  color: #000;
  width: 100%;
  padding: 10px 50px;
  background: #fff;
  position: relative;
}
@media (max-width: 1300px) {
  .sect--mscs .content--mscs-main .custom-select__value {
    font-size: min(1.8181818182vw, 24px);
  }
}
@media (max-width: 1180px) {
  .sect--mscs .content--mscs-main .custom-select__value {
    font-size: min(2.2727272727vw, 30px);
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main .custom-select__value {
    padding: 10px 30px 10px 20px;
    font-size: 0.875rem;
  }
}
.sect--mscs .content--mscs-main .custom-select__value::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 11' fill='none'%3E%3Cpath d='M2 2L9 9L16 2' stroke='%231d4faa' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main .custom-select__value::after {
    right: 18px;
    width: 12px;
    height: 8px;
  }
}
.sect--mscs .content--mscs-main .custom-select select {
  cursor: pointer;
  position: absolute;
  inset: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .sect--mscs .content--mscs-main .custom-select select {
    width: 100%;
  }
}
.sect--mscs .content--mscs-main .custom-select:focus-within .custom-select__value {
  -webkit-box-shadow: 0 0 0 3px #0d7ade;
          box-shadow: 0 0 0 3px #0d7ade;
}
.sect--mscs .content--step1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 232fr 879fr 232fr;
  grid-template-columns: 232fr 879fr 232fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding-top: 250px;
}
.sect--mscs .content--step1 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .content--step1 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.sect--mscs .content--step1 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 960px) {
  .sect--mscs .content--step1 {
    padding-top: 230px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1 {
    padding-top: 80px;
    -ms-grid-columns: 213fr 8px 248fr 8px 213fr;
    grid-template-columns: 213fr 248fr 213fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 8px;
    max-width: 560px;
    margin: auto;
  }
  .sect--mscs .content--step1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--mscs .content--step1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sect--mscs .content--step1 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
.sect--mscs .content--step1__main {
  padding: 46px 60px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
@media (max-width: 1300px) {
  .sect--mscs .content--step1__main {
    padding: 40px 30px;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media (max-width: 960px) {
  .sect--mscs .content--step1__main {
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__main {
    border-radius: 10px;
    padding: 30px 15px;
    margin: 15px 0 10px;
  }
}
.sect--mscs .content--step1__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
  -ms-grid-column: 1;
  grid-column: 1;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img {
    -ms-grid-row: 2;
    grid-row: 2;
    width: calc(100% + 30px);
    margin-top: -130px;
  }
}
@media (max-width: 960px) {
  .sect--mscs .content--step1__img {
    margin-top: -120px;
    -ms-grid-row: 2;
    grid-row: 2;
    width: calc(100% + 50px);
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img {
    -ms-grid-row: 3;
    grid-row: 3;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -ms-grid-column: 1;
    grid-column: 1;
    width: 100%;
    padding-top: 0px;
    margin-top: -70px;
  }
}
.sect--mscs .content--step1__img .serif-01 {
  -webkit-transform-origin: center bottom 0;
          transform-origin: center bottom 0;
  max-width: 232px;
  width: calc(100% - 10px);
  padding-bottom: 30px;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img .serif-01 {
    padding-bottom: 20px;
  }
}
@media (max-width: 960px) {
  .sect--mscs .content--step1__img .serif-01 {
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .serif-01 {
    width: 100%;
    margin-top: 0px;
    padding-bottom: 15px;
  }
}
.sect--mscs .content--step1__img .serif-01 p {
  font-size: min(1.5151515152vw, 20px);
  font-weight: 500;
  color: #0c69bf;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.075em;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img .serif-01 p {
    font-size: min(1.6666666667vw, 22px);
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .serif-01 p {
    font-size: 0.6875rem;
  }
}
.sect--mscs .content--step1__img .serif-01 .bg {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 24px 5px;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img .serif-01 .bg {
    padding: 16px 5px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .serif-01 .bg {
    padding: 8px 4px;
    border-radius: 10px;
  }
}
.sect--mscs .content--step1__img .serif-01 .bg::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 27px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -26px;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img .serif-01 .bg::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #ffffff;
    bottom: -20px;
    left: 40%;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .serif-01 .bg::after {
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 13px solid #ffffff;
    bottom: -12px;
  }
}
.sect--mscs .content--step1__img .chara-01 {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .chara-01 {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.sect--mscs .content--step1__img .chara-01 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
@media (max-width: 1280px) {
  .sect--mscs .content--step1__img .chara-01 img {
    max-width: 70%;
    width: 70%;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1__img .chara-01 img {
    max-width: 60%;
    margin: auto auto auto 20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__img .chara-01 img {
    max-width: 61%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__title {
    padding: 10px 0 15px;
  }
}
.sect--mscs .content--step1__title picture {
  width: 100%;
  display: block;
}
.sect--mscs .content--step1__title img {
  max-width: 487px;
  width: 80%;
}
.sect--mscs .content--step1__nav {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 768px) {
  .sect--mscs .content--step1__nav {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.sect--mscs .content--step1 .content--mscs-main__text {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .sect--mscs .content--step1 .content--mscs-main__text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
.sect--mscs .content--step1 .content--mscs-main__read {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: center;
}
@media (max-width: 1080px) {
  .sect--mscs .content--step1 .content--mscs-main__read {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
  }
}
@media (max-width: 768px) {
  .sect--mscs .content--step1 .content--mscs-main__read {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    line-height: 1.8;
  }
}
.sect--mscs .contents__step2 {
  padding-top: 250px;
}
@media (max-width: 960px) {
  .sect--mscs .contents__step2 {
    padding-top: 230px;
  }
}
.sect--mscs .contents__step2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2__title {
    gap: 25px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2__title .content--mscs-main__title {
    text-align: center;
  }
}
.sect--mscs .contents__step2__title {
  padding: 46px 0px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  max-width: 1090px;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2__title {
    padding: 20px 0px 25px;
    border-radius: 10px;
  }
}
.sect--mscs .contents__step2__title .select-title > div {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2__title .select-title {
    min-height: auto;
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 {
    padding-top: 115px;
  }
  .sect--mscs .contents__step2 .content--mscs-main {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--mscs-main {
    padding: 0 4px !important;
  }
}
.sect--mscs .contents__step2 .content--step2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 248px 50px 1fr;
  grid-template-columns: 1fr 248px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 50px;
  margin-top: -140px;
}
.sect--mscs .contents__step2 .content--step2 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step2 .content--step2 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--mscs .contents__step2 .content--step2 > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2 {
    width: calc(100% + 5px);
    margin: auto;
    max-width: 560px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -ms-grid-columns: 213fr 10px 248fr 10px 213fr;
    grid-template-columns: 213fr 248fr 213fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    gap: 10px;
    margin-top: 30px;
  }
  .sect--mscs .contents__step2 .content--step2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--mscs .contents__step2 .content--step2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .sect--mscs .contents__step2 .content--step2 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .sect--mscs .contents__step2 .content--step2 {
    gap: 15px;
  }
}
.sect--mscs .contents__step2 .content--step2__btn {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__btn {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.sect--mscs .contents__step2 .content--step2__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 147fr 279fr;
  grid-template-columns: 147fr 279fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.sect--mscs .contents__step2 .content--step2__img > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step2 .content--step2__img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 10px;
  }
  .sect--mscs .contents__step2 .content--step2__img > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--mscs .contents__step2 .content--step2__img > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img {
    gap: 10px;
    margin-top: -90px;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.sect--mscs .contents__step2 .content--step2__img .serif-01 {
  width: 100%;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .serif-01 {
    padding-left: 0px;
  }
}
.sect--mscs .contents__step2 .content--step2__img .serif-01 > div {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .serif-01 > div {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img .serif-01 {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sect--mscs .contents__step2 .content--step2__img .serif-01 > div {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.sect--mscs .contents__step2 .content--step2__img .serif-01 p {
  font-size: min(1.5151515152vw, 20px);
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #0c69bf;
  text-align: center;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img .serif-01 p {
    font-size: min(1.8181818182vw, 24px);
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .serif-01 p {
    font-size: 0.6875rem;
  }
}
.sect--mscs .contents__step2 .content--step2__img .bg {
  width: 100%;
  border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 16px 5px;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img .bg {
    padding: 16px 5px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .bg {
    border-radius: 20px;
    padding: 8px 4px;
  }
}
@media (min-width: 1081px) {
  .sect--mscs .contents__step2 .content--step2__img .bg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 27px solid #ffffff;
    border-left: 0;
    position: absolute;
    left: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img .bg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .bg::after {
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 13px solid #ffffff;
    bottom: -12px;
  }
}
.sect--mscs .contents__step2 .content--step2__img .chara-01 {
  max-width: 147px;
  width: 100%;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 .content--step2__img .chara-01 {
    -ms-grid-row: 2;
    grid-row: 2;
    width: 50%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__img .chara-01 {
    width: 64%;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
}
.sect--mscs .contents__step2 .content--step2__btn > div {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step2 .content--step2__btn > div {
    gap: 10px;
  }
}
.sect--mscs .contents__step2 #mscs-img02 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.sect--mscs .contents__step2 #mscs-img03 {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top 0;
          transform-origin: left top 0;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step2 #mscs-img03 {
    -webkit-transform-origin: center bottom 0;
            transform-origin: center bottom 0;
  }
}
.sect--mscs .contents__step2.is-visible .select-title > div {
  -webkit-transition: all 0.4s cubic-bezier(0.105, 0.956, 0.491, 1.343);
  transition: all 0.4s cubic-bezier(0.105, 0.956, 0.491, 1.343);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sect--mscs .contents__step2.is-visible .content--step2__btn > div {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.sect--mscs .contents__step2.is-visible #mscs-img02 {
  -webkit-transition: all 0.5s linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
  transition: all 0.5s linear(0, 0.528 7%, 0.921 14.4%, 1.07 18.3%, 1.19 22.4%, 1.28 26.7%, 1.34 31.2%, 1.366 34.5%, 1.378 38%, 1.377 41.7%, 1.363 45.6%, 1.308 53.3%, 1.13 71.3%, 1.059 80.1%, 1.013 89.7%, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sect--mscs .contents__step2.is-visible #mscs-img03 {
  -webkit-animation-name: anime-pop-up;
          animation-name: anime-pop-up;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
          animation-timing-function: cubic-bezier(0, 1.07, 0.71, 1.4);
}
.sect--mscs .contents__step3 .content--mscs-main {
  max-width: 1480px;
  padding: 0 100px;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--mscs-main {
    padding: 0 40px;
  }
}
@media (max-width: 960px) {
  .sect--mscs .contents__step3 .content--mscs-main {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--mscs-main {
    padding: 0 5px;
    margin-top: 0;
    max-width: 560px;
    margin: auto;
  }
}
.sect--mscs .contents__step3 .content--mscs-main__title {
  text-align: center;
  line-height: 1;
  margin-bottom: 25px;
}
.sect--mscs .contents__step3.is-active .products.selected-products {
  display: -ms-grid;
  display: grid;
}
.sect--mscs .contents__step3 .products.selected-products {
  display: none;
}
.sect--mscs .contents__step3 .selected-products li {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.sect--mscs .contents__step3 .selected-products li.active {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sect--mscs .contents__step3 .selected-products li.active:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.sect--mscs .contents__step3 .selected-products li.active:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sect--mscs .contents__step3 .content--step3 {
  max-width: 1100px;
  padding: 45px 70px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin: 40px auto 0;
}
@media (max-width: 1180px) {
  .sect--mscs .contents__step3 .content--step3 {
    padding: 45px 45px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3 {
    border-radius: 10px;
    padding: 20px 9px 25px;
    margin: 20px auto 0;
  }
}
.sect--mscs .contents__step3 .content--step3 .select-title {
  width: calc(100% + 140px);
  margin-left: -70px;
}
@media (max-width: 1180px) {
  .sect--mscs .contents__step3 .content--step3 .select-title {
    width: calc(100% + 90px);
    margin-left: -45px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3 .select-title {
    width: calc(100% + 18px);
    margin-left: -9px;
  }
  .sect--mscs .contents__step3 .content--step3 .select-title > *:last-child {
    text-align: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3 .select-title > *:last-child {
    margin-bottom: 1px;
  }
}
.sect--mscs .contents__step3 .content--step3 .select-title > * {
  display: block;
  overflow: hidden;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(1) > * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(2) > * {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(3) > * {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(4) > * {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(5) > * {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(6) > * {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(7) > * {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(8) > * {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(9) > * {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > *:nth-child(10) > * {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.sect--mscs .contents__step3 .content--step3 .select-title > * > * {
  display: block;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sect--mscs .contents__step3 .content--step3__bottom {
  width: calc(100% + 300px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 464fr 20px 374px 20px 464fr;
  grid-template-columns: 464fr 374px 464fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-left: -150px;
  gap: 20px;
  position: relative;
}
.sect--mscs .contents__step3 .content--step3__bottom > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step3 .content--step3__bottom > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--mscs .contents__step3 .content--step3__bottom > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 1380px) {
  .sect--mscs .contents__step3 .content--step3__bottom {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .sect--mscs .contents__step3 .content--step3__bottom {
    width: calc(100% + 240px);
    margin-left: -120px;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__bottom {
    width: calc(100% + 140px);
    margin-left: -70px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
}
.sect--mscs .contents__step3 .content--step3__nav {
  -ms-grid-column: 2;
  grid-column: 2;
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 21px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 25px auto;
  grid-template-rows: auto auto;
  gap: 25px 21px;
  position: relative;
  z-index: 3;
}
.sect--mscs .contents__step3 .content--step3__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step3 .content--step3__nav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--mscs .contents__step3 .content--step3__nav > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step3 .content--step3__nav > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__nav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-column: 1;
    grid-column: 1;
    gap: 20px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sect--mscs .contents__step3 .content--step3__nav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect--mscs .contents__step3 .content--step3__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__nav > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    width: 79%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__nav > *:nth-child(2),
  .sect--mscs .contents__step3 .content--step3__nav > *:nth-child(3) {
    width: 45%;
    margin: auto;
  }
}
.sect--mscs .contents__step3 .content--step3__img {
  position: relative;
  z-index: 1;
  max-width: 464px;
  -webkit-transform: translate(0%, 90px);
          transform: translate(0%, 90px);
}
@media (max-width: 1340px) {
  .sect--mscs .contents__step3 .content--step3__img {
    -webkit-transform: translate(0%, 10px);
            transform: translate(0%, 10px);
    margin-bottom: -90px;
  }
}
.sect--mscs .contents__step3 .content--step3__img {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 254fr 0px 176fr;
  grid-template-columns: 254fr 176fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.sect--mscs .contents__step3 .content--step3__img > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step3 .content--step3__img > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--mscs .contents__step3 .content--step3__img > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sect--mscs .contents__step3 .content--step3__img > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img {
    margin-right: -100px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sect--mscs .contents__step3 .content--step3__img > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--mscs .contents__step3 .content--step3__img > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .sect--mscs .contents__step3 .content--step3__img > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .sect--mscs .contents__step3 .content--step3__img > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img {
    position: absolute;
    margin-right: 0px;
    top: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60%;
    left: -8px;
    gap: 0 7px;
    -ms-grid-columns: 189fr 7px 216fr;
    grid-template-columns: 189fr 216fr;
    max-width: 240px;
  }
}
.sect--mscs .contents__step3 .content--step3__img .chara-01 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .chara-01 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .sect--mscs .contents__step3 .content--step3__img .chara-01 picture {
    width: 100%;
    display: block;
  }
}
.sect--mscs .contents__step3 .content--step3__img .chara-01 img {
  max-width: 176px;
  width: 100%;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .chara-01 img {
    width: 60%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img .chara-01 img {
    width: 85%;
  }
}
.sect--mscs .contents__step3 .content--step3__img .serif-01 {
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  width: 100%;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 {
    -webkit-transform-origin: center bottom 0;
            transform-origin: center bottom 0;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.sect--mscs .contents__step3 .content--step3__img .serif-01 .bg {
  margin: 20px auto 0px auto;
  position: relative;
  width: calc(100% - 40px);
  border-radius: 30px;
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 18px 5px;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 16px 5px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg {
    border-radius: 10px;
    padding: 8px 4px;
  }
}
@media (min-width: 1081px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 27px solid #ffffff;
    border-right: 0;
    position: absolute;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg {
    margin-bottom: 10px;
  }
  .sect--mscs .contents__step3 .content--step3__img .serif-01 .bg::after {
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 13px solid #ffffff;
    bottom: -12px;
  }
}
.sect--mscs .contents__step3 .content--step3__img .serif-01 p {
  font-size: min(1.5151515152vw, 20px);
  font-weight: 500;
  color: #0c69bf;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.075em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 p {
    font-size: min(1.6666666667vw, 22px);
  }
}
@media (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-01 p {
    font-size: 0.6875rem;
  }
}
.sect--mscs .contents__step3 .content--step3__img .serif-02 {
  margin-top: 10px;
}
@media (max-width: 1080px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-02 {
    position: absolute;
    left: 50%;
    bottom: 15%;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .sect--mscs .contents__step3 .content--step3__img .serif-02 {
    bottom: 13%;
    left: 47%;
  }
}
.sect--mscs .contents__step3 .content--step3__img .serif-02 img {
  max-width: 254px;
  width: 100%;
}
.sect--mscs .contents__step3.is-visible .select-title > * > * {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.sect--mscs.step-3 .contents__inner {
  padding-bottom: 330px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 1080px) {
  .sect--mscs.step-3 .contents__inner {
    padding-bottom: 300px;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .sect--mscs.step-3 .contents__inner {
    padding-bottom: 280px;
    padding-bottom: 50px;
  }
}

.mscs-btn-share {
  background: #000;
  border-radius: 50px;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .mscs-btn-share {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mscs-btn-share:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .mscs-btn-share {
    height: 45px;
    font-size: 1rem;
  }
}
.mscs-btn-share img {
  height: 100%;
  width: auto;
}

.mscs-btn-s {
  color: #000000;
  border-radius: 50px;
  width: 100%;
  height: 42px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (min-width: 769px) {
  .mscs-btn-s {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mscs-btn-s:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.mscs-btn-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
}
@media (max-width: 768px) {
  .mscs-btn-s {
    width: 100%;
    line-height: 1.3;
    padding: 4px 20px;
    min-height: 42px;
    gap: 13px;
    font-size: 0.75rem;
  }
}
.mscs-btn-s--change::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="366.67" viewBox="0 0 366.67 366.67" width="366.67" xmlns="http://www.w3.org/2000/svg"><path d="m366.67 183.32c0-101.08-82.25-183.32-183.35-183.32-7.06 0-14.2.42-21.22 1.24-4.02.47-6.9 4.11-6.43 8.14.47 4.02 4.1 6.9 8.14 6.43 6.46-.76 13.03-1.14 19.52-1.14 93.01 0 168.68 75.66 168.68 168.65 0 60.69-32.84 116.53-84.85 146.38l8.28-31.96c1.02-3.92-1.34-7.92-5.26-8.94-3.93-1.02-7.92 1.34-8.94 5.26l-12.39 47.8c-1.02 3.92 1.34 7.92 5.26 8.94l47.8 12.39c.62.16 1.24.24 1.84.24 3.26 0 6.24-2.19 7.09-5.5 1.02-3.92-1.34-7.92-5.26-8.94l-29.32-7.6c55.48-32.69 90.39-92.8 90.39-158.07z"/><path d="m202.84 350.86c-6.45.75-13.02 1.14-19.52 1.14-93 0-168.65-75.67-168.65-168.68 0-60.69 32.82-116.53 84.82-146.36l-8.28 31.96c-1.02 3.92 1.34 7.92 5.26 8.94.62.16 1.24.24 1.84.24 3.26 0 6.24-2.19 7.09-5.5l12.39-47.8c.07-.25.12-.51.15-.76 0-.02 0-.04 0-.07.04-.31.06-.61.07-.91 0-.03 0-.07 0-.1 0-.05 0-.09 0-.13 0-.16-.01-.31-.02-.47 0-.09-.02-.18-.03-.27-.02-.14-.04-.29-.07-.43-.02-.1-.04-.2-.06-.3-.03-.13-.06-.25-.1-.38-.03-.11-.06-.22-.1-.32-.04-.12-.08-.23-.13-.34-.04-.11-.08-.21-.13-.32-.05-.12-.11-.23-.17-.34-.05-.09-.09-.18-.14-.27-.07-.13-.15-.25-.23-.38-.04-.07-.08-.13-.13-.2-.1-.15-.21-.29-.32-.42-.03-.04-.06-.07-.09-.11-.13-.16-.27-.31-.42-.46-.01-.01-.02-.02-.03-.03-.89-.89-2.02-1.57-3.33-1.91l-47.78-12.41c-3.92-1.02-7.92 1.34-8.94 5.26s1.34 7.92 5.26 8.94l29.35 7.61c-55.48 32.67-90.4 92.77-90.4 158.04 0 101.1 82.24 183.35 183.32 183.35 7.07 0 14.21-.42 21.22-1.24 4.02-.47 6.9-4.11 6.43-8.14s-4.12-6.89-8.14-6.43z"  fill="%23000"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.mscs-btn-s--replay::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="14.5" viewBox="0 0 14.5 14.5" width="14.5" xmlns="http://www.w3.org/2000/svg"><path d="m3.35.15c.2.2.2.51 0 .71l-1.65 1.65h6.79c3.31 0 6 2.69 6 6s-2.69 6-6 6-6-2.69-6-6c0-.28.22-.5.5-.5s.5.22.5.5c0 2.76 2.24 5 5 5s5-2.24 5-5-2.24-5-5-5h-6.78l1.65 1.65c.2.2.2.51 0 .71s-.51.2-.71 0l-2.5-2.52c-.2-.2-.2-.51 0-.71l2.5-2.49c.2-.2.51-.2.71 0z" fill="%23000"/></svg>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.select-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #0c69bf;
  font-weight: 500;
  background: #fff36b;
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .select-title {
    padding: 10px 10px;
  }
}
@media (max-width: 768px) {
  .select-title > div:nth-child(1) {
    margin-bottom: 0em;
  }
}
.select-title > div:nth-child(1) span {
  letter-spacing: 0.05em;
  font-size: min(1.8181818182vw, 24px);
}
@media (max-width: 768px) {
  .select-title > div:nth-child(1) span {
    font-size: 0.9375rem;
  }
}
.select-title > div:nth-child(2) span {
  letter-spacing: 0.05em;
  font-size: min(3.1818181818vw, 42px);
}
@media (max-width: 768px) {
  .select-title > div:nth-child(2) span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 1.4;
    font-size: min(6vw, 24px);
  }
}

.selected-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0 32px !important;
  padding-bottom: 0 !important;
}

.selected-products > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.selected-products > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.selected-products > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 768px) {
  .selected-products {
    gap: 12px !important;
  }
}
.selected-products .products__category {
  display: none;
}
.selected-products .products__name {
  font-size: 1.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .selected-products .products__name {
    font-size: 0.75rem;
  }
}
.selected-products .products__name2 {
  font-size: 0.875rem;
  color: #fff;
}
@media (max-width: 768px) {
  .selected-products .products__name2 {
    font-size: 0.6875rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .selected-products .products__name2 {
    font-size: 0.625rem;
  }
}
.selected-products small {
  color: #fff;
  display: none;
}
.selected-products .products__class {
  font-size: 1rem;
  color: #fff;
  border: solid 2px #fff;
}
@media (max-width: 768px) {
  .selected-products .products__class {
    border: solid 1px #fff;
    font-size: 0.6875rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .selected-products .products__class {
    font-size: 0.625rem;
  }
}
.selected-products img {
  width: 300px;
  height: 300px;
}

.mscs-btn {
  background: #ff546d;
  height: 60px;
  width: 248px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
  border-radius: 40px;
  margin: auto;
  font-weight: 500;
  font-size: 1.25rem;
}
.mscs-btn.not-active {
  pointer-events: none;
  background: #8b8b8b;
}
@media (max-width: 768px) {
  .mscs-btn {
    font-size: 0.875rem;
    height: 40px;
    width: 100%;
    max-width: 134px;
  }
}
@media (min-width: 769px) {
  .mscs-btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .mscs-btn:hover {
    -webkit-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
  }
}

.details-wave {
  margin-top: -180px;
  z-index: 3;
}

.sect--details {
  z-index: 34;
  position: relative;
}
@media (max-width: 1100px) {
  .sect--details {
    margin-top: 0px;
  }
}
.sect--details {
  margin-top: -100px;
}
.sect--details__title {
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .sect--details__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
  }
}
.sect--details__title > figure img {
  max-width: 100%;
  margin: auto;
}
.sect--details__title > figure.fig-03 {
  position: absolute;
  right: -20px;
  bottom: -25px;
}
@media (max-width: 1080px) {
  .sect--details__title > figure.fig-03 img {
    width: 10vw;
  }
}
@media (max-width: 768px) {
  .sect--details__title > figure.fig-03 {
    position: relative;
    right: 0px;
    bottom: 0px;
    margin-bottom: -40px;
  }
  .sect--details__title > figure.fig-03 img {
    max-width: 80px;
    width: 16vw;
  }
}
.sect--details__title h2 {
  position: relative;
  z-index: 10;
}
.sect--details__title h2 img {
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  .sect--details__title h2 img {
    max-width: 400px;
    width: 100%;
  }
}
.sect--details__title p {
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .sect--details__title p {
    line-height: 1.5;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.sect--details .contents {
  overflow: hidden;
  padding-top: 100px;
}
.sect--details .content--details {
  padding: 0 100px;
  background: #dcf2ff;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1280px) {
  .sect--details .content--details {
    padding: 0 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .sect--details .content--details {
    padding: 0 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1080px) {
  .sect--details .content--details {
    padding: 0 40px;
    padding-bottom: 100px;
  }
}
.sect--details .content--details {
  padding-top: 20px;
}
.sect--details .content--details__inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 524fr 64px 654fr;
  grid-template-columns: 524fr 654fr;
  -ms-grid-rows: auto 64px auto;
  grid-template-rows: auto auto;
  gap: 64px;
}
.sect--details .content--details__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--details .content--details__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--details .content--details__inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sect--details .content--details__inner > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1180px) {
  .sect--details .content--details__inner {
    gap: 64px 40px;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__inner {
    gap: 35px;
    max-width: 560px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .sect--details .content--details__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect--details .content--details__wrap {
  max-width: 1600px;
  position: relative;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--details .content--details {
    padding: 20px 27px 60px;
  }
}
.sect--details .content--details__main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 12px;
}
.sect--details .content--details__main > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 769px) {
  .sect--details .content--details__main {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__main {
    gap: 8px;
  }
}
.sect--details .content--details__main a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sect--details .content--details__main .title-01 img {
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--details .content--details__main .title-01 img {
    max-width: 150px;
  }
}
.sect--details .content--details__main .serif-01 {
  -webkit-transform-origin: center bottom 0;
          transform-origin: center bottom 0;
  width: 100%;
  padding: 10px;
  font-size: min(2.1212121212vw, 28px);
  font-weight: 700;
  color: #192fb7;
  position: relative;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .sect--details .content--details__main .serif-01 {
    margin-bottom: 10px;
    border-radius: 7px;
    font-size: 0.9375rem;
  }
}
.sect--details .content--details__main .serif-01::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 27px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
@media (max-width: 1080px) {
  .sect--details .content--details__main .serif-01::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 22px solid #ffffff;
    bottom: -20px;
    left: 40%;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__main .serif-01::after {
    left: 50%;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 13px solid #ffffff;
    bottom: -12px;
  }
}
.sect--details .content--details__video {
  border-radius: 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
@media (max-width: 768px) {
  .sect--details .content--details__video {
    border-radius: 8px;
  }
}
.sect--details .content--details__video .content--details__btn {
  pointer-events: none;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 16px;
  top: 16px;
  padding: 0 15px 0 25px;
  border-radius: 50%;
}
.sect--details .content--details__video .content--details__btn::after {
  position: absolute;
  left: 53%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .sect--details .content--details__video .content--details__btn {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 1080px) {
  .sect--details .content--details__video .content--details__btn::after {
    position: absolute;
    left: 53%;
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 22px;
    height: 25px;
    background: url(../img/icon/icon_blank_blue@2x.png) no-repeat;
    background-size: contain;
  }
  .sect--details .content--details__video .content--details__btn {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1080px) and (max-width: 768px) {
  .sect--details .content--details__video .content--details__btn::after {
    width: 16px;
    height: 20px;
  }
}
@media (max-width: 1080px) {
  .sect--details .content--details__video .content--details__btn::after {
    width: 17px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__video .content--details__btn {
    right: 8px;
    top: 8px;
    width: 35px;
    height: 35px;
  }
  .sect--details .content--details__video .content--details__btn::after {
    width: 15px;
    height: 18px;
  }
}
.sect--details .content--details__video picture {
  width: 100%;
  height: 100%;
}
.sect--details .content--details__video img {
  max-width: 100%;
}
@media (min-width: 769px) {
  .sect--details .content--details__video {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--details .content--details__video:hover .content--details__btn {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.sect--details .content--details__btn {
  width: 100%;
  height: 60px;
  background: #fff;
  color: #192fb7;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  position: relative;
}
.sect--details .content--details__btn .icon {
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1080px) {
  .sect--details .content--details__btn .icon {
    left: 15px;
  }
  .sect--details .content--details__btn .icon img {
    max-width: 4vw;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__btn .icon {
    left: 18px;
  }
  .sect--details .content--details__btn .icon img {
    max-width: 23px;
    width: 23px;
  }
}
@media (min-width: 769px) {
  .sect--details .content--details__btn {
    height: 96px;
    padding: 0 25px;
  }
}
.sect--details .content--details__btn {
  border-radius: 22px;
  margin: auto;
  letter-spacing: 0.1em;
  padding-left: 110px;
  font-size: 1.25rem;
}
@media (max-width: 1080px) {
  .sect--details .content--details__btn {
    font-size: min(2.1212121212vw, 28px);
    padding-left: 7vw;
  }
}
@media (max-width: 768px) {
  .sect--details .content--details__btn {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
    font-size: 0.9375rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  .sect--details .content--details__btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--details .content--details__btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.sect--details .content--details__btn::after {
  content: "";
  width: 22px;
  height: 25px;
  background: url(../img/icon/icon_blank_blue@2x.png) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .sect--details .content--details__btn::after {
    width: 16px;
    height: 20px;
  }
}
.sect--details .content--details__nav {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 26px;
}
.sect--details .content--details__nav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (max-width: 768px) {
  .sect--details .content--details__nav {
    gap: 24px;
  }
}
.sect--details .blob-svg-d01 {
  display: block;
  width: 430px;
  height: 430px;
  position: absolute;
  right: -16%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .sect--details .blob-svg-d01 {
    width: 31vw;
    height: 31vw;
  }
}
@media (max-width: 768px) {
  .sect--details .blob-svg-d01 {
    display: none;
  }
}
.sect--details .blob-svg-d02 {
  display: block;
  width: 510px;
  height: 510px;
  position: absolute;
  left: -20%;
  bottom: -50%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .sect--details .blob-svg-d02 {
    width: 36vw;
    height: 36vw;
  }
}
@media (max-width: 768px) {
  .sect--details .blob-svg-d02 {
    display: none;
  }
}
.sect--details .blob-svg-d03 {
  display: block;
  width: 420px;
  height: 420px;
  position: absolute;
  right: 25%;
  bottom: -45%;
  z-index: 2;
}
@media (max-width: 1280px) {
  .sect--details .blob-svg-d03 {
    width: 26vw;
    height: 26vw;
  }
}
@media (max-width: 768px) {
  .sect--details .blob-svg-d03 {
    display: none;
  }
}

#page.page--message .site-main {
  background: #ebf6ff;
}
@media (max-width: 768px) {
  #page.page--message .site-main {
    background: #fff;
  }
}

.sect--page-message {
  padding: 150px 0 150px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--page-message {
    padding: 100px 0 100px;
  }
}
.sect--page-message .contents {
  max-width: 1330px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .sect--page-message .contents {
    padding: 0 30px;
  }
}
.sect--page-message .contents {
  margin: auto;
  position: relative;
  z-index: 2;
}
.sect--page-message .contents .content--page-message {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 80px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 80px;
}
.sect--page-message .contents .content--page-message > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-message .contents .content--page-message > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--page-message .contents .content--page-message > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.sect--page-message .contents .content--page-message > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1080px) {
  .sect--page-message .contents .content--page-message {
    -ms-grid-columns: 2.2fr 300px;
    grid-template-columns: 2.2fr 300px;
  }
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message {
    position: relative;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 40px;
  }
  .sect--page-message .contents .content--page-message > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.sect--page-message .contents .content--page-message__title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title {
    margin-bottom: 0px;
  }
}
.sect--page-message .contents .content--page-message__title h2 {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title h2 {
    font-size: 0.875rem;
  }
}
.sect--page-message .contents .content--page-message__title h2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #192fb7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin: 0px 0 50px;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title h2 {
    margin: 0px 0 30px;
    gap: 7px;
  }
}
.sect--page-message .contents .content--page-message__title h2::before {
  content: "";
  height: 3px;
  width: 38px;
  background: #192fb7;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title h2::before {
    height: 2px;
    width: 20px;
  }
}
.sect--page-message .contents .content--page-message__title strong {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title strong {
    font-size: 1.3125rem;
  }
}
.sect--page-message .contents .content--page-message__title strong {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #192fb7;
}
@media (max-width: 1080px) {
  .sect--page-message .contents .content--page-message__title strong br {
    display: none;
  }
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__title img {
    width: 141px;
    height: auto;
  }
}
.sect--page-message .contents .content--page-message__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  -ms-grid-column: 2;
  grid-column: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__img {
    margin-top: 0px;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.sect--page-message .contents .content--page-message__img > * {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sect--page-message .contents .content--page-message__img .photo img {
  width: 110%;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__img .photo img {
    width: 100%;
  }
}
.sect--page-message .contents .content--page-message__img .sign {
  width: 100%;
  text-align: center;
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .sect--page-message .contents .content--page-message__img .sign img {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__img .sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    text-align: right;
  }
  .sect--page-message .contents .content--page-message__img .sign img {
    width: 133px;
  }
}
.sect--page-message .contents .content--page-message__img .sign figcaption {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__img .sign figcaption {
    font-size: 0.75rem;
  }
}
.sect--page-message .contents .content--page-message__img .sign figcaption {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .sect--page-message .contents .content--page-message__img .sign figcaption {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__img .sign figcaption {
    margin-bottom: 15px;
  }
}
.sect--page-message .contents .content--page-message__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__read {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    gap: 1.5em;
  }
}
.sect--page-message .contents .content--page-message__read p {
  line-height: 2.5;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .sect--page-message .contents .content--page-message__read p {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message__read p {
    line-height: 2;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
}
.sect--page-message .contents .content--page-message-nav {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .sect--page-message .contents .content--page-message-nav {
    margin-top: 70px;
  }
}

.btn--type-01 {
  border-radius: 100px;
  margin: auto;
  display: block;
  background: #192fb7;
  min-width: 233px;
}
@media (max-width: 768px) {
  .btn--type-01 {
    min-width: 225px;
  }
}
.btn--type-01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 769px) {
  .btn--type-01 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .btn--type-01:hover span span {
    -webkit-animation: flyUp 1.6s ease-out infinite;
            animation: flyUp 1.6s ease-out infinite;
  }
}
.btn--type-01 span span {
  display: inline-block;
}
.btn--type-01 span {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .btn--type-01 span {
    font-size: 1.125rem;
  }
}

.wave-light-blue {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .wave-light-blue {
    -webkit-transform: scale(-1);
            transform: scale(-1);
  }
}
@media (max-width: 768px) {
  .wave-light-blue {
    top: auto;
    bottom: 0;
  }
}

.wave-light-blue svg {
  display: block;
  width: 100%;
  left: 0%;
  position: relative;
  height: 900px;
}
@media (max-width: 768px) {
  .wave-light-blue svg {
    width: 120%;
    left: -10%;
    height: 500px;
  }
  .wave-light-blue svg path {
    fill: #ebf6ff;
  }
}

/*
.wave-light-blue {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: auto;
}

.wave-light-blue svg {
    display: block;
    width: 100%;
    left: 0%;
    position: relative;
    height: clamp(2000px, 200vw, 2080px);

    @include max_w(1280) {
        height: clamp(1800px, 200vw, 1820px);
    }

    @include sp {
        height: 130vw;
    }
}
    */
.ff--lato {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@-webkit-keyframes nav-scroll-bounce {
  0%, 20%, 40%, 100% {
    -webkit-transform: translateY(0) translateX(-100%) rotate(var(--rot));
            transform: translateY(0) translateX(-100%) rotate(var(--rot));
  }
  10% {
    -webkit-transform: translateY(calc(var(--hop) * -1)) translateX(-100%) rotate(var(--rot));
            transform: translateY(calc(var(--hop) * -1)) translateX(-100%) rotate(var(--rot));
  }
  30% {
    -webkit-transform: translateY(calc(var(--hop) * -0.6)) translateX(-100%) rotate(var(--rot));
            transform: translateY(calc(var(--hop) * -0.6)) translateX(-100%) rotate(var(--rot));
  }
}

@keyframes nav-scroll-bounce {
  0%, 20%, 40%, 100% {
    -webkit-transform: translateY(0) translateX(-100%) rotate(var(--rot));
            transform: translateY(0) translateX(-100%) rotate(var(--rot));
  }
  10% {
    -webkit-transform: translateY(calc(var(--hop) * -1)) translateX(-100%) rotate(var(--rot));
            transform: translateY(calc(var(--hop) * -1)) translateX(-100%) rotate(var(--rot));
  }
  30% {
    -webkit-transform: translateY(calc(var(--hop) * -0.6)) translateX(-100%) rotate(var(--rot));
            transform: translateY(calc(var(--hop) * -0.6)) translateX(-100%) rotate(var(--rot));
  }
}
@media (prefers-reduced-motion: reduce) {
  .nav-scroll__icon {
    -webkit-animation: none !important;
            animation: none !important;
  }
}
@-webkit-keyframes flyUpText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes flyUpText {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
*[data-a=slide-circle] {
  clip-path: circle(0%);
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
  position: relative;
}
*[data-a=slide-circle].anime-active {
  clip-path: circle(100%);
}
*[data-a=slide-circle].anime-active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
*[data-a=slide-circle]::after {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.page-history-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100% 0px 0px;
  grid-template-columns: 100% 0px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}

.page-history-wrap > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.page-history-wrap > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.page-history-main {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  position: relative;
  z-index: 0;
}

.page-history-navi {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  width: 0;
  position: relative;
  z-index: 100;
}
.page-history-navi.anime-active ul {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
}
@media (max-width: 1180px) {
  .page-history-navi.anime-active ul {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}
@media (max-width: 768px) {
  .page-history-navi.anime-active ul {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
.page-history-navi ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  position: sticky;
  left: 0;
  top: calc(50% - 240px);
  width: 85px;
}
@media (min-width: 769px) and (max-height: 630px) {
  .page-history-navi ul {
    top: calc(50% - 60px);
  }
}
@media (max-width: 1180px) {
  .page-history-navi ul {
    width: 70px;
  }
}
@media (max-width: 768px) {
  .page-history-navi ul {
    width: 50px;
    top: 140px;
  }
}
@media (max-width: 390px) {
  .page-history-navi ul {
    top: 100px;
  }
}
.page-history-navi ul {
  border-left: solid 6px #fff;
  border-top: solid 6px #fff;
  border-bottom: solid 6px #fff;
  border-radius: 20px 0 0px 20px;
}
@media (max-width: 768px) {
  .page-history-navi ul {
    border-left: solid 3px #fff;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    border-radius: 10px 0 0px 10px;
  }
}
.page-history-navi ul {
  overflow: hidden;
}
.page-history-navi ul li {
  width: 100%;
}
.page-history-navi ul li:nth-child(1) {
  background: #fff5dd;
}
.page-history-navi ul li:nth-child(1).current {
  background: #684b05;
}
.page-history-navi ul li:nth-child(2) {
  background: #ebf6d1;
}
.page-history-navi ul li:nth-child(2) a {
  color: #45742f;
}
.page-history-navi ul li:nth-child(2).current {
  background: #4d8235;
}
.page-history-navi ul li:nth-child(3) {
  background: #e5efef;
}
.page-history-navi ul li:nth-child(3) a {
  color: #268282;
}
.page-history-navi ul li:nth-child(3).current {
  background: #268282;
}
.page-history-navi ul li:nth-child(4) {
  background: #dbeeff;
}
.page-history-navi ul li:nth-child(4) a {
  color: #0c69bf;
}
.page-history-navi ul li:nth-child(4).current {
  background: #0c69bf;
}
.page-history-navi ul li.current a {
  color: #fff;
}
.page-history-navi ul li a {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2em;
  font-size: 0.625rem;
}
@media (max-width: 1180px) {
  .page-history-navi ul li a {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .page-history-navi ul li a {
    height: 32px;
    font-size: 0.5rem;
  }
}
.page-history-navi ul li a span {
  font-size: 1.25rem;
}
@media (max-width: 1180px) {
  .page-history-navi ul li a span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .page-history-navi ul li a span {
    font-size: 0.75rem;
  }
}
.page-history-navi ul li a {
  font-weight: 700;
}

.sect--history {
  padding-top: 100px;
  position: relative;
  margin-bottom: -190px;
}
@media (max-width: 768px) {
  .sect--history {
    padding-top: 0px;
    margin-bottom: -100px;
  }
}
.sect--history .contents {
  background: #359890;
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .sect--history .contents {
    padding-top: 30px;
    padding-bottom: 160px;
  }
}
.sect--history .content--history {
  max-width: 1600px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.sect--history .content--history__deco {
  pointer-events: none;
  position: absolute;
  z-index: 25;
}
@media (max-width: 1439px) {
  .sect--history .content--history__deco img {
    width: 100%;
  }
}
.sect--history .content--history__deco-01 {
  position: absolute;
  left: 21.6%;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .sect--history .content--history__deco-01 {
    left: 21%;
    width: 6.5vw;
  }
}
@media (max-width: 1180px) {
  .sect--history .content--history__deco-01 {
    top: 47%;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__deco-01 {
    max-width: 50px;
    width: 11%;
    left: 14px;
    top: 20%;
  }
}
.sect--history .content--history__deco-02 {
  position: absolute;
  right: 24.5%;
  top: 2%;
}
@media (max-width: 1439px) {
  .sect--history .content--history__deco-02 {
    top: 0%;
    width: 11.9vw;
  }
}
@media (max-width: 1180px) {
  .sect--history .content--history__deco-02 {
    top: -5%;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__deco-02 {
    max-width: 90px;
    width: 22%;
    right: 14.5%;
    top: -13%;
  }
}
.sect--history .content--history__deco-03 {
  position: absolute;
  left: 11.4%;
  bottom: 14%;
}
@media (max-width: 1439px) {
  .sect--history .content--history__deco-03 {
    width: 8.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__deco-03 {
    max-width: 70px;
    width: 15%;
    left: 16%;
    bottom: 11%;
  }
}
.sect--history .content--history__deco-04 {
  position: absolute;
  right: 18%;
  bottom: 26.5%;
}
@media (max-width: 1439px) {
  .sect--history .content--history__deco-04 {
    right: 17%;
    width: 5.2vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__deco-04 {
    max-width: 40px;
    width: 9%;
    bottom: 13.5%;
  }
}
.sect--history .content--history__img {
  pointer-events: none;
  position: absolute;
}
@media (max-width: 1439px) {
  .sect--history .content--history__img img {
    width: 100%;
    height: auto;
  }
}
.sect--history .content--history__img {
  z-index: 20;
}
.sect--history .content--history__img-01 {
  left: 8%;
  top: 22px;
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-01 {
    left: 6%;
    width: 21.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-01 {
    max-width: 200px;
    width: 36%;
    left: 7px;
    top: -8%;
  }
}
.sect--history .content--history__img-02 {
  right: 7%;
  top: 38px;
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-02 {
    right: 6%;
    width: 21.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-02 {
    max-width: 200px;
    width: 35.4%;
    right: -2%;
    top: -2%;
  }
}
.sect--history .content--history__img-03 {
  left: 1%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-03 {
    left: 0.5%;
    width: 19vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-03 {
    max-width: 180px;
    top: 62%;
    left: -8%;
    width: 29%;
  }
}
.sect--history .content--history__img-04 {
  right: -1%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-04 {
    width: 16.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-04 {
    max-width: 170px;
    right: -7.5%;
    width: 26.4%;
    top: 65%;
  }
}
.sect--history .content--history__img-05 {
  left: 16%;
  bottom: 0%;
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-05 {
    left: 16%;
    width: 16.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-05 {
    max-width: 180px;
    width: 29.2%;
    bottom: -10%;
    left: 9px;
  }
}
.sect--history .content--history__img-06 {
  right: 11.5%;
  bottom: 0%;
}
@media (max-width: 1439px) {
  .sect--history .content--history__img-06 {
    width: 21.5vw;
  }
}
@media (max-width: 768px) {
  .sect--history .content--history__img-06 {
    max-width: 180px;
    right: 22px;
    width: 29%;
    bottom: -5%;
  }
}
.sect--history .blob-svg {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  left: 0.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect--history .blob-svg {
    width: 21vw;
    height: 21vw;
  }
}
@media (max-width: 768px) {
  .sect--history .blob-svg {
    top: -10%;
    left: -20%;
    width: 40vw;
    height: 40vw;
  }
}
.sect--history .blob-svg2 {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  right: 1%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect--history .blob-svg2 {
    width: 21vw;
    height: 21vw;
  }
}
@media (max-width: 768px) {
  .sect--history .blob-svg2 {
    right: -20%;
    width: 45vw;
    height: 45vw;
  }
}
.sect--history .blob-svg3 {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  left: -0.5%;
  bottom: -1%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect--history .blob-svg3 {
    width: 21vw;
    height: 21vw;
  }
}
@media (max-width: 768px) {
  .sect--history .blob-svg3 {
    left: -10%;
    bottom: -12%;
    width: 40vw;
    height: 40vw;
  }
}
.sect--history .blob-svg4 {
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  right: 0%;
  bottom: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect--history .blob-svg4 {
    width: 28vw;
    height: 28vw;
  }
}
@media (max-width: 768px) {
  .sect--history .blob-svg4 {
    bottom: -10%;
    right: -20%;
    width: 45vw;
    height: 45vw;
  }
}
.sect .btn--circle-green {
  color: #268282;
  border: solid 2px #268282;
}
.sect .btn--circle-green .text-en {
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .sect .btn--circle-green .text-en {
    font-size: min(1.9696969697vw, 26px);
  }
}
@media (max-width: 768px) {
  .sect .btn--circle-green .text-en {
    font-size: 0.75rem;
  }
}
@media (max-width: 1439px) {
  .sect .btn--circle-green {
    width: 14vw;
    height: 14vw;
  }
}
@media (max-width: 768px) {
  .sect .btn--circle-green {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 768px) {
  .sect .btn--circle-green {
    border: solid 1px #268282;
  }
}
.sect .btn--circle-green {
  text-align: center;
}
@media (min-width: 769px) {
  .sect .btn--circle-green {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .sect .btn--circle-green:hover {
    -webkit-box-shadow: 0px 0px 0px 100px #268282 inset;
            box-shadow: 0px 0px 0px 100px #268282 inset;
    border: solid 2px #268282;
  }
  .sect .btn--circle-green:hover .icon-arrow {
    background: #fff;
  }
  .sect .btn--circle-green:hover .icon-arrow::after {
    background: #fff;
  }
}
@media (max-width: 768px) {
  .sect .btn--circle-green .icon-arrow {
    width: 22px;
    height: 1px;
  }
}
.sect .btn--circle-green .icon-arrow {
  background: #268282;
}
@media (max-width: 768px) {
  .sect .btn--circle-green .icon-arrow::after {
    width: 8px;
    height: 1px;
  }
}
.sect .btn--circle-green .icon-arrow::after {
  background: #268282;
}
.sect--page-history .page-history-title {
  margin-bottom: -100px;
  position: relative;
}
.sect--page-history .page-history-title .bg-01,
.sect--page-history .page-history-title .bg-02 {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  z-index: 1;
  background: #684b05;
}
.sect--page-history .page-history-title .bg-01::after,
.sect--page-history .page-history-title .bg-02::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  content: "";
  background: #fff5dd;
}
.sect--page-history .page-history-title .bg-01 {
  left: 0;
}
.sect--page-history .page-history-title .bg-01::after {
  border-radius: 100px 0px 0px 0px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .bg-01::after {
    border-radius: 35px 0px 0px 0px;
  }
}
.sect--page-history .page-history-title .bg-02 {
  right: 0;
}
.sect--page-history .page-history-title .bg-02::after {
  border-radius: 0px 100px 0px 0px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .bg-02::after {
    border-radius: 0px 35px 0px 0px;
  }
}
.sect--page-history .page-history-title .blob-svg {
  z-index: 10;
}
.sect--page-history .page-history-title .blob-svg2 {
  z-index: 10;
}
.sect--page-history .page-history-title__inner {
  padding: 115px 30px 115px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title__inner {
    padding: 60px 30px 60px;
  }
}
.sect--page-history .page-history-title__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 30;
  max-width: 1500px;
  margin: auto;
  position: relative;
}
.sect--page-history .page-history-title h2 {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title h2 {
    font-size: 0.875rem;
  }
}
.sect--page-history .page-history-title h2 {
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  position: relative;
  z-index: 100;
  text-align: center;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title h2 {
    margin: 0px 0 0px;
    gap: 7px;
  }
}
.sect--page-history .page-history-title h2::before, .sect--page-history .page-history-title h2::after {
  content: "";
  height: 3px;
  width: 38px;
  background: #fff;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title h2::before, .sect--page-history .page-history-title h2::after {
    height: 2px;
    width: 20px;
  }
}
.sect--page-history .page-history-title p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .sect--page-history .page-history-title p {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title p:not(.sircle-text) {
    padding: 0 30px;
    margin: auto;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title p.sircle-text {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title p {
    font-size: 0.75rem;
  }
}
.sect--page-history .page-history-title p span {
  display: inline-block;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title p span {
    display: inline;
  }
}
.sect--page-history .page-history-title__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title__year {
    line-height: 1;
  }
}
@media (max-width: 390px) {
  .sect--page-history .page-history-title__year {
    font-size: 1.25rem;
  }
}
.sect--page-history .page-history-title__year .ff--lato {
  letter-spacing: 0.1em;
  font-size: 3.75rem;
}
@media (max-width: 1180px) {
  .sect--page-history .page-history-title__year .ff--lato {
    font-size: 3.125rem;
  }
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title__year .ff--lato {
    font-size: 2.5rem;
  }
}
@media (max-width: 390px) {
  .sect--page-history .page-history-title__year .ff--lato {
    font-size: 2.125rem;
  }
}
.sect--page-history .page-history-title .history-circle-wrap {
  margin-top: -20px;
  margin-bottom: -75px;
  overflow: hidden;
}
.sect--page-history .page-history-title .timeline-border {
  height: 120px !important;
  position: relative !important;
  z-index: 20;
}
.sect--page-history .page-history-title .timeline-border--bottom {
  height: 200px !important;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .timeline-border {
    height: 60px !important;
  }
  .sect--page-history .page-history-title .timeline-border.timeline-border-sp120 {
    height: 120px !important;
  }
}
.sect--page-history .page-history-title .timeline-border__h-01 {
  position: relative !important;
  height: 100px;
  left: 50%;
  top: 50px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .timeline-border__h-01 {
    height: 60px;
    top: 30px;
  }
}
.sect--page-history .page-history-title .timeline-border__h-02 {
  position: absolute !important;
  height: 240px;
  left: calc(50% - 1px);
  top: -25px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .timeline-border__h-02 {
    height: 115px;
  }
}
.sect--page-history .page-history-title .history-circle {
  max-width: 800px;
  width: 800px;
  padding-top: 2%;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle {
    max-width: 500px;
    width: 500px;
    aspect-ratio: 1/1;
  }
}
.sect--page-history .page-history-title .history-circle::after {
  display: none;
}
.sect--page-history .page-history-title .history-circle__title {
  font-size: 3.75rem;
}
@media (max-width: 1439px) {
  .sect--page-history .page-history-title .history-circle__title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle__title {
    font-size: 1.875rem;
  }
}
.sect--page-history .page-history-title .history-circle__title picture {
  max-width: 60%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle__title picture {
    max-width: 100%;
  }
}
.sect--page-history .page-history-title .history-circle__title picture img {
  width: auto;
  max-width: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle__title picture img {
    height: 14px;
  }
}
.sect--page-history .page-history-title .history-circle__year {
  line-height: 1.2 !important;
  font-size: 6.25rem;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle__year {
    font-size: 3.125rem;
  }
}
.sect--page-history .page-history-title .history-circle__logo {
  width: 100%;
}
.sect--page-history .page-history-title .history-circle__logo picture {
  width: 100%;
}
.sect--page-history .page-history-title .history-circle__logo img {
  width: 100%;
  max-width: 304px;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle__logo img {
    height: 24px;
    width: auto;
  }
}
.sect--page-history .page-history-title .history-circle p {
  margin-top: 15px;
  color: #268282;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle p {
    margin-top: 0;
  }
}
.sect--page-history .page-history-title .history-circle p {
  line-height: 1.8;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle p {
    font-size: 0.75rem;
  }
}
.sect--page-history .page-history-title .history-circle .nav-scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #268282;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.075em;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle .nav-scroll {
    font-size: 0.75rem;
  }
}
.sect--page-history .page-history-title .history-circle .nav-scroll__icon {
  width: 30px;
  height: 30px;
  border-bottom: 6px #71bbbb solid;
  border-right: 6px #71bbbb solid;
  -webkit-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
  position: absolute;
  left: 50%;
  --rot: 0deg;
  --hop: 6px;
}
.sect--page-history .page-history-title .history-circle .nav-scroll__icon-bottom {
  --hop: -6px;
}
.sect--page-history .page-history-title .history-circle .nav-scroll__icon {
  -webkit-animation: nav-scroll-bounce 1.6s ease-in-out infinite;
          animation: nav-scroll-bounce 1.6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle .nav-scroll__icon {
    width: 14px;
    height: 14px;
    border-bottom: 3px #71bbbb solid;
    border-right: 3px #71bbbb solid;
    --hop: 4px;
  }
  .sect--page-history .page-history-title .history-circle .nav-scroll__icon-bottom {
    --hop: -4px;
  }
}
.sect--page-history .page-history-title .history-circle .nav-scroll--top {
  padding-top: 30px;
  top: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle .nav-scroll--top {
    padding-top: 0px;
    top: 55px;
  }
}
.sect--page-history .page-history-title .history-circle .nav-scroll--top .nav-scroll__icon {
  top: -30px;
  --rot: -135deg;
  -webkit-transform: translateX(-100%) rotate(-135deg);
          transform: translateX(-100%) rotate(-135deg);
}
.sect--page-history .page-history-title .history-circle .nav-scroll__text span {
  display: inline-block;
}
.sect--page-history .page-history-title .history-circle .nav-scroll--bottom {
  padding-bottom: 30px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .page-history-title .history-circle .nav-scroll--bottom {
    padding-bottom: 14px;
    bottom: 40px;
  }
}
.sect--page-history .page-history-title .history-circle .nav-scroll--bottom .nav-scroll__icon {
  bottom: 0;
  --rot: 45deg;
  -webkit-transform: translateX(-100%) rotate(45deg);
          transform: translateX(-100%) rotate(45deg);
}
.sect--page-history .content--page-history {
  border-radius: 0 0 100px 100px;
  padding-top: 100px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history {
    border-radius: 0 0 35px 35px;
  }
}
.sect--page-history .content--page-history__inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 0 40px;
  z-index: 10;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history__inner {
    max-width: 560px;
    padding: 0 25px;
  }
}
.sect--page-history .content--page-history__w1440 {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
.sect--page-history .content--page-history .pt-30 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .pt-30 {
    padding-top: 10px;
  }
}
.sect--page-history .content--page-history .timeline {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 0px;
  position: relative;
  z-index: 10;
}
.sect--page-history .content--page-history .timeline > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-history .content--page-history .timeline .pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline .pb-100 {
    padding-bottom: 60px;
  }
}
.sect--page-history .content--page-history .timeline .pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline .pb-40 {
    padding-bottom: 25px;
  }
}
.sect--page-history .content--page-history .timeline > * {
  position: relative;
}
.sect--page-history .content--page-history .timeline > *.timeline-h {
  margin-left: 9%;
  padding: 35px 0 80px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h {
    margin-left: 9%;
    padding: 25px 0 55px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h.mtb--30 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.mb--30 {
  margin-bottom: -30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.ml-1 {
  margin-left: calc(9% + 1px);
}
.sect--page-history .content--page-history .timeline > *.timeline-h ul {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-history .content--page-history .timeline > *.timeline-h ul.mtb--20 {
  margin-top: -20px;
  margin-bottom: -20px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h ul.right {
  margin: 0 0 0 auto;
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 24px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 24px;
  border-bottom: solid 3px #ccc;
  padding-left: 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title {
    gap: 10px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title time {
  color: #ccc;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title time .ff--lato {
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title time .ff--lato {
    font-size: 1.25rem;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title strong {
  color: #434343;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 0.4em;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title strong {
    margin-top: 0.1em;
    font-size: 0.875rem;
    margin-bottom: 0.4em;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h .timeline-h__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sect--page-history .content--page-history .timeline > *.timeline-h p {
  padding-left: 5%;
  padding-right: 17%;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h p {
    padding-right: 0%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h p a {
  text-decoration: underline;
}
.sect--page-history .content--page-history .timeline > *.timeline-h p {
  font-size: 0.75rem;
  margin-top: 8px;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h li.sp-w100 .timeline-h__title {
    margin: 0 0 0 0%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h li.sp-w100 p {
    padding-left: 0%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h li.sp-w90 .timeline-h__title {
    margin: 0 0 0 auto;
    width: 90%;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h li.sp-w90 p {
    padding-left: 0%;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h li.sp-pl-10 {
    margin: 0 0 0 auto;
    padding-left: 10%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h:not(.timeline-h--r):not(.timeline-h--v) .timeline-border__h-01 {
  top: 0px;
  left: 0;
}
.sect--page-history .content--page-history .timeline > *.timeline-h:not(.timeline-h--r):not(.timeline-h--v) .timeline-border__b-01 {
  left: 0;
  bottom: 30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h:not(.timeline-h--r):not(.timeline-h--v) .timeline-border__h-02 {
  right: 10%;
  bottom: 0px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r {
  margin-left: 0;
  margin-right: calc(9% + 1px);
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r {
    margin-right: 9%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r.mtb--30 {
  margin-top: -30px;
  margin-bottom: -30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r.mb--30 {
  margin-bottom: -30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r.mtb--30-pc {
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r.mtb--30-pc {
    margin-bottom: 0px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r .timeline-h__title {
  padding-left: 0;
  padding-right: 5%;
  margin: 0 0 0 auto;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r p {
  text-align: right;
  padding-right: 5%;
  padding-left: 17%;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r p {
    padding-left: 0%;
    text-align: left;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r .timeline-border__h-01 {
  top: 0px;
  right: 0;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r .timeline-border__b-01 {
  right: 0;
  bottom: 30px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--r .timeline-border__h-02 {
  left: 10%;
  bottom: 0px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v {
  padding: 80px 0 35px;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v .timeline-border__h-01 {
  height: 48px;
  top: 0px;
  right: 10%;
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v .timeline-border__b-01 {
  right: 10%;
  bottom: calc(50% + 46px);
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v .timeline-border__b-01 {
    bottom: auto;
    top: 38px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v .timeline-border__h-02 {
  height: calc(100% - 40px);
  left: 0%;
  bottom: 0px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-h.timeline-h--v p {
    width: 90%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__h-01 {
  height: 60px;
  top: 0px;
  right: calc(9% + 1px);
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__h-01 {
    height: 140px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__b-01 {
  width: 82%;
  left: calc(9% - 1px);
  top: 40px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__b-01 {
    top: 130px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__h-02 {
  height: calc(100% - 50px);
  left: calc(9% - 1px);
  top: 50px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-border:not(.timeline-border--last) .timeline-border__h-02 {
    top: 130px;
    height: 40px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text {
  margin: 96px 0 40px;
  width: 100%;
  border: 5px solid #268282;
  padding: 30px 50px;
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #268282;
  font-size: min(1.8181818182vw, 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text {
    font-size: min(2.4242424242vw, 32px);
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text {
    border-radius: 16px;
    border: 3px solid #268282;
    padding: 18px 4vw;
    font-size: 0.875rem;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text {
  letter-spacing: 0.1em;
  font-weight: 700;
  gap: 30px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text {
    margin: 25px 0 60px;
    gap: 13px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c2 .timeline-c2__text .time-text {
  -webkit-transform: translateY(0em);
          transform: translateY(0em);
}
.sect--page-history .content--page-history .timeline > *.timeline-c {
  z-index: 0;
}
.sect--page-history .content--page-history .timeline > *.timeline-c.z-index-10 {
  z-index: 10;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w93 {
  width: 93%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w93 figcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w93 figure {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w95 {
  width: 95%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w95 ffigcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w95 figure {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w90 {
  width: 90%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w90 figcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w90 figure {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w88 {
  width: 88%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w88 figcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w88 figure {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w83 {
  width: 83%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w83 figcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w83 figure {
  width: 100% !important;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont {
    width: calc(100% - 42px);
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w100 {
  width: 100%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w100 figcaption,
.sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w100 figure {
  width: 100% !important;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c > .timeline-cont__w100 {
    width: 100%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure {
  background: #fff;
  -webkit-box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 27px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 510px 0px auto;
  grid-template-columns: 510px auto;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
  position: relative;
  z-index: 10;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w93 {
  width: 93%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w93 figcaption {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w95 {
  width: 95%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w95 figcaption {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w90 {
  width: 90%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w90 figcaption {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w88 {
  width: 88%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w88 figcaption {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w83 {
  width: 83%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__w83 figcaption {
  width: 100% !important;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border {
  width: 100%;
  max-width: 100%;
  -ms-grid-columns: auto 0px 1fr;
  grid-template-columns: auto 1fr;
  border-radius: 32px;
  gap: 0px;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo {
    padding: 3vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo {
    padding: 20px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo img {
  width: 316px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo img {
    width: 25vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border .timeline-c__photo img {
    width: 100%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border figcaption {
  width: 100% !important;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border figcaption {
    padding-left: 20px;
  }
}
@media (max-width: 1440px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    -ms-grid-rows: auto auto !important;
    grid-template-rows: auto auto !important;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure.timeline-c__border {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  border: solid 5px #268282;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure {
    -ms-grid-columns: 39vw auto;
    grid-template-columns: 39vw auto;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c figure > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c figure > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure .timeline-c__photo {
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure .timeline-c__photo {
    max-width: 41vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figure .timeline-c__photo {
    max-width: 100%;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figure .timeline-c__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figcaption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 50px;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption {
    padding: 3vw 3vw 3vw 3vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption {
    width: 100%;
    gap: 10px;
    padding: 10px 20px 24px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__text {
  font-size: min(1.8181818182vw, 24px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__text {
    font-size: min(2.1212121212vw, 28px);
    letter-spacing: 0.075em;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__text {
    font-size: min(4.26vw, 20px);
    font-size: 1rem;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__link {
  max-width: 200px;
  width: 100%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__link > * {
  max-width: 200px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  display: block;
  color: #fff;
  font-size: 1.125rem;
  color: #fff;
  background: 333;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__link > * {
    max-width: 150px;
    height: 40px;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__link > * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c figcaption .timeline-c__link > *:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r {
  width: 100%;
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r > .timeline-cont {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r > .timeline-cont {
    width: calc(100% - 42px);
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure {
  margin: 0 0 0 auto;
  -ms-grid-columns: auto 510px;
  grid-template-columns: auto 510px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  z-index: 10;
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media (max-width: 1280px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure {
    -ms-grid-columns: auto 41vw;
    grid-template-columns: auto 41vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figure > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r figcaption {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r .timeline-c__photo {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c.timeline-c--r .timeline-c__photo {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c .timeline-c__date img {
  height: 44px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 1440px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c .timeline-c__date img {
    height: 3vw;
  }
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c .timeline-c__date img {
    max-height: 24px;
    height: 6.5vw;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__h-01 {
  height: 60px;
  bottom: 40px;
  left: calc(9% + 1px);
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__h-01 {
    height: 40px;
    bottom: 20px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__b-01 {
  width: 82%;
  left: calc(9% + 1px);
  bottom: 40px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__b-01 {
    bottom: 20px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__h-02 {
  height: 60px;
  right: calc(9% - 1px);
  bottom: 0px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *.timeline-c .timeline-border:not(.timeline-border--last):not(.timeline-border--first) .timeline-border__h-02 {
    height: 30px;
  }
}
.sect--page-history .content--page-history .timeline > *.timeline-c--border {
  width: 100%;
}
.sect--page-history .content--page-history .timeline > *:nth-child(1) {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *:nth-child(1) {
    padding-top: 64px;
  }
}
.sect--page-history .content--page-history .timeline > *:last-child {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *:last-child {
    padding-bottom: 70px;
  }
}
.sect--page-history .content--page-history .timeline > *:last-child.hight {
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .timeline > *:last-child.hight {
    padding-bottom: 70px;
  }
}
.sect--page-history .content--page-history .time-text {
  color: #268282;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  line-height: 0.5;
  font-size: min(1.8181818182vw, 24px);
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .time-text {
    font-size: 1rem;
  }
}
.sect--page-history .content--page-history .time-text span {
  letter-spacing: 0.1em;
}
.sect--page-history .content--page-history .time-text span.fs-48 {
  font-size: min(3.6363636364vw, 48px);
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .time-text span.fs-48 {
    font-size: 1.5rem;
  }
}
.sect--page-history .content--page-history .time-text span.fs-36 {
  font-size: min(2.7272727273vw, 36px);
  margin: 0 0.1em;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .time-text span.fs-36 {
    font-size: 1.25rem;
  }
}
.sect--page-history .content--page-history .time-text span.fs-72 {
  font-size: 4.5rem;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history .time-text span.fs-72 {
    font-size: 2.25rem;
  }
}
.sect--page-history .content--page-history .time-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sect--page-history .content--page-history__footer {
  max-width: 1500px;
  padding: 120px 40px 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 35px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history__footer {
    gap: 15px;
    padding: 55px 20px 30px;
  }
}
.sect--page-history .content--page-history__footer .time-text {
  color: #192fb7 !important;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history__footer img {
    width: 174px;
  }
}
.sect--page-history .content--page-history__footer strong {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 700;
  color: #192fb7;
  line-height: 1.3;
  letter-spacing: 0.13m;
}
@media (max-width: 768px) {
  .sect--page-history .content--page-history__footer strong {
    font-size: 0.9375rem;
  }
}
.sect--page-history .timeline-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 0;
}
.sect--page-history .timeline-border__h-01 {
  position: absolute;
  width: 20px;
  height: calc(100% - 30px);
  background: #ccc;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border__h-01 {
    width: 10px;
  }
}
.sect--page-history .timeline-border__h-01.h-40-l {
  height: 40px !important;
  left: 0%;
  top: auto !important;
  bottom: 0px !important;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border__h-01.h-40-l {
    height: 25px !important;
  }
}
.sect--page-history .timeline-border__h-01.h-40-l.right {
  left: auto !important;
  right: 9%;
}
.sect--page-history .timeline-border__h-01.h100 {
  height: 100%;
}
.sect--page-history .timeline-border__b-01 {
  position: absolute;
  width: 90%;
  height: 20px;
  background: #ccc;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border__b-01 {
    height: 10px;
  }
}
.sect--page-history .timeline-border__h-02 {
  position: absolute;
  width: 20px;
  height: 50px;
  background: #ccc;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border__h-02 {
    height: 40px;
    width: 10px;
  }
}
.sect--page-history .timeline-border--first .timeline-border__h-01 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 145px;
  top: -70px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--first .timeline-border__h-01 {
    top: -40px;
    height: 80px;
  }
}
.sect--page-history .timeline-border--first .timeline-border__b-01 {
  width: 41%;
  right: 9%;
  top: 55px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--first .timeline-border__b-01 {
    top: 30px;
  }
}
.sect--page-history .timeline-border--first .timeline-border__h-02 {
  right: 9%;
  height: 66px;
  top: 55px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--first .timeline-border__h-02 {
    height: 34px;
    top: 30px;
  }
}
.sect--page-history .timeline-border--last:not(.reverse) .timeline-border__h-01 {
  left: 9%;
  height: 55px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last:not(.reverse) .timeline-border__h-01 {
    height: 35px;
    bottom: 35px;
  }
}
.sect--page-history .timeline-border--last:not(.reverse) .timeline-border__b-01 {
  width: calc(41% + 10px);
  left: 9%;
  bottom: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last:not(.reverse) .timeline-border__b-01 {
    width: calc(41% + 5px);
    bottom: 35px;
  }
}
.sect--page-history .timeline-border--last:not(.reverse) .timeline-border__h-02 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 135px;
  bottom: -70px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last:not(.reverse) .timeline-border__h-02 {
    height: 70px;
    bottom: -25px;
  }
}
.sect--page-history .timeline-border--last.reverse .timeline-border__h-01 {
  right: 9%;
  height: 55px;
  bottom: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.reverse .timeline-border__h-01 {
    height: 25px;
  }
}
.sect--page-history .timeline-border--last.reverse .timeline-border__b-01 {
  width: calc(41% + 10px);
  right: 9%;
  bottom: 45px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.reverse .timeline-border__b-01 {
    width: calc(41% + 5px);
    bottom: 35px;
  }
}
.sect--page-history .timeline-border--last.reverse .timeline-border__h-02 {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  height: 135px;
  bottom: -70px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.reverse .timeline-border__h-02 {
    height: 70px;
    bottom: -25px;
  }
}
.sect--page-history .timeline-border--last.hight .timeline-border__h-01 {
  left: 9%;
  height: 65px;
  bottom: 65px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.hight .timeline-border__h-01 {
    height: 45px;
    bottom: 35px;
  }
}
.sect--page-history .timeline-border--last.hight .timeline-border__b-01 {
  width: calc(41% + 10px);
  left: 9%;
  bottom: 65px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.hight .timeline-border__b-01 {
    width: calc(41% + 5px);
    bottom: 35px;
  }
}
.sect--page-history .timeline-border--last.hight .timeline-border__h-02 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 155px;
  bottom: -70px;
}
@media (max-width: 768px) {
  .sect--page-history .timeline-border--last.hight .timeline-border__h-02 {
    bottom: -40px;
    height: 85px;
  }
}
.sect--page-history .timeline-border--last.hight.reverse {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sect--page-history#year1950-1970 {
  position: relative;
  z-index: 100;
}
.sect--page-history#year1950-1970 .page-history-title {
  background: #684b05;
  border-radius: 0px;
}
.sect--page-history#year1950-1970 .page-history-title .bg-01,
.sect--page-history#year1950-1970 .page-history-title .bg-02 {
  background: #684b05;
}
.sect--page-history#year1950-1970 .page-history-title .bg-01::after,
.sect--page-history#year1950-1970 .page-history-title .bg-02::after {
  background: #fff5dd;
}
.sect--page-history#year1950-1970 .content--page-history {
  background: #fff5dd;
}
.sect--page-history#year1950-1970 .timeline-c__text {
  color: #684b05;
}
.sect--page-history#year1950-1970 .timeline-c__link > * {
  background: #684b05;
}
.sect--page-history#year1950-1970 .timeline-h .timeline-h__title {
  border-bottom: solid 3px #684b05;
}
.sect--page-history#year1950-1970 .timeline-h .timeline-h__title time {
  color: #684b05;
}
.sect--page-history#year1950-1970 .timeline-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 0;
}
.sect--page-history#year1950-1970 .timeline-border__h-01 {
  background: #e7d3a4;
}
.sect--page-history#year1950-1970 .timeline-border__b-01 {
  background: #e7d3a4;
}
.sect--page-history#year1950-1970 .timeline-border__h-02 {
  background: #e7d3a4;
}
.sect--page-history#year1980-1990 {
  position: relative;
  z-index: 90;
  margin-top: -100px;
}
.sect--page-history#year1980-1990 .page-history-title {
  background: #4d8235;
}
.sect--page-history#year1980-1990 .page-history-title .bg-01,
.sect--page-history#year1980-1990 .page-history-title .bg-02 {
  background: #4d8235;
}
.sect--page-history#year1980-1990 .page-history-title .bg-01::after,
.sect--page-history#year1980-1990 .page-history-title .bg-02::after {
  background: #ebf6d1;
}
.sect--page-history#year1980-1990 .page-history-title .page-history-title__inner {
  padding-top: 225px;
}
@media (max-width: 768px) {
  .sect--page-history#year1980-1990 .page-history-title .page-history-title__inner {
    padding-top: 145px;
  }
}
.sect--page-history#year1980-1990 .content--page-history {
  background: #ebf6d1;
}
.sect--page-history#year1980-1990 .timeline-c__text {
  color: #4d8235;
}
.sect--page-history#year1980-1990 .timeline-c__link > * {
  background: #4d8235;
}
.sect--page-history#year1980-1990 .timeline-h .timeline-h__title {
  border-bottom: solid 3px #4d8235;
}
.sect--page-history#year1980-1990 .timeline-h .timeline-h__title time {
  color: #4d8235;
}
.sect--page-history#year1980-1990 .timeline-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.sect--page-history#year1980-1990 .timeline-border__h-01 {
  background: #cbd89e;
}
.sect--page-history#year1980-1990 .timeline-border__b-01 {
  background: #cbd89e;
}
.sect--page-history#year1980-1990 .timeline-border__h-02 {
  background: #cbd89e;
}
.sect--page-history#year2000-2020 {
  position: relative;
  z-index: 80;
  margin-top: -100px;
}
.sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-01 {
  display: none;
  height: 35px;
}
@media (max-width: 768px) {
  .sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-01 {
    display: none;
  }
}
.sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-01 {
  left: calc(50% + 15px);
}
.sect--page-history#year2000-2020 .timeline-border--first .timeline-border__b-01 {
  width: calc(50% - 48px);
  right: 0%;
  top: 55px;
}
@media (max-width: 960px) {
  .sect--page-history#year2000-2020 .timeline-border--first .timeline-border__b-01 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .sect--page-history#year2000-2020 .timeline-border--first .timeline-border__b-01 {
    width: calc(50% - 18px);
    top: 35px;
  }
}
.sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-02 {
  left: auto;
  right: 0%;
  height: 165px;
  top: 55px;
}
@media (max-width: 960px) {
  .sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-02 {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .sect--page-history#year2000-2020 .timeline-border--first .timeline-border__h-02 {
    top: 35px;
  }
}
.sect--page-history#year2000-2020 .page-history-title {
  background: #268282;
}
.sect--page-history#year2000-2020 .page-history-title .bg-01,
.sect--page-history#year2000-2020 .page-history-title .bg-02 {
  background: #268282;
}
.sect--page-history#year2000-2020 .page-history-title .bg-01::after,
.sect--page-history#year2000-2020 .page-history-title .bg-02::after {
  background: #e5efef;
}
.sect--page-history#year2000-2020 .page-history-title .page-history-title__inner {
  padding-top: 205px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .sect--page-history#year2000-2020 .page-history-title .page-history-title__inner {
    padding-top: 165px;
    padding-bottom: 0px;
  }
}
.sect--page-history#year2000-2020 .page-history-title .page-history-title__inner p {
  position: relative;
  z-index: 30;
}
.sect--page-history#year2000-2020 .content--page-history {
  background: #e5efef;
  padding-top: 130px;
}
.sect--page-history#year2000-2020 .timeline-c__text {
  color: #268282;
}
.sect--page-history#year2000-2020 .timeline-c__link > * {
  background: #268282;
}
.sect--page-history#year2000-2020 .timeline-h .timeline-h__title {
  border-bottom: solid 3px #268282;
}
.sect--page-history#year2000-2020 .timeline-h .timeline-h__title time {
  color: #268282;
}
.sect--page-history#year2000-2020 .timeline-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.sect--page-history#year2000-2020 .timeline-border__h-01 {
  background: #71bbbb;
}
.sect--page-history#year2000-2020 .timeline-border__b-01 {
  background: #71bbbb;
}
.sect--page-history#year2000-2020 .timeline-border__h-02 {
  background: #71bbbb;
}
.sect--page-history#year2020 {
  position: relative;
  z-index: 70;
  margin-top: -100px;
}
.sect--page-history#year2020 .timeline-border--first .timeline-border__h-01 {
  left: calc(50% + 50px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 145px;
  top: -70px;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .timeline-border--first .timeline-border__h-01 {
    left: 50%;
    top: -80px;
    height: 100px;
  }
}
.sect--page-history#year2020 .timeline-border--first .timeline-border__b-01 {
  width: calc(50% - 50px);
  right: 0%;
  top: 55px;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .timeline-border--first .timeline-border__b-01 {
    right: 0%;
    width: calc(50% - 0px);
    top: 10px;
  }
}
.sect--page-history#year2020 .timeline-border--first .timeline-border__h-02 {
  left: auto;
  right: 0%;
  height: 165px;
  top: 55px;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .timeline-border--first .timeline-border__h-02 {
    top: auto;
    height: calc(100% - 20px);
    bottom: 0;
  }
}
.sect--page-history#year2020 .timeline-c__border {
  border: solid 5px #0c69bf;
}
.sect--page-history#year2020 .time-text {
  color: #0c69bf;
}
.sect--page-history#year2020 .timeline-c__border {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
.sect--page-history#year2020 .timeline-c__border img {
  max-width: 333px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .timeline-c__border img {
    width: 90%;
  }
}
.sect--page-history#year2020 .page-history-title {
  background: #0c69bf;
}
.sect--page-history#year2020 .page-history-title .bg-01,
.sect--page-history#year2020 .page-history-title .bg-02 {
  background: #0c69bf;
}
.sect--page-history#year2020 .page-history-title .bg-01::after,
.sect--page-history#year2020 .page-history-title .bg-02::after {
  background: #dbeeff;
}
.sect--page-history#year2020 .page-history-title .page-history-title__inner {
  padding-top: 225px;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .page-history-title .page-history-title__inner {
    padding-top: 145px;
  }
}
.sect--page-history#year2020 .content--page-history {
  background: #dbeeff;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .sect--page-history#year2020 .content--page-history {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.sect--page-history#year2020 .timeline-c__text {
  color: #0c69bf;
}
.sect--page-history#year2020 .timeline-c__link > * {
  background: #0c69bf;
}
.sect--page-history#year2020 .timeline-h .timeline-h__title {
  border-bottom: solid 3px #0c69bf;
}
.sect--page-history#year2020 .timeline-h .timeline-h__title time {
  color: #0c69bf;
}
.sect--page-history#year2020 .timeline-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.sect--page-history#year2020 .timeline-border__h-01 {
  background: #3a8cd8;
}
.sect--page-history#year2020 .timeline-border__b-01 {
  background: #3a8cd8;
}
.sect--page-history#year2020 .timeline-border__h-02 {
  background: #3a8cd8;
}
.sect .blob-svg0101 {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  left: 0.5%;
  top: 0%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0101 {
    width: 21.5vw;
    height: 21.5vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0101 {
    left: -6%;
    top: 0%;
    width: 26.5vw;
    height: 26.5vw;
    max-width: 150px;
  }
}
.sect .blob-svg0102 {
  display: block;
  width: 310px;
  height: 310px;
  position: absolute;
  right: 1%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0102 {
    width: 21.5vw;
    height: 21.5vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0102 {
    right: -8%;
    top: 0%;
    width: 24.5vw;
    height: 24.5vw;
    max-width: 160px;
  }
}
.sect .blob-svg0103 {
  display: block;
  width: 480px;
  height: 480px;
  position: absolute;
  left: -20%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0103 {
    width: 33vw;
    height: 33vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0103 {
    left: -10%;
    top: -14vw;
    max-width: 180px;
  }
}
.sect .blob-svg0104 {
  display: block;
  width: 320px;
  height: 320px;
  position: absolute;
  right: -10%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0104 {
    width: 22vw;
    height: 22vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0104 {
    max-width: 160px;
    width: 26vw;
    height: 26vw;
    right: -10%;
    top: -14vw;
  }
}
.sect .blob-svg0105 {
  display: block;
  width: 320px;
  height: 320px;
  position: absolute;
  left: 3%;
  bottom: -8%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0105 {
    bottom: -8%;
    width: 23vw;
    height: 23vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0105 {
    max-width: 180px;
    bottom: -10vw;
    left: -10%;
    width: 30vw;
    height: 30vw;
  }
}
.sect .blob-svg0106 {
  display: block;
  width: 220px;
  height: 220px;
  position: absolute;
  right: 13%;
  bottom: -6%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0106 {
    bottom: -6%;
    width: 16vw;
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0106 {
    max-width: 180px;
    bottom: -10vw;
    right: -10%;
    width: 30vw;
    height: 30vw;
  }
}
.sect .blob-svg0201 {
  display: block;
  width: 460px;
  height: 460px;
  position: absolute;
  left: -25%;
  top: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0201 {
    left: -10%;
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0201 {
    top: -4%;
    max-width: 220px;
    left: -17%;
    width: 40vw;
    height: 40vw;
  }
}
.sect .blob-svg0202 {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  right: -20%;
  top: -15%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0202 {
    right: -15%;
    width: 34vw;
    height: 34vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0202 {
    top: -6%;
    max-width: 220px;
    right: -16%;
  }
}
.sect .blob-svg0203 {
  display: block;
  width: 340px;
  height: 340px;
  position: absolute;
  left: -12%;
  bottom: -10%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0203 {
    width: 24vw;
    height: 24vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0203 {
    max-width: 180px;
    bottom: -10vw;
    left: -18%;
    width: 32vw;
    height: 32vw;
  }
}
.sect .blob-svg0204 {
  display: block;
  width: 360px;
  height: 360px;
  position: absolute;
  right: -15%;
  bottom: -14%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0204 {
    width: 26vw;
    height: 26vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0204 {
    bottom: -10vw;
    right: -18%;
    width: 34vw;
    height: 34vw;
    max-width: 190px;
  }
}
.sect .blob-svg0301 {
  display: block;
  width: 280px;
  height: 280px;
  position: absolute;
  left: -2%;
  top: 40%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0301 {
    width: 19.5vw;
    height: 19.5vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0301 {
    left: -12%;
    top: 46%;
    width: 30vw;
    height: 30vw;
    z-index: 10;
    max-width: 180px;
  }
}
.sect .blob-svg0302 {
  display: block;
  width: 260px;
  height: 260px;
  position: absolute;
  right: -2%;
  top: 40%;
  z-index: 10;
}
@media (max-width: 1439px) {
  .sect .blob-svg0302 {
    width: 18vw;
    height: 18vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0302 {
    width: 24vw;
    height: 24vw;
    top: 46%;
    z-index: 10;
    max-width: 160px;
  }
}
.sect .blob-svg0303 {
  display: block;
  width: 350px;
  height: 350px;
  position: absolute;
  right: -6%;
  top: 75%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0303 {
    width: 24.5vw;
    height: 24.5vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0303 {
    width: 38vw;
    height: 38vw;
    max-width: 280px;
    top: auto;
    bottom: -2%;
    right: -10%;
    z-index: 10;
  }
}
.sect .blob-svg0304 {
  display: block;
  width: 350px;
  height: 350px;
  position: absolute;
  left: -6%;
  top: 75%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0304 {
    width: 24vw;
    height: 24vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0304 {
    width: 42vw;
    height: 42vw;
    max-width: 300px;
    top: auto;
    bottom: -3%;
    left: -14%;
    z-index: 10;
  }
}
.sect .blob-svg0401 {
  display: block;
  width: 500px;
  height: 500px;
  position: absolute;
  left: -15%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0401 {
    width: 34vw;
    height: 34vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0401 {
    max-width: 280px;
    z-index: 10;
    top: 18%;
    left: -17%;
  }
}
.sect .blob-svg0402 {
  display: block;
  width: 430px;
  height: 430px;
  position: absolute;
  right: -13%;
  bottom: -5%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0402 {
    width: 30vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0402 {
    width: 38vw;
    height: 38vw;
    max-width: 300px;
    bottom: -15vw;
  }
}
.sect .blob-svg0403 {
  display: block;
  width: 260px;
  height: 260px;
  position: absolute;
  right: 10%;
  bottom: -10%;
  z-index: 2;
}
@media (max-width: 1439px) {
  .sect .blob-svg0403 {
    width: 19vw;
    height: 19vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0403 {
    width: 22vw;
    height: 22vw;
    max-width: 180px;
    right: -5%;
  }
}
.sect .blob-svg0501 {
  display: block;
  width: 220px;
  height: 220px;
  position: absolute;
  left: 18%;
  top: -10%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0501 {
    width: 16vw;
    height: 16vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0501 {
    width: 30vw;
    height: 30vw;
    max-width: 260px;
    left: -5%;
    top: -20%;
  }
}
.sect .blob-svg0502 {
  display: block;
  width: 260px;
  height: 260px;
  position: absolute;
  right: -2%;
  top: -15%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0502 {
    width: 21vw;
    height: 21vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0502 {
    width: 38vw;
    height: 38vw;
    max-width: 320px;
    right: -12%;
    top: -20%;
  }
}
.sect .blob-svg0503 {
  display: block;
  width: 230px;
  height: 230px;
  position: absolute;
  right: 15%;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0503 {
    right: 12%;
    width: 15vw;
    height: 15vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0503 {
    width: 28vw;
    height: 28vw;
    max-width: 200px;
    right: -12%;
    bottom: -23%;
  }
}
.sect .blob-svg0504 {
  display: block;
  width: 290px;
  height: 290px;
  position: absolute;
  left: -4%;
  bottom: 0%;
  z-index: 0;
}
@media (max-width: 1439px) {
  .sect .blob-svg0504 {
    width: 23vw;
    height: 23vw;
  }
}
@media (max-width: 768px) {
  .sect .blob-svg0504 {
    width: 28vw;
    height: 28vw;
    max-width: 160px;
    left: -10%;
  }
}
.sect .timeline-deco {
  position: absolute;
  z-index: 30;
}
@media (max-width: 960px) {
  .sect .deco-0101 {
    width: 9.375vw;
  }
  .sect .deco-0102 {
    width: 15.8333333333vw;
  }
  .sect .deco-0103 {
    width: 18.75vw;
  }
  .sect .deco-0104 {
    width: 13.0208333333vw;
  }
  .sect .deco-0201 {
    width: 8.6458333333vw;
  }
  .sect .deco-0202 {
    width: 16.25vw;
  }
  .sect .deco-0203 {
    width: 13.75vw;
  }
  .sect .deco-0301 {
    width: 12.1875vw;
  }
  .sect .deco-0302 {
    width: 7.8125vw;
  }
  .sect .deco-0303 {
    width: 18.2291666667vw;
  }
  .sect .deco-0304 {
    width: 12.1875vw;
  }
  .sect .deco-0305 {
    width: 11.1458333333vw;
  }
  .sect .deco-0306 {
    width: 11.3541666667vw;
  }
  .sect .deco-0307 {
    width: 11.4583333333vw;
  }
  .sect .deco-0308 {
    width: 16.4583333333vw;
  }
  .sect .deco-0401 {
    width: 7.8125vw;
  }
  .sect .deco-0402 {
    width: 12.7083333333vw;
  }
  .sect .deco-0403 {
    width: 11.7708333333vw;
  }
}
.sect .deco-0101 {
  left: -60px;
  bottom: -25px;
}
@media (max-width: 768px) {
  .sect .deco-0101 {
    width: 51px;
    width: 18.2142857143%;
    left: -14%;
    bottom: auto;
    top: 33%;
  }
}
.sect .deco-0102 {
  right: -155px;
  bottom: 25px;
}
@media (max-width: 960px) {
  .sect .deco-0102 {
    right: -18%;
  }
}
@media (max-width: 768px) {
  .sect .deco-0102 {
    bottom: auto;
    width: 89px;
    width: 32.1428571429%;
    right: -18%;
    top: 14%;
  }
}
.sect .deco-0103 {
  left: -115px;
  bottom: -5px;
}
@media (max-width: 960px) {
  .sect .deco-0103 {
    bottom: -15%;
  }
}
@media (max-width: 768px) {
  .sect .deco-0103 {
    bottom: auto;
    width: 90px;
    width: 32.1428571429%;
    left: -18%;
    top: 5%;
  }
}
.sect .deco-0104 {
  right: -75px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .sect .deco-0104 {
    bottom: auto;
    width: 70px;
    width: 25%;
    right: -8.5%;
    top: 42%;
  }
}
.sect .deco-0201 {
  left: -68px;
  bottom: 55px;
}
@media (max-width: 768px) {
  .sect .deco-0201 {
    bottom: auto;
    width: 42px;
    width: 14.6428571429%;
    left: -9%;
    top: 26%;
  }
}
.sect .deco-0202 {
  right: -108px;
  bottom: 30px;
}
@media (max-width: 768px) {
  .sect .deco-0202 {
    bottom: auto;
    width: 86px;
    width: 30.7142857143%;
    right: -13%;
    top: 53%;
  }
}
.sect .deco-0203 {
  left: -90px;
  top: 15px;
}
@media (max-width: 1280px) {
  .sect .deco-0203 {
    top: -50px;
    left: -90px;
  }
}
@media (max-width: 768px) {
  .sect .deco-0203 {
    bottom: auto;
    width: 70px;
    width: 25%;
    left: -15%;
    top: 35%;
  }
}
.sect .deco-0301 {
  left: -80px;
  bottom: 50px;
}
@media (max-width: 768px) {
  .sect .deco-0301 {
    bottom: auto;
    width: 70px;
    width: 25%;
    left: -15%;
    top: 24%;
  }
}
.sect .deco-0302 {
  right: -50px;
  bottom: 50px;
}
@media (max-width: 768px) {
  .sect .deco-0302 {
    bottom: auto;
    width: 35px;
    width: 13.3928571429%;
    right: -6%;
    top: 40%;
  }
}
.sect .deco-0303 {
  left: -155px;
  bottom: 30px;
}
@media (max-width: 768px) {
  .sect .deco-0303 {
    bottom: auto;
    width: 31.25%;
    left: -13%;
    top: 30%;
  }
}
.sect .deco-0304 {
  right: -80px;
  bottom: -90px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 768px) {
  .sect .deco-0304 {
    bottom: auto;
    width: 20.8928571429%;
    right: 0%;
    bottom: -15.3%;
  }
}
.sect .deco-0305 {
  left: 90px;
  top: 130px;
}
@media (max-width: 960px) {
  .sect .deco-0305 {
    left: 10%;
    width: 10vw;
  }
}
@media (max-width: 768px) {
  .sect .deco-0305 {
    bottom: auto;
    width: 20.7142857143%;
    left: -3%;
    top: 25%;
  }
}
.sect .deco-0306 {
  right: -140px;
  top: 60px;
}
@media (max-width: 1180px) {
  .sect .deco-0306 {
    right: -110px;
  }
}
@media (max-width: 768px) {
  .sect .deco-0306 {
    bottom: auto;
    width: 19.4642857143%;
    right: -13%;
    top: 46%;
  }
}
.sect .deco-0307 {
  left: -120px;
  bottom: -10px;
}
@media (max-width: 768px) {
  .sect .deco-0307 {
    bottom: auto;
    width: 19.6428571429%;
    left: -14%;
    top: 25%;
    bottom: auto;
  }
}
.sect .deco-0308 {
  right: -115px;
  top: -23px;
}
@media (max-width: 1180px) {
  .sect .deco-0308 {
    top: -30%;
  }
}
@media (max-width: 768px) {
  .sect .deco-0308 {
    bottom: auto;
    width: 34.1071428571%;
    right: -18%;
    top: 29%;
    bottom: auto;
  }
}
.sect .deco-0401 {
  right: -110px;
  top: -113px;
}
@media (max-width: 768px) {
  .sect .deco-0401 {
    bottom: auto;
    width: 14.6428571429%;
    right: -8%;
    top: -30%;
  }
}
.sect .deco-0402 {
  left: -150px;
  bottom: 5px;
}
@media (max-width: 768px) {
  .sect .deco-0402 {
    bottom: auto;
    width: 25.3571428571%;
    left: -13%;
    bottom: auto;
    top: 18%;
  }
}
.sect .deco-0403 {
  left: -90px;
  bottom: 50px;
}
@media (max-width: 768px) {
  .sect .deco-0403 {
    bottom: auto;
    width: 22.5%;
    left: -19%;
    bottom: auto;
    top: 13%;
  }
}

.history-circle {
  background: #e5efef;
  max-width: 723px;
}
@media (max-width: 1439px) {
  .history-circle {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .history-circle {
    max-width: 560px;
    width: calc(100% - 20px);
  }
}
.history-circle {
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 10px;
  padding-top: 9%;
  z-index: 10;
}
@media (max-width: 1439px) {
  .history-circle {
    gap: 1vw;
  }
}
@media (max-width: 768px) {
  .history-circle {
    gap: 10px;
    padding-top: 15%;
  }
}
.history-circle::after {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: solid 3px #268282;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .history-circle::after {
    border: solid 2px #268282;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.history-circle__title {
  font-size: 3rem;
}
@media (max-width: 1439px) {
  .history-circle__title {
    font-size: min(3.6363636364vw, 48px);
    max-width: 80%;
    margin-top: -30px;
  }
}
@media (max-width: 768px) {
  .history-circle__title {
    font-size: min(6vw, 38px);
    width: calc(100% - 50px);
  }
}
.history-circle__title {
  letter-spacing: 0.1em;
  color: #268282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  text-align: center;
}
.history-circle__title img {
  display: block;
  max-width: 466px;
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
}
@media (max-width: 1439px) {
  .history-circle__title img {
    max-width: 100%;
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .history-circle__title img {
    width: 100%;
    max-width: 100%;
  }
}
.history-circle__year {
  font-size: 7.5rem;
  letter-spacing: 0.1em;
  color: #268282;
}
@media (max-width: 1439px) {
  .history-circle__year {
    font-size: min(9.8484848485vw, 130px);
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .history-circle__year {
    font-size: min(20vw, 60px);
  }
}
@media (min-width: 769px) {
  .history-circle {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .history-circle:hover .btn--circle {
    -webkit-box-shadow: 0px 0px 0px 100px #268282 inset;
            box-shadow: 0px 0px 0px 100px #268282 inset;
    border: solid 2px #268282;
    color: #fff !important;
  }
  .history-circle:hover .btn--circle .icon-arrow {
    background: #fff;
    width: 60px;
  }
  .history-circle:hover .btn--circle .icon-arrow::after {
    background: #fff;
  }
}
@keyframes flyUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  16% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  32% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.history-circle .btn--circle {
  pointer-events: none;
}

/* =========================================================================
   timeline.js 用スタイル（編集可）
   ・線の伸縮・年表のフェードは JS(timeline.js)がスクロール進捗で inline の
     `scale` / `opacity` を設定する（既存の transform: translateX(-50%) と非干渉のため
     CSSの scale プロパティを使用。transform は使わない）。
   ・ここでは「伸びる向き(transform-origin)」だけ定義。向きを変えたい時はここを編集。
   ========================================================================= */
.timeline-border__h-01, .timeline-border__h-02 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.timeline-border__b-01.move-right {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.timeline-border__b-01.move-left {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

/* 年表コンテンツの初期状態（非表示） */
.timeline-cont,
.timeline-h ul li {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  opacity: 0;
}

.timeline-cont.is-active {
  opacity: 1;
}

.timeline-h:not(.timeline-h--r) ul li {
  opacity: 0;
}

.timeline-h.timeline-h--r ul li {
  opacity: 0;
}

.timeline-h ul li.is-active {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}

.timeline-h ul li.is-active {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
          transition-timing-function: cubic-bezier(0.68, 0, 0.4, 0.99);
}

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

@keyframes timelineFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.timeline-border__h-01:not(.animation),
.timeline-border__h-02:not(.animation) {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  /* 縦線は上から伸びる */
  scale: 1 0;
  /* 初期は縦方向 0（消えている） */
}

.timeline-border__b-01:not(.animation) {
  /* 横線。向きは move-right / move-left の transform-origin に従う */
  scale: 0 1;
  /* 初期は横方向 0 */
}

body.is-landscape .modal {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

body.touch .modal {
  display: block;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.modal {
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  /*
  display: none;
      opacity: 1;
      display: block;
      pointer-events: all;
      */
}

.modal-karuta {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 66px);
  top: 66px;
  z-index: 100;
}
@media (max-width: 768px) {
  .modal-karuta {
    top: 50px;
    height: calc(100% - 50px);
  }
}
.modal-karuta .close-modal {
  top: 0px;
  width: 32px;
  height: 32px;
  z-index: 300;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 769px) {
  .modal-karuta .close-modal {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-karuta .close-modal:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 768px) {
  .modal-karuta .close-modal {
    top: 10px;
    right: 15px;
  }
}
.modal-karuta .close-modal > span {
  width: 100%;
  height: 100%;
}
.modal-karuta .close-modal > span > span {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-karuta .close-modal > span > span {
    width: 26px;
    height: 26px;
  }
}
.modal-karuta .close-modal > span > span {
  margin: 0 0 0 auto;
  position: relative;
  pointer-events: none;
}
@media (min-width: 769px) {
  .modal-karuta .close-modal > span > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-karuta .close-modal > span > span:hover::before, .modal-karuta .close-modal > span > span:hover::after {
    height: 80%;
  }
}
.modal-karuta .close-modal > span > span::before {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #192fb7;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-karuta .close-modal > span > span::before {
    width: 3px;
  }
}
.modal-karuta .close-modal > span > span::after {
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #192fb7;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-karuta .close-modal > span > span::after {
    width: 3px;
  }
}
.modal-karuta.active {
  opacity: 1;
  pointer-events: all;
}
.modal-karuta.active .close-modal {
  pointer-events: all;
}
.modal-karuta .modal__inner {
  overflow: auto;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.modal-karuta .modal__inner .modal__content {
  padding: 30px 40px 30px;
}
@media (max-width: 768px) {
  .modal-karuta .modal__inner .modal__content {
    padding: 30px 18px 20px;
  }
}
.modal-karuta .modal__inner .modal__content .modal__content-inner {
  border-radius: 20px;
  padding: 60px 110px;
  max-width: 850px;
  position: relative;
  background: #fff;
  margin: auto;
}
@media (max-width: 960px) {
  .modal-karuta .modal__inner .modal__content .modal__content-inner {
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .modal-karuta .modal__inner .modal__content .modal__content-inner {
    padding: 50px 18px;
  }
}
.modal-karuta .modal-main {
  position: relative;
  width: 100%;
  margin: auto;
}
.modal-karuta__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  margin-bottom: 50px;
}
.modal-karuta__head > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-karuta__head > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-karuta__head {
    gap: 15px;
    margin-bottom: 28px;
  }
}
.modal-karuta__head img {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
  width: 100%;
  height: auto;
}
.modal-karuta__read {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal-karuta__read {
    font-size: 0.8125rem;
  }
}
.modal-karuta__read {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.modal-karuta__read h3 {
  font-size: 1.5rem;
  color: #192fb7;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .modal-karuta__read h3 {
    font-size: 1.25rem;
  }
}
.modal-karuta__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 40px 0 0;
}
.modal-karuta__nav a {
  display: block;
  height: 85px;
  width: 100%;
  border-radius: 100px;
  border: solid 2px #1e1d1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 10px 60px 10px 36px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal-karuta__nav a {
    font-size: 0.75rem;
  }
}
.modal-karuta__nav a {
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .modal-karuta__nav a {
    padding: 10px 40px 10px 15px;
    min-height: 45px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .modal-karuta__nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-karuta__nav a:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.modal-karuta__nav a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  width: 27px;
  height: 28px;
  background: url(../img/icon/icon_blank@2x.png) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .modal-karuta__nav a[target=_blank]::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.modal-karuta__nav a:not([target=_blank]) .icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  left: auto;
}
@media (max-width: 768px) {
  .modal-karuta__nav a:not([target=_blank]) .icon-arrow {
    right: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .modal-karuta__nav a:not([target=_blank]) .icon-arrow {
    width: 15px;
    height: 1px;
  }
  .modal-karuta__nav a:not([target=_blank]) .icon-arrow::after {
    width: 6px;
    height: 1px;
  }
}
.modal-karuta__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 40px 0 0;
}
.modal-karuta__product .product-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 127fr 17px 490fr;
  grid-template-columns: 127fr 490fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 17px;
}
.modal-karuta__product .product-details > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-karuta__product .product-details > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal-karuta__product .product-details picture img {
  display: block;
  margin: auto;
  height: auto;
}
.modal-karuta__product .product-details dt {
  color: #192fb7;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-karuta__product .product-details__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.modal-karuta__product .product-details__flex > span {
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: 400;
}
.modal-karuta__product .product-details__tag {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #000;
  padding: 0 0.2em;
  letter-spacing: 0.05em;
  color: #000;
}
.modal-karuta__product .product-details__feature {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 84px 14px 1fr;
  grid-template-columns: 84px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 14px;
}
.modal-karuta__product .product-details__feature > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-karuta__product .product-details__feature > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-karuta__product .product-details__feature {
    margin-top: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  .modal-karuta__product .product-details__feature > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.modal-karuta__product .product-details__feature span {
  width: 84px;
  height: 26px;
  background: #000;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.modal-karuta__product .product-details__feature p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.7;
}

.modal-mscs {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 66px);
  top: 66px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .modal-mscs {
    top: 50px;
    height: calc(100% - 50px);
  }
}
.modal-mscs .close-modal {
  top: 0px;
  width: 36px;
  height: 36px;
  z-index: 300;
  position: absolute;
  top: 20px;
  right: 20px;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 769px) {
  .modal-mscs .close-modal {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-mscs .close-modal:hover {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@media (max-width: 768px) {
  .modal-mscs .close-modal {
    width: 40px;
    height: 50px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modal-mscs .close-modal > span > span {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-mscs .close-modal > span > span {
    width: 26px;
    height: 26px;
  }
}
.modal-mscs .close-modal > span > span {
  margin: 0 0 0 auto;
  position: relative;
  pointer-events: none;
}
@media (min-width: 769px) {
  .modal-mscs .close-modal > span > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-mscs .close-modal > span > span:hover::before, .modal-mscs .close-modal > span > span:hover::after {
    height: 80%;
  }
}
.modal-mscs .close-modal > span > span::before {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-mscs .close-modal > span > span::before {
    width: 3px;
  }
}
.modal-mscs .close-modal > span > span::after {
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #000;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-mscs .close-modal > span > span::after {
    width: 3px;
  }
}
.modal-mscs h3 {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .modal-mscs h3 {
    height: 80px;
    max-width: 560px;
  }
}
@media (max-width: 768px) {
  .modal-mscs h3 img {
    width: calc(100% - 90px);
    display: block;
    margin: auto;
  }
}
.modal-mscs.active {
  opacity: 1;
  pointer-events: all;
}
.modal-mscs.active .close-modal {
  pointer-events: all;
}
.modal-mscs .modal__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
}
.modal-mscs .modal__inner .modal__content {
  height: 100%;
}
.modal-mscs .modal__inner .modal__content .modal__content-products {
  border-radius: 20px;
  padding: 0 100px 0;
  position: relative;
  margin: auto;
}
@media (max-width: 1280px) {
  .modal-mscs .modal__inner .modal__content .modal__content-products {
    padding: 0px 60px 0;
  }
}
@media (max-width: 1180px) {
  .modal-mscs .modal__inner .modal__content .modal__content-products {
    padding: 0px 40px 0;
  }
}
@media (max-width: 960px) {
  .modal-mscs .modal__inner .modal__content .modal__content-products {
    padding: 0px 10vw 0;
  }
}
@media (max-width: 768px) {
  .modal-mscs .modal__inner .modal__content .modal__content-products {
    padding: 0px 15px 0;
  }
}
.modal-mscs .modal-main {
  overflow: auto;
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 20px auto 0;
  height: calc(100% - 220px);
}
@media (max-width: 768px) {
  .modal-mscs .modal-main {
    margin: 10px auto 0;
    height: calc(100% - 130px);
  }
}
.modal-mscs .modal-main-products {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal-mscs .modal-main-products::-webkit-scrollbar {
  display: none;
}
.modal-mscs .cscroll {
  position: sticky;
  top: 0;
  left: 0;
  height: 0;
  z-index: 5;
  pointer-events: none;
}
.modal-mscs .cscroll__track {
  position: absolute;
  top: 0;
  right: 8px;
  width: 10px;
  background: #fff;
  border-radius: 100px;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .modal-mscs .cscroll__track {
    right: 5px;
    width: 5px;
  }
}
.modal-mscs .cscroll__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  background: #cacaca;
  border-radius: 100px;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}
@media (max-width: 768px) {
  .modal-mscs .cscroll__thumb {
    width: 5px;
  }
}
.modal-mscs .cscroll__thumb:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.modal-mscs .modal__nav {
  width: 100%;
  height: 100px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .modal-mscs .modal__nav {
    height: 64px;
  }
  .modal-mscs .modal__nav button {
    width: 50%;
    height: 40px;
    max-width: 160px;
  }
}
.modal-mscs__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 60px;
  margin-bottom: 50px;
}
.modal-mscs__head > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-mscs__head > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-mscs__head {
    gap: 15px;
    margin-bottom: 28px;
  }
}
.modal-mscs__head img {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
          filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.18));
  width: 100%;
  height: auto;
}
.modal-mscs__read {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal-mscs__read {
    font-size: 0.8125rem;
  }
}
.modal-mscs__read {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.modal-mscs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 40px 0;
}
.modal-mscs__nav a {
  display: block;
  height: 85px;
  width: 100%;
  border-radius: 100px;
  border: solid 2px #1e1d1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 10px 60px 10px 36px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal-mscs__nav a {
    font-size: 0.75rem;
  }
}
.modal-mscs__nav a {
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .modal-mscs__nav a {
    padding: 10px 40px 10px 15px;
    min-height: 45px;
    height: auto;
  }
}
@media (min-width: 769px) {
  .modal-mscs__nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-mscs__nav a:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.modal-mscs__nav a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  width: 27px;
  height: 28px;
  background: url(../img/icon/icon_blank@2x.png) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .modal-mscs__nav a[target=_blank]::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.modal-mscs__nav a:not([target=_blank]) .icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  left: auto;
}
@media (max-width: 768px) {
  .modal-mscs__nav a:not([target=_blank]) .icon-arrow {
    right: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .modal-mscs__nav a:not([target=_blank]) .icon-arrow {
    width: 15px;
    height: 1px;
  }
  .modal-mscs__nav a:not([target=_blank]) .icon-arrow::after {
    width: 6px;
    height: 1px;
  }
}
.modal-mscs .products {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.modal-mscs .products > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-mscs .products > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.modal-mscs .products > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal-mscs .products > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.modal-mscs .products > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 960px) {
  .modal-mscs .products {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .modal-mscs .products > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modal-mscs .products > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .modal-mscs .products > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .modal-mscs .products > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}
@media (max-width: 960px) {
  .modal-mscs .products {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .modal-mscs .products > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .modal-mscs .products > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .modal-mscs .products > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 768px) {
  .modal-mscs .products {
    max-width: 560px;
    margin: auto;
  }
}
.modal-mscs .products li {
  cursor: pointer;
}
.modal-mscs .products li.active figure picture {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18), 0px 0px 0px 3px #ff546d;
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18), 0px 0px 0px 3px #ff546d;
}
@media (min-width: 769px) {
  .modal-mscs .products li {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-mscs .products li:hover figure picture {
    /*
    box-shadow: 0px 0px 24px rgba(0,0,0,0.18),0px 0px 0px 3px rgba(255, 84, 109,0.4);
    */
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.products {
  display: -ms-grid;
  display: grid;
  gap: 30px 19px;
  padding: 24px 0 40px;
}
@media (max-width: 768px) {
  .products {
    padding: 14px 0 40px;
    gap: 20px 10px;
  }
}
.products figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .products figcaption {
    margin-top: 10px;
  }
}
.products__category {
  background: #000;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 30px;
  padding: 1px 12px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1080px) {
  .products__category {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .products__category {
    padding: 1px 6px;
    font-size: 0.6875rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .products__category {
    font-size: 0.625rem;
  }
}
.products__name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.products__name.fs-20 {
  font-size: 1.25rem;
}
@media (max-width: 1180px) {
  .products__name.fs-20 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  .products__name.fs-20 {
    letter-spacing: 0em;
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .products__name {
    letter-spacing: 0em;
    font-size: 0.75rem;
  }
}
.products__name2 {
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .products__name2 {
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .products__name2 {
    font-size: 0.625rem;
  }
}
.products__class {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  border: solid 2px #000;
  padding: 1px 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .products__class {
    border: solid 1px #000;
    font-size: 0.6875rem;
    letter-spacing: 0em;
  }
}
@media (max-width: 768px) and (max-width: 390px) {
  .products__class {
    font-size: 0.625rem;
  }
}
.products__effect {
  font-size: 0.625rem;
}
.products li figure picture {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.18);
}
@media (max-width: 768px) {
  .products li figure picture {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  }
}
.products li figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products li small {
  font-size: 0.625rem;
}

.modal-history {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 66px);
  top: 66px;
  z-index: 100;
}
@media (max-width: 768px) {
  .modal-history {
    top: 50px;
    height: calc(100% - 50px);
  }
}
.modal-history .close-modal {
  top: 0px;
  width: 70px;
  height: 70px;
  z-index: 300;
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
  z-index: 2;
  border: solid 2px #01181a;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  background: #fff;
}
@media (min-width: 769px) {
  .modal-history .close-modal {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-history .close-modal:hover {
    -webkit-transform: translate(50%, -50%) scale(1.1);
            transform: translate(50%, -50%) scale(1.1);
  }
}
@media (max-width: 768px) {
  .modal-history .close-modal {
    width: 42px;
    height: 42px;
    top: 5px;
    right: 5px;
  }
}
.modal-history .close-modal > span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-history .close-modal > span > span {
  display: block;
  width: 60%;
  height: 60%;
  cursor: pointer;
  position: relative;
  pointer-events: none;
}
@media (min-width: 769px) {
  .modal-history .close-modal > span > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-history .close-modal > span > span:hover::before, .modal-history .close-modal > span > span:hover::after {
    height: 80%;
  }
}
.modal-history .close-modal > span > span::before {
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #01181a;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-history .close-modal > span > span::before {
    width: 3px;
  }
}
.modal-history .close-modal > span > span::after {
  -webkit-transition: ease all 0.6s;
  transition: ease all 0.6s;
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #01181a;
  z-index: 2;
  border-radius: 100px;
}
@media (max-width: 768px) {
  .modal-history .close-modal > span > span::after {
    width: 3px;
  }
}
.modal-history.active {
  opacity: 1;
  pointer-events: all;
}
.modal-history.active .close-modal {
  pointer-events: all;
}
.modal-history .modal__inner {
  overflow: auto;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.modal-history .modal__inner .modal__content {
  padding: 30px 40px 30px;
}
@media (max-width: 768px) {
  .modal-history .modal__inner .modal__content {
    padding: 30px 25px 30px;
  }
}
.modal-history .modal__inner .modal__content .modal__content-inner {
  border-radius: 20px;
  padding: 70px 35px;
  max-width: 1210px;
  position: relative;
  background: #fff;
  margin: auto;
  border: solid 2px #01181a;
}
@media (max-width: 960px) {
  .modal-history .modal__inner .modal__content .modal__content-inner {
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .modal-history .modal__inner .modal__content .modal__content-inner {
    padding: 30px 15px;
  }
}
.modal-history .modal-main {
  position: relative;
  width: 100%;
  margin: auto;
}
.modal-history__head {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-history__head img {
  height: 55px;
  width: auto;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .modal-history__head img {
    height: 25px;
  }
}
.modal-history__read {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .modal-history__read {
    margin-top: 10px;
  }
}
.modal-history__read figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 573fr 40px 504fr;
  grid-template-columns: 573fr 504fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
.modal-history__read figure > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-history__read figure > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-history__read figure {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 20px;
  }
  .modal-history__read figure > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (min-width: 769px) {
  .modal-history__read figure picture {
    margin-top: 10px;
  }
}
.modal-history__read figure picture img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-history__read figure picture img {
    border-radius: 10px;
  }
}
.modal-history__read figure figcaption > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 20px;
}
.modal-history__read figure figcaption > div > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-history__read figure figcaption > div p {
  line-height: 1.75;
}
@media (max-width: 768px) {
  .modal-history__read figure figcaption > div p {
    font-weight: 500;
    font-size: 0.9375rem;
  }
}
.modal-history__read h3 {
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .modal-history__read h3 {
    font-size: 1.125rem;
  }
}
.modal-history__read h3 {
  color: #684b05;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .modal-history__read h3 {
    font-size: 1.25rem;
  }
}
.modal-history .time-text {
  color: #268282;
  -webkit-transform: translateY(-0.3em);
          transform: translateY(-0.3em);
  line-height: 0.7;
  font-size: min(2.5vw, 33px);
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .modal-history .time-text {
    font-size: 1rem;
  }
}
.modal-history .time-text span {
  letter-spacing: 0.1em;
}
.modal-history .time-text span.fs-48 {
  font-size: min(4.5454545455vw, 60px);
}
@media (max-width: 768px) {
  .modal-history .time-text span.fs-48 {
    font-size: 1.875rem;
  }
}
.modal-history .time-text span.fs-36 {
  font-size: min(4.5454545455vw, 60px);
  margin: 0 0.1em;
}
@media (max-width: 768px) {
  .modal-history .time-text span.fs-36 {
    font-size: 1.875rem;
  }
}
.modal-history .time-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.modal-history--1980-1990 h3, .modal-history--1980-1990 .time-text {
  color: #4d8235;
}
.modal-history--2020 h3, .modal-history--2020 .time-text {
  color: #0c69bf;
}
.modal-history--2000-2020 h3, .modal-history--2000-2020 .time-text {
  color: #268282;
}
.modal-history__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  .modal-history__nav {
    margin: 20px 0 0;
  }
}
.modal-history__nav a {
  display: block;
  height: 70px;
  width: 100%;
  border-radius: 100px;
  border: solid 2px #1e1d1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-weight: 700;
  padding: 10px 60px 10px 36px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .modal-history__nav a {
    font-size: 0.875rem;
  }
}
.modal-history__nav a {
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.3;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal-history__nav a {
    padding: 18px 40px 18px 20px;
    min-height: 45px;
    height: auto;
  }
}
.modal-history__nav a span {
  display: inline-block;
}
@media (min-width: 769px) {
  .modal-history__nav a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .modal-history__nav a:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.modal-history__nav a[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  width: 27px;
  height: 28px;
  background: url(../img/icon/icon_blank@2x.png) no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .modal-history__nav a[target=_blank]::after {
    right: 15px;
    width: 15px;
    height: 15px;
  }
}
.modal-history__nav a:not([target=_blank]) .icon-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 36px;
  left: auto;
}
@media (max-width: 768px) {
  .modal-history__nav a:not([target=_blank]) .icon-arrow {
    right: 15px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .modal-history__nav a:not([target=_blank]) .icon-arrow {
    width: 15px;
    height: 1px;
  }
  .modal-history__nav a:not([target=_blank]) .icon-arrow::after {
    width: 6px;
    height: 1px;
  }
}
.modal-history__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  margin: 40px 0 0;
}
.modal-history__product .product-details {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 127fr 17px 490fr;
  grid-template-columns: 127fr 490fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 17px;
}
.modal-history__product .product-details > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-history__product .product-details > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.modal-history__product .product-details picture img {
  display: block;
  margin: auto;
  height: auto;
}
.modal-history__product .product-details dt {
  color: #192fb7;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-history__product .product-details__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.modal-history__product .product-details__flex > span {
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: 400;
}
.modal-history__product .product-details__tag {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #000;
  padding: 0 0.2em;
  letter-spacing: 0.05em;
  color: #000;
}
.modal-history__product .product-details__feature {
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 84px 14px 1fr;
  grid-template-columns: 84px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 14px;
}
.modal-history__product .product-details__feature > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-history__product .product-details__feature > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 768px) {
  .modal-history__product .product-details__feature {
    margin-top: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 10px;
  }
  .modal-history__product .product-details__feature > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.modal-history__product .product-details__feature span {
  width: 84px;
  height: 26px;
  background: #000;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.modal-history__product .product-details__feature p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.7;
}