@charset "UTF-8";
:root {
  --screen-height:100vh; }

/*********************************************************************
 * Hover Scale系.
 *********************************************************************/
@-webkit-keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }
@keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }

@-webkit-keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@-webkit-keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@-webkit-keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

@keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

/*********************************************************************
 * Bounce系.
 *********************************************************************/
@-webkit-keyframes bounce-delay {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  79% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  83% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95); }
  86% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  89% {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98); }
  92% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes bounce-delay {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  79% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  83% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95); }
  86% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  89% {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98); }
  92% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@-webkit-keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@-webkit-keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounce-arrow-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@keyframes bounce-arrow-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@-webkit-keyframes top-current-position {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); } }

@keyframes top-current-position {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); } }

@-webkit-keyframes top-current-position-sp {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); } }

@keyframes top-current-position-sp {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); } }

@-webkit-keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); }
  50% {
    -webkit-transform: translate3d(-2.5vw, 0, 0);
            transform: translate3d(-2.5vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); } }

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); }
  50% {
    -webkit-transform: translate3d(-2.5vw, 0, 0);
            transform: translate3d(-2.5vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); } }

@-webkit-keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20px, 0);
            transform: translate3d(-50%, -20px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); } }

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20px, 0);
            transform: translate3d(-50%, -20px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); } }

@-webkit-keyframes wrong-anim {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes wrong-anim {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/************************************************
 * お気に入りモーダル
 ************************************************/
#favorite-01 {
  display: none; }

#favorite-03 {
  display: none; }

#favorite-04 {
  display: none; }

#favorite-05 {
  display: none; }

#favorite-release {
  display: none; }

.modal-favorite {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10020;
  overflow-y: auto; }
  @media screen and (min-width: 813px) {
    .modal-favorite {
      min-width: 980px; } }

.modal-favorite-close {
  width: 16.26667vw;
  position: fixed;
  top: 4vw;
  right: 4vw;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .modal-favorite-close {
      width: 61px;
      top: 37px;
      right: 29px;
      cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-favorite-close {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-favorite-close:hover {
      opacity: 0.8; } }

.modal-favorite-cont-wrap {
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 813px) {
    .modal-favorite-cont-wrap {
      min-height: 610px; } }

.modal-favorite-cont {
  width: 92vw;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 21.6vw 0; }
  @media screen and (min-width: 813px) {
    .modal-favorite-cont {
      width: calc(1020 / 1366 * 100%);
      min-width: 920px;
      max-width: 1020px;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 40px 0; } }
  @media screen and (min-width: 813px) {
    .modal-favorite-cont._center {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); } }
  .modal-favorite-release-button .modal-favorite-cont._center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.modal-favorite-release-button {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1; }

/************************************************
 * お気に入りモーダルモジュール設定
 ************************************************/
.module-favorite-modal-01, .module-favorite-modal-02 {
  width: 92vw;
  margin: 0 auto;
  border-radius: 5.33333vw;
  background-color: #fff;
  overflow: hidden; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01, .module-favorite-modal-02 {
      width: 100%;
      border-radius: 30px;
      padding: 60px; } }

.module-favorite-modal-03, .module-favorite-modal-04 {
  width: 92vw;
  height: 131.73333vw;
  margin: 0 auto;
  border-radius: 5.33333vw;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-03, .module-favorite-modal-04 {
      width: 100%;
      height: 530px;
      border-radius: 30px; } }

.module-favorite-modal-01-head, .module-favorite-modal-02-head {
  background-color: #00A8A9;
  padding: 5.06667vw 6.4vw 4.26667vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-head, .module-favorite-modal-02-head {
      padding: 16px 23px 15px;
      border-radius: 20px; } }

.module-favorite-modal-01-title, .module-favorite-modal-02-title {
  font-size: 5.33333vw;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-title, .module-favorite-modal-02-title {
      font-size: 26px; } }

.module-favorite-modal-01-text, .module-favorite-modal-02-text, .module-favorite-modal-03-text, .module-favorite-modal-04-text {
  font-size: 3.73333vw;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-text, .module-favorite-modal-02-text, .module-favorite-modal-03-text, .module-favorite-modal-04-text {
      font-size: 14px;
      line-height: 1.85; } }

.module-favorite-modal-01-body {
  padding: 6.18667vw 5.33333vw 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-body {
      padding: 34px 0 0; } }

.module-favorite-modal-01-message {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.73;
  padding: 2.66667vw 0 2.66667vw 19.04vw;
  margin-left: 2.66667vw;
  margin-bottom: 6.72vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-message {
      font-size: 18px;
      line-height: 1.72;
      padding: 0;
      margin-left: 0;
      margin-bottom: 24px;
      text-align: center; } }
  .module-favorite-modal-01-message::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human.svg");
    background-size: 13.54667vw 18.82667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 13.54667vw;
    height: 18.82667vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-01-message::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human.svg");
        background-size: 64px 89px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 64px;
        height: 89px;
        display: block;
        position: relative;
        position: static;
        margin: 0 auto 10px; } }

.module-favorite-modal-01-explain {
  border: 0.53333vw solid #DEDEDE;
  border-radius: 4vw;
  padding: 5.86667vw 4.8vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-explain {
      border: 3px solid #DEDEDE;
      border-radius: 15px;
      padding: 17px 0 2px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

@media screen and (min-width: 813px) {
  .module-favorite-modal-01-text {
    width: calc(321 / 873 * 100%);
    padding-bottom: 17px; } }

.module-favorite-modal-01-img-wrap {
  margin-top: 3.73333vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-img-wrap {
      width: calc(548.5 / 873 * 100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: 14px; } }
  .module-favorite-modal-01-img-wrap::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_tap.svg");
    background-size: 10.66667vw 11.46667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 10.66667vw;
    height: 11.46667vw;
    display: block;
    position: relative;
    position: absolute;
    top: 17.33333vw;
    left: 4.8vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-01-img-wrap::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_click.svg");
        background-size: 52px 49px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 52px;
        height: 49px;
        display: block;
        position: relative;
        position: absolute;
        top: 74px;
        left: 23px; } }
  .module-favorite-modal-01-img-wrap::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_gray.svg");
    background-size: 4.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.8vw;
    height: 4.8vw;
    display: block;
    position: relative;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
    position: absolute;
    top: 26.13333vw;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-01-img-wrap::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_gray.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 18px;
        height: 18px;
        display: block;
        position: relative;
        -webkit-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
        position: absolute;
        top: 40px; } }

.module-favorite-modal-01-img {
  width: 66.93333vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-01-img {
      width: 273.5px; } }

.module-favorite-modal-02-body {
  padding: 4.53333vw 5.33333vw 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-02-body {
      padding: 30px 0 0; } }

@media screen and (min-width: 813px) {
  .module-favorite-modal-02-text {
    width: 100%;
    text-align: center; } }

.module-favorite-modal-02-product-list {
  margin-top: 4vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-02-product-list {
      margin-top: 23px; } }

.module-favorite-modal-02-product {
  padding: 5.33333vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18); }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-02-product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 30px 0; } }
  .module-favorite-modal-02-product .product_l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_l-inner {
        width: calc(637 / 900 * 100%); } }
  .module-favorite-modal-02-product .product_img {
    width: 34.66667vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_img {
        width: calc(224 / 637 * 100%); } }
  .module-favorite-modal-02-product .product_info {
    width: 42.66667vw;
    font-size: 2.66667vw;
    font-weight: 600;
    line-height: 1.6; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_info {
        width: calc(388 / 637 * 100%);
        font-size: 13px;
        line-height: 1.46; } }
  .module-favorite-modal-02-product .product_info-label {
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
    color: #fff;
    width: 8vw;
    height: 8vw;
    border-radius: 1.06667vw;
    background-color: #D86652;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_info-label {
        font-size: 15px;
        width: 45px;
        height: 45px;
        border-radius: 4px; } }
    .module-favorite-modal-02-product .product_info-label._blue, .module-favorite-modal-02-product .product_info-label._yellow {
      font-size: 3.2vw;
      line-height: 1;
      padding: 0.53333vw 0; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product_info-label._blue, .module-favorite-modal-02-product .product_info-label._yellow {
          font-size: 15px;
          padding: 6px 0; } }
      .module-favorite-modal-02-product .product_info-label._blue i, .module-favorite-modal-02-product .product_info-label._yellow i {
        width: 100%;
        font-size: 1.86667vw;
        font-style: normal;
        letter-spacing: 0.05em;
        text-align: center; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-02-product .product_info-label._blue i, .module-favorite-modal-02-product .product_info-label._yellow i {
            font-size: 10px; } }
    .module-favorite-modal-02-product .product_info-label._blue {
      background-color: #3380B6; }
    .module-favorite-modal-02-product .product_info-label._yellow {
      background-color: #fffe3b;
      color: #000; }
  .module-favorite-modal-02-product .product_info-lead {
    color: #0C7E84;
    margin-top: 1.86667vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_info-lead {
        margin-top: 11px; } }
  .module-favorite-modal-02-product .product_info-title {
    font-size: 3.2vw;
    line-height: 1.41;
    margin-top: 0.8vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_info-title {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-top: 1px; } }
  .module-favorite-modal-02-product .product_info-model {
    font-weight: 300;
    margin-top: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_info-model {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 1px; } }
  .module-favorite-modal-02-product .product_button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.2vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_button-wrap {
        display: block;
        width: calc(235 / 900 * 100%);
        margin-top: 0; } }
  .module-favorite-modal-02-product .product_button {
    width: 40vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_button {
        width: 100%;
        margin-top: 11px; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product_button:first-of-type {
        margin-top: 0; } }
    .module-favorite-modal-02-product .product_button a {
      display: block;
      font-size: 3.2vw;
      font-weight: 500;
      background-color: #00A8A9;
      color: #fff;
      text-align: center;
      padding: 3.46667vw 0;
      border-radius: 8vw; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product_button a {
          -webkit-transition: background-color .3s;
          transition: background-color .3s; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product_button a:hover {
          background-color: #077A81; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product_button a {
          font-size: 12px;
          letter-spacing: 0.03em;
          padding: 12.5px 0;
          border-radius: 34px;
          -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.09);
                  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.09); } }
      .module-favorite-modal-02-product .product_button a span {
        display: inline-block; }
    .module-favorite-modal-02-product .product_button._other-tab span {
      padding-right: 5.01333vw;
      position: relative; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product_button._other-tab span {
          width: 100%;
          padding-right: 0; } }
      .module-favorite-modal-02-product .product_button._other-tab span::after {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab.svg");
        background-size: 3.73333vw 2.66667vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 3.73333vw;
        height: 2.66667vw;
        display: block;
        position: relative;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-02-product .product_button._other-tab span::after {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab.svg");
            background-size: 19px 14px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 19px;
            height: 14px;
            display: block;
            position: relative;
            position: absolute;
            right: 13px; } }
    .module-favorite-modal-02-product .product_button.disabled {
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      pointer-events: none;
      opacity: .5; }
      .module-favorite-modal-02-product .product_button.disabled a {
        background-color: gray; }
  .module-favorite-modal-02-product .product-release-button {
    width: 100%;
    text-align: center;
    margin-top: 3.2vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-02-product .product-release-button {
        text-align: right;
        padding-right: 15px;
        margin-top: 16px; } }
    .module-favorite-modal-02-product .product-release-button a {
      display: inline-block;
      font-size: 2.93333vw;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #666; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product-release-button a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product-release-button a:hover {
          opacity: 0.8; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-02-product .product-release-button a {
          font-size: 12px; } }
      .module-favorite-modal-02-product .product-release-button a span {
        display: inline-block;
        padding-bottom: 0.26667vw;
        border-bottom: 1px solid #666; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-02-product .product-release-button a span {
            padding-bottom: 1.5px; } }

.module-favorite-modal-catalog-button {
  display: none !important;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-catalog-button {
      min-width: 980px; } }
  .module-favorite-modal-catalog-button a {
    display: block;
    font-size: 4.26667vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #179098;
    color: #fff;
    text-align: center;
    padding: 4.8vw 0; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-catalog-button a {
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-catalog-button a:hover {
        background-color: #077A81; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-catalog-button a {
        font-size: 18px;
        background-color: #00A8A9;
        padding: 21.5px 0; } }
    .module-favorite-modal-catalog-button a span {
      display: inline-block;
      width: 100%;
      position: relative; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-catalog-button a span {
          width: auto; } }
      .module-favorite-modal-catalog-button a span::after {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab-02.svg");
        background-size: 5.06667vw 3.46667vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 5.06667vw;
        height: 3.46667vw;
        display: block;
        position: relative;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 4.26667vw;
        margin: auto; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-catalog-button a span::after {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab.svg");
            background-size: 35px 24px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 35px;
            height: 24px;
            display: block;
            position: relative;
            position: absolute;
            right: -49px; } }
  .module-favorite-modal-catalog-button.disabled {
    background-color: #fff; }
    .module-favorite-modal-catalog-button.disabled a {
      background-color: gray;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      pointer-events: none;
      opacity: .5; }

.module-favorite-modal-close-01 {
  width: 74.66667vw;
  height: 32vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 2.66667vw; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-close-01 {
      width: calc(312 / 1020 * 100%);
      height: 134px;
      border-radius: 18px;
      padding: 10px; } }
  .module-favorite-modal-close-01-button {
    width: 11.46667vw;
    position: absolute;
    top: -3.2vw;
    right: -3.2vw;
    cursor: pointer; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-close-01-button {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-close-01-button:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-close-01-button {
        width: 43px;
        top: -12px;
        right: -11px; } }

.module-favorite-modal-03 {
  padding: 15.2vw 5.33333vw 0; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-03 {
      padding: 84px 0 0; } }
  .module-favorite-modal-03-message {
    font-size: 5.33333vw;
    font-weight: 600;
    line-height: 1.45;
    color: #00A8A9;
    text-align: center;
    padding-bottom: 29.86667vw;
    margin-bottom: 4vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-message {
        font-size: 24px;
        letter-spacing: 0.03em;
        padding-bottom: 120.5px;
        margin-bottom: 18px; } }
    .module-favorite-modal-03-message::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human.svg");
      background-size: 17.06667vw 23.73333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 17.06667vw;
      height: 23.73333vw;
      display: block;
      position: relative;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-message::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human.svg");
          background-size: 64px 89px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 64px;
          height: 89px;
          display: block;
          position: relative;
          position: absolute; } }
    .module-favorite-modal-03-message span {
      display: block;
      position: relative; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-message span {
          display: inline-block;
          padding: 0 43px; } }
      .module-favorite-modal-03-message span::before, .module-favorite-modal-03-message span::after {
        content: "";
        display: block;
        width: 0.8vw;
        height: 10.13333vw;
        background-color: #00A8A9;
        -webkit-transform-origin: center bottom;
                transform-origin: center bottom;
        position: absolute;
        top: 3.2vw; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-03-message span::before, .module-favorite-modal-03-message span::after {
            width: 3px;
            height: 30.5px;
            top: -5px; } }
      .module-favorite-modal-03-message span::before {
        -webkit-transform: rotateZ(-40deg);
                transform: rotateZ(-40deg);
        left: 6.4vw; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-03-message span::before {
            left: 22px; } }
      .module-favorite-modal-03-message span::after {
        -webkit-transform: rotateZ(40deg);
                transform: rotateZ(40deg);
        right: 6.4vw; }
        @media screen and (min-width: 813px) {
          .module-favorite-modal-03-message span::after {
            right: 22px; } }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-03-text {
      text-align: center; } }
  .module-favorite-modal-03-button-wrap {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button-wrap {
        width: calc(460 / 1020 * 100%);
        margin: 33px auto 0; } }
  .module-favorite-modal-03-button a {
    display: block;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #179098;
    border-radius: 7.73333vw;
    padding: 4.66667vw 0;
    text-align: center; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button a {
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button a:hover {
        background-color: #077A81; } }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button a {
        font-size: 18px;
        border-radius: 34px;
        padding: 20.5px 0; } }
    .module-favorite-modal-03-button a:focus {
      color: #fff; }
  .module-favorite-modal-03-button._other-tab span {
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button._other-tab span {
        display: inline-block;
        width: 100%; } }
    .module-favorite-modal-03-button._other-tab span::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab-02.svg");
      background-size: 5.06667vw 3.46667vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 5.06667vw;
      height: 3.46667vw;
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      bottom: 0;
      right: -32px;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-button._other-tab span::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab-02.svg");
          background-size: 22px 16px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 22px;
          height: 16px;
          display: block;
          position: relative;
          position: absolute;
          right: 25px; } }
  .module-favorite-modal-03-button-02 {
    width: 100%;
    text-align: center;
    margin-top: 4vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-03-button-02 {
        margin-top: 17px; } }
    .module-favorite-modal-03-button-02 a {
      display: inline-block;
      font-size: 3.73333vw;
      font-weight: 300;
      letter-spacing: 0.05em;
      color: #666; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-button-02 a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-button-02 a:hover {
          opacity: 0.8; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-03-button-02 a {
          font-size: 14px; } }
      .module-favorite-modal-03-button-02 a span {
        display: inline-block;
        border-bottom: 1px solid #666; }

.module-favorite-modal-04 {
  padding: 21.86667vw 5.33333vw 0; }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-04 {
      padding: 107px 0 0; } }
  .module-favorite-modal-04-message {
    font-size: 5.33333vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: #0C7E84;
    text-align: center;
    padding-bottom: 33.86667vw;
    margin-bottom: 1.06667vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-04-message {
        font-size: 26px;
        padding-bottom: 128px;
        margin-bottom: 10px; } }
    .module-favorite-modal-04-message::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/img_favorite-modal-03.png");
      background-size: 38.13333vw 29.33333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 38.13333vw;
      height: 29.33333vw;
      display: block;
      position: relative;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-message::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/img_favorite-modal-03.png");
          background-size: 143px 110px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 143px;
          height: 110px;
          display: block;
          position: relative;
          position: absolute; } }
  @media screen and (min-width: 813px) {
    .module-favorite-modal-04-text {
      text-align: center; } }
  .module-favorite-modal-04-text span {
    font-weight: 600;
    color: #CC3F19; }
  .module-favorite-modal-04-button-wrap {
    margin-top: 7.73333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-04-button-wrap {
        width: calc(510 / 1020 * 100%);
        margin: 33px auto 0; } }
  .module-favorite-modal-04-button {
    width: 38.66667vw; }
    @media screen and (min-width: 813px) {
      .module-favorite-modal-04-button {
        width: calc(250 / 510 * 100%); } }
    .module-favorite-modal-04-button a {
      display: block;
      font-size: 4vw;
      font-weight: 600;
      letter-spacing: 0.03em;
      color: #fff;
      background-color: #179098;
      border-radius: 7.73333vw;
      padding: 2.4vw 0;
      text-align: center; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-button a {
          -webkit-transition: background-color .3s;
          transition: background-color .3s; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-button a:hover {
          background-color: #077A81; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-button a {
          font-size: 14px;
          letter-spacing: 0.05em;
          border-radius: 23px;
          padding: 12.5px 0; } }
    .module-favorite-modal-04-button._no a {
      background-color: #E8E8E8;
      color: #0C7184; }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-button._no a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-favorite-modal-04-button._no a:hover {
          opacity: 0.8; } }

/************************************************
 * カードモーダル
 ************************************************/
.module-card-modal {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10020;
  overflow-y: scroll;
  scrollbar-gutter: stable; }
  .module-card-modal_close {
    width: 16.26667vw;
    height: 16.26667vw;
    position: fixed;
    top: 4vw;
    right: 4vw;
    z-index: 2; }
    @media screen and (min-width: 813px) {
      .module-card-modal_close {
        width: 61px;
        height: 61px;
        top: 37px;
        right: 29px; } }
    .module-card-modal_close img {
      width: 100%; }
  .module-card-modal_btn-wrap {
    width: 100%;
    height: calc(100% + 21.86667vw * 2);
    position: absolute;
    top: -21.86667vw;
    z-index: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 1;
    pointer-events: none; }
    @media screen and (min-width: 813px) {
      .module-card-modal_btn-wrap {
        width: 1110px;
        height: calc(100% + 40px * 2);
        top: -40px; } }
    .module-card-modal_btn-wrap.is-hide {
      opacity: 0; }
      .module-card-modal_btn-wrap.is-hide .module-card-modal_btn {
        pointer-events: none; }
  .module-card-modal_btn-inner {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0;
    pointer-events: none; }
  .module-card-modal_btn {
    width: 22.93333vw;
    height: 20.26667vw;
    position: absolute;
    bottom: 4vw;
    background-color: #178190;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, opacity .2s ease !important;
    transition: background-color .3s ease, opacity .2s ease !important;
    opacity: 1; }
    @media screen and (min-width: 813px) {
      .module-card-modal_btn {
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    @media screen and (min-width: 813px) {
      .module-card-modal_btn:hover {
        background-color: #077A81; } }
    @media screen and (min-width: 813px) {
      .module-card-modal_btn {
        width: 88px;
        height: 80px;
        top: 60%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .module-card-modal_btn > span {
      display: inline-block;
      font-size: 2.93333vw;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0;
      color: #fff; }
      @media screen and (min-width: 813px) {
        .module-card-modal_btn > span {
          display: inline-block;
          font-size: 14px; } }
      .module-card-modal_btn > span::before {
        content: "";
        display: block;
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_transparent_01.svg");
        background-size: 6.66667vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 6.66667vw;
        height: 6.66667vw;
        display: block;
        position: relative;
        margin: 0 auto 1.06667vw; }
        @media screen and (min-width: 813px) {
          .module-card-modal_btn > span::before {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_transparent_01.svg");
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 25px;
            height: 25px;
            display: block;
            position: relative;
            margin: 0 auto 4px; } }
    .module-card-modal_btn._prev {
      border-radius: 0 11.73333vw 11.73333vw 0;
      padding: 0 2.66667vw 0 0;
      left: 0; }
      @media screen and (min-width: 813px) {
        .module-card-modal_btn._prev {
          border-radius: 0 44px 44px 0;
          padding: 0 8px 0 0; } }
      .module-card-modal_btn._prev > span::before {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .module-card-modal_btn._next {
      border-radius: 11.73333vw 0 0 11.73333vw;
      padding: 0 0 0 2.66667vw;
      text-align: right;
      right: 0; }
      @media screen and (min-width: 813px) {
        .module-card-modal_btn._next {
          border-radius: 44px 0 0 44px;
          padding: 0 0 0 8px; } }
    .module-card-modal_btn.is-hide {
      opacity: 0;
      pointer-events: none; }
  .module-card-modal_cont-wrap {
    margin: 21.86667vw 0;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-card-modal_cont-wrap {
        margin: 40px auto;
        padding: 0 30px;
        width: 1170px;
        position: relative; } }
  .module-card-modal_cont {
    width: 92vw;
    margin: 0 auto;
    background-color: #fff;
    padding: 5.33333vw 0 10.66667vw;
    border-radius: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-card-modal_cont {
        width: 100%;
        padding: 62px 0 100px;
        border-radius: 29px; } }
  .module-card-modal_cont-box {
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
    .module-card-modal_cont-box.change {
      opacity: 0; }
  .module-card-modal_l-inner {
    width: 81.33333vw;
    margin: 0 auto; }
    @media screen and (min-width: 813px) {
      .module-card-modal_l-inner {
        width: calc(986 / 1110 * 100%); } }
  .module-card-modal_voice {
    background-color: #F5F5F5;
    padding: 14.13333vw 0 13.33333vw;
    margin-top: 14.13333vw; }
    @media screen and (min-width: 813px) {
      .module-card-modal_voice {
        padding: 92px 0 100px;
        margin-top: 94px; } }
    .module-card-modal_voice-block + .module-card-modal_voice-block {
      margin-top: 17.06667vw; }
      @media screen and (min-width: 813px) {
        .module-card-modal_voice-block + .module-card-modal_voice-block {
          margin-top: 112px; } }
  .module-card-modal_faq {
    margin-top: 18.66667vw; }
    @media screen and (min-width: 813px) {
      .module-card-modal_faq {
        margin-top: 80px; } }
  .module-card-modal .module-art-block-05-text {
    font-size: 3.46667vw; }
    @media screen and (min-width: 813px) {
      .module-card-modal .module-art-block-05-text {
        font-size: 15px; } }

.module-modal-product {
  margin-bottom: 5.6vw; }
  @media screen and (min-width: 813px) {
    .module-modal-product {
      margin-bottom: 35px; } }
  @media screen and (min-width: 813px) {
    .module-modal-product-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 813px) {
    .module-modal-product-img {
      width: calc(630 / 986 * 100%); } }
  .module-modal-product-body {
    letter-spacing: 0.05em;
    font-weight: 600; }
    @media screen and (min-width: 813px) {
      .module-modal-product-body {
        width: calc(338 / 986 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .module-modal-product-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3.73333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-body-inner {
        margin-top: 0; } }
  .module-modal-product-label, .module-modal-product-label__2lines {
    width: 13.33333vw;
    height: 13.33333vw;
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    border-radius: 2.13333vw;
    background-color: #D35344;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3.73333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-label, .module-modal-product-label__2lines {
        width: 67px;
        height: 67px;
        font-size: 22px;
        border-radius: 9px;
        margin-right: 20px; } }
    .module-modal-product-label._yellow, .module-modal-product-label__2lines._yellow {
      background-color: #CBAF00; }
    .module-modal-product-label._blue, .module-modal-product-label__2lines._blue {
      background-color: #0074B0; }
  .module-modal-product-label__2lines {
    font-size: 4vw;
    line-height: 1.2; }
    @media screen and (min-width: 813px) {
      .module-modal-product-label__2lines {
        font-size: 19px; } }
    .module-modal-product-label__2lines i {
      display: block;
      font-size: 2.66667vw;
      font-style: normal; }
      @media screen and (min-width: 813px) {
        .module-modal-product-label__2lines i {
          font-size: 14px; } }
  .module-modal-product-category {
    font-size: 3.73333vw;
    line-height: 1.28;
    color: #006065; }
    @media screen and (min-width: 813px) {
      .module-modal-product-category {
        font-size: 14px; } }
  .module-modal-product-lead {
    font-size: 4.26667vw;
    line-height: 1.5;
    color: #006065;
    margin-top: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-lead {
        font-size: 16px;
        line-height: 1.87;
        margin-top: 59px; } }
  .module-modal-product-title {
    font-size: 5.86667vw;
    line-height: 1.54;
    margin-top: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-title {
        font-size: 26px;
        margin-top: 3px;
        margin-bottom: 53px; } }
  .module-modal-product-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    font-size: 3.46667vw;
    font-weight: 600;
    color: #179098;
    padding: 7.86667vw 0;
    border-radius: 9.33333vw;
    background-color: #e5f5f5;
    outline: none;
    position: relative;
    margin-top: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-button {
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; } }
    @media screen and (min-width: 813px) {
      .module-modal-product-button {
        font-size: 13px;
        padding: 29.5px 0;
        border-radius: 30px;
        margin-top: auto; } }
    .module-modal-product-button:hover {
      background-color: #bcf0ef; }
    .module-modal-product-button._current {
      background-color: #00a8a9;
      color: #fff; }
      .module-modal-product-button._current .module-modal-product-favorite {
        fill: #fffe3b;
        -webkit-animation: bounce .3s ease alternate;
                animation: bounce .3s ease alternate; }
        .module-modal-product-button._current .module-modal-product-favorite::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_yellow_01.svg"); }
  .module-modal-product-favorite {
    pointer-events: none;
    position: absolute;
    right: 6.4vw;
    top: 4.72vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-favorite {
        right: 24px;
        top: 17.7px; } }
    .module-modal-product-favorite::before {
      content: '';
      display: block;
      width: 8.53333vw;
      height: 7.2vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_02.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-modal-product-favorite::before {
          width: 32px;
          height: 27px; } }
  .module-modal-product-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 6.82667vw;
    top: -1.33333vw;
    border-radius: 2.66667vw;
    border: 1px solid #c0d9d9;
    padding: .4em .4em .3em;
    min-width: calc(.8em + 1.5em);
    background-color: #fff;
    font-size: 2.93333vw;
    font-weight: 700;
    font-style: normal;
    color: #009098;
    line-height: 1; }
    @media screen and (min-width: 813px) {
      .module-modal-product-count {
        left: 25.6px;
        top: -6.3px;
        border-radius: 10px;
        font-size: 11px; } }
  .module-modal-product-foot {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px; } }
  .module-modal-product-model {
    font-size: 3.73333vw;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #F5F5F5;
    padding: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-model {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 16px;
        padding: 30px 35px;
        border-radius: 8px; } }
    .module-modal-product-model dt {
      margin-right: 3.73333vw; }
      @media screen and (min-width: 813px) {
        .module-modal-product-model dt {
          margin-right: 29px; } }
    .module-modal-product-model dd {
      letter-spacing: 0.05em;
      line-height: 1.85; }
      @media screen and (min-width: 813px) {
        .module-modal-product-model dd {
          line-height: 1.62; } }
  .module-modal-product-spec {
    font-weight: 600;
    text-align: center;
    margin-top: 1.06667vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-spec {
        margin-top: 0;
        margin-left: 4px;
        width: calc(168 / 986 * 100%);
        border-radius: 8px;
        overflow: hidden; } }
    .module-modal-product-spec dt {
      font-size: 3.46667vw;
      background-color: #E6E6E6;
      padding: 3.06667vw 0; }
      @media screen and (min-width: 813px) {
        .module-modal-product-spec dt {
          font-size: 15px;
          padding: 0;
          height: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .module-modal-product-spec dd {
      font-size: 4.8vw;
      background-color: #F5F5F5;
      padding: 2.4vw 0; }
      @media screen and (min-width: 813px) {
        .module-modal-product-spec dd {
          font-size: 22px;
          padding: 0;
          height: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .module-modal-product-text {
    font-size: 4.26667vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.87;
    margin-top: 9.06667vw; }
    @media screen and (min-width: 813px) {
      .module-modal-product-text {
        font-size: 20px;
        line-height: 2;
        margin-top: 21px; } }
    @media screen and (min-width: 813px) {
      .module-modal-product-text a {
        border-bottom: 1px solid #111; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .module-modal-product-text a {
      -webkit-transition: color 0.3s ease-out, border-color 0.3s ease-out;
      transition: color 0.3s ease-out, border-color 0.3s ease-out; } }
    .module-modal-product-text a:hover {
      color: #179098;
      border-bottom: 1px solid #179098; }

.module-faq {
  padding: 7.2vw 2.66667vw 20.53333vw;
  background-color: #F5F5F5;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-faq {
      width: calc(850 / 986 * 100%);
      margin: 0 auto;
      padding: 34px 40px 90px;
      border-radius: 12px; } }
  .module-faq + .module-faq {
    margin-top: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-faq + .module-faq {
        margin-top: 28px; } }
  .module-faq::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_faq-gradation_sp.png");
    background-size: 81.33333vw 26.66667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 81.33333vw;
    height: 26.66667vw;
    display: block;
    position: relative;
    position: absolute;
    bottom: 8vw;
    left: 0;
    pointer-events: none;
    opacity: 1; }
    @media screen and (min-width: 813px) {
      .module-faq::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_faq-gradation_pc.png");
        background-size: 759px 78px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 759px;
        height: 78px;
        display: block;
        position: relative;
        position: absolute;
        bottom: 40px;
        right: 0;
        margin: auto; } }
  .module-faq._open::after {
    opacity: 0;
    display: none; }
  .module-faq._thin {
    padding: 34px 40px; }
    @media screen and (max-width: 812px) {
      .module-faq._thin {
        padding: 7.2vw 2.66667vw; } }
    .module-faq._thin .module-faq-inner {
      padding-bottom: 0; }
    .module-faq._thin::after {
      display: none; }
  .module-faq-inner {
    height: 46.66667vw;
    padding-bottom: 6.4vw;
    overflow: hidden;
    -webkit-transition: height .3s;
    transition: height .3s; }
    @media screen and (min-width: 813px) {
      .module-faq-inner {
        height: 99px;
        padding-bottom: 25px; } }
    ._open .module-faq-inner {
      height: auto; }
  .module-faq-question {
    font-size: 4.26667vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #007A81;
    padding-left: 10.66667vw;
    margin-bottom: 3.46667vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-faq-question {
        font-size: 20px;
        padding-left: 39px;
        margin-bottom: 16px; } }
    .module-faq-question::before {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_question.svg");
      background-size: 6.4vw 5.06667vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 6.4vw;
      height: 5.06667vw;
      display: block;
      position: relative;
      position: absolute;
      top: 1.06667vw;
      left: 2.85333vw; }
      @media screen and (min-width: 813px) {
        .module-faq-question::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_question.svg");
          background-size: 25px 21px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 25px;
          height: 21px;
          display: block;
          position: relative;
          position: absolute;
          top: 7px;
          left: 0; } }
  .module-faq-answer {
    font-size: 3.73333vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    padding-left: 10.66667vw;
    padding-right: 2.66667vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-faq-answer {
        font-size: 14px;
        padding-left: 39px;
        padding-right: 0; } }
    .module-faq-answer::before {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_answer.svg");
      background-size: 6.4vw 4.53333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 6.4vw;
      height: 4.53333vw;
      display: block;
      position: relative;
      position: absolute;
      top: 1.86667vw;
      left: 2.69333vw; }
      @media screen and (min-width: 813px) {
        .module-faq-answer::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_answer.svg");
          background-size: 25px 20px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 25px;
          height: 20px;
          display: block;
          position: relative;
          position: absolute;
          top: 6px;
          left: 0; } }
  .module-faq-button {
    width: 76vw;
    position: absolute;
    bottom: 8vw;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-faq-button {
        width: calc(400 / 850 * 100%);
        bottom: 40px; } }

.module-arrow-button.disabled a {
  background-color: gray;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  pointer-events: none;
  opacity: .5; }

.module-arrow-button.header .module-arrow-button-01 {
  width: 100%;
  margin-bottom: 11px; }

.module-arrow-button.mrktButton {
  margin-top: 30px; }

.module-art-text-01 {
  font-size: 4vw;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-top: 8.53333vw; }
  @media screen and (min-width: 813px) {
    .module-art-text-01 {
      font-size: 17px;
      line-height: 1.88;
      margin-top: 54px; } }
  .module-art-text-01 a {
    border-bottom: 1px solid #111; }

@media screen and (min-width: 813px) and (min-width: 813px) {
  .module-art-text-01 a {
    -webkit-transition: color 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, border-color 0.3s ease-out; } }
    .module-art-text-01 a:hover {
      color: #179098;
      border-bottom: 1px solid #179098; }

.module-product-text-01 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: -4.53333vw;
  margin-bottom: 6.93333vw; }
  @media screen and (min-width: 813px) {
    .module-product-text-01 {
      font-size: 17px;
      line-height: 2.23;
      margin-top: -10px;
      margin-bottom: 41px; } }

.module-product-text-02 {
  font-size: 4vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: -1.06667vw;
  margin-bottom: 8vw; }
  @media screen and (min-width: 813px) {
    .module-product-text-02 {
      font-size: 17px;
      line-height: 2.23;
      margin-top: -10px;
      margin-bottom: 48px; } }

.module-note-01 {
  margin-top: 1em;
  padding-left: 1.15em;
  text-indent: -1.15em;
  font-size: 3.46667vw;
  line-height: 1.5; }
  @media screen and (min-width: 813px) {
    .module-note-01 {
      font-size: 14px; } }
  .module-note-01::before {
    content: '※'; }
  .module-note-01 + .module-note-01 {
    margin-top: 0; }

.module-lead-01 {
  font-size: 4.26667vw;
  font-weight: 500; }
  @media screen and (min-width: 813px) {
    .module-lead-01 {
      font-size: 20px; } }
  * + .module-lead-01 {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      * + .module-lead-01 {
        margin-top: 80px; } }
  @media screen and (min-width: 813px) {
    .module-lead-01._centerPC {
      text-align: center; } }

@media screen and (max-width: 812px) {
  .module-art-img-01 {
    width: 100vw;
    margin-left: -6.4vw; } }

.module-art-img-02 {
  margin-top: 13.33333vw; }
  @media screen and (min-width: 813px) {
    .module-art-img-02 {
      margin-top: 52px; } }

.module-imageBanner-01 {
  margin-top: 16vw;
  text-align: center; }
  @media screen and (min-width: 813px) {
    .module-imageBanner-01 {
      margin-top: 130px; } }
  .module-imageBanner-01-link {
    display: block; }
    @media screen and (min-width: 813px) {
      .module-imageBanner-01-link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-imageBanner-01-link:hover {
        opacity: 0.8; } }

@media screen and (min-width: 813px) {
  .module-imageBanner-02 {
    width: calc(537 / 1110 * 100%); } }

@media screen and (max-width: 812px) {
  .module-imageBanner-02 + .module-imageBanner-02 {
    margin-top: 5.33333vw; } }

.module-imageBanner-02-link {
  display: block; }
  @media screen and (min-width: 813px) {
    .module-imageBanner-02-link {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) {
    .module-imageBanner-02-link:hover {
      opacity: 0.8; } }

a.module-link-01 {
  text-decoration: underline; }
  a.module-link-01:hover {
    color: #00A8A9; }

.module-button {
  margin-top: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 60px; } }
  .module-button._left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .module-button._right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media screen and (min-width: 813px) {
  [class*="module-button-"] {
    margin-right: 20px;
    margin-left: 20px; } }

[class*="module-button-"] + [class*="module-button-"] {
  margin-top: 5.33333vw; }
  @media screen and (min-width: 813px) {
    [class*="module-button-"] + [class*="module-button-"] {
      margin-top: 0; } }

.module-button-01, .module-button-02, .module-button-favorite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.16);
  border-radius: 2em;
  padding: .5em 1em;
  width: 100%;
  min-height: 16vw;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none; }
  @media screen and (min-width: 813px) {
    .module-button-01, .module-button-02, .module-button-favorite {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      max-width: 368px;
      min-height: 0;
      height: 68px;
      font-size: 18px; } }
  .module-button-01 span, .module-button-02 span, .module-button-favorite span {
    display: block; }

.module-button-01._other-tab::after, .module-button-01._download::after, .module-button-01._search::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: no-repeat left top / contain; }

.module-button-01 {
  background-color: #00A8A9;
  color: #fff;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-button-01 {
      -webkit-transition: background-color .3s;
      transition: background-color .3s; } }
  @media screen and (min-width: 813px) {
    .module-button-01:hover {
      background-color: #077A81; } }
  @media screen and (min-width: 813px) {
    .module-button-01 {
      border: 1px solid #43DFE0; } }
  .module-button-01:focus {
    color: #fff; }
  @media screen and (min-width: 813px) {
    .module-button-01._wide {
      max-width: 468px; } }
  .module-button-01._other-tab::after {
    right: 5.33333vw;
    width: 5.86667vw;
    height: 4.26667vw;
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/icon_other-tab.svg"); }
    @media screen and (min-width: 813px) {
      .module-button-01._other-tab::after {
        right: 20px;
        width: 24px;
        height: 19px; } }
  .module-button-01._download::after {
    right: 5.33333vw;
    width: 5.912vw;
    height: 4.95733vw;
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_download_01.svg"); }
    @media screen and (min-width: 813px) {
      .module-button-01._download::after {
        right: 20px;
        width: 22.17px;
        height: 18.59px; } }
  .module-button-01._search::after {
    right: 5.33333vw;
    width: 5.33333vw;
    height: 5.33333vw;
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_search_01.svg"); }
    @media screen and (min-width: 813px) {
      .module-button-01._search::after {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
    @media screen and (min-width: 813px) {
      .module-button-01._search::after {
        right: 20px;
        width: 20px;
        height: 20px; } }

.module-button-02 {
  background-color: #fff;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-button-02 {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) {
    .module-button-02:hover {
      opacity: 0.8; } }
  @media screen and (min-width: 813px) {
    .module-button-02 {
      margin-right: calc(15px / 2);
      margin-left: calc(15px / 2); } }
  .module-button-02 + .module-button-02 {
    margin-top: 2.66667vw; }
    @media screen and (min-width: 813px) {
      .module-button-02 + .module-button-02 {
        margin-top: 0; } }
  .module-button-02::after {
    content: "";
    position: absolute;
    top: 0;
    right: 3.46667vw;
    bottom: 0;
    margin: auto;
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("/special/virtual-exhibition-2026/assets/img/common/ico_plus_01.svg") no-repeat left top/contain; }
    @media screen and (min-width: 813px) {
      .module-button-02::after {
        right: 12px;
        width: 22px;
        height: 22px; } }

.module-button-favorite {
  position: relative;
  background-color: #e5f5f5;
  color: #179098; }
  @media screen and (min-width: 813px) {
    .module-button-favorite {
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-button-favorite {
      outline: none; } }
  .module-button-favorite:hover {
    background-color: #bcf0ef; }
  .module-button-favorite._current {
    background-color: #00a8a9;
    color: #fff; }
    .module-button-favorite._current .favorite {
      fill: #fffe3b;
      -webkit-animation: bounce .3s ease alternate;
              animation: bounce .3s ease alternate; }
      .module-button-favorite._current .favorite::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_yellow_01.svg"); }
  .module-button-favorite .favorite {
    pointer-events: none;
    position: absolute;
    right: 8vw;
    top: calc(50% - 7.2vw / 2); }
    @media screen and (min-width: 813px) {
      .module-button-favorite .favorite {
        right: 37px;
        top: calc(50% - 27px / 2); } }
    .module-button-favorite .favorite::before {
      content: '';
      display: block;
      width: 8.53333vw;
      height: 7.2vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_02.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-button-favorite .favorite::before {
          width: 32px;
          height: 27px; } }
  .module-button-favorite .count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 6.05333vw;
    top: -1.49333vw;
    border-radius: 2.66667vw;
    border: 1px solid #c0d9d9;
    padding: .4em .4em .3em;
    background-color: #fff;
    font-size: 2.4vw;
    font-weight: 600;
    font-style: normal;
    color: #179098;
    line-height: 1; }
    @media screen and (min-width: 813px) {
      .module-button-favorite .count {
        left: 25.6px;
        top: -6.3px;
        border-radius: 10px;
        font-size: 11px; } }
    ._sizeS .module-button-favorite .count {
      left: 4.50667vw;
      top: -1.09333vw;
      font-size: 2.4vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-button-favorite .count {
          left: 25px;
          top: -6px;
          font-size: 11px; } }

@media screen and (min-width: 813px) {
  .module-page-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media screen and (min-width: 813px) {
  .module-page-button-01 {
    width: calc(350 / 1110 * 100%); } }

.module-page-button-01 + .module-page-button-01 {
  margin-top: 5.28vw; }
  @media screen and (min-width: 813px) {
    .module-page-button-01 + .module-page-button-01 {
      margin-top: 0;
      margin-left: 20px; } }

.module-page-button-01-link {
  display: block;
  background-color: #fff;
  border-radius: 5.33333vw;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  padding: 5.86667vw 8.53333vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-page-button-01-link {
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-page-button-01-link {
      border-radius: 20px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      padding: 22px 32px; } }
  .module-page-button-01-link:hover {
    background-color: #f4feff; }
  .module-page-button-01-link::before {
    content: "";
    display: block; }
    ._vegetables-fruits .module-page-button-01-link::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_01.png");
      background-size: 15.73333vw 16.26667vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 15.73333vw;
      height: 16.26667vw;
      display: block;
      position: relative;
      position: absolute;
      top: 5.86667vw;
      right: 15.2vw; }
      @media screen and (min-width: 813px) {
        ._vegetables-fruits .module-page-button-01-link::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_01.png");
          background-size: 60px 62px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 60px;
          height: 62px;
          display: block;
          position: relative;
          background-size: 100% auto;
          width: calc(60 / 350 * 100%);
          position: absolute;
          top: 24px;
          right: calc(80 / 350 * 100%); } }
    ._dairy-livestock .module-page-button-01-link::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_02.png");
      background-size: 24.53333vw 14.4vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 24.53333vw;
      height: 14.4vw;
      display: block;
      position: relative;
      position: absolute;
      top: 6.4vw;
      right: 15.68vw; }
      @media screen and (min-width: 813px) {
        ._dairy-livestock .module-page-button-01-link::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_02.png");
          background-size: 100px 59px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 100px;
          height: 59px;
          display: block;
          position: relative;
          background-size: 100% auto;
          width: calc(100 / 350 * 100%);
          position: absolute;
          top: 24px;
          right: calc(45 / 350 * 100%); } }
    ._grains .module-page-button-01-link::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_03.png");
      background-size: 18.66667vw 13.86667vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 18.66667vw;
      height: 13.86667vw;
      display: block;
      position: relative;
      position: absolute;
      top: 5.6vw;
      right: 12.53333vw; }
      @media screen and (min-width: 813px) {
        ._grains .module-page-button-01-link::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_03.png");
          background-size: 70px 52px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 70px;
          height: 52px;
          display: block;
          position: relative;
          background-size: 100% auto;
          width: calc(70 / 350 * 100%);
          position: absolute;
          top: 21px;
          right: calc(45 / 350 * 100%); } }
    ._gs .module-page-button-01-link::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_09.png");
      background-size: 18.93333vw 13.86667vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 18.93333vw;
      height: 13.86667vw;
      display: block;
      position: relative;
      position: absolute;
      top: 5.6vw;
      right: 12.53333vw; }
      @media screen and (min-width: 813px) {
        ._gs .module-page-button-01-link::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_09.png");
          background-size: 71px 52px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 71px;
          height: 52px;
          display: block;
          position: relative;
          background-size: 100% auto;
          width: calc(71 / 350 * 100%);
          position: absolute;
          top: 21px;
          right: calc(80 / 350 * 100%); } }
    ._smart-agriculture .module-page-button-01-link::before {
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_04.png");
      background-size: 18.66667vw 17.2vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 18.66667vw;
      height: 17.2vw;
      display: block;
      position: relative;
      position: absolute;
      top: 6.4vw;
      right: 12.53333vw; }
      @media screen and (min-width: 813px) {
        ._smart-agriculture .module-page-button-01-link::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_04.png");
          background-size: 70px 64.5px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 70px;
          height: 64.5px;
          display: block;
          position: relative;
          background-size: 100% auto;
          width: calc(70 / 350 * 100%);
          position: absolute;
          top: 24.6px;
          right: calc(45 / 350 * 100%); } }
  .module-page-button-01-link::after {
    content: "";
    display: block;
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
    background-size: 8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 8vw;
    height: 8vw;
    display: block;
    position: relative;
    position: absolute;
    bottom: 4.26667vw;
    right: 4vw; }
    @media screen and (min-width: 813px) {
      .module-page-button-01-link::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 30px;
        height: 30px;
        display: block;
        position: relative;
        position: absolute;
        bottom: 18.2px;
        right: 17px; } }

.module-page-button-01-title span {
  display: block;
  font-size: 6.66667vw;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-page-button-01-title span {
      font-size: 25px; } }

.module-page-button-01-title i {
  font-size: 3.2vw;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #00A8A9; }
  @media screen and (min-width: 813px) {
    .module-page-button-01-title i {
      font-size: 12px; } }

.module-page-button-02 {
  width: 100vw; }
  @media screen and (min-width: 813px) {
    .module-page-button-02 {
      width: calc(476 / 1110 * 100%);
      max-width: 476px; } }
  .module-page-button-02-link {
    display: block;
    background-color: #fff;
    padding: 12.8vw 12.8vw 11.2vw;
    -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
            box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04); }
    @media screen and (min-width: 813px) {
      .module-page-button-02-link {
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    @media screen and (min-width: 813px) {
      .module-page-button-02-link:hover {
        background-color: #f4feff; } }
    @media screen and (min-width: 813px) {
      .module-page-button-02-link {
        padding: 68px 49px 63px;
        border-radius: 29px;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
  .module-page-button-02-title span {
    display: inline-block;
    font-size: 6.93333vw;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.03em;
    padding-right: 10.66667vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-page-button-02-title span {
        font-size: 36px;
        padding-right: 46px; } }
    .module-page-button-02-title span::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
      background-size: 8vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 8vw;
      height: 8vw;
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-page-button-02-title span::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
          background-size: 30px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 30px;
          height: 30px;
          display: block;
          position: relative;
          position: absolute; } }
  .module-page-button-02-title i {
    display: block;
    font-size: 4vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
    color: #00A8A9;
    margin-top: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-page-button-02-title i {
        font-size: 17px;
        margin-top: 7px; } }
  .module-page-button-02-text {
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 5.06667vw; }
    @media screen and (min-width: 813px) {
      .module-page-button-02-text {
        font-size: 15px;
        font-weight: 400;
        margin-top: 22px; } }

@media screen and (min-width: 813px) {
  .module-page-button-03 {
    width: calc(500 / 1070 * 100%);
    margin-bottom: 60px; } }

@media screen and (max-width: 812px) {
  .module-page-button-03 + .module-page-button-03 {
    margin-top: 10.66667vw; } }

.module-page-button-03-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 88.8vw;
  background-color: #fff;
  border-radius: 7.73333vw;
  padding: 10.13333vw 8vw 6.93333vw;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .module-page-button-03-link {
      -webkit-transition: background-color .3s;
      transition: background-color .3s; } }
  @media screen and (min-width: 813px) {
    .module-page-button-03-link:hover {
      background-color: #f4feff; } }
  @media screen and (min-width: 813px) {
    .module-page-button-03-link {
      min-height: 320px;
      border-radius: 29px;
      padding: 60px 45px 36px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
  ._smartAgri .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_04.png");
    background-size: 26.4vw 24.26667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 26.4vw;
    height: 24.26667vw;
    display: block;
    position: relative;
    position: absolute;
    top: 5.86667vw;
    right: 7.73333vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._smartAgri .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_04.png");
        background-size: 100px 92px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 100px;
        height: 92px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(100 / 500 * 100%);
        position: absolute;
        top: 26px;
        right: calc(49 / 500 * 100%); } }
  ._grains .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_03.png");
    background-size: 27.73333vw 20.53333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 27.73333vw;
    height: 20.53333vw;
    display: block;
    position: relative;
    position: absolute;
    top: 8.8vw;
    right: 5.86667vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._grains .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_03.png");
        background-size: 119px 89px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 119px;
        height: 89px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(119 / 500 * 100%);
        position: absolute;
        top: 25px;
        right: calc(39 / 500 * 100%); } }
  ._vegetables-fruits .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_01.png");
    background-size: 20.26667vw 21.06667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 20.26667vw;
    height: 21.06667vw;
    display: block;
    position: relative;
    position: absolute;
    top: 8.8vw;
    right: 6.13333vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._vegetables-fruits .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_01.png");
        background-size: 88px 91px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 88px;
        height: 91px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(88 / 500 * 100%);
        position: absolute;
        top: 27px;
        right: calc(45 / 500 * 100%); } }
  ._dairy-livestock .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_02.png");
    background-size: 29.86667vw 17.33333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 29.86667vw;
    height: 17.33333vw;
    display: block;
    position: relative;
    position: absolute;
    top: 13.6vw;
    right: 7.94667vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._dairy-livestock .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_02.png");
        background-size: 144px 85px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 144px;
        height: 85px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(144 / 500 * 100%);
        position: absolute;
        top: 34px;
        right: calc(41.8 / 500 * 100%); } }
  ._service .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_05.png");
    background-size: 21.06667vw 17.86667vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 21.06667vw;
    height: 17.86667vw;
    display: block;
    position: relative;
    position: absolute;
    top: 22.42667vw;
    right: 6.4vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._service .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_05.png");
        background-size: 102px 88px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 102px;
        height: 88px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(102 / 500 * 100%);
        position: absolute;
        top: 31px;
        right: calc(30 / 500 * 100%); } }
  ._safety .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_06.png");
    background-size: 33.6vw 20.53333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 33.6vw;
    height: 20.53333vw;
    display: block;
    position: relative;
    position: absolute;
    top: 8.16vw;
    right: 4.53333vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._safety .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_06.png");
        background-size: 140px 86px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 140px;
        height: 86px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(140 / 500 * 100%);
        position: absolute;
        top: 33.2px;
        right: calc(38 / 500 * 100%); } }
  ._dealer .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_07.png");
    background-size: 37.06667vw 23.73333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 37.06667vw;
    height: 23.73333vw;
    display: block;
    position: relative;
    position: absolute;
    top: 8.53333vw;
    right: 4.26667vw;
    z-index: -1; }
    @media screen and (min-width: 813px) {
      ._dealer .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_07.png");
        background-size: 139px 89px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 139px;
        height: 89px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(139 / 500 * 100%);
        position: absolute;
        top: 25px;
        right: calc(41 / 500 * 100%); } }
  ._groundbreakers .module-page-button-03-link::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_08.png");
    background-size: 26.93333vw 24.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 26.93333vw;
    height: 24.8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 8.53333vw;
    right: 4.26667vw;
    z-index: -1; }
    @media screen and (max-width: 812px) {
      ._groundbreakers .module-page-button-03-link::before {
        opacity: 0; } }
    @media screen and (min-width: 813px) {
      ._groundbreakers .module-page-button-03-link::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_bg_08.png");
        background-size: 101px 93px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 101px;
        height: 93px;
        display: block;
        position: relative;
        background-size: 100% auto;
        width: calc(101 / 500 * 100%);
        position: absolute;
        top: 32px;
        right: calc(35 / 500 * 100%); } }

.module-page-button-03-title span {
  display: inline-block;
  font-size: 6.66667vw;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-page-button-03-title span {
      font-size: 26px; } }

.module-page-button-03-title i {
  display: block;
  font-size: 3.73333vw;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  letter-spacing: 0.01em;
  color: #00A8A9;
  margin-top: 0.53333vw; }
  @media screen and (min-width: 813px) {
    .module-page-button-03-title i {
      font-size: 14px;
      margin-top: 1px; } }

.module-page-button-03-text {
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 5.06667vw;
  margin-bottom: 6.93333vw; }
  @media screen and (min-width: 813px) {
    .module-page-button-03-text {
      font-size: 16px;
      line-height: 1.87;
      margin-top: 24px;
      margin-bottom: 34px; } }

.module-page-button-03-button {
  text-align: right;
  margin-top: auto; }
  .module-page-button-03-button span {
    display: inline-block;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding-right: 9.6vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-page-button-03-button span {
        font-size: 16px;
        padding-right: 32px; } }
    .module-page-button-03-button span::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
      background-size: 8vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 8vw;
      height: 8vw;
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-page-button-03-button span::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 25px;
          height: 25px;
          display: block;
          position: relative;
          position: absolute; } }

.module-page-button-04.disabled {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }
  .module-page-button-04.disabled a h3 {
    color: gray; }
  .module-page-button-04.disabled a p {
    color: gray; }

@media screen and (min-width: 813px) {
  .module-page-button-04 {
    width: calc(500 / 1070 * 100%); } }

.module-page-button-04-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 7.73333vw;
  padding: 9.33333vw 8vw 8vw;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .module-page-button-04-link {
      border-radius: 29px;
      padding: 54px 45px 52px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .module-page-button-04-link {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-page-button-04-link:hover {
      background-color: #fff;
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .module-page-button-04-link::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
    background-size: 8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 8vw;
    height: 8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6.4vw;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-page-button-04-link::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 30px;
        height: 30px;
        display: block;
        position: relative;
        position: absolute;
        right: 20px; } }

.module-page-button-04-title span {
  display: inline-block;
  font-size: 6.66667vw;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-page-button-04-title span {
      font-size: 28px; } }

.module-page-button-04-text {
  width: 54.66667vw;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 1.33333vw; }
  @media screen and (min-width: 813px) {
    .module-page-button-04-text {
      width: auto;
      font-size: 16px;
      line-height: 1.87;
      margin-top: 5px; } }

@media screen and (min-width: 813px) {
  .module-page-button-05 {
    width: calc(500 / 1110 * 100%);
    margin: 0 auto; } }

.module-page-button-05-link {
  display: block;
  background-color: #fff;
  border-radius: 6.13333vw;
  -webkit-box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.8vw 1.6vw rgba(0, 0, 0, 0.05);
  padding: 4.53333vw 16.53333vw 4.53333vw 8vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-page-button-05-link {
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-page-button-05-link {
      border-radius: 24px;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
      padding: 13px 32px; } }
  ._green .module-page-button-05-link {
    background-color: #E5F5F5; }
    ._green .module-page-button-05-link:hover {
      background-color: #E5F5F5; }
      @media screen and (min-width: 813px) {
        ._green .module-page-button-05-link:hover {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        ._green .module-page-button-05-link:hover:hover {
          opacity: 0.8; } }
  .module-page-button-05-link:hover {
    background-color: #f4feff; }
  .module-page-button-05-link::after {
    content: "";
    display: block;
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
    background-size: 8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 8vw;
    height: 8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4vw;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media screen and (min-width: 813px) {
      .module-page-button-05-link::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 30px;
        height: 30px;
        display: block;
        position: relative;
        position: absolute;
        right: 23px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }

.module-page-button-05-title span {
  display: block;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.03em;
  text-align: center; }
  @media screen and (min-width: 813px) {
    .module-page-button-05-title span {
      font-size: 17px;
      line-height: 1.58; } }

.module-btn-block-01 {
  margin-top: 8.8vw;
  text-align: center; }
  @media screen and (min-width: 813px) {
    .module-btn-block-01 {
      margin-top: 66px; } }
  .module-btn-block-01-text {
    font-size: 4.53333vw;
    font-weight: 600;
    line-height: 1.94;
    margin-bottom: 6.66667vw; }
    @media screen and (min-width: 813px) {
      .module-btn-block-01-text {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 52px; } }
  .module-btn-block-01 .module-button {
    margin-top: 0; }

.module-btn-block-02 {
  margin-top: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-btn-block-02 {
      margin-top: 43px; } }
  .module-btn-block-02 .module-button {
    margin-top: 0; }

.module-arrow-button {
  margin-top: 16vw; }
  .module-arrow-button form {
    width: 100%; }
  @media screen and (min-width: 813px) {
    .module-arrow-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 70px; } }

.module-arrow-button-01 {
  display: block;
  width: 81.33333vw;
  font-size: 4.8vw;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
  background-color: #179098;
  border-radius: 9.06667vw;
  padding: 5.46667vw 0;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-arrow-button-01 {
      -webkit-transition: background-color .3s;
      transition: background-color .3s; } }
  @media screen and (min-width: 813px) {
    .module-arrow-button-01:hover {
      background-color: #077A81; } }
  @media screen and (min-width: 813px) {
    .module-arrow-button-01 {
      width: calc(368 / 986 * 100%);
      font-size: 18px;
      border-radius: 34px;
      padding: 20.5px 0; } }
  .module-arrow-button-01 + .module-arrow-button-01 {
    margin-top: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-arrow-button-01 + .module-arrow-button-01 {
        margin-top: 0;
        margin-left: 20px; } }
  .module-arrow-button-01::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_white_02.svg");
    background-size: 8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 8vw;
    height: 8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.33333vw;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-arrow-button-01::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_white_02.svg");
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 30px;
        height: 30px;
        display: block;
        position: relative;
        position: absolute;
        right: 20px; } }
  .module-arrow-button-01:focus {
    color: #fff; }

.module-arrow-button-02 {
  display: block;
  width: 100%;
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #00A8A9;
  text-align: center;
  background-color: #fff;
  border-radius: 9.06667vw;
  padding: 3.6vw 0;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  margin: 5.6vw auto 0;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .module-arrow-button-02 {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) {
    .module-arrow-button-02:hover {
      opacity: 0.8; } }
  @media screen and (min-width: 813px) {
    .module-arrow-button-02 {
      font-size: 15px;
      border-radius: 34px;
      padding: 13.5px 0;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      margin: 25px auto 0; } }
  .module-arrow-button-02::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_t_green_01.svg");
    background-size: 4.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.8vw;
    height: 4.8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.33333vw;
    margin: auto;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotateZ(-180deg);
            transform: rotateZ(-180deg); }
    @media screen and (min-width: 813px) {
      .module-arrow-button-02::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_t_green_01.svg");
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 18px;
        height: 18px;
        display: block;
        position: relative;
        position: absolute;
        right: 20px; } }
  ._open .module-arrow-button-02::after {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg); }

.module-title-01 {
  margin-bottom: .5em;
  font-size: 4.8vw;
  font-weight: 600;
  color: #00A8A9;
  line-height: 1.55556; }
  @media screen and (min-width: 813px) {
    .module-title-01 {
      font-size: 24px; } }

.module-title-02 {
  margin-bottom: 15px;
  font-size: 24px; }

.module-art-title-01 {
  letter-spacing: 0.03em;
  font-weight: 600;
  position: relative;
  padding-bottom: 5.33333vw;
  margin-bottom: 8vw; }
  @media screen and (min-width: 813px) {
    .module-art-title-01 {
      padding-bottom: 0;
      margin-bottom: 32px; } }
  @media screen and (min-width: 813px) {
    .module-art-title-01-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-art-title-01-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.46667vw;
    color: #fff; }
    @media screen and (min-width: 813px) {
      .module-art-title-01-cat {
        font-size: 13px; } }
    .module-art-title-01-cat span {
      display: block;
      background-color: #179098;
      padding: 0.66667vw 11.54667vw;
      border-radius: 10.66667vw; }
      @media screen and (min-width: 813px) {
        .module-art-title-01-cat span {
          border-radius: 40px;
          padding: 2.5px 43.3px; } }
  .module-art-title-01-date {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 813px) {
      .module-art-title-01-date {
        font-size: 18px;
        margin-left: 30px;
        position: static; } }
  .module-art-title-01-title {
    font-size: 7.46667vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.17;
    margin: 5.33333vw 0 7.73333vw; }
    @media screen and (min-width: 813px) {
      .module-art-title-01-title {
        font-size: 40px;
        margin: 44px 0 0; } }

.module-art-title-02 {
  font-size: 5.86667vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  border-top: 0.53333vw solid #111;
  border-bottom: 0.53333vw solid #111;
  padding: 4.53333vw 1.6vw;
  margin: 16vw 0 8vw; }
  @media screen and (min-width: 813px) {
    .module-art-title-02 {
      font-size: 30px;
      border-top: 2px solid #111;
      border-bottom: 2px solid #111;
      padding: 21.5px 13px;
      margin: 110px 0 40px; } }

.module-block-title-02 {
  margin-bottom: 8vw;
  text-align: center; }
  .module-block-title-02-ballon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 auto 5.33333vw;
    border-radius: 3em;
    padding: .5em 1em;
    background-color: #fff;
    font-size: 4.26667vw;
    text-align: center; }
    @media screen and (min-width: 813px) {
      .module-block-title-02-ballon {
        margin-bottom: 20px;
        font-size: 16px; } }
    .module-block-title-02-ballon::before {
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - 12vw / 2);
      bottom: -4.26667vw;
      z-index: -1;
      width: 12vw;
      height: 12vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/bg_ballon_b_01.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-block-title-02-ballon::before {
          left: calc(50% - 45px / 2);
          bottom: -16px;
          width: 45px;
          height: 45px;
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_ballon_b_01.svg"); } }
  .module-block-title-02-title {
    margin-bottom: 1em;
    font-size: 6.93333vw;
    font-weight: 600; }
    @media screen and (min-width: 813px) {
      .module-block-title-02-title {
        font-size: 40px; } }
  .module-block-title-02-text {
    text-align: left; }
    @media screen and (min-width: 813px) {
      .module-block-title-02-text {
        text-align: center; } }

.module-product-title-01 span, .module-product-title-02-title span {
  display: inline-block;
  font-size: 6.93333vw;
  font-weight: 600;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-product-title-01 span, .module-product-title-02-title span {
      font-size: 36px; } }

.module-product-title-01 i, .module-product-title-02-title i {
  display: block;
  font-size: 3.2vw;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 813px) {
    .module-product-title-01 i, .module-product-title-02-title i {
      font-size: 18px;
      line-height: 1; } }

.module-product-title-01 {
  margin-bottom: 8vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-01 {
      margin-bottom: 58px; } }

.module-product-title-02 {
  margin-bottom: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-02 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 80px; } }
  .module-product-title-02-title {
    margin-bottom: 5.6vw; }
    @media screen and (min-width: 813px) {
      .module-product-title-02-title {
        margin-bottom: 0;
        padding-left: 20px; } }
    @media screen and (min-width: 813px) {
      .module-product-title-02-title span {
        line-height: 1;
        margin-bottom: 7px; } }
  .module-product-title-02-text {
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.1em;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-product-title-02-text {
        width: calc(657.5 / 1110 * 100%);
        font-size: 17px;
        font-weight: 300;
        line-height: 1.88;
        letter-spacing: 0.03em;
        padding-left: 28.5px;
        margin-left: 28.5px; } }
    @media screen and (min-width: 813px) {
      .module-product-title-02-text::before {
        content: "";
        display: block;
        width: 1px;
        height: 89px;
        background-color: #000;
        position: absolute;
        top: 0;
        left: 0; } }

.module-product-title-03 {
  width: 100vw;
  margin-left: -6.4vw;
  background: -webkit-gradient(linear, left top, right top, from(#00A8A9), to(#13BBBC));
  background: linear-gradient(to right, #00A8A9, #13BBBC);
  padding: 4.8vw 5.33333vw;
  margin-bottom: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-03 {
      width: calc(1200 / 1110 * 100%);
      margin-left: calc(45 / 1110 * 100% * -1);
      padding: 7px 45px;
      border-radius: 20px;
      margin-bottom: 40px; } }
  .module-product-title-03 span {
    display: inline-block;
    font-size: 5.33333vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff; }
    @media screen and (min-width: 813px) {
      .module-product-title-03 span {
        font-size: 30px;
        line-height: 1.83; } }

.module-product-title-04 {
  font-size: 5.86667vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 4.8vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-04 {
      font-size: 30px;
      margin-bottom: 30px; } }

.module-product-title-05 {
  font-size: 6.93333vw;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.05em;
  color: #000;
  margin-bottom: 5.06667vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-05 {
      font-size: 35px;
      letter-spacing: 0.08em;
      margin-bottom: 35px; } }

.module-product-title-06 {
  margin-bottom: 9.33333vw; }
  @media screen and (min-width: 813px) {
    .module-product-title-06 {
      margin-bottom: 50px; } }
  .module-product-title-06-corner {
    font-size: 4vw;
    font-weight: 500;
    color: #009098;
    padding-left: 2.93333vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-product-title-06-corner {
        font-size: 18px;
        padding-left: 10px; } }
    .module-product-title-06-corner::before {
      content: "";
      display: block;
      width: 1.33333vw;
      height: 3.73333vw;
      background-color: #009098;
      border-radius: 0.13333vw;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-product-title-06-corner::before {
          width: 5px;
          height: 18px;
          border-radius: 1px; } }
  .module-product-title-06-inner {
    font-size: 5.86667vw;
    margin-top: 6.13333vw; }
    @media screen and (min-width: 813px) {
      .module-product-title-06-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 33px;
        letter-spacing: 0.05em;
        margin-top: 20px; } }
  .module-product-title-06-section {
    font-weight: 500;
    margin-bottom: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-product-title-06-section {
        padding-right: 40px;
        margin-bottom: 0; } }
  .module-product-title-06-block {
    font-weight: 600;
    letter-spacing: 0.05em; }

.module-block-title-01, .module-block-title-02-title {
  text-align: center; }
  .module-block-title-01 span, .module-block-title-02-title span {
    display: inline-block;
    font-size: 6.93333vw;
    font-weight: 600;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 813px) {
      .module-block-title-01 span, .module-block-title-02-title span {
        font-size: 40px;
        letter-spacing: 0.1em; } }

.module-block-title-01 {
  margin-bottom: 6.13333vw; }
  @media screen and (min-width: 813px) {
    .module-block-title-01 {
      margin-bottom: 47px; } }

.module-block-title-02 {
  margin-bottom: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-title-02 {
      margin-bottom: 49px; } }
  .module-block-title-02-title {
    margin-bottom: 3.73333vw; }
    @media screen and (min-width: 813px) {
      .module-block-title-02-title {
        margin-bottom: 21px; } }
    .module-block-title-02-title._en span {
      font-size: 6.93333vw;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 813px) {
        .module-block-title-02-title._en span {
          font-size: 42px; } }
  .module-block-title-02-text {
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.1em; }
    @media screen and (min-width: 813px) {
      .module-block-title-02-text {
        font-size: 20px;
        letter-spacing: 0.03em;
        text-align: center; } }

.module-block-title-03 {
  font-size: 6.4vw;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #178190;
  text-align: center;
  margin-bottom: 8.8vw; }
  @media screen and (min-width: 813px) {
    .module-block-title-03 {
      font-size: 30px;
      margin-bottom: 60px; } }

.module-block-title-04 {
  margin-bottom: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-block-title-04 {
      margin-bottom: 68px;
      margin-left: 23px; } }
  .module-block-title-04 span {
    display: inline-block;
    font-size: 7.46667vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 1.86667vw; }
    @media screen and (min-width: 813px) {
      .module-block-title-04 span {
        font-size: 38px;
        margin-bottom: 15px; } }
  .module-block-title-04 i {
    display: block;
    font-size: 3.73333vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 813px) {
      .module-block-title-04 i {
        font-size: 20px;
        line-height: 1; } }

.module-navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 813px) {
    .module-navigation-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .module-navigation-list:not(:last-child) {
    margin-bottom: 13.33333vw; }
    @media screen and (min-width: 813px) {
      .module-navigation-list:not(:last-child) {
        margin-bottom: 110px; } }

@media screen and (min-width: 813px) {
  .module-navigation-item {
    width: 100%; } }

.module-navigation-item:nth-child(2n) {
  margin-left: 1.86667vw; }
  @media screen and (min-width: 813px) {
    .module-navigation-item:nth-child(2n) {
      margin-left: 0; } }

.module-navigation-item:nth-child(n+3) {
  margin-top: 3.2vw; }
  @media screen and (min-width: 813px) {
    .module-navigation-item:nth-child(n+3) {
      margin-top: 0; } }

@media screen and (min-width: 813px) {
  .module-navigation-item:nth-child(n+2) {
    margin-left: 15px; } }

.module-navigation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6.66667vw;
  padding: 1em 1.5em;
  background-color: #fff;
  font-size: 3.2vw;
  font-weight: 500; }
  @media screen and (min-width: 813px) {
    .module-navigation-link {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) {
    .module-navigation-link:hover {
      opacity: 0.8; } }
  @media screen and (min-width: 813px) {
    .module-navigation-link {
      border-radius: 25px;
      font-size: 14px; } }

.module-tab-head {
  margin-bottom: 13.33333vw; }
  @media screen and (min-width: 813px) {
    .module-tab-head {
      margin-bottom: 95px; } }
  .module-tab-head-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .module-tab-head-item {
    width: calc(100% / 2 - 1.86667vw / 2); }
    @media screen and (min-width: 813px) {
      .module-tab-head-item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(100% / 6 - 15px * 5 / 6); } }
    .module-tab-head-item:nth-child(2n) {
      margin-left: 1.86667vw; }
      @media screen and (min-width: 813px) {
        .module-tab-head-item:nth-child(2n) {
          margin-left: 0; } }
    .module-tab-head-item:nth-child(n+3) {
      margin-top: 3.2vw; }
      @media screen and (min-width: 813px) {
        .module-tab-head-item:nth-child(n+3) {
          margin-top: 0; } }
    @media screen and (min-width: 813px) {
      .module-tab-head-item:last-child {
        margin-right: 0; } }
  .module-tab-head-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6.66667vw;
    padding: 1em;
    background-color: #fff;
    font-size: 3.73333vw;
    font-weight: 500; }
    @media screen and (min-width: 813px) {
      .module-tab-head-link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-tab-head-link:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 813px) {
      .module-tab-head-link {
        border-radius: 25px;
        font-size: 14px; } }
    .module-tab-head-link._current {
      pointer-events: none;
      background-color: #6cc9ce; }

.module-tab-body {
  display: none; }
  .module-tab-body._current {
    display: block; }

.module-anchor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 17.33333vw; }
  @media screen and (min-width: 813px) {
    .module-anchor-button {
      width: calc(1036 / 1110 * 100%);
      margin: 0 auto 80px; } }
  @media screen and (min-width: 813px) {
    .module-anchor-button._center {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .module-anchor-button-item {
    margin-bottom: 4vw;
    margin-right: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-anchor-button-item {
        width: calc(250 / 1036 * 100%);
        margin-bottom: 16px;
        margin-right: calc(12 / 1036 * 100%); } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-item:nth-of-type(4n) {
        margin-right: 0; } }
    @media screen and (min-width: 813px) {
      ._center .module-anchor-button-item {
        margin-right: calc(6 / 1036 * 100%);
        margin-left: calc(6 / 1036 * 100%); } }
  .module-anchor-button-link {
    display: inline-block;
    position: relative;
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: .02em;
    text-align: center;
    border-radius: 6.13333vw;
    background-color: #fff;
    padding: 2.53333vw 6.4vw 2.53333vw 2.66667vw;
    min-height: 9.86667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 813px) {
      .module-anchor-button-link {
        -webkit-transition: background-color .3s;
        transition: background-color .3s; } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-link:hover {
        background-color: rgba(255, 255, 255, 0.6); } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px;
        letter-spacing: 0.05em;
        border-radius: 3em;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
                box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
        padding: 12.5px 15px;
        min-height: 46px; } }
    .module-anchor-button-link::before {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      right: 3.2vw;
      top: calc(50% - 1.86667vw / 2);
      width: 2.4976vw;
      height: 1.86667vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_b_green_01.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-anchor-button-link::before {
          top: calc(50% - 8.37px / 2);
          right: 10px;
          width: 9.366px;
          height: 7px; } }
    .module-anchor-button-link._current {
      pointer-events: none;
      background-color: #6cc9ce; }

.module-anchor-button-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 813px) {
    .module-anchor-button-02 {
      width: calc(1014 / 1110 * 100%);
      margin: 0 auto; } }
  .module-anchor-button-02-item {
    width: 27.73333vw;
    margin-bottom: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-anchor-button-02-item {
        width: calc(328 / 1014 * 100%);
        margin-bottom: 18px;
        margin-right: calc(15 / 1014 * 100%); } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-02-item:nth-of-type(3n) {
        margin-right: 0; } }
  .module-anchor-button-02-link {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 3.2vw;
    font-weight: 500;
    text-align: center;
    border-radius: 5.33333vw;
    background-color: #fff;
    padding: 2.93333vw 0; }
    @media screen and (min-width: 813px) {
      .module-anchor-button-02-link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-02-link:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 813px) {
      .module-anchor-button-02-link {
        font-size: 14px;
        letter-spacing: 0.05em;
        border-radius: 23px;
        width: 100%;
        -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
                box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
        padding: 12.5px 0; } }
    .module-anchor-button-02-link::before {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      right: 1.86667vw;
      top: calc(50% - 1.86667vw / 2);
      width: 2.4976vw;
      height: 1.86667vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_b_green_01.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-anchor-button-02-link::before {
          top: calc(50% - 8.37px / 2);
          right: 10px;
          width: 9.366px;
          height: 7px; } }
    .module-anchor-button-02-link._current {
      pointer-events: none;
      background-color: #6cc9ce; }

.module-anchor-button-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 813px) {
    .module-anchor-button-03 {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .module-anchor-button-03 li {
    margin-bottom: 4.53333vw; }
    @media screen and (min-width: 813px) {
      .module-anchor-button-03 li {
        margin-bottom: 0; } }
    .module-anchor-button-03 li:last-of-type a {
      border-right: none; }
      .is-Night .module-anchor-button-03 li:last-of-type a {
        border-right: none; }
    .module-anchor-button-03 li a {
      display: inline-block;
      padding: 0 2.4vw;
      border-right: 1px solid white;
      font-size: 4vw;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 813px) {
        .module-anchor-button-03 li a {
          padding: 1.5px 14px;
          font-size: 15px;
          line-height: 1.86; } }
      @media screen and (min-width: 813px) {
        .module-anchor-button-03 li a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-anchor-button-03 li a:hover {
          opacity: 0.8; } }
      .is-Night .module-anchor-button-03 li a {
        color: #fff;
        border-right: 1px solid rgba(255, 255, 255, 0.4); }
      .module-anchor-button-03 li a span {
        display: inline-block;
        padding-right: 4vw;
        position: relative; }
        @media screen and (min-width: 813px) {
          .module-anchor-button-03 li a span {
            padding-right: 15px; } }
        .module-anchor-button-03 li a span::after {
          content: "";
          display: block;
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_b_green_01.svg");
          background-size: 10px 7px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 10px;
          height: 7px;
          display: block;
          position: relative;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto; }

.module-section + .module-section {
  margin-top: 18.66667vw; }
  @media screen and (min-width: 813px) {
    .module-section + .module-section {
      margin-top: 120px; } }

@media screen and (min-width: 813px) {
  .module-card-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.module-card-01 + .module-card-01 {
  margin-top: 6.13333vw; }
  @media screen and (min-width: 813px) {
    .module-card-01 + .module-card-01 {
      margin-top: 45px; } }

.module-card-01._sizeS {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-card-01._moreBaloon {
  position: relative;
  margin-top: 16vw; }
  @media screen and (min-width: 813px) {
    .module-card-01._moreBaloon {
      margin-top: 60px; } }
  .module-card-01._moreBaloon .module-card-01-item__product:first-of-type::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_more_baloon_sp.svg");
    background-size: 53.86667vw 22.13333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 53.86667vw;
    height: 22.13333vw;
    display: block;
    position: relative;
    position: absolute;
    top: -17.33333vw;
    right: -4.66667vw;
    z-index: 1;
    -webkit-animation: bounce-small 1.5s ease infinite;
            animation: bounce-small 1.5s ease infinite; }
    @media screen and (min-width: 813px) {
      .module-card-01._moreBaloon .module-card-01-item__product:first-of-type::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_more_baloon_pc.svg");
        background-size: 202px 83px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 202px;
        height: 83px;
        display: block;
        position: relative;
        position: absolute;
        top: -67px;
        right: -69px; } }

.module-card-01-item, .module-card-01-item__product {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, transform .4s;
  transition: opacity .4s, transform .4s, -webkit-transform .4s; }
  .module-card-01-item._active, .module-card-01-item__product._active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (min-width: 813px) {
    .module-card-01-item, .module-card-01-item__product {
      width: calc(100% / 3 - 30px * 2 / 3); } }
  .module-card-01-item:nth-child(n+2), .module-card-01-item__product:nth-child(n+2) {
    margin-top: 12vw; }
    @media screen and (min-width: 813px) {
      .module-card-01-item:nth-child(n+2), .module-card-01-item__product:nth-child(n+2) {
        margin-top: 0; } }
  @media screen and (min-width: 813px) {
    .module-card-01-item:not(:nth-child(3n+1)), .module-card-01-item__product:not(:nth-child(3n+1)) {
      margin-left: 30px; } }
  @media screen and (min-width: 813px) {
    .module-card-01-item:nth-child(n+4), .module-card-01-item__product:nth-child(n+4) {
      margin-top: 60px; } }
  ._sizeS .module-card-01-item, ._sizeS .module-card-01-item__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% / 2 - 5px / 2); }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-item, ._sizeS .module-card-01-item__product {
        width: calc(100% / 3 - 30px * 2 / 3); } }
    ._sizeS .module-card-01-item:not(:nth-child(2n+1)), ._sizeS .module-card-01-item__product:not(:nth-child(2n+1)) {
      margin-left: 5px; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01-item:not(:nth-child(2n+1)), ._sizeS .module-card-01-item__product:not(:nth-child(2n+1)) {
          margin-left: 0; } }
    ._sizeS .module-card-01-item:nth-child(n+2), ._sizeS .module-card-01-item__product:nth-child(n+2) {
      margin-top: 0; }
    ._sizeS .module-card-01-item:nth-child(n+3), ._sizeS .module-card-01-item__product:nth-child(n+3) {
      margin-top: 12vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01-item:nth-child(n+3), ._sizeS .module-card-01-item__product:nth-child(n+3) {
          margin-top: 0; } }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-item:nth-child(n+4), ._sizeS .module-card-01-item__product:nth-child(n+4) {
        margin-top: 60px; } }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-item:not(:nth-child(3n+1)), ._sizeS .module-card-01-item__product:not(:nth-child(3n+1)) {
        margin-left: 30px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01-item,
    ._column .module-card-01-item, ._sizeL .module-card-01-item__product,
    ._column .module-card-01-item__product {
      width: calc(100% / 2 - 30px / 2); } }
  ._sizeL .module-card-01-item:nth-child(n+2),
  ._column .module-card-01-item:nth-child(n+2), ._sizeL .module-card-01-item__product:nth-child(n+2),
  ._column .module-card-01-item__product:nth-child(n+2) {
    margin-top: 12vw; }
    @media screen and (min-width: 813px) {
      ._sizeL .module-card-01-item:nth-child(n+2),
      ._column .module-card-01-item:nth-child(n+2), ._sizeL .module-card-01-item__product:nth-child(n+2),
      ._column .module-card-01-item__product:nth-child(n+2) {
        margin-top: 0; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01-item:not(:nth-child(3n+1)),
    ._column .module-card-01-item:not(:nth-child(3n+1)), ._sizeL .module-card-01-item__product:not(:nth-child(3n+1)),
    ._column .module-card-01-item__product:not(:nth-child(3n+1)) {
      margin-left: 0; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01-item:not(:nth-child(2n+1)),
    ._column .module-card-01-item:not(:nth-child(2n+1)), ._sizeL .module-card-01-item__product:not(:nth-child(2n+1)),
    ._column .module-card-01-item__product:not(:nth-child(2n+1)) {
      margin-left: 30px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01-item:nth-child(n+3),
    ._column .module-card-01-item:nth-child(n+3), ._sizeL .module-card-01-item__product:nth-child(n+3),
    ._column .module-card-01-item__product:nth-child(n+3) {
      margin-top: 60px; } }

.module-card-01-item._pickup a::before, .module-card-01-item._new a::before {
  content: '';
  display: block;
  position: absolute;
  left: -2.66667vw;
  top: -2.66667vw;
  width: 16.53333vw;
  height: 16.53333vw;
  background: no-repeat left top / contain;
  z-index: 1; }
  @media screen and (min-width: 813px) {
    .module-card-01-item._pickup a::before, .module-card-01-item._new a::before {
      left: -10px;
      top: -10px;
      width: 62px;
      height: 62px; } }
  ._sizeS .module-card-01-item._pickup a::before, ._sizeS .module-card-01-item._new a::before {
    left: 0;
    top: -2.66667vw;
    width: 14.37067vw;
    height: 14.03467vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-item._pickup a::before, ._sizeS .module-card-01-item._new a::before {
        left: -10px;
        top: -10px;
        width: 62px;
        height: 62px; } }

.module-card-01-item._pickup a::before {
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_pickup_01.svg"); }

.module-card-01-item._new a::before {
  background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_new_01.svg"); }

.module-card-01-link, .module-card-01__product-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  border-radius: 5.33333vw;
  width: 100%;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-card-01-link, .module-card-01__product-link {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-card-01-link, .module-card-01__product-link {
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      border-radius: 20px;
      width: 100%;
      height: 100%; } }
  @media screen and (min-width: 813px) {
    .module-card-01-link:hover, .module-card-01__product-link:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .module-card-01-link::after, .module-card-01__product-link::after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute; }

.module-card-01-link {
  padding: 6.4vw 6.66667vw 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-card-01-link {
      padding: 24px 20px 20px;
      width: 100%; } }
  ._sizeS .module-card-01-link {
    border-radius: 4.26667vw;
    padding: 5.33333vw 2.66667vw 4vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-link {
        border-radius: 20px;
        padding: 24px 20px 20px; } }
  .module-card-01-link::after {
    right: 5.33333vw;
    bottom: 5.33333vw;
    width: 8vw;
    height: 8vw;
    background: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg") no-repeat left top/contain; }
    @media screen and (min-width: 813px) {
      .module-card-01-link::after {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px; } }
    ._sizeS .module-card-01-link::after {
      right: 1.06667vw;
      bottom: 1.06667vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01-link::after {
          right: 20px;
          bottom: 20px; } }

.module-card-01__product-link {
  overflow: hidden; }
  ._sizeS .module-card-01__product-link {
    border-radius: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-link {
        border-radius: 20px; } }
  .module-card-01__product-link::after {
    right: 3.46667vw;
    top: 3.2vw;
    width: 8.26667vw;
    height: 8.26667vw;
    background: url("/special/virtual-exhibition-2026/assets/img/common/ico_plus_01.svg") no-repeat left top/contain; }
    @media screen and (min-width: 813px) {
      .module-card-01__product-link::after {
        right: 13px;
        top: 12px;
        width: 31px;
        height: 31px; } }
    ._sizeS .module-card-01__product-link::after {
      right: 1.86667vw;
      top: 1.6vw;
      width: 3.46667vw;
      height: 3.46667vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01__product-link::after {
          right: 13px;
          top: 12px;
          width: 31px;
          height: 31px; } }

@media screen and (min-width: 813px) {
  .module-card-01-head {
    min-height: 0%; } }

._sizeS .module-card-01-head {
  margin-right: -2.66667vw;
  margin-left: -2.66667vw; }
  @media screen and (min-width: 813px) {
    ._sizeS .module-card-01-head {
      margin-right: 0;
      margin-left: 0; } }

.module-card-01-head img {
  max-width: 100%; }

.module-card-01-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  _:-ms-lang(x)::-ms-backdrop, .module-card-01-body {
    -ms-flex: auto;
        flex: auto; }

.module-card-01-title {
  margin-top: 4vw;
  font-size: 4vw;
  line-height: 1.8; }
  @media screen and (min-width: 813px) {
    .module-card-01-title {
      margin-top: 15px;
      font-size: 17px;
      line-height: 1.6; } }
  ._sizeS .module-card-01-title {
    margin-top: 3.2vw;
    font-size: 3.46667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-title {
        margin-top: 15px;
        font-size: 20px; } }

.module-card-01-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5.33333vw;
  font-size: 3.2vw; }
  @media screen and (min-width: 813px) {
    .module-card-01-label {
      margin-top: 30px;
      font-size: 12px; } }
  ._sizeS .module-card-01-label {
    margin-top: 3.2vw;
    font-size: 2.93333vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-label {
        margin-top: 30px;
        font-size: 12px; } }
  .module-card-01-label span {
    display: block;
    border-radius: 1.5em;
    padding: .25em 1em;
    background-color: #00A8A9;
    color: #fff; }

.module-card-01-date {
  display: block;
  margin-top: .5em;
  font-size: 3.2vw;
  font-weight: 600;
  color: #666; }
  @media screen and (min-width: 813px) {
    .module-card-01-date {
      font-size: 14px; } }
  ._sizeS .module-card-01-date {
    font-size: 3.2vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01-date {
        font-size: 14px; } }

@media screen and (min-width: 813px) {
  .module-card-01__product {
    min-height: 0%; } }

._column .module-card-01__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.module-card-01__product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 13.86667vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-head {
      min-height: 0%;
      height: 52px; } }
  ._sizeS .module-card-01__product-head {
    height: 8vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-head {
        height: 52px; } }

.module-card-01__product-label, .module-card-01__product-label__2lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.86667vw;
  height: 100%;
  background-color: #D35344;
  font-size: 4.8vw;
  font-weight: 600;
  color: #fff;
  line-height: 1.2; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-label, .module-card-01__product-label__2lines {
      width: 52px;
      font-size: 18px; } }
  .module-card-01__product-label._yellow, .module-card-01__product-label__2lines._yellow {
    background-color: #CBAF00;
    color: #fff; }
  .module-card-01__product-label._blue, .module-card-01__product-label__2lines._blue {
    background-color: #0074B0;
    color: #fff; }
  ._sizeS .module-card-01__product-label, ._sizeS .module-card-01__product-label__2lines {
    width: 8vw;
    font-size: 3.46667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-label, ._sizeS .module-card-01__product-label__2lines {
        width: 52px;
        font-size: 18px; } }

.module-card-01__product-label__2lines {
  font-size: 4vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-label__2lines {
      font-size: 15px; } }
  ._sizeS .module-card-01__product-label__2lines {
    font-size: 2.93333vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-label__2lines {
        font-size: 15px; } }
  .module-card-01__product-label__2lines i {
    display: block;
    font-size: 2.66667vw;
    font-style: normal; }
    @media screen and (min-width: 813px) {
      .module-card-01__product-label__2lines i {
        font-size: 10px; } }
    ._sizeS .module-card-01__product-label__2lines i {
      font-size: 1.86667vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01__product-label__2lines i {
          font-size: 10px; } }

.module-card-01__product-category {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16vw 0 8vw;
  height: 100%;
  font-size: 3.2vw;
  font-weight: 600;
  color: #00A8A9;
  line-height: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-category {
      margin-right: 60px;
      margin-left: 23px;
      font-size: 12px; } }
  .module-card-01__product-category-icon {
    background-color: #00A8A9;
    padding: 4px 18px 4px 18px;
    border-radius: 5px; }
    @media screen and (max-width: 812px) {
      .module-card-01__product-category-icon {
        padding: 1.1vw 3vw 0.8vw 3vw; } }
    .module-card-01__product-category-icon span {
      color: #fff;
      font-weight: normal;
      font-size: 12px; }
      @media screen and (max-width: 812px) {
        .module-card-01__product-category-icon span {
          font-size: 3.2vw; } }
  @media screen and (min-width: 813px) {
    .module-card-01__product-label + .module-card-01__product-category,
    .module-card-01__product-label__2lines + .module-card-01__product-category {
      margin-left: 15px !important; } }
  ._sizeS .module-card-01__product-category {
    margin: 0 8vw 0 2.66667vw;
    font-size: 2.66667vw; }
    ._sizeS .module-card-01__product-category-icon span {
      font-size: 2.66667vw;
      white-space: nowrap; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-category {
        margin-right: 60px;
        margin-left: 23px;
        font-size: 12px; }
        ._sizeS .module-card-01__product-category-icon span {
          font-size: 12px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01__product-category {
      margin-left: 23px;
      font-size: 16px; } }
  @media screen and (min-width: 813px) {
    ._sizeS .module-card-01__product-label + .module-card-01__product-category,
    ._sizeS .module-card-01__product-label__2lines + .module-card-01__product-category {
      margin-left: 15px !important; } }

@media screen and (min-width: 813px) {
  .module-card-01__product-image {
    min-height: 0%; } }

._column .module-card-01__product-image {
  width: 50%; }

.module-card-01__product-image img {
  max-width: 100%; }

.module-card-01__product-body {
  padding: 5.33333vw 6.13333vw 4vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-body {
      padding: 20px 23px 15px;
      min-height: 0%; } }
  ._sizeS .module-card-01__product-body {
    padding: 2.4vw 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-body {
        padding: 20px 23px 15px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01__product-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      max-height: 9em; } }
  ._column .module-card-01__product-body {
    padding: 0 2.66667vw 4vw;
    width: 50%; }
    @media screen and (min-width: 813px) {
      ._column .module-card-01__product-body {
        padding: 0 15px 15px; } }
  @media screen and (min-width: 813px) {
    ._type2 .module-card-01__product-body {
      display: block;
      max-height: none; } }

.module-card-01__product-lead {
  font-size: 3.46667vw;
  font-weight: 600;
  color: #00A8A9; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-lead {
      font-size: 13px; } }
  ._sizeS .module-card-01__product-lead {
    font-size: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-lead {
        font-size: 13px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01__product-lead {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 1em;
      width: 50%; } }
  ._column .module-card-01__product-lead {
    font-size: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._column .module-card-01__product-lead {
        font-size: 13px; } }
  @media screen and (min-width: 813px) {
    ._type2 .module-card-01__product-lead {
      -webkit-box-ordinal-group: unset;
          -ms-flex-order: unset;
              order: unset; } }

.module-card-01__product-body-inner {
  margin-top: .5em; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-body-inner {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.module-card-01__product-title {
  margin-top: .5em;
  font-size: 4.8vw;
  font-weight: 600; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-title {
      font-size: 20px; } }
  ._sizeS .module-card-01__product-title {
    font-size: 3.46667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-title {
        font-size: 20px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01__product-title {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 50%;
      min-height: 1.5em; } }
  ._column .module-card-01__product-title {
    font-size: 3.2vw; }
    @media screen and (min-width: 813px) {
      ._column .module-card-01__product-title {
        font-size: 18px; } }
  ._type2 .module-card-01__product-title {
    margin-top: 0; }
    @media screen and (min-width: 813px) {
      ._type2 .module-card-01__product-title {
        -webkit-box-ordinal-group: unset;
            -ms-flex-order: unset;
                order: unset;
        min-height: auto;
        font-size: 20px; } }

.module-card-01__product-model {
  margin-top: 1em;
  font-size: 3.2vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-model {
      font-size: 12px; } }
  ._sizeS .module-card-01__product-model {
    font-size: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-model {
        font-size: 12px; } }
  @media screen and (min-width: 813px) {
    ._sizeL .module-card-01__product-model {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 0;
      width: 50%;
      min-height: 5em; } }
  ._column .module-card-01__product-model {
    font-size: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._column .module-card-01__product-model {
        font-size: 12px; } }
  .module-card-01__product-model-list {
    margin-top: 1em; }
    @media screen and (min-width: 813px) {
      .module-card-01__product-model-list {
        margin-top: 0;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 0; }
        .module-card-01__product-model-list.sizeS {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    @media screen and (min-width: 813px) {
      .module-card-01__product-model-list > ul {
        display: inline-block;
        width: auto; } }
    .module-card-01__product-model-list > ul > li {
      font-size: 4.8vw;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-bottom: 2.66667vw; }
      @media screen and (min-width: 813px) {
        .module-card-01__product-model-list > ul > li {
          font-size: 22px;
          margin-bottom: 16px; } }
      .module-card-01__product-model-list > ul > li:last-of-type {
        margin-bottom: 0; }
      .module-card-01__product-model-list > ul > li::before {
        content: "";
        display: block;
        width: 0.8vw;
        height: 100%;
        background-color: #00A8A9;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (min-width: 813px) {
          .module-card-01__product-model-list > ul > li::before {
            width: 3px; } }
      .module-card-01__product-model-list > ul > li > div:first-of-type {
        width: 13.33333vw;
        display: inline-block;
        font-size: 3.73333vw;
        letter-spacing: 0.04em;
        padding-left: 3.2vw; }
        @media screen and (min-width: 813px) {
          .module-card-01__product-model-list > ul > li > div:first-of-type {
            width: 50px;
            font-size: 14px;
            padding-left: 12px; } }
      .module-card-01__product-model-list > ul > li > div:nth-of-type(2) {
        width: calc(100% - 13.33333vw);
        word-break: break-all; }
        @media screen and (min-width: 813px) {
          .module-card-01__product-model-list > ul > li > div:nth-of-type(2) {
            width: calc(100% -  50px);
            margin-left: 5px; } }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-model-list {
        width: 100%;
        margin-top: 1em; } }
    ._sizeS .module-card-01__product-model-list > ul > li {
      font-size: 3.46667vw;
      margin-bottom: 2.13333vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01__product-model-list > ul > li {
          font-size: 20px;
          margin-bottom: 10px;
          min-height: 0; } }
      ._sizeS .module-card-01__product-model-list > ul > li:last-of-type {
        margin-bottom: 0; }
      ._sizeS .module-card-01__product-model-list > ul > li > div:first-of-type {
        width: 9.06667vw;
        font-size: 2.66667vw;
        padding-left: 2.13333vw; }
        @media screen and (min-width: 813px) {
          ._sizeS .module-card-01__product-model-list > ul > li > div:first-of-type {
            width: 50px;
            font-size: 14px;
            padding-left: 12px; } }
      ._sizeS .module-card-01__product-model-list > ul > li > div:nth-of-type(2) {
        width: calc(100% - 9.06667vw); }
        @media screen and (min-width: 813px) {
          ._sizeS .module-card-01__product-model-list > ul > li > div:nth-of-type(2) {
            width: calc(100% - 50px);
            margin-left: 0; } }

.module-card-01__product-foot {
  position: relative;
  margin-top: auto;
  height: 12.53333vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-foot {
      height: 47px; } }
  ._sizeS .module-card-01__product-foot {
    height: 9.33333vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-foot {
        height: 47px; } }

.module-card-01__product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #e5f5f5;
  font-size: 3.46667vw;
  font-weight: 600;
  color: #00A8A9; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-button {
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-card-01__product-button {
      outline: none;
      font-size: 13px; } }
  .module-card-01__product-button:hover {
    background-color: #bcf0ef; }
  .module-card-01__product-button._current {
    background-color: #00a8a9;
    color: #fff; }
    .module-card-01__product-button._current .module-card-01__product-favorite {
      fill: #fffe3b;
      -webkit-animation: bounce .3s ease alternate;
              animation: bounce .3s ease alternate; }
      .module-card-01__product-button._current .module-card-01__product-favorite::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_yellow_01.svg"); }
  ._sizeS .module-card-01__product-button {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 2.66667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-button {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        font-size: 13px; } }

.module-card-01__product-favorite {
  pointer-events: none;
  position: absolute;
  right: 6.13333vw;
  top: 2.93333vw; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-favorite {
      right: 23px;
      top: 11px; } }
  ._sizeS .module-card-01__product-favorite {
    right: 4.13333vw;
    top: 1.86667vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-favorite {
        right: 23px;
        top: 11px; } }
  .module-card-01__product-favorite::before {
    content: '';
    display: block;
    width: 8.53333vw;
    height: 7.2vw;
    background: url("/special/virtual-exhibition-2026/assets/img/common/ico_heart_02.svg") no-repeat left top/contain; }
    @media screen and (min-width: 813px) {
      .module-card-01__product-favorite::before {
        width: 32px;
        height: 27px; } }
    ._sizeS .module-card-01__product-favorite::before {
      width: 6.50667vw;
      height: 5.568vw; }
      @media screen and (min-width: 813px) {
        ._sizeS .module-card-01__product-favorite::before {
          width: 32px;
          height: 27px; } }

.module-card-01__product-count {
  display: block;
  position: absolute;
  left: 6.66667vw;
  top: -1.6vw;
  border-radius: 2.66667vw;
  border: 1px solid #c0d9d9;
  padding: .4em .4em .3em;
  min-width: calc(.8em + 1.5em);
  background-color: #fff;
  font-size: 2.93333vw;
  font-weight: 600;
  font-style: normal;
  color: #00A8A9;
  line-height: 1; }
  @media screen and (min-width: 813px) {
    .module-card-01__product-count {
      left: 25px;
      top: -6px;
      border-radius: 10px;
      font-size: 11px; } }
  ._sizeS .module-card-01__product-count {
    left: 4.50667vw;
    top: -1.09333vw;
    font-size: 2.4vw; }
    @media screen and (min-width: 813px) {
      ._sizeS .module-card-01__product-count {
        left: 25px;
        top: -6px;
        font-size: 11px; } }

.module-card-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 5.33333vw;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-card-02 {
      border-radius: 20px; } }
  .module-card-02-item {
    border-bottom: 1px solid #ccc;
    width: calc(100% / 2); }
    .module-card-02-item:nth-last-child(1), .module-card-02-item:nth-last-child(2):not(:nth-child(2n)) {
      border-bottom: none; }
    @media screen and (min-width: 813px) {
      .module-card-02-item:nth-child(2n) .module-card-02-link {
        padding-right: 70px;
        padding-left: 40px; } }
    .module-card-02-item:nth-child(2n+1) {
      border-right: 1px solid #ccc; }
    @media screen and (min-width: 813px) {
      .module-card-02-item:nth-last-child(1) .module-card-02-link, .module-card-02-item:nth-last-child(2) .module-card-02-link {
        padding-bottom: 60px; } }
  .module-card-02-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4vw;
    height: 100%;
    background-color: #fff; }
    @media screen and (min-width: 813px) {
      .module-card-02-link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-card-02-link:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 813px) {
      .module-card-02-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 40px 40px 30px 70px; } }
  @media screen and (min-width: 813px) {
    .module-card-02-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 20px;
      width: 150px; } }
  _:-ms-lang(x)::-ms-backdrop, .module-card-02-image {
    display: block;
    min-height: 0%; }
  .module-card-02-body {
    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; }
    @media screen and (min-width: 813px) {
      .module-card-02-body {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    _:-ms-lang(x)::-ms-backdrop, .module-card-02-body {
      min-height: 0%; }
  .module-card-02-title {
    margin-top: .5em;
    width: 100%;
    font-size: 4vw;
    font-weight: 600;
    text-align: center; }
    @media screen and (min-width: 813px) {
      .module-card-02-title {
        margin-top: 0;
        font-size: 20px;
        text-align: left; } }
    _:-ms-lang(x)::-ms-backdrop, .module-card-02-title {
      min-height: 0%; }
  .module-card-02-lead {
    display: none; }
    @media screen and (min-width: 813px) {
      .module-card-02-lead {
        display: block;
        margin-top: 1em;
        font-size: 13px;
        width: 100%; } }
    _:-ms-lang(x)::-ms-backdrop, .module-card-02-lead {
      min-height: 0%; }
  .module-card-02-more {
    position: relative;
    margin-top: 1em;
    padding-right: 2em;
    width: auto;
    font-size: 4.26667vw;
    font-weight: 600; }
    @media screen and (min-width: 813px) {
      .module-card-02-more {
        font-size: 16px; } }
    _:-ms-lang(x)::-ms-backdrop, .module-card-02-more {
      min-height: 0%; }
    .module-card-02-more::after {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: calc(50% - 3.2vw);
      width: 6.66667vw;
      height: 6.66667vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg") no-repeat left top/contain; }
      @media screen and (min-width: 813px) {
        .module-card-02-more::after {
          right: 0;
          width: 25px;
          height: 25px;
          top: calc(50% - 12px); } }

.module-column-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-column-col2-white {
  border-radius: 5.33333vw;
  padding: 5.86667vw 6.4vw 8vw;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-column-col2-white {
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      border-radius: 29px;
      padding: 60px; } }
  @media screen and (min-width: 813px) {
    .module-column-col2-white-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .module-column-col2-white-inner ~ .module-column-col2-white-inner {
    margin-top: 10.66667vw; }
    @media screen and (min-width: 813px) {
      .module-column-col2-white-inner ~ .module-column-col2-white-inner {
        margin-top: 60px; } }
  .module-column-col2-white-inner ~ .module-column-col2-white-inner._addLine {
    margin-top: 10.66667vw;
    border-top: 0.26667vw solid #d0d0d0;
    padding-top: 10.66667vw; }
    @media screen and (min-width: 813px) {
      .module-column-col2-white-inner ~ .module-column-col2-white-inner._addLine {
        margin-top: 60px;
        border-top-width: 1px;
        padding-top: 60px; } }
  .module-column-col2-white-img {
    border-radius: 1.06667vw;
    overflow: hidden; }
    @media screen and (min-width: 813px) {
      .module-column-col2-white-img {
        border-radius: 4px;
        width: calc(456 / 990 * 100%); } }
    .module-column-col2-white-img + .module-column-col2-text {
      margin-top: 5.33333vw; }
      @media screen and (min-width: 813px) {
        .module-column-col2-white-img + .module-column-col2-text {
          margin-top: 0; } }
  @media screen and (min-width: 813px) {
    .module-column-col2-white-text {
      width: calc(495 / 990 * 100%); } }
  .module-column-col2-white-text + .module-column-col2-img {
    margin-top: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .module-column-col2-white-text + .module-column-col2-img {
        margin-top: 0; } }

.module-art-block-01-title, .module-art-block-02-title {
  font-size: 4.53333vw;
  font-weight: 600;
  color: #006065;
  letter-spacing: 0.05em;
  margin-bottom: 6.66667vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-01-title, .module-art-block-02-title {
      font-size: 21px; } }

.module-art-block-01-movie, .module-art-block-02-movie, .module-art-block-04-movie, .module-art-block-06-movie, .module-block-2col-01-movie, .module-block-2col-02-movie, .module-block-2col-06-movie, .module-block-2col-07-movie, .module-block-2col-09-movie, .module-block-2col-list-item-movie {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative; }
  .module-art-block-01-movie a, .module-art-block-02-movie a, .module-art-block-04-movie a, .module-art-block-06-movie a, .module-block-2col-01-movie a, .module-block-2col-02-movie a, .module-block-2col-06-movie a, .module-block-2col-07-movie a, .module-block-2col-09-movie a, .module-block-2col-list-item-movie a {
    display: none; }
    @media screen and (min-width: 813px) {
      .module-art-block-01-movie a, .module-art-block-02-movie a, .module-art-block-04-movie a, .module-art-block-06-movie a, .module-block-2col-01-movie a, .module-block-2col-02-movie a, .module-block-2col-06-movie a, .module-block-2col-07-movie a, .module-block-2col-09-movie a, .module-block-2col-list-item-movie a {
        display: block;
        position: relative; } }
    @media screen and (min-width: 813px) {
      .module-art-block-01-movie a::after, .module-art-block-02-movie a::after, .module-art-block-04-movie a::after, .module-art-block-06-movie a::after, .module-block-2col-01-movie a::after, .module-block-2col-02-movie a::after, .module-block-2col-06-movie a::after, .module-block-2col-07-movie a::after, .module-block-2col-09-movie a::after, .module-block-2col-list-item-movie a::after {
        content: "";
        display: block;
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/btn_youtube_01.svg");
        background-size: 68px 48px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 68px;
        height: 48px;
        display: block;
        position: relative;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }
  .module-art-block-01-movie iframe, .module-art-block-02-movie iframe, .module-art-block-04-movie iframe, .module-art-block-06-movie iframe, .module-block-2col-01-movie iframe, .module-block-2col-02-movie iframe, .module-block-2col-06-movie iframe, .module-block-2col-07-movie iframe, .module-block-2col-09-movie iframe, .module-block-2col-list-item-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 813px) {
      .module-art-block-01-movie iframe, .module-art-block-02-movie iframe, .module-art-block-04-movie iframe, .module-art-block-06-movie iframe, .module-block-2col-01-movie iframe, .module-block-2col-02-movie iframe, .module-block-2col-06-movie iframe, .module-block-2col-07-movie iframe, .module-block-2col-09-movie iframe, .module-block-2col-list-item-movie iframe {
        display: none; } }

.module-art-block-01-text, .module-art-block-02-text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 2.13333vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-01-text, .module-art-block-02-text {
      font-size: 17px;
      line-height: 1.88; } }

.module-art-block-01 {
  margin-top: 9.33333vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-01 {
      width: calc(100% - 155px * 2);
      margin: 35px auto 0; } }
  @media screen and (min-width: 813px) {
    .module-art-block-01-title {
      margin-bottom: 23px; } }
  @media screen and (min-width: 813px) {
    .module-art-block-01-text {
      margin-top: 5px; } }

.module-art-block-02 {
  margin-top: 9.33333vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-02 {
      width: calc(100% / 2 - 20px);
      margin-top: 55px; } }
  @media screen and (min-width: 813px) {
    .module-art-block-02-title {
      margin-bottom: 33px; } }
  @media screen and (min-width: 813px) {
    .module-art-block-02-text {
      margin-top: 13px; } }

.module-art-block-03 {
  font-size: 3.73333vw;
  font-weight: 300;
  border-radius: 7.73333vw;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  padding: 8vw 6.4vw;
  margin-top: 16vw;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-art-block-03 {
      font-size: 15px;
      border-radius: 29px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      padding: 60px;
      margin-top: 60px; } }
  .module-art-block-03-title {
    font-size: 4.8vw;
    font-weight: 600;
    color: #178190;
    margin-bottom: 5.86667vw; }
    @media screen and (min-width: 813px) {
      .module-art-block-03-title {
        font-size: 18px;
        margin-bottom: 32px; } }

.module-art-block-04 {
  margin-top: 10.66667vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-04 {
      margin-top: 71px; } }
  .module-art-block-04:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 813px) {
    .module-art-block-04-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media screen and (min-width: 813px) {
    .module-art-block-04-img, .module-art-block-04-movie-wrap {
      width: 57.74%; } }
  .module-art-block-04-title {
    font-size: 5.86667vw;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.06em;
    margin: 4.26667vw 0 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-art-block-04-title {
        font-size: 28px;
        line-height: 1.85;
        letter-spacing: 0.08em;
        margin: 0 0 40px; } }
  .module-art-block-04-text {
    font-size: 4vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 813px) {
      .module-art-block-04-text {
        font-size: 17px;
        line-height: 1.88;
        width: 36.88%; } }

.module-art-block-05 {
  width: 100%;
  margin-top: 8.26667vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-05 {
      width: calc(100% / 2 - 20px / 2);
      margin-top: 24px; } }
  .module-art-block-05:first-of-type {
    margin-top: 0; }
  @media screen and (min-width: 813px) {
    .module-art-block-05:nth-of-type(2) {
      margin-top: 0; } }
  .module-art-block-05-img._yt {
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    position: relative; }
    .module-art-block-05-img._yt iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .module-art-block-05-text {
    font-size: 3.46667vw;
    font-weight: 300;
    line-height: 1.53;
    letter-spacing: 0.05em;
    margin-top: 2.66667vw; }
    @media screen and (min-width: 813px) {
      .module-art-block-05-text {
        font-size: 13px;
        line-height: 1.69;
        margin-top: 12px; } }

@media screen and (min-width: 813px) {
  .module-art-block-06-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 813px) {
  .module-art-block-06-img, .module-art-block-06-movie-wrap {
    width: calc(372 / 1110 * 100%); } }

.module-art-block-06-title {
  font-size: 5.33333vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0C7E84;
  margin: 5.6vw 0 2.66667vw; }
  @media screen and (min-width: 813px) {
    .module-art-block-06-title {
      font-size: 25px;
      line-height: 1.44;
      margin: 0 0 21px; } }

.module-art-block-06-text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 1.73;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-art-block-06-text {
      font-size: 17px;
      line-height: 1.88;
      width: calc(708 / 1110 * 100%); } }

.module-talk-block-02 {
  margin-top: 5.86667vw; }
  @media screen and (min-width: 813px) {
    .module-talk-block-02 {
      margin-top: 75px; } }

.module-talk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 812px) {
    .module-talk {
      padding: 5.33333vw 4vw;
      border-radius: 4vw;
      -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
              box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
      margin-top: 8vw;
      background-color: #fff; } }
  @media screen and (min-width: 813px) {
    .module-talk {
      margin-top: 40px; } }
  .module-talk:first-of-type {
    margin-top: 0; }
  .module-talk-person {
    width: 18.66667vw; }
    @media screen and (min-width: 813px) {
      .module-talk-person {
        width: calc(100 / 1110 * 100%);
        position: relative; } }
  .module-talk-img {
    position: relative;
    overflow: hidden;
    width: 18.66667vw;
    height: 18.66667vw;
    border-radius: 50%; }
    @media screen and (min-width: 813px) {
      .module-talk-img {
        padding: 0 0 calc(100 / 100 * 100%);
        width: 100%;
        height: 0; } }
    .module-talk-img img {
      width: 100%;
      min-width: 140%;
      height: auto;
      position: absolute;
      top: 55%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .module-talk-name {
    font-size: 3.2vw;
    font-weight: 300;
    text-align: center;
    margin-top: 1.6vw; }
    @media screen and (min-width: 813px) {
      .module-talk-name {
        font-size: 13px;
        margin-top: 6px; } }
  .module-talk-text {
    font-size: 4vw;
    font-weight: 300;
    line-height: 2;
    margin-left: 4vw; }
    @media screen and (min-width: 813px) {
      .module-talk-text {
        width: calc(970 / 1110 * 100%);
        font-size: 17px;
        line-height: 1.88;
        background-color: #fff;
        padding: 34px 40px;
        border-radius: 20px;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
        margin-top: 3px;
        position: relative; } }
    @media screen and (min-width: 813px) {
      .module-talk-text::before {
        content: "";
        display: block;
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/baloon-arrow.svg");
        background-size: 31.76px 34px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 31.76px;
        height: 34px;
        display: block;
        position: relative;
        position: absolute;
        top: 36px;
        left: -26px; } }

.module-person {
  border-radius: 7.73333vw;
  background-color: #fff;
  -webkit-box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
          box-shadow: 0 1.33333vw 5.33333vw rgba(0, 0, 0, 0.04);
  padding: 8vw 6.4vw;
  margin-top: 16vw; }
  @media screen and (min-width: 813px) {
    .module-person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-radius: 29px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
      padding: 60px;
      margin-top: 80px; } }
  @media screen and (min-width: 813px) {
    .module-person-img {
      width: calc(300 / 990 * 100%); } }
  .module-person-body {
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-top: 4.53333vw; }
    @media screen and (min-width: 813px) {
      .module-person-body {
        width: calc(650 / 990 * 100%);
        margin-top: 0; } }
  .module-person-title {
    font-size: 4.8vw;
    font-weight: 600;
    color: #178190;
    letter-spacing: 0.05em; }
    @media screen and (min-width: 813px) {
      .module-person-title {
        font-size: 18px; } }
  .module-person-info {
    margin-top: 4.8vw; }
    @media screen and (min-width: 813px) {
      .module-person-info {
        margin-top: 21px; } }
  .module-person-dept {
    font-size: 3.73333vw; }
    @media screen and (min-width: 813px) {
      .module-person-dept {
        font-size: 14px; } }
  .module-person-name {
    font-size: 5.06667vw;
    margin-top: 1.6vw; }
    @media screen and (min-width: 813px) {
      .module-person-name {
        font-size: 19px;
        margin-top: 6px; } }
  .module-person-text {
    font-size: 3.73333vw;
    line-height: 2.28;
    margin-top: 4.53333vw; }
    @media screen and (min-width: 813px) {
      .module-person-text {
        font-size: 15px;
        line-height: 2;
        margin-top: 24px; } }

.module-sns {
  width: 100vw;
  margin-left: -6.4vw;
  margin-top: 18.93333vw;
  padding: 6.4vw 0;
  background-color: #fff; }
  @media screen and (min-width: 813px) {
    .module-sns {
      width: calc(100% - 117px * 2);
      margin: 80px auto 0;
      padding: 22px 0 36px;
      -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
      border-radius: 100px; } }
  .module-sns-text {
    font-size: 3.46667vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 3.46667vw; }
    @media screen and (min-width: 813px) {
      .module-sns-text {
        font-size: 17px;
        margin-bottom: 24px; } }
  .module-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .module-sns-item {
    width: 14.28267vw;
    height: 14.28267vw;
    margin-right: 4.08vw; }
    @media screen and (min-width: 813px) {
      .module-sns-item {
        width: 70px;
        height: 70px;
        margin-right: 20px; } }
    .module-sns-item:last-of-type {
      margin-right: 0; }
    .module-sns-item a {
      display: block; }
      @media screen and (min-width: 813px) {
        .module-sns-item a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-sns-item a:hover {
          opacity: 0.6; } }

.video-js button {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.video-js button:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.module-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10020;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none; }
  .module-modal._yt {
    -webkit-tap-highlight-color: transparent; }
    .module-modal._yt iframe {
      outline: none; }
  .module-modal._360view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .module-modal._service {
    overflow-y: auto; }
  .module-modal-close {
    width: 61px;
    height: 61px;
    position: absolute;
    top: 37px;
    right: 29px;
    z-index: 1; }
    @media screen and (min-width: 813px) {
      .module-modal-close {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-modal-close:hover {
        opacity: 0.8; } }
    ._360view .module-modal-close,
    ._service .module-modal-close {
      right: 4vw;
      top: 4vw; }
    ._360view .module-modal-close {
      right: 15px;
      top: 15px; }
    ._service .module-modal-close {
      position: fixed;
      top: 4vw;
      right: 4vw; }
      @media screen and (min-width: 813px) {
        ._service .module-modal-close {
          width: 61px;
          top: 37px;
          right: 29px;
          cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    ._service .module-modal-close {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    ._service .module-modal-close:hover {
      opacity: 0.8; } }
  ._yt .module-modal-cont-wrap {
    width: 78.5%; }
  ._video .module-modal-cont-wrap {
    width: 78.5%; }
  ._yt .module-modal-cont {
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    position: relative; }
  .module-modal-cont iframe {
    width: 100%;
    height: 100%;
    position: absolute; }
  ._video .module-modal-cont {
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    position: relative; }
  .module-modal-cont video {
    width: 100%;
    height: 100%;
    position: absolute; }
  @media screen and (min-width: 813px) {
    .module-modal-360view {
      position: relative;
      max-width: 1020px; } }
  .module-modal-360view-body {
    cursor: move;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 75.2vw;
    background-color: #fff; }
    @media screen and (min-width: 813px) {
      .module-modal-360view-body {
        min-height: 0; } }
    .module-modal-360view-body.active::after {
      opacity: 0; }
    .module-modal-360view-body img.modal-loading-img {
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 812px) {
        .module-modal-360view-body img.modal-loading-img {
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .module-modal-360view-body .stage p.caption {
      display: none;
      position: absolute;
      bottom: 8px;
      right: 10px;
      color: #fff;
      padding: 5px;
      background-color: rgba(0, 0, 0, 0.6);
      font-size: 13px;
      padding-left: 12px; }
      @media screen and (max-width: 812px) {
        .module-modal-360view-body .stage p.caption {
          font-size: 2.46667vw;
          bottom: 2px;
          right: 2px; } }
    .module-modal-360view-body canvas {
      vertical-align: bottom;
      width: 100%; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-body canvas {
          max-height: 70vh;
          width: auto;
          height: auto; } }
    .module-modal-360view-body::after {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      left: calc(50% - 18.78933vw / 2);
      top: calc(50% - 18.78933vw / 2);
      width: 18.78933vw;
      height: 18.78933vw;
      background: url("/special/virtual-exhibition-2026/assets/img/common/ico_360view.svg") no-repeat left top/contain;
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-body::after {
          left: calc(50% - 96.2px / 2);
          top: calc(50% - 96.2px / 2);
          width: 96.2px;
          height: 96.2px; } }
  .module-modal-360view-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 2.66667vw;
    top: 2.66667vw;
    z-index: 1; }
    @media screen and (min-width: 813px) {
      .module-modal-360view-head {
        left: 10px;
        top: 10px; } }
    .module-modal-360view-head-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      margin-right: 2.66667vw;
      border-radius: 2.13333vw;
      border: 1.06667vw solid #00a8a9;
      background-color: #fff;
      width: 13.33333vw;
      height: 13.33333vw; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-head-image {
          margin-right: 20px;
          border-radius: 8px;
          border-width: 5px;
          width: 70px;
          height: 70px; } }
      .module-modal-360view-head-image img[src$="ico_exterior_01.svg"] {
        width: 8.34853vw;
        height: 9.05013vw; }
        @media screen and (min-width: 813px) {
          .module-modal-360view-head-image img[src$="ico_exterior_01.svg"] {
            width: 41.27px;
            height: 47.78px; } }
      .module-modal-360view-head-image img[src$="ico_interior_01.svg"] {
        width: 6.66667vw;
        height: 9.33333vw; }
        @media screen and (min-width: 813px) {
          .module-modal-360view-head-image img[src$="ico_interior_01.svg"] {
            width: 32px;
            height: 51px; } }
    .module-modal-360view-head-title {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 3.46667vw;
      font-weight: 600; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-head-title {
          font-size: 15px;
          white-space: nowrap; } }
      .module-modal-360view-head-title i {
        display: block;
        font-size: 3.73333vw;
        font-style: normal;
        line-height: 1.3em; }
        @media screen and (min-width: 813px) {
          .module-modal-360view-head-title i {
            font-size: 16px; } }
  .module-modal-360view-nav {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      .module-modal-360view-nav {
        margin-top: 38px; } }
  .module-modal-360view-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 812px) {
      .module-modal-360view-list.mr1000a {
        padding-left: 2vw;
        padding-right: 2vw;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .module-modal-360view-item {
    margin: 0 1.06667vw; }
    @media screen and (max-width: 812px) {
      .module-modal-360view-item:nth-child(7) {
        margin-top: 2vw; } }
    @media screen and (min-width: 813px) {
      .module-modal-360view-item {
        margin: 0 7px; } }
  .module-modal-360view-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 2.13333vw;
    background-color: #fff;
    width: 13.33333vw;
    height: 13.33333vw; }
    @media screen and (min-width: 813px) {
      .module-modal-360view-link {
        -webkit-transition: opacity .3s;
        transition: opacity .3s; } }
    @media screen and (min-width: 813px) {
      .module-modal-360view-link:hover {
        opacity: 0.8; } }
    @media screen and (min-width: 813px) {
      .module-modal-360view-link {
        border-radius: 8px;
        width: 70px;
        height: 70px; } }
    .module-modal-360view-link::after {
      pointer-events: none;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: 0.26667vw solid #dedede;
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-link::after {
          border-width: 1px; } }
    .module-modal-360view-link._current::after {
      border-radius: 2.13333vw;
      border: 1.06667vw solid #00a8a9; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-link._current::after {
          border-radius: 8px;
          border-width: 5px; } }
    .module-modal-360view-link img[src$="ico_exterior_01.svg"] {
      width: 8.34853vw;
      height: 9.05013vw; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-link img[src$="ico_exterior_01.svg"] {
          width: 41.27px;
          height: 47.78px; } }
    .module-modal-360view-link img[src$="ico_interior_01.svg"] {
      width: 6.66667vw;
      height: 9.33333vw; }
      @media screen and (min-width: 813px) {
        .module-modal-360view-link img[src$="ico_interior_01.svg"] {
          width: 32px;
          height: 51px; } }
  .module-modal-360view-text {
    margin-top: 1.5em;
    font-size: 3.46667vw;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 813px) {
      .module-modal-360view-text {
        margin-top: 1em;
        font-size: 13px; } }

.module-innovation {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.8vw, #F8FFFF), color-stop(29.06667vw, #F8FFFF), to(#A1E6F7));
  background: linear-gradient(to bottom, #F8FFFF 28.8vw, #F8FFFF 29.06667vw, #A1E6F7 100%);
  border-radius: 5.33333vw;
  padding: 10.66667vw 5.33333vw;
  margin-top: 13.33333vw;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 813px) {
    .module-innovation {
      background: linear-gradient(to bottom, #F8FFFF 122px, #F8FFFF 123px, #A1E6F7 100%);
      border-radius: 60px;
      padding: 90px 90px 101px;
      margin-top: 64px; } }
  .module-innovation::before {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-innovation_sp.png");
    background-size: 291.73333vw 656.53333vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 291.73333vw;
    height: 656.53333vw;
    display: block;
    position: relative;
    position: absolute;
    top: -102.93333vw;
    left: calc(50% + 8.53333vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (min-width: 813px) {
      .module-innovation::before {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg-innovation_pc.png");
        background-size: 1862px 2001px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 1862px;
        height: 2001px;
        display: block;
        position: relative;
        position: absolute;
        top: -458px;
        left: calc(50% - 62px); } }
  .module-innovation-inner {
    position: relative;
    z-index: 1; }
  .module-innovation-title {
    color: #009098;
    margin-bottom: 9.33333vw; }
    @media screen and (min-width: 813px) {
      .module-innovation-title {
        width: 100%;
        margin-bottom: 68px; } }
    .module-innovation-title span {
      display: inline-block;
      font-size: 6.93333vw;
      font-weight: 600;
      line-height: 1.19;
      letter-spacing: 0.03em;
      margin-bottom: 0.53333vw; }
      @media screen and (min-width: 813px) {
        .module-innovation-title span {
          font-size: 40px;
          margin-bottom: 10px; } }
    .module-innovation-title i {
      display: block;
      font-size: 3.2vw;
      font-style: normal;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em; }
      @media screen and (min-width: 813px) {
        .module-innovation-title i {
          font-size: 20px; } }

.module-product-section + .module-product-section {
  margin-top: 18.66667vw; }
  @media screen and (min-width: 813px) {
    .module-product-section + .module-product-section {
      margin-top: 90px; } }

.module-product-block-01 {
  margin-top: 9.33333vw; }
  @media screen and (min-width: 813px) {
    .module-product-block-01 {
      margin-top: 83px; } }
  @media screen and (max-width: 812px) {
    .module-product-block-01 + .module-product-block-01 {
      margin-top: 12vw; } }

@media screen and (min-width: 813px) {
  .module-product-block-02 {
    margin-top: 40px; } }

.module-product-card-block {
  position: relative;
  padding-bottom: 13.33333vw; }
  @media screen and (min-width: 813px) {
    .module-product-card-block {
      padding-bottom: 50px; } }
  .module-product-card-block::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation_sp.svg");
    background-size: 100vw 32vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 32vw;
    display: block;
    position: relative;
    position: absolute;
    bottom: -5.33333vw;
    left: -6.4vw;
    pointer-events: none;
    opacity: 1; }
    @media screen and (min-width: 813px) {
      .module-product-card-block::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation_pc.svg");
        background-size: 1366px 120px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 1366px;
        height: 120px;
        display: block;
        position: relative;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .is-Night .module-product-card-block::after {
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation-night_sp.svg");
    background-size: 100vw 32vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 32vw;
    display: block;
    position: relative;
    position: absolute; }
    @media screen and (min-width: 813px) {
      .is-Night .module-product-card-block::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation-night_pc.svg");
        background-size: 1366px 120px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 1366px;
        height: 120px;
        display: block;
        position: relative;
        position: absolute; } }
  .module-product-card-block._open::after {
    opacity: 0;
    display: none; }
  .module-product-card-block-inner {
    width: 100vw;
    height: 200vw;
    padding: 0 6.4vw 6.4vw;
    margin: 0 0 0 -6.4vw;
    overflow: hidden; }
    @media screen and (min-width: 813px) {
      .module-product-card-block-inner {
        width: auto;
        height: 935px;
        margin: -30px -30px 0;
        padding: 30px 30px 25px; } }
  .module-product-card-block-button {
    width: 76vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-product-card-block-button {
        width: calc(400 / 1110 * 100%); } }

.module-guide-card-block {
  position: relative;
  padding-bottom: 13.33333vw; }
  @media screen and (min-width: 813px) {
    .module-guide-card-block {
      padding-bottom: 50px; } }
  .module-guide-card-block::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation-02_sp.svg");
    background-size: 100vw 32vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100vw;
    height: 32vw;
    display: block;
    position: relative;
    position: absolute;
    bottom: -5.33333vw;
    left: -6.4vw;
    pointer-events: none;
    opacity: 1; }
    @media screen and (min-width: 813px) {
      .module-guide-card-block::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/bg_card-block-gradation-02_pc.svg");
        background-size: 1366px 120px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 1366px;
        height: 120px;
        display: block;
        position: relative;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .module-guide-card-block._open::after {
    opacity: 0;
    display: none; }
  .module-guide-card-block-inner {
    width: 100vw;
    height: 266.66667vw;
    padding: 0 6.4vw 6.4vw;
    margin: 0 0 0 -6.4vw;
    overflow: hidden;
    -webkit-transition: height .5s;
    transition: height .5s; }
    @media screen and (min-width: 813px) {
      .module-guide-card-block-inner {
        width: auto;
        height: 865px;
        margin: -30px -30px 0;
        padding: 30px 30px 25px; } }
  .module-guide-card-block-button {
    width: 76vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-guide-card-block-button {
        width: calc(800 / 1110 * 100%); } }

.module-block-2col-01, .module-block-2col-02, .module-block-2col-03-link, .module-block-2col-10, .module-block-2col-11, .module-block-2col-list-item {
  background-color: #fff;
  border-radius: 5.33333vw;
  padding: 5.86667vw 6.4vw 8vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-01, .module-block-2col-02, .module-block-2col-03-link, .module-block-2col-10, .module-block-2col-11, .module-block-2col-list-item {
      border-radius: 29px;
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }

.module-column-col2-white-text, .module-block-2col-01-text, .module-block-2col-02-text, .module-block-2col-03-text, .module-block-2col-03-list dd, .module-block-2col-04-text, .module-block-2col-10-text, .module-block-2col-11-text, .module-block-2col-list-item-text, .module-block-2col-sns-text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-column-col2-white-text, .module-block-2col-01-text, .module-block-2col-02-text, .module-block-2col-03-text, .module-block-2col-03-list dd, .module-block-2col-04-text, .module-block-2col-10-text, .module-block-2col-11-text, .module-block-2col-list-item-text, .module-block-2col-sns-text {
      font-size: 17px;
      line-height: 1.88; } }

.module-block-2col-03-button, .module-block-2col-04-button, .module-block-2col-sns-button {
  text-align: right;
  padding-top: 4.8vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-button, .module-block-2col-04-button, .module-block-2col-sns-button {
      padding-top: 0;
      margin-top: auto; } }
  .module-block-2col-03-button span, .module-block-2col-04-button span, .module-block-2col-sns-button span {
    display: inline-block;
    font-size: 4vw;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.03em;
    padding-right: 8.8vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-block-2col-03-button span, .module-block-2col-04-button span, .module-block-2col-sns-button span {
        font-size: 16px;
        line-height: 1.87;
        padding-right: 40px; } }
    .module-block-2col-03-button span::after, .module-block-2col-04-button span::after, .module-block-2col-sns-button span::after {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
      background-size: 6.4vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 6.4vw;
      height: 6.4vw;
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-block-2col-03-button span::after, .module-block-2col-04-button span::after, .module-block-2col-sns-button span::after {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
          background-size: 25px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 25px;
          height: 25px;
          display: block;
          position: relative;
          position: absolute; } }

@media screen and (min-width: 813px) {
  .module-block-2col-01-text {
    width: calc(495 / 990 * 100%); } }

.module-block-2col-01-img {
  margin-top: 2.66667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-01-img {
      margin-top: 0;
      border-radius: 4px;
      overflow: hidden;
      width: calc(456 / 990 * 100%); } }

.module-block-2col-01-movie-wrap {
  margin-bottom: 3.46667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-01-movie-wrap {
      width: calc(456 / 990 * 100%);
      margin-bottom: 0; } }

.module-block-2col-01._under-text {
  padding: 8vw 6.4vw 5.86667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-01._under-text {
      padding: 60px; } }

.module-block-2col-02 + .module-block-2col-02 {
  margin-top: 8vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02 + .module-block-2col-02 {
      margin-top: 60px; } }

.module-block-2col-02-inner {
  font-weight: 600;
  line-height: 1.28; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-inner {
      width: calc(403 / 990 * 100%); } }

.module-block-2col-02-category {
  font-size: 3.73333vw;
  letter-spacing: 0.05em;
  color: #0C7E84;
  margin-bottom: 7.2vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-category {
      font-size: 14px;
      margin-bottom: 20px; } }

.module-block-2col-02-lead {
  font-size: 4.26667vw;
  line-height: 1.12;
  color: #00A8A9;
  margin-bottom: 2.13333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-lead {
      font-size: 16px;
      margin-bottom: 5px; } }

.module-block-2col-02-title {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 3.46667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-title {
      font-size: 24px;
      margin-bottom: 12px; } }

.module-block-2col-02-model {
  font-size: 3.73333vw;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-model {
      font-size: 14px;
      margin-bottom: 19px; } }
  .module-block-2col-02-model span {
    display: block;
    margin-left: 4.26667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-02-model span {
        margin-left: 16px; } }
    .module-block-2col-02-model span:first-of-type {
      margin-left: 0; }

.module-block-2col-02-movie-wrap {
  margin-top: 5.6vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-02-movie-wrap {
      margin-top: 0;
      width: calc(537 / 990 * 100%); } }

.module-block-2col-03 + .module-block-2col-03 {
  margin-top: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03 + .module-block-2col-03 {
      margin-top: 60px; } }

.module-block-2col-03-link {
  display: block;
  padding: 8vw 6.4vw 5.86667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-link {
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-link {
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .module-block-2col-03-link:hover {
    background-color: #f4feff; }

@media screen and (min-width: 813px) {
  .module-block-2col-03-inner {
    width: calc(610 / 990 * 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.module-block-2col-03-title {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 1.83;
  letter-spacing: 0.05em;
  color: #00A8A9;
  margin-bottom: 1.06667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-title {
      font-size: 22px;
      letter-spacing: 0;
      margin-bottom: 7px; } }

.module-block-2col-03-text {
  margin-bottom: 7.2vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-text {
      margin-bottom: 15px; } }

.module-block-2col-03-img {
  margin-bottom: 6.4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-img {
      margin-bottom: 0;
      border-radius: 4px 4px 0 0;
      overflow: hidden;
      width: calc(340 / 990 * 100%); } }

.module-block-2col-03-list-wrap {
  margin-top: 6.66667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-list-wrap {
      margin-top: 15px; } }

.module-block-2col-03-list {
  margin-top: 4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-03-list {
      margin-top: 15px; } }
  .module-block-2col-03-list:first-of-type {
    margin-top: 0; }
  .module-block-2col-03-list dt {
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-03-list dt {
        font-size: 18px;
        margin-bottom: 2px; } }

.module-block-2col-04 + .module-block-2col-04 {
  margin-top: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-04 + .module-block-2col-04 {
      margin-top: 30px; } }

.module-block-2col-04-link {
  display: block;
  background-color: #fff;
  border-radius: 5.33333vw;
  padding: 7.73333vw 6.4vw 5.33333vw;
  min-height: 63.2vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-block-2col-04-link {
      -webkit-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-block-2col-04-link {
      border-radius: 29px;
      padding: 45px 60px;
      min-height: 201px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
  .module-block-2col-04-link:hover {
    background-color: #f4feff; }

.module-block-2col-04-icon {
  width: 16.8vw;
  position: absolute;
  top: 7.73333vw;
  left: 4.26667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-04-icon {
      width: calc(121 / 990 * 100%);
      top: 50%;
      left: 45px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  .module-block-2col-04-icon._facebook {
    width: 12.53333vw;
    position: absolute;
    top: 7.73333vw;
    left: 6.4vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-04-icon._facebook {
        width: calc(90.47 / 990 * 100%);
        top: 50%;
        left: 60px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }

.module-block-2col-04-text {
  width: 56.53333vw;
  margin: 0 0 0 auto; }
  @media screen and (min-width: 813px) {
    .module-block-2col-04-text {
      width: calc(863 / 990 * 100%); } }

.module-block-2col-04-button {
  padding-top: 4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-04-button {
      padding-top: 0;
      position: absolute;
      right: 30px;
      bottom: 15px; } }

@media screen and (min-width: 813px) {
  .module-block-2col-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.module-block-2col-05 + .module-block-2col-05 {
  margin-top: 8.26667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-05 + .module-block-2col-05 {
      margin-top: 60px; } }

@media screen and (min-width: 813px) {
  .module-block-2col-05-img-wrap {
    width: calc(359 / 986 * 100%); } }

.module-block-2col-05-img._yt {
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  position: relative; }
  .module-block-2col-05-img._yt iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.module-block-2col-05-inner {
  margin-top: 4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-05-inner {
      width: calc(597 / 986 * 100%);
      margin-top: 0; } }
  .module-block-2col-05-inner small {
    font-size: 3.46667vw;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 813px) {
      .module-block-2col-05-inner small {
        display: inline-block;
        font-size: 14px;
        letter-spacing: 0.03em;
        margin-top: 7px; } }

.module-block-2col-05-title {
  font-size: 4.26667vw;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media screen and (min-width: 813px) {
    .module-block-2col-05-title {
      font-size: 20px; } }
  .module-block-2col-05-title span {
    display: inline-block; }
  .module-block-2col-05-title .name {
    margin-left: 4.26667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-05-title .name {
        margin-left: 16px; } }

.module-block-2col-05-text {
  font-size: 3.73333vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-05-text {
      font-size: 17px;
      line-height: 1.88;
      letter-spacing: 0.03em;
      margin-top: 17px; } }

.module-block-2col-06 {
  padding: 12vw 0 0; }
  @media screen and (min-width: 813px) {
    .module-block-2col-06 {
      padding: 60px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .module-block-2col-06._reverce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .module-block-2col-06-inner {
    color: #fff; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-inner {
        width: calc(458 / 990 * 100%); } }
    @media screen and (min-width: 813px) {
      ._reverce .module-block-2col-06-inner {
        width: 100%; } }
  .module-block-2col-06-title {
    font-size: 5.33333vw;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 2.93333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-title {
        font-size: 24px;
        line-height: 1.12;
        margin-bottom: 20px; } }
  .module-block-2col-06-text {
    font-size: 4vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-bottom: 2.13333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-text {
        font-size: 17px;
        line-height: 1.88;
        margin-bottom: 22px; } }
  .module-block-2col-06-small-title {
    font-size: 3.73333vw;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.05em;
    margin-bottom: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-small-title {
        font-size: 13px;
        letter-spacing: 0.03em;
        margin-bottom: 6px; } }
  .module-block-2col-06-small-text {
    font-size: 3.46667vw;
    font-weight: 300;
    line-height: 1.54;
    letter-spacing: 0.03em; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-small-text {
        font-size: 13px;
        line-height: 1.62; } }
    .module-block-2col-06-small-text ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .module-block-2col-06-small-text ul li span {
        margin-right: 0.5em; }
      .module-block-2col-06-small-text ul li::after {
        content: "/";
        display: inline-block;
        margin: 0 0.5em; }
      .module-block-2col-06-small-text ul li:last-of-type::after {
        display: none; }
  .module-block-2col-06-movie-wrap {
    margin-top: 6.66667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-06-movie-wrap {
        margin-top: 0;
        width: calc(492 / 990 * 100%); } }
    ._reverce .module-block-2col-06-movie-wrap {
      margin-top: 0;
      margin-bottom: 4.8vw; }
      @media screen and (min-width: 813px) {
        ._reverce .module-block-2col-06-movie-wrap {
          margin-bottom: 40px;
          width: 100%; } }

@media screen and (min-width: 813px) {
  .module-block-2col-07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.module-block-2col-07-text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em; }
  @media screen and (min-width: 813px) {
    .module-block-2col-07-text {
      font-size: 17px;
      line-height: 1.88;
      width: calc(495 / 990 * 100%); } }

.module-block-2col-07-movie-wrap {
  margin-top: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-07-movie-wrap {
      margin-top: 0;
      width: calc(445 / 990 * 100%); } }

.module-block-2col-08 {
  padding: 8vw 6.4vw 5.6vw;
  background-color: #f8f8f8;
  border-radius: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-08 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 60px;
      border-radius: 29px; } }
  @media screen and (min-width: 813px) {
    .module-block-2col-08-img {
      width: calc(428 / 990 * 100%); } }
  .module-block-2col-08-inner {
    margin-top: 6.93333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-08-inner {
        width: calc(522 / 990 * 100%);
        margin-top: 0; } }
    .module-block-2col-08-inner small {
      font-size: 3.46667vw;
      font-weight: 300;
      line-height: 1.5;
      letter-spacing: 0.04em; }
      @media screen and (min-width: 813px) {
        .module-block-2col-08-inner small {
          font-size: 15px;
          letter-spacing: 0.03em; } }
  .module-block-2col-08-title span {
    display: block;
    font-size: 5.33333vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-08-title span {
        font-size: 24px;
        margin-bottom: 0; } }
  .module-block-2col-08-text {
    font-size: 4vw;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 1.6vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-08-text {
        font-size: 17px;
        line-height: 1.88;
        letter-spacing: 0.03em;
        margin-top: 6px; } }
  .module-block-2col-08-notes {
    display: inline-block;
    margin-top: 3.46667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-08-notes {
        margin-top: 27px; } }

@media screen and (min-width: 813px) {
  .module-block-2col-09-l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media screen and (min-width: 813px) {
  .module-block-2col-09-inner {
    width: calc(458 / 990 * 100%); } }

.module-block-2col-09-title {
  font-size: 5.33333vw;
  font-weight: 600;
  line-height: 1.35;
  color: #006065;
  margin-bottom: 2.66667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-09-title {
      font-size: 24px;
      line-height: 1.125;
      margin-bottom: 18px; } }

.module-block-2col-09-sub-title {
  font-size: 4.26667vw;
  font-weight: 600;
  line-height: 1.68;
  letter-spacing: 0; }
  @media screen and (min-width: 813px) {
    .module-block-2col-09-sub-title {
      font-size: 18px;
      line-height: 1.5; } }

.module-block-2col-09-text {
  font-size: 4vw;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 1.06667vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-09-text {
      font-size: 17px;
      line-height: 1.88;
      margin-top: 17px; } }

.module-block-2col-09-img, .module-block-2col-09-movie-wrap {
  margin-top: 4.8vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-09-img, .module-block-2col-09-movie-wrap {
      margin-top: 0;
      width: calc(492 / 990 * 100%); } }

.module-block-2col-09-caption {
  font-size: 3.46667vw;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-top: 2.4vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-09-caption {
      font-size: 17px;
      line-height: 1.88;
      margin-top: 5px; } }

.module-block-2col-10 {
  padding: 6.66667vw 6.4vw 8vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-10 {
      padding: 60px; } }
  @media screen and (min-width: 813px) {
    .module-block-2col-10-inner {
      width: calc(495 / 990 * 100%); } }
  .module-block-2col-10-title {
    font-size: 6.93333vw;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0.53333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-10-title {
        font-size: 40px;
        text-align: left;
        margin-bottom: 20px; } }
  .module-block-2col-10-text {
    font-weight: 500; }
  .module-block-2col-10-img {
    margin-top: 2.66667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-10-img {
        margin-top: 0;
        border-radius: 4px;
        overflow: hidden;
        width: calc(456 / 990 * 100%); } }

.module-block-2col-11 {
  padding: 15.2vw 6.4vw 8vw;
  position: relative; }
  @media screen and (min-width: 813px) {
    .module-block-2col-11 {
      padding: 90px 60px 60px; } }
  .module-block-2col-11::before {
    content: "";
    display: block;
    width: 100%;
    height: 7.46667vw;
    background-color: #00A8A9;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5.33333vw 5.33333vw 0 0; }
    @media screen and (min-width: 813px) {
      .module-block-2col-11::before {
        height: 40px;
        border-radius: 29px 29px 0 0; } }
  @media screen and (min-width: 813px) {
    .module-block-2col-11-inner {
      width: calc(495 / 990 * 100%); } }
  .module-block-2col-11-title {
    font-size: 5.86667vw;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 3.2vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-11-title {
        font-size: 36px;
        line-height: 1.55;
        text-align: left;
        margin-bottom: 20px; } }
  .module-block-2col-11-text {
    font-weight: 500; }
    .module-block-2col-11-text + .module-block-2col-11-text {
      margin-top: 3.73333vw; }
      @media screen and (min-width: 813px) {
        .module-block-2col-11-text + .module-block-2col-11-text {
          margin-top: 10px; } }
    .module-block-2col-11-text a {
      display: inline;
      color: #00A8A9; }
      @media screen and (min-width: 813px) {
        .module-block-2col-11-text a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; } }
      @media screen and (min-width: 813px) {
        .module-block-2col-11-text a:hover {
          opacity: 0.8; } }
      .module-block-2col-11-text a span {
        display: inline;
        border-bottom: 1px solid #00A8A9; }
  .module-block-2col-11-img {
    margin-top: 6.93333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-11-img {
        margin-top: 0;
        width: calc(456 / 990 * 100%); } }

.module-block-2col-list {
  border-radius: 5.33333vw;
  overflow: hidden; }
  @media screen and (min-width: 813px) {
    .module-block-2col-list {
      border-radius: 29px;
      -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
              box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
  .module-block-2col-list-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8vw 6.4vw 5.86667vw;
    border-radius: 0;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-block-2col-list-item {
        padding: 60px; } }
    .module-block-2col-list-item::after {
      content: "";
      display: block;
      width: 73.86667vw;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.18);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .module-block-2col-list-item::after {
          width: calc(100% - 60px * 2); } }
    .module-block-2col-list-item:first-of-type::after {
      display: none; }
    .module-block-2col-list-item:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    @media screen and (min-width: 813px) {
      .module-block-2col-list-item-inner {
        width: calc(578 / 990 * 100%); } }
    .module-block-2col-list-item-title {
      font-size: 4.8vw;
      font-weight: 600;
      line-height: 1.83;
      letter-spacing: 0.05em;
      margin-bottom: 1.06667vw; }
      @media screen and (min-width: 813px) {
        .module-block-2col-list-item-title {
          font-size: 24px;
          margin-bottom: 12px; } }
    @media screen and (min-width: 813px) {
      .module-block-2col-list-item-img {
        border-radius: 4px;
        overflow: hidden; } }
    .module-block-2col-list-item-img, .module-block-2col-list-item-movie-wrap {
      margin-bottom: 6.66667vw; }
      @media screen and (min-width: 813px) {
        .module-block-2col-list-item-img, .module-block-2col-list-item-movie-wrap {
          margin-bottom: 0;
          width: calc(372 / 990 * 100%); } }

.module-banner-link {
  display: block;
  border-radius: 3.73333vw;
  overflow: hidden; }
  @media screen and (min-width: 813px) {
    .module-banner-link {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) {
    .module-banner-link:hover {
      opacity: 0.8; } }
  @media screen and (min-width: 813px) {
    .module-banner-link {
      border-radius: 20px; } }

.module-banner-button {
  background-color: #179098;
  text-align: center;
  position: relative;
  padding: 1.6vw 0; }
  @media screen and (min-width: 813px) {
    .module-banner-button {
      padding: 10px 0; } }
  .module-banner-button span {
    font-size: 3.46667vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff; }
    @media screen and (min-width: 813px) {
      .module-banner-button span {
        font-size: 18px; } }
  .module-banner-button::after {
    content: "";
    background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_white_02.svg");
    background-size: 4.8vw;
    background-repeat: no-repeat;
    background-position: center top;
    width: 4.8vw;
    height: 4.8vw;
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.66667vw;
    margin: auto; }
    @media screen and (min-width: 813px) {
      .module-banner-button::after {
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_white_02.svg");
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center top;
        width: 24px;
        height: 24px;
        display: block;
        position: relative;
        position: absolute;
        right: 14px; } }

.module-shop-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.module-shop-card {
  background-color: #fff;
  border-radius: 5.33333vw;
  overflow: hidden; }
  @media screen and (min-width: 813px) {
    .module-shop-card {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
  @media screen and (min-width: 813px) {
    .module-shop-card {
      width: calc(100% / 3 - 30px * 2 / 3);
      border-radius: 20px;
      margin-bottom: 37px;
      margin-right: 30px; } }
  @media screen and (min-width: 813px) {
    .module-shop-card:nth-of-type(3n) {
      margin-right: 0; } }
  @media screen and (min-width: 813px) {
    .module-shop-card:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .module-shop-card + .module-shop-card {
    margin-top: 8vw; }
    @media screen and (min-width: 813px) {
      .module-shop-card + .module-shop-card {
        margin-top: 0; } }
  .module-shop-card-link {
    display: block;
    background-color: #fff; }
    @media screen and (min-width: 813px) {
      .module-shop-card-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: 100%; } }
  .module-shop-card-img {
    width: 100%; }
    @media screen and (min-width: 813px) {
      .module-shop-card-img {
        position: relative;
        overflow: hidden;
        padding: 0 0 calc(432 / 700 * 100%); } }
    _:-ms-lang(x)::-ms-backdrop, .module-shop-card-img {
      min-height: 0%; }
    @media screen and (min-width: 813px) {
      .module-shop-card-img img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; } }
  .module-shop-card-body {
    padding: 5.33333vw 6.4vw 4.26667vw; }
    @media screen and (min-width: 813px) {
      .module-shop-card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 23px 25px 16px;
        height: 100%; } }
    _:-ms-lang(x)::-ms-backdrop, .module-shop-card-body {
      min-height: 0%; }
  .module-shop-card-title {
    font-size: 4.8vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #00A8A9;
    margin-bottom: 1.06667vw; }
    @media screen and (min-width: 813px) {
      .module-shop-card-title {
        font-size: 20px;
        margin-bottom: 4px; } }
  .module-shop-card-text {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.86;
    letter-spacing: 0.03em;
    margin-bottom: 3.2vw; }
    @media screen and (min-width: 813px) {
      .module-shop-card-text {
        font-size: 15px;
        line-height: 1.86;
        margin-bottom: 18px; } }
  .module-shop-card-button {
    text-align: right; }
    @media screen and (min-width: 813px) {
      .module-shop-card-button {
        margin-top: auto; } }
    .module-shop-card-button span {
      font-size: 3.73333vw;
      font-weight: 600;
      line-height: 2.14;
      letter-spacing: 0.03em;
      padding-right: 6.4vw;
      position: relative; }
      @media screen and (min-width: 813px) {
        .module-shop-card-button span {
          font-size: 14px;
          padding-right: 24px; } }
      .module-shop-card-button span::after {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
        background-size: 4.53333vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 4.53333vw;
        height: 4.53333vw;
        display: block;
        position: relative;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 813px) {
          .module-shop-card-button span::after {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
            background-size: 17px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 17px;
            height: 17px;
            display: block;
            position: relative;
            position: absolute; } }

@media screen and (min-width: 813px) {
  .module-guide-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.module-guide-card {
  width: 100%;
  margin-bottom: 8vw; }
  @media screen and (min-width: 813px) {
    .module-guide-card {
      width: calc(546 / 1110 * 100%);
      margin-bottom: 30px; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .module-guide-card {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } }
  .module-guide-card:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 813px) {
    .module-guide-card:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); } }
  .module-guide-card-link {
    display: block;
    width: 100%;
    font-size: 3.73333vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #fff;
    border-radius: 4vw;
    padding: 4.26667vw 4vw 2.66667vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 310px;
        font-size: 14px;
        border-radius: 20px;
        padding: 22px 26px 18px; } }
  .module-guide-card-state {
    border-radius: 5.33333vw;
    background-color: #D35344;
    text-align: center;
    color: #fff;
    padding: 0.66667vw 0; }
    @media screen and (min-width: 813px) {
      .module-guide-card-state {
        border-radius: 20px;
        padding: 4.5px 0; } }
    .module-guide-card-state._green {
      background-color: #00A8A9; }
    .module-guide-card-state._gray {
      background-color: #DEDEDE;
      color: #111; }
  .module-guide-card-body {
    padding: 0 0.8vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-body {
        padding: 0 2px; } }
  .module-guide-card-label {
    font-size: 3.2vw;
    border-radius: 3.73333vw;
    background-color: #DEDEDE;
    display: inline-block;
    padding: 0.53333vw 5.6vw;
    margin-top: 4.53333vw;
    margin-left: -0.53333vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-label {
        font-size: 12px;
        border-radius: 20px;
        padding: 2px 21px;
        margin-top: 26px;
        margin-left: -1px; } }
  .module-guide-card-title {
    font-size: 5.33333vw;
    line-height: 1.5;
    margin-top: 3.46667vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-title {
        font-size: 22px;
        margin-top: 18px; } }
  .module-guide-card-period {
    font-size: 4.26667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.86667vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-period {
        font-size: 16px;
        margin-top: 4px; } }
    .module-guide-card-period dt {
      margin-right: 1.6vw; }
      @media screen and (min-width: 813px) {
        .module-guide-card-period dt {
          margin-right: 8px; } }
    .module-guide-card-period dd {
      letter-spacing: 0.02em; }
  .module-guide-card-info {
    font-weight: 500;
    margin-top: 3.2vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-info {
        line-height: 1.78;
        margin-top: 16px; } }
    .module-guide-card-info dl {
      margin-bottom: 2.13333vw; }
      @media screen and (min-width: 813px) {
        .module-guide-card-info dl {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          margin-bottom: 5px; } }
      .module-guide-card-info dl:last-of-type {
        margin-bottom: 0; }
    @media screen and (min-width: 813px) {
      .module-guide-card-info dt {
        width: 45px;
        margin-right: 20px; } }
  .module-guide-card-button {
    text-align: right;
    margin-top: 1.33333vw;
    margin-right: -1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-guide-card-button {
        margin-top: auto;
        margin-right: -4px; } }
    .module-guide-card-button span {
      display: inline-block;
      font-size: 4vw;
      letter-spacing: 0.03em;
      padding-right: 8.53333vw;
      position: relative; }
      @media screen and (min-width: 813px) {
        .module-guide-card-button span {
          font-size: 16px;
          padding-right: 32px; } }
      .module-guide-card-button span::after {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
        background-size: 6.4vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 6.4vw;
        height: 6.4vw;
        display: block;
        position: relative;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        @media screen and (min-width: 813px) {
          .module-guide-card-button span::after {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 25px;
            height: 25px;
            display: block;
            position: relative;
            position: absolute; } }

.smartAgri_recommend {
  padding: 15.46667vw 0 5.33333vw; }
  @media screen and (min-width: 813px) {
    .smartAgri_recommend {
      padding: 126px 0 0; } }
  .smartAgri_recommend-inner {
    position: relative;
    z-index: 1; }
  .smartAgri_recommend-title {
    font-size: 5.86667vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding-left: 16.8vw;
    margin-bottom: 9.86667vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .smartAgri_recommend-title {
        font-size: 35px;
        letter-spacing: 0.08em;
        padding-left: 110px;
        margin-bottom: 47px; } }
    .smartAgri_recommend-title::before {
      content: "";
      background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_02.svg");
      background-size: 14.66667vw 11.73333vw;
      background-repeat: no-repeat;
      background-position: center top;
      width: 14.66667vw;
      height: 11.73333vw;
      display: block;
      position: relative;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media screen and (min-width: 813px) {
        .smartAgri_recommend-title::before {
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_02.svg");
          background-size: 95px 77px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 95px;
          height: 77px;
          display: block;
          position: relative;
          position: absolute; } }

@media screen and (min-width: 813px) {
  .module-block-2col-sns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.module-block-2col-sns-box .module-block-2col-sns:first-of-type {
  margin-top: 0; }

@media screen and (min-width: 813px) {
  .module-block-2col-sns-box .module-block-2col-sns:nth-of-type(2) {
    margin-top: 0; } }

@media screen and (min-width: 813px) {
  .module-block-2col-sns-box .module-block-2col-sns:nth-of-type(even) {
    margin-right: 0; } }

.module-block-2col-sns {
  width: 100%;
  margin-top: 5.33333vw; }
  @media screen and (min-width: 813px) {
    .module-block-2col-sns {
      width: calc(540 / 1110 * 100%);
      margin-right: calc(30 / 1110 * 100%);
      margin-top: 30px; } }
  .module-block-2col-sns-link {
    display: block;
    background-color: #fff;
    border-radius: 5.33333vw;
    padding: 6.66667vw 6.4vw 5.33333vw;
    position: relative; }
    @media screen and (min-width: 813px) {
      .module-block-2col-sns-link {
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out; } }
    @media screen and (min-width: 813px) {
      .module-block-2col-sns-link {
        border-radius: 29px;
        padding: 26px 40px 50px;
        min-height: 205px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
                box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04); } }
    .module-block-2col-sns-link:hover {
      background-color: #f4feff; }
  .module-block-2col-sns-icon {
    width: 16.8vw;
    position: absolute;
    top: 6.13333vw;
    left: 4.26667vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-sns-icon {
        width: calc(103 /460 * 100%);
        top: 50%;
        left: 15px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); } }
    .module-block-2col-sns-icon._facebook {
      width: 12.53333vw;
      position: absolute;
      top: 7.73333vw;
      left: 6.4vw; }
      @media screen and (min-width: 813px) {
        .module-block-2col-sns-icon._facebook {
          width: calc(90.47 / 460 * 100%);
          top: 50%;
          left: 30px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); } }
  .module-block-2col-sns-text {
    width: 56.53333vw;
    margin: 0 0 0 auto; }
    @media screen and (min-width: 813px) {
      .module-block-2col-sns-text {
        width: calc(350 / 460 * 100%); } }
  .module-block-2col-sns-button {
    padding-top: 1.33333vw; }
    @media screen and (min-width: 813px) {
      .module-block-2col-sns-button {
        padding-top: 0;
        position: absolute;
        right: 30px;
        bottom: 15px; } }

.modal-howto-flow {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10020;
  overflow-y: auto;
  display: none; }
  @media screen and (min-width: 813px) {
    .modal-howto-flow {
      min-width: 980px; } }
  .modal-howto-flow-cont {
    width: 92.26667vw;
    height: 149.33333vw;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    border-radius: 5.33333vw;
    overflow: hidden; }
    @media screen and (min-width: 768px) and (max-width: 812px) {
      .modal-howto-flow-cont {
        height: 93%;
        max-height: 149.33333vw; } }
    @media screen and (min-width: 813px) {
      .modal-howto-flow-cont {
        width: calc(1190 / 1366 * 100%);
        min-width: 854px;
        max-width: 1190px;
        height: 708px;
        border-radius: 40px; } }
  .modal-howto-flow-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 813px) {
      .modal-howto-flow-head {
        width: 100%;
        height: 100px; } }
    .modal-howto-flow-head-title {
      font-size: 5.33333vw;
      font-weight: 600;
      letter-spacing: 0.03em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 4.26667vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-title {
          font-size: 26px;
          display: block;
          width: 100%;
          text-align: center;
          padding-left: 0;
          position: relative; } }
      .modal-howto-flow-head-title::before {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_03.svg");
        background-size: 11.73333vw 14.13333vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 11.73333vw;
        height: 14.13333vw;
        display: block;
        position: relative;
        margin-right: 1.06667vw; }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-head-title::before {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_04.svg");
            background-size: 362px 71px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 362px;
            height: 71px;
            display: block;
            position: relative;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } }
    .modal-howto-flow-head-pages {
      display: none; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-pages {
          display: block;
          position: absolute;
          top: 24px;
          left: 30px; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-pages span {
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 26px;
          font-weight: 700;
          color: #a3a3a3; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-pages span.current-page {
          width: 74px;
          font-size: 42px;
          color: #00A8A9; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-pages span:last-of-type {
          position: relative;
          padding-left: 21px; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-pages span:last-of-type::before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 30px;
          background-color: #a3a3a3;
          -webkit-transform: rotateZ(45deg);
                  transform: rotateZ(45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; } }
    .modal-howto-flow-head-close {
      width: 17.33333vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-head-close {
          width: 157px;
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-head-close {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-head-close:hover {
      opacity: 0.8; } }
      .modal-howto-flow-head-close img {
        max-width: none;
        width: 100%; }
  .modal-howto-flow-body {
    width: 100%;
    height: 130.13333vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.866;
    letter-spacing: 0.03em;
    text-align: center; }
    @media screen and (min-width: 768px) and (max-width: 812px) {
      .modal-howto-flow-body {
        height: 84.3%;
        max-height: 130.13333vw; } }
    @media screen and (min-width: 813px) {
      .modal-howto-flow-body {
        height: 580px;
        font-size: 20px;
        line-height: 1.5;
        position: relative; } }
    .modal-howto-flow-body-cont {
      display: none;
      height: 100%; }
      .modal-howto-flow-body-cont._active {
        display: block; }
    .modal-howto-flow-body-inner {
      min-height: 85.86667vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body-inner {
          min-height: 60%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body-inner {
          min-height: 491px; } }
    @media screen and (min-width: 768px) and (max-width: 812px) {
      .modal-howto-flow-body-img {
        width: 80%;
        margin: 0 auto; } }
    .modal-howto-flow-body-text {
      margin-top: 4vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body-text {
          margin-top: 10px; } }
      .modal-howto-flow-body-text span {
        color: #00A8A9; }
    .modal-howto-flow-body-button {
      width: 81.33333vw;
      margin: 0 auto; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body-button {
          width: 368px; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body-button .module-button-01 {
          border: none; } }
    .modal-howto-flow-body-form, .modal-howto-flow-body .mktoForm {
      font-size: 3.2vw;
      line-height: 1.5;
      letter-spacing: 0.03em;
      color: #8B8B8B !important;
      margin-top: 4.8vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body-form, .modal-howto-flow-body .mktoForm {
          font-size: 13px;
          margin-top: 31px; } }
      .modal-howto-flow-body-form input[type="email"], .modal-howto-flow-body .mktoForm input[type="email"] {
        padding: 0;
        border: none;
        border-radius: 0;
        outline: none;
        background: none; }
      .modal-howto-flow-body-form input:invalid, .modal-howto-flow-body .mktoForm input:invalid {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .modal-howto-flow-body-form .mktoTemplateBox, .modal-howto-flow-body .mktoForm .mktoTemplateBox {
        text-align: center;
        line-height: 0.5em;
        margin-bottom: 21px;
        margin-top: 50px; }
        @media screen and (max-width: 812px) {
          .modal-howto-flow-body-form .mktoTemplateBox, .modal-howto-flow-body .mktoForm .mktoTemplateBox {
            margin-top: 2vw; } }
      .modal-howto-flow-body-form button,
      .modal-howto-flow-body-form input[type="submit"], .modal-howto-flow-body .mktoForm button,
      .modal-howto-flow-body .mktoForm input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        outline: none;
        background: transparent; }
      .modal-howto-flow-body-form .mail-form, .modal-howto-flow-body-form .mktoButtonWrap, .modal-howto-flow-body .mktoForm .mail-form, .modal-howto-flow-body .mktoForm .mktoButtonWrap {
        width: 81.33333vw;
        margin: 0 auto 1.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-body-form .mail-form, .modal-howto-flow-body-form .mktoButtonWrap, .modal-howto-flow-body .mktoForm .mail-form, .modal-howto-flow-body .mktoForm .mktoButtonWrap {
            width: 610px; } }
        .modal-howto-flow-body-form .mail-form.only-submit button, .modal-howto-flow-body-form .mktoButtonWrap.only-submit button, .modal-howto-flow-body .mktoForm .mail-form.only-submit button, .modal-howto-flow-body .mktoForm .mktoButtonWrap.only-submit button {
          margin-left: auto;
          margin-right: auto;
          border-radius: 27px;
          width: 230px;
          margin-top: 9px;
          letter-spacing: 0.05em; }
        .modal-howto-flow-body-form .mail-form .mail-form-input, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input {
          width: 66.13333vw;
          height: 9.86667vw;
          border: 0.53333vw solid #DEDEDE;
          border-radius: 7.2vw 0 0 7.2vw;
          padding: 0 2.13333vw; }
          @media screen and (min-width: 813px) {
            .modal-howto-flow-body-form .mail-form .mail-form-input, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input {
              width: 525px;
              height: 54px;
              border: 2px solid #DEDEDE;
              border-radius: 27px 0 0 27px;
              padding: 0 15px; } }
          .modal-howto-flow-body-form .mail-form .mail-form-input-inner, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input-inner, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input-inner, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input-inner {
            width: 147%;
            height: 100%;
            font-size: 4.26667vw;
            -webkit-transform-origin: left center;
                    transform-origin: left center;
            -webkit-transform: scale(0.68);
                    transform: scale(0.68);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media screen and (min-width: 813px) {
              .modal-howto-flow-body-form .mail-form .mail-form-input-inner, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input-inner, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input-inner, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input-inner {
                width: 100%;
                font-size: 14px;
                -webkit-transform: scale(1);
                        transform: scale(1); } }
          .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"], .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"], .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"], .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"] {
            width: 100%; }
            .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-webkit-input-placeholder {
              color: gray; }
            .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"]::-moz-placeholder, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-moz-placeholder, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"]::-moz-placeholder, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-moz-placeholder {
              color: gray; }
            .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]:-ms-input-placeholder {
              color: gray; }
            .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-ms-input-placeholder {
              color: gray; }
            .modal-howto-flow-body-form .mail-form .mail-form-input input[type="email"]::placeholder, .modal-howto-flow-body-form .mktoButtonWrap .mail-form-input input[type="email"]::placeholder, .modal-howto-flow-body .mktoForm .mail-form .mail-form-input input[type="email"]::placeholder, .modal-howto-flow-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::placeholder {
              color: gray; }
        .modal-howto-flow-body-form .mail-form button, .modal-howto-flow-body-form .mktoButtonWrap button, .modal-howto-flow-body .mktoForm .mail-form button, .modal-howto-flow-body .mktoForm .mktoButtonWrap button {
          display: inline-block;
          width: 15.2vw;
          height: 9.86667vw;
          border-radius: 0 7.2vw 7.2vw 0;
          font-size: 2.93333vw;
          font-weight: 600;
          letter-spacing: 0.35em;
          color: #fff;
          background-color: #00A8A9; }
          @media screen and (min-width: 813px) {
            .modal-howto-flow-body-form .mail-form button, .modal-howto-flow-body-form .mktoButtonWrap button, .modal-howto-flow-body .mktoForm .mail-form button, .modal-howto-flow-body .mktoForm .mktoButtonWrap button {
              width: 85px;
              height: 54px;
              border-radius: 0 27px 27px 0;
              font-size: 16px; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-body-form .mail-form button, .modal-howto-flow-body-form .mktoButtonWrap button, .modal-howto-flow-body .mktoForm .mail-form button, .modal-howto-flow-body .mktoForm .mktoButtonWrap button {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-body-form .mail-form button:hover, .modal-howto-flow-body-form .mktoButtonWrap button:hover, .modal-howto-flow-body .mktoForm .mail-form button:hover, .modal-howto-flow-body .mktoForm .mktoButtonWrap button:hover {
      opacity: 0.8; } }
      .modal-howto-flow-body-form .mail-form-guide, .modal-howto-flow-body .mktoForm .mail-form-guide {
        text-align: center; }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-body-form .mail-form-guide, .modal-howto-flow-body .mktoForm .mail-form-guide {
            display: none; } }
      .modal-howto-flow-body-form .check-form, .modal-howto-flow-body .mktoForm .check-form {
        font-weight: 300;
        color: #000;
        margin-top: 4vw;
        text-align: center;
        /*
        label::before {
          content: '';
          display: block;
          width: pxToVw(16px);
          height: pxToVw(16px);
          box-sizing: border-box;
          border: pxToVw(2px) solid #DEDEDE;
          border-radius: pxToVw(3px);
          position: absolute;
          top: 0;
          bottom:0;
          left: 0;
          margin:auto;
          @include mq-pc{
            width:18px;
            height: 18px;
            border: 2px solid #DEDEDE;
            border-radius: 5px;
          }
        }
        label::after {
          content: '';
          display: block;
          border-right: pxToVw(2px) solid #8B8B8B;
          border-bottom: pxToVw(2px) solid #8B8B8B;
          width: pxToVw(4px);
          height: pxToVw(8px);
          position: absolute;
          top: pxToVw(3px);
          left: pxToVw(5px);
          transform: rotate(45deg);
          opacity: 0;
          @include mq-pc{
            border-right: 2px solid #8B8B8B;
            border-bottom: 2px solid #8B8B8B;
            width: 4px;
            height: 8px;
            top: 3px;
            left: 6px;
          }
        }
        input[type=checkbox]:checked + label::after {
          //opacity: 1;
        }

         */ }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-body-form .check-form, .modal-howto-flow-body .mktoForm .check-form {
            margin-top: 26px; } }
        .modal-howto-flow-body-form .check-form label, .modal-howto-flow-body .mktoForm .check-form label {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          cursor: pointer;
          display: inline-block;
          padding: 0 0 0 0;
          position: relative;
          width: auto; }
          @media screen and (min-width: 813px) {
            .modal-howto-flow-body-form .check-form label, .modal-howto-flow-body .mktoForm .check-form label {
              padding: 0 0 0 5px; } }
          .modal-howto-flow-body-form .check-form label a, .modal-howto-flow-body .mktoForm .check-form label a {
            border-bottom: 1px solid #000; }
            @media screen and (max-width: 812px) {
              .modal-howto-flow-body-form .check-form label a, .modal-howto-flow-body .mktoForm .check-form label a {
                padding: 0;
                margin-left: 5px;
                margin-right: 5px; } }
    .modal-howto-flow-body #howto-flow01 .modal-howto-flow-body-img {
      padding-top: 20vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body #howto-flow01 .modal-howto-flow-body-img {
          padding-top: 8%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow01 .modal-howto-flow-body-img {
          padding-top: 69px; } }
    .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-img {
      padding-top: 10.93333vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-img {
          padding-top: 8%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-img {
          padding-top: 70px; } }
    .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-text {
      line-height: 1.86;
      margin-top: 6.4vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-text {
          margin-top: 4%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow02 .modal-howto-flow-body-text {
          line-height: 1.9;
          margin-top: 50px; } }
    .modal-howto-flow-body #howto-flow03 .modal-howto-flow-body-img {
      padding-top: 10.4vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body #howto-flow03 .modal-howto-flow-body-img {
          padding-top: 2%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow03 .modal-howto-flow-body-img {
          padding-top: 67px; } }
    @media screen and (max-width: 812px) {
      .modal-howto-flow-body #howto-flow03 .modal-howto-flow-body-text {
        margin-top: 1.06667vw; } }
    .modal-howto-flow-body #howto-flow04 .modal-howto-flow-body-img {
      padding-top: 17.6vw; }
      @media screen and (min-width: 768px) and (max-width: 812px) {
        .modal-howto-flow-body #howto-flow04 .modal-howto-flow-body-img {
          padding-top: 5%; } }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow04 .modal-howto-flow-body-img {
          padding-top: 60px; } }
    .modal-howto-flow-body #howto-flow05 .modal-howto-flow-body-img {
      padding-top: 19.73333vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow05 .modal-howto-flow-body-img {
          padding-top: 60px; } }
    .modal-howto-flow-body #howto-flow06 .modal-howto-flow-body-text {
      margin-top: 0;
      padding-top: 22.93333vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow06 .modal-howto-flow-body-text {
          font-size: 24px;
          line-height: 1.58;
          padding-top: 192px;
          position: relative;
          z-index: 1; } }
    .modal-howto-flow-body #howto-flow06 .modal-howto-flow-body-img {
      padding-top: 0; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow06 .modal-howto-flow-body-img {
          position: absolute;
          top: 106px;
          left: 0; } }
    .modal-howto-flow-body #howto-flow07 .modal-howto-flow-body-text {
      margin-top: 0;
      padding-top: 51.46667vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-body #howto-flow07 .modal-howto-flow-body-text {
          font-size: 24px;
          line-height: 1.58;
          padding-top: 218px; } }
  .modal-howto-flow-foot {
    width: 100%;
    height: 15.46667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0vw;
    left: 0; }
    @media screen and (min-width: 813px) {
      .modal-howto-flow-foot {
        height: 145px;
        top: 292px;
        bottom: auto;
        pointer-events: none; } }
    .modal-howto-flow-foot-pages {
      text-align: center; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-foot-pages {
          display: none; } }
      .modal-howto-flow-foot-pages span {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 4.53333vw;
        font-weight: 700;
        color: #a3a3a3; }
        .modal-howto-flow-foot-pages span.current-page {
          width: 9.33333vw;
          color: #00A8A9;
          text-align: left; }
        .modal-howto-flow-foot-pages span:last-of-type {
          position: relative;
          padding-left: 3.46667vw; }
          .modal-howto-flow-foot-pages span:last-of-type::before {
            content: "";
            display: inline-block;
            width: 0.66667vw;
            height: 4.26667vw;
            background-color: #a3a3a3;
            -webkit-transform: rotateZ(45deg);
                    transform: rotateZ(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
    .modal-howto-flow-foot-button {
      width: 34.4vw;
      position: absolute;
      bottom: -4.26667vw; }
      @media screen and (min-width: 813px) {
        .modal-howto-flow-foot-button {
          width: 69px;
          bottom: 0;
          z-index: 1;
          pointer-events: auto;
          cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-foot-button {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-howto-flow-foot-button:hover {
      opacity: 0.8; } }
      .modal-howto-flow-foot-button.prev-button {
        left: -3.46667vw; }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-foot-button.prev-button {
            left: 0; } }
      .modal-howto-flow-foot-button.next-button {
        right: -3.46667vw; }
        @media screen and (min-width: 813px) {
          .modal-howto-flow-foot-button.next-button {
            right: 0; } }
      .modal-howto-flow-foot-button img {
        max-width: none;
        width: 100%; }
  .modal-howto-flow#howto-news-ver .modal-howto-flow-cont {
    height: 93.33333vw; }
    @media screen and (min-width: 768px) and (max-width: 812px) {
      .modal-howto-flow#howto-news-ver .modal-howto-flow-cont {
        height: 93%;
        max-height: 149.33333vw; } }
    @media screen and (min-width: 813px) {
      .modal-howto-flow#howto-news-ver .modal-howto-flow-cont {
        height: 450px; } }
  .modal-howto-flow#howto-news-ver .modal-howto-flow-body {
    height: 74.13333vw; }
    @media screen and (min-width: 768px) and (max-width: 812px) {
      .modal-howto-flow#howto-news-ver .modal-howto-flow-body {
        height: 76%; } }
    @media screen and (min-width: 813px) {
      .modal-howto-flow#howto-news-ver .modal-howto-flow-body {
        height: 350px; } }
  .modal-howto-flow#howto-news-ver #howto-news .modal-howto-flow-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%; }
    @media screen and (min-width: 813px) {
      .modal-howto-flow#howto-news-ver #howto-news .modal-howto-flow-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 100%; } }
  .modal-howto-flow#howto-news-ver #howto-news .modal-howto-flow-body-text {
    margin-top: 0; }
    @media screen and (min-width: 813px) {
      .modal-howto-flow#howto-news-ver #howto-news .modal-howto-flow-body-text {
        margin-top: 0; } }

.modal-quiz {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10020;
  overflow-y: auto;
  display: none; }
  @media screen and (min-width: 813px) {
    .modal-quiz {
      min-width: 980px; } }
  .modal-quiz-cont {
    width: 92.26667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5.33333vw 0; }
    @media screen and (min-width: 813px) {
      .modal-quiz-cont {
        width: calc(1190 / 1366 * 100%);
        min-width: 1024px;
        max-width: 1190px;
        height: 708px;
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0;
        border-radius: 40px;
        overflow: hidden;
        background-color: #fff; } }
    @media screen and (max-width: 812px) {
      .modal-quiz-cont-inner {
        background-color: #fff;
        border-radius: 5.33333vw;
        overflow: hidden; } }
  .modal-quiz-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc; }
    @media screen and (min-width: 813px) {
      .modal-quiz-head {
        width: 100%;
        height: 100px; } }
    .modal-quiz-head-title {
      font-size: 5.33333vw;
      font-weight: 600;
      letter-spacing: 0.03em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 4.26667vw; }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-title {
          font-size: 26px;
          display: block;
          width: 100%;
          text-align: center;
          padding-left: 0;
          position: relative; } }
      .modal-quiz-head-title::before {
        content: "";
        background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_03.svg");
        background-size: 11.73333vw 14.13333vw;
        background-repeat: no-repeat;
        background-position: center top;
        width: 11.73333vw;
        height: 14.13333vw;
        display: block;
        position: relative;
        margin-right: 1.06667vw; }
        @media screen and (min-width: 813px) {
          .modal-quiz-head-title::before {
            background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_human_04.svg");
            background-size: 362px 71px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 362px;
            height: 71px;
            display: block;
            position: relative;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto; } }
    .modal-quiz-head-pages {
      display: none; }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-pages {
          display: block;
          position: absolute;
          top: 24px;
          left: 30px; } }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-pages span {
          display: inline-block;
          font-family: "Montserrat", sans-serif;
          font-size: 26px;
          font-weight: 700;
          color: #a3a3a3; } }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-pages span.current-page {
          width: 74px;
          font-size: 42px;
          color: #00A8A9; } }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-pages span:last-of-type {
          position: relative;
          padding-left: 21px; } }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-pages span:last-of-type::before {
          content: "";
          display: inline-block;
          width: 4px;
          height: 30px;
          background-color: #a3a3a3;
          -webkit-transform: rotateZ(45deg);
                  transform: rotateZ(45deg);
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; } }
    .modal-quiz-head-close {
      width: 17.33333vw; }
      @media screen and (min-width: 813px) {
        .modal-quiz-head-close {
          width: 157px;
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-head-close {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-head-close:hover {
      opacity: 0.8; } }
      .modal-quiz-head-close img {
        max-width: none;
        width: 100%; }
  .modal-quiz-body {
    width: 100%;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.866;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 5.33333vw; }
    @media screen and (min-width: 813px) {
      .modal-quiz-body {
        height: 580px;
        font-size: 20px;
        line-height: 1.5;
        position: relative;
        padding-bottom: 0; } }
    .modal-quiz-body-cont {
      display: none; }
      .modal-quiz-body-cont._active {
        display: block; }
    .modal-quiz-body-inner {
      min-height: 85.86667vw;
      /*******************************************************************
       答え
       *******************************************************************/ }
      @media screen and (min-width: 813px) {
        .modal-quiz-body-inner {
          min-height: 491px; } }
      .modal-quiz-body-inner .modal-quiz-title-box {
        background-color: #F8F8F8;
        border-radius: 10px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 82px;
        margin-bottom: 50px;
        width: 958px;
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .modal-quiz-body-inner .modal-quiz-title-box > p {
          font-size: 20px; }
        @media screen and (max-width: 812px) {
          .modal-quiz-body-inner .modal-quiz-title-box {
            margin-top: 0;
            margin-bottom: 7.46667vw;
            width: 100%;
            height: 15.46667vw; }
            .modal-quiz-body-inner .modal-quiz-title-box > p {
              font-size: 4vw;
              padding-left: 6vw;
              padding-right: 6vw;
              text-align: left; } }
      .modal-quiz-body-inner .modal-quiz-choise-box {
        width: 958px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 812px) {
          .modal-quiz-body-inner .modal-quiz-choise-box {
            width: 100%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-left figure {
          width: 418px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-left figure {
              width: 80.8vw;
              margin-right: auto;
              margin-left: auto; } }
        .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-left: 40px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right {
              margin-left: 0;
              margin-top: 6.66667vw; } }
          .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button {
            width: 500px;
            margin-bottom: 15px;
            margin-top: 0; }
            @media screen and (max-width: 812px) {
              .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button {
                width: 80.8vw;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 2.4vw; } }
            .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01 {
              cursor: pointer;
              max-width: 500px;
              font-weight: normal;
              margin: 0;
              letter-spacing: 0; }
              @media screen and (max-width: 812px) {
                .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01 {
                  max-width: 80.8vw;
                  -webkit-box-pack: start;
                      -ms-flex-pack: start;
                          justify-content: flex-start; }
                  .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01 span {
                    text-align: left;
                    padding-left: 10vw; } }
              .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01::before {
                position: absolute;
                left: 23px;
                top: 22px; }
                @media screen and (max-width: 812px) {
                  .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01::before {
                    top: 5.5vw; } }
              .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01.a::before {
                content: "A."; }
              .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01.b::before {
                content: "B."; }
              .modal-quiz-body-inner .modal-quiz-choise-box div.modal-quiz-choise-box-right .module-button .module-button-01.c::before {
                content: "C."; }
      .modal-quiz-body-inner .modal-quiz-result-box {
        width: 958px;
        margin-top: 83px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 812px) {
          .modal-quiz-body-inner .modal-quiz-result-box {
            width: 100%;
            margin-top: 12vw; } }
        .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-left {
          position: relative; }
          .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-left .result-icon {
            background-image: url("../img/quiz/result-wrong.png");
            background-size: 137px;
            background-repeat: no-repeat;
            background-position: center top;
            width: 137px;
            height: 137px;
            display: block;
            position: relative; }
            @media screen and (max-width: 812px) {
              .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-left .result-icon {
                background-image: url("../img/quiz/result-wrong-sp.png");
                background-size: 21.6vw;
                background-repeat: no-repeat;
                background-position: center top;
                width: 21.6vw;
                height: 21.6vw;
                display: block;
                position: relative; } }
            .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-left .result-icon.animate {
              -webkit-animation: wrong-anim 0.6s ease-out;
                      animation: wrong-anim 0.6s ease-out; }
        .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-left .result-icon {
          background-image: url("../img/quiz/result-correct.png");
          background-size: 137px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 137px;
          height: 137px;
          display: block;
          position: relative; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-left .result-icon {
              background-image: url("../img/quiz/result-correct-sp.png");
              background-size: 81px;
              background-repeat: no-repeat;
              background-position: center top;
              width: 81px;
              height: 81px;
              display: block;
              position: relative; } }
          .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-left .result-icon.animate {
            -webkit-animation: hover-scale 1.0s ease-out;
                    animation: hover-scale 1.0s ease-out; }
        .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-left figure.frame {
          background-image: url("../img/quiz/result-correct-frame-left.png");
          background-size: 109px 115px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 109px;
          height: 115px;
          display: block;
          position: relative;
          position: absolute;
          left: -156px;
          top: 0; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-left figure.frame {
              background-image: url("../img/quiz/result-correct-frame-left-sp.png");
              background-size: 13.6vw 14.13333vw;
              background-repeat: no-repeat;
              background-position: center top;
              width: 13.6vw;
              height: 14.13333vw;
              display: block;
              position: relative;
              position: absolute;
              left: -8vw;
              top: -7vw; } }
        .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-right figure.frame {
          background-image: url("../img/quiz/result-correct-frame-right.png");
          background-size: 140px 127px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 140px;
          height: 127px;
          display: block;
          position: relative;
          position: absolute;
          right: -201px;
          top: -33px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-box.correct .modal-quiz-result-box-right figure.frame {
              background-image: url("../img/quiz/result-correct-frame-right-sp.png");
              background-size: 13.6vw 14.13333vw;
              background-repeat: no-repeat;
              background-position: center top;
              width: 13.6vw;
              height: 14.13333vw;
              display: block;
              position: relative;
              position: absolute;
              right: -7vw;
              top: -7vw; } }
        .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-right {
          position: relative;
          margin-left: 38px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-right {
              margin-left: 4.26667vw;
              width: 48.53333vw; } }
          .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-right p {
            text-align: left; }
          .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-right p.title {
            font-size: 30px; }
            @media screen and (max-width: 812px) {
              .modal-quiz-body-inner .modal-quiz-result-box .modal-quiz-result-box-right p.title {
                font-size: 6.4vw; } }
      .modal-quiz-body-inner .modal-quiz-result-detail {
        position: relative;
        width: 779px;
        margin-top: 52px;
        margin-right: auto;
        margin-left: auto;
        background-color: #F8F8F8;
        border-radius: 10px;
        padding: 50px; }
        @media screen and (max-width: 812px) {
          .modal-quiz-body-inner .modal-quiz-result-detail {
            width: 81.33333vw;
            padding: 9.33333vw 5.33333vw; } }
        .modal-quiz-body-inner .modal-quiz-result-detail.correct::after {
          content: "";
          background-image: url("../img/quiz/result-correct-detail-frame.png");
          background-size: 133px 93px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 133px;
          height: 93px;
          display: block;
          position: relative;
          position: absolute;
          right: -55px;
          top: -46px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-detail.correct::after {
              background-image: url("../img/quiz/result-correct-detail-frame.png");
              background-size: 35.46667vw 24.8vw;
              background-repeat: no-repeat;
              background-position: center top;
              width: 35.46667vw;
              height: 24.8vw;
              display: block;
              position: relative;
              position: absolute;
              right: -5vw;
              top: -14vw; } }
        .modal-quiz-body-inner .modal-quiz-result-detail.correct .module-button .module-button-01::after {
          content: "";
          background-image: url("../img/quiz/result-tw-icon.png");
          background-size: 30px 24px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 30px;
          height: 24px;
          display: block;
          position: relative;
          position: absolute;
          right: 20px;
          top: 20px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-detail.correct .module-button .module-button-01::after {
              background-image: url("../img/quiz/result-tw-icon.png");
              background-size: 5.33333vw 4.26667vw;
              background-repeat: no-repeat;
              background-position: center top;
              width: 5.33333vw;
              height: 4.26667vw;
              display: block;
              position: relative;
              position: absolute;
              right: 20px;
              top: 9vw; } }
        .modal-quiz-body-inner .modal-quiz-result-detail p {
          text-align: left;
          font-size: 17px;
          font-weight: normal; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-detail p {
              font-size: 4vw; } }
        .modal-quiz-body-inner .modal-quiz-result-detail .module-button {
          width: 446px;
          margin-right: auto;
          margin-left: auto;
          margin-top: 32px; }
          @media screen and (max-width: 812px) {
            .modal-quiz-body-inner .modal-quiz-result-detail .module-button {
              width: 70.66667vw;
              margin-right: auto;
              margin-left: auto;
              height: 21.06667vw; } }
          .modal-quiz-body-inner .modal-quiz-result-detail .module-button .module-button-01 {
            max-width: 446px;
            margin: 0;
            font-size: 18px;
            font-weight: normal;
            cursor: pointer; }
            @media screen and (max-width: 812px) {
              .modal-quiz-body-inner .modal-quiz-result-detail .module-button .module-button-01 {
                max-width: 70.66667vw;
                height: 21.33333vw;
                border-radius: 10.66667vw;
                font-size: 4vw; } }
    .modal-quiz-body-text {
      margin-top: 4vw; }
      @media screen and (min-width: 813px) {
        .modal-quiz-body-text {
          margin-top: 10px; } }
      .modal-quiz-body-text span {
        color: #00A8A9; }
    .modal-quiz-body-button {
      width: 81.33333vw;
      margin: 0 auto; }
      @media screen and (min-width: 813px) {
        .modal-quiz-body-button {
          width: 368px; } }
      @media screen and (min-width: 813px) {
        .modal-quiz-body-button .module-button-01 {
          border: none; } }
    .modal-quiz-body-form, .modal-quiz-body .mktoForm {
      font-size: 3.2vw;
      line-height: 1.5;
      letter-spacing: 0.03em;
      color: #8B8B8B !important;
      margin-top: 4.8vw; }
      @media screen and (min-width: 813px) {
        .modal-quiz-body-form, .modal-quiz-body .mktoForm {
          font-size: 13px;
          margin-top: 31px; } }
      .modal-quiz-body-form input[type="email"], .modal-quiz-body .mktoForm input[type="email"] {
        padding: 0;
        border: none;
        border-radius: 0;
        outline: none;
        background: none; }
      .modal-quiz-body-form input:invalid, .modal-quiz-body .mktoForm input:invalid {
        -webkit-box-shadow: none;
                box-shadow: none; }
      .modal-quiz-body-form .mktoTemplateBox, .modal-quiz-body .mktoForm .mktoTemplateBox {
        text-align: center;
        line-height: 0.5em;
        margin-bottom: 21px;
        margin-top: 50px; }
        @media screen and (max-width: 812px) {
          .modal-quiz-body-form .mktoTemplateBox, .modal-quiz-body .mktoForm .mktoTemplateBox {
            margin-top: 2vw; } }
      .modal-quiz-body-form button,
      .modal-quiz-body-form input[type="submit"], .modal-quiz-body .mktoForm button,
      .modal-quiz-body .mktoForm input[type="submit"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        outline: none;
        background: transparent; }
      .modal-quiz-body-form .mail-form, .modal-quiz-body-form .mktoButtonWrap, .modal-quiz-body .mktoForm .mail-form, .modal-quiz-body .mktoForm .mktoButtonWrap {
        width: 81.33333vw;
        margin: 0 auto 1.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        @media screen and (min-width: 813px) {
          .modal-quiz-body-form .mail-form, .modal-quiz-body-form .mktoButtonWrap, .modal-quiz-body .mktoForm .mail-form, .modal-quiz-body .mktoForm .mktoButtonWrap {
            width: 610px; } }
        .modal-quiz-body-form .mail-form.only-submit button, .modal-quiz-body-form .mktoButtonWrap.only-submit button, .modal-quiz-body .mktoForm .mail-form.only-submit button, .modal-quiz-body .mktoForm .mktoButtonWrap.only-submit button {
          margin-left: auto;
          margin-right: auto;
          border-radius: 27px;
          width: 230px;
          margin-top: 9px;
          letter-spacing: 0.05em; }
        .modal-quiz-body-form .mail-form .mail-form-input, .modal-quiz-body-form .mktoButtonWrap .mail-form-input, .modal-quiz-body .mktoForm .mail-form .mail-form-input, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input {
          width: 66.13333vw;
          height: 9.86667vw;
          border: 0.53333vw solid #DEDEDE;
          border-radius: 7.2vw 0 0 7.2vw;
          padding: 0 2.13333vw; }
          @media screen and (min-width: 813px) {
            .modal-quiz-body-form .mail-form .mail-form-input, .modal-quiz-body-form .mktoButtonWrap .mail-form-input, .modal-quiz-body .mktoForm .mail-form .mail-form-input, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input {
              width: 525px;
              height: 54px;
              border: 2px solid #DEDEDE;
              border-radius: 27px 0 0 27px;
              padding: 0 15px; } }
          .modal-quiz-body-form .mail-form .mail-form-input-inner, .modal-quiz-body-form .mktoButtonWrap .mail-form-input-inner, .modal-quiz-body .mktoForm .mail-form .mail-form-input-inner, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input-inner {
            width: 147%;
            height: 100%;
            font-size: 4.26667vw;
            -webkit-transform-origin: left center;
                    transform-origin: left center;
            -webkit-transform: scale(0.68);
                    transform: scale(0.68);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media screen and (min-width: 813px) {
              .modal-quiz-body-form .mail-form .mail-form-input-inner, .modal-quiz-body-form .mktoButtonWrap .mail-form-input-inner, .modal-quiz-body .mktoForm .mail-form .mail-form-input-inner, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input-inner {
                width: 100%;
                font-size: 14px;
                -webkit-transform: scale(1);
                        transform: scale(1); } }
          .modal-quiz-body-form .mail-form .mail-form-input input[type="email"], .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"], .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"], .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"] {
            width: 100%; }
            .modal-quiz-body-form .mail-form .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"]::-webkit-input-placeholder, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-webkit-input-placeholder {
              color: gray; }
            .modal-quiz-body-form .mail-form .mail-form-input input[type="email"]::-moz-placeholder, .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-moz-placeholder, .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"]::-moz-placeholder, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-moz-placeholder {
              color: gray; }
            .modal-quiz-body-form .mail-form .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"]:-ms-input-placeholder, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]:-ms-input-placeholder {
              color: gray; }
            .modal-quiz-body-form .mail-form .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"]::-ms-input-placeholder, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::-ms-input-placeholder {
              color: gray; }
            .modal-quiz-body-form .mail-form .mail-form-input input[type="email"]::placeholder, .modal-quiz-body-form .mktoButtonWrap .mail-form-input input[type="email"]::placeholder, .modal-quiz-body .mktoForm .mail-form .mail-form-input input[type="email"]::placeholder, .modal-quiz-body .mktoForm .mktoButtonWrap .mail-form-input input[type="email"]::placeholder {
              color: gray; }
        .modal-quiz-body-form .mail-form button, .modal-quiz-body-form .mktoButtonWrap button, .modal-quiz-body .mktoForm .mail-form button, .modal-quiz-body .mktoForm .mktoButtonWrap button {
          display: inline-block;
          width: 15.2vw;
          height: 9.86667vw;
          border-radius: 0 7.2vw 7.2vw 0;
          font-size: 2.93333vw;
          font-weight: 600;
          letter-spacing: 0.35em;
          color: #fff;
          background-color: #00A8A9; }
          @media screen and (min-width: 813px) {
            .modal-quiz-body-form .mail-form button, .modal-quiz-body-form .mktoButtonWrap button, .modal-quiz-body .mktoForm .mail-form button, .modal-quiz-body .mktoForm .mktoButtonWrap button {
              width: 85px;
              height: 54px;
              border-radius: 0 27px 27px 0;
              font-size: 16px; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-body-form .mail-form button, .modal-quiz-body-form .mktoButtonWrap button, .modal-quiz-body .mktoForm .mail-form button, .modal-quiz-body .mktoForm .mktoButtonWrap button {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-body-form .mail-form button:hover, .modal-quiz-body-form .mktoButtonWrap button:hover, .modal-quiz-body .mktoForm .mail-form button:hover, .modal-quiz-body .mktoForm .mktoButtonWrap button:hover {
      opacity: 0.8; } }
      .modal-quiz-body-form .mail-form-guide, .modal-quiz-body .mktoForm .mail-form-guide {
        text-align: center; }
        @media screen and (min-width: 813px) {
          .modal-quiz-body-form .mail-form-guide, .modal-quiz-body .mktoForm .mail-form-guide {
            display: none; } }
      .modal-quiz-body-form .check-form, .modal-quiz-body .mktoForm .check-form {
        font-weight: 300;
        color: #000;
        margin-top: 4vw;
        text-align: center;
        /*
        label::before {
          content: '';
          display: block;
          width: pxToVw(16px);
          height: pxToVw(16px);
          box-sizing: border-box;
          border: pxToVw(2px) solid #DEDEDE;
          border-radius: pxToVw(3px);
          position: absolute;
          top: 0;
          bottom:0;
          left: 0;
          margin:auto;
          @include mq-pc{
            width:18px;
            height: 18px;
            border: 2px solid #DEDEDE;
            border-radius: 5px;
          }
        }
        label::after {
          content: '';
          display: block;
          border-right: pxToVw(2px) solid #8B8B8B;
          border-bottom: pxToVw(2px) solid #8B8B8B;
          width: pxToVw(4px);
          height: pxToVw(8px);
          position: absolute;
          top: pxToVw(3px);
          left: pxToVw(5px);
          transform: rotate(45deg);
          opacity: 0;
          @include mq-pc{
            border-right: 2px solid #8B8B8B;
            border-bottom: 2px solid #8B8B8B;
            width: 4px;
            height: 8px;
            top: 3px;
            left: 6px;
          }
        }
        input[type=checkbox]:checked + label::after {
          //opacity: 1;
        }

         */ }
        @media screen and (min-width: 813px) {
          .modal-quiz-body-form .check-form, .modal-quiz-body .mktoForm .check-form {
            margin-top: 26px; } }
        .modal-quiz-body-form .check-form label, .modal-quiz-body .mktoForm .check-form label {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          cursor: pointer;
          display: inline-block;
          padding: 0 0 0 0;
          position: relative;
          width: auto; }
          @media screen and (min-width: 813px) {
            .modal-quiz-body-form .check-form label, .modal-quiz-body .mktoForm .check-form label {
              padding: 0 0 0 5px; } }
          .modal-quiz-body-form .check-form label a, .modal-quiz-body .mktoForm .check-form label a {
            border-bottom: 1px solid #000; }
            @media screen and (max-width: 812px) {
              .modal-quiz-body-form .check-form label a, .modal-quiz-body .mktoForm .check-form label a {
                padding: 0;
                margin-left: 5px;
                margin-right: 5px; } }
  .modal-quiz-foot {
    width: 100%;
    height: 15.46667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0vw;
    left: 0; }
    @media screen and (min-width: 813px) {
      .modal-quiz-foot {
        height: 145px;
        top: 292px;
        bottom: auto;
        pointer-events: none; } }
    .modal-quiz-foot-pages {
      text-align: center; }
      @media screen and (min-width: 813px) {
        .modal-quiz-foot-pages {
          display: none; } }
      .modal-quiz-foot-pages span {
        display: inline-block;
        font-family: "Montserrat", sans-serif;
        font-size: 4.53333vw;
        font-weight: 700;
        color: #a3a3a3; }
        .modal-quiz-foot-pages span.current-page {
          width: 9.33333vw;
          color: #00A8A9;
          text-align: left; }
        .modal-quiz-foot-pages span:last-of-type {
          position: relative;
          padding-left: 3.46667vw; }
          .modal-quiz-foot-pages span:last-of-type::before {
            content: "";
            display: inline-block;
            width: 0.66667vw;
            height: 4.26667vw;
            background-color: #a3a3a3;
            -webkit-transform: rotateZ(45deg);
                    transform: rotateZ(45deg);
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto; }
    .modal-quiz-foot-button {
      width: 34.4vw;
      position: absolute;
      bottom: -4.26667vw; }
      @media screen and (min-width: 813px) {
        .modal-quiz-foot-button {
          width: 69px;
          bottom: 0;
          z-index: 1;
          pointer-events: auto;
          cursor: pointer; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-foot-button {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-quiz-foot-button:hover {
      opacity: 0.8; } }
      .modal-quiz-foot-button.prev-button {
        left: -3.46667vw; }
        @media screen and (min-width: 813px) {
          .modal-quiz-foot-button.prev-button {
            left: 0; } }
      .modal-quiz-foot-button.next-button {
        right: -3.46667vw; }
        @media screen and (min-width: 813px) {
          .modal-quiz-foot-button.next-button {
            right: 0; } }
      .modal-quiz-foot-button img {
        max-width: none;
        width: 100%; }

.quiz-banner {
  width: 92.5vw;
  position: fixed;
  bottom: 3.46667vw;
  right: 4vw;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transform: translateY(150%);
          transform: translateY(150%); }
  @media screen and (min-width: 813px) {
    .quiz-banner {
      width: 426px;
      bottom: 10px;
      right: 13px; } }
  .quiz-banner-close {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: -7.66667vw;
    right: -8.6vw;
    cursor: pointer; }
    .quiz-banner-close img {
      width: 100%; }
    @media screen and (min-width: 813px) {
      .quiz-banner-close {
        width: 75px;
        height: 75px;
        top: -29px;
        right: -6px; } }
  .quiz-banner-inner {
    width: 396px;
    height: 94px;
    background-color: #FAE24B;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 812px) {
      .quiz-banner-inner {
        width: 92.5vw;
        height: 22.4vw; } }
    .quiz-banner-inner-left {
      padding-left: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media screen and (max-width: 812px) {
        .quiz-banner-inner-left {
          padding-left: 3.73333vw; } }
      .quiz-banner-inner-left img {
        width: 66px; }
        @media screen and (max-width: 812px) {
          .quiz-banner-inner-left img {
            width: 14.93333vw; } }
    .quiz-banner-inner-right {
      padding-left: 15px;
      padding-right: 20px; }
      @media screen and (max-width: 812px) {
        .quiz-banner-inner-right {
          padding-left: 3.73333vw;
          padding-right: 5.2vw; } }
      .quiz-banner-inner-right p {
        color: #000;
        font-size: 16px;
        font-weight: 600; }
        @media screen and (max-width: 812px) {
          .quiz-banner-inner-right p {
            font-size: 3vw;
            line-height: 2.0em; } }
        .quiz-banner-inner-right p span {
          border-bottom: 1px solid #000; }

.modal-diagnosis {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10020;
  overflow-y: auto;
  display: none; }
  @media screen and (min-width: 813px) {
    .modal-diagnosis {
      min-width: 980px; } }
  .modal-diagnosis-cont {
    width: 92.26667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5.33333vw 0;
    z-index: 1; }
    @media screen and (min-width: 813px) {
      .modal-diagnosis-cont {
        width: calc(1190 / 1366 * 100%);
        min-width: 1024px;
        max-width: 1190px;
        min-height: 708px;
        padding: 50px 0; } }
    .modal-diagnosis-cont-inner {
      background-color: #fff;
      border-radius: 5.33333vw;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-cont-inner {
          border-radius: 40px; } }
  .modal-diagnosis-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    position: relative; }
    @media screen and (min-width: 813px) {
      .modal-diagnosis-head {
        width: 100%;
        height: 100px;
        border-radius: 40px 40px 0 0;
        overflow: hidden;
        z-index: 1; } }
    .modal-diagnosis-head-title {
      font-size: 5.33333vw;
      font-weight: 600;
      letter-spacing: 0.03em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.4;
      padding: 5.33333vw 0 4.53333vw 4.26667vw; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-head-title {
          font-size: 26px;
          display: block;
          width: 100%;
          text-align: center;
          line-height: inherit;
          padding: 0; } }
    .modal-diagnosis-head-close {
      width: 37.33333vw; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-head-close {
          width: 157px;
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer;
          will-change: transform; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-head-close {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-head-close:hover {
      opacity: 0.8; } }
      .modal-diagnosis-head-close img {
        max-width: none;
        width: auto;
        height: 100%; }
        @media screen and (min-width: 813px) {
          .modal-diagnosis-head-close img {
            width: 100%;
            height: auto; } }
  .modal-diagnosis-body {
    width: 100%;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.866;
    letter-spacing: 0.03em;
    text-align: center; }
    @media screen and (min-width: 813px) {
      .modal-diagnosis-body {
        font-size: 20px;
        line-height: 1.5;
        position: relative; } }
    .modal-diagnosis-body-cont {
      display: none; }
      .modal-diagnosis-body-cont._active {
        display: block; }
    .modal-diagnosis-body-inner {
      min-height: 85.86667vw; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-body-inner {
          min-height: 491px; } }
      .modal-diagnosis-body-inner .modal-diagnosis-start {
        padding: 13.33333vw 0 16vw; }
        @media screen and (min-width: 813px) {
          .modal-diagnosis-body-inner .modal-diagnosis-start {
            padding: 90px 0 80px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-start-img {
          width: 52.8vw;
          margin: 0 auto; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-start-img {
              width: calc(915 / 1190 * 100%); } }
        .modal-diagnosis-body-inner .modal-diagnosis-start-title {
          font-size: 4.53333vw;
          font-weight: 600;
          line-height: 1.88;
          letter-spacing: 0.03em;
          margin-top: 6.13333vw; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-start-title {
              font-size: 26px;
              margin-top: 45px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-start-button {
          margin-top: 6.93333vw; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-start-button {
              margin-top: 21px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-start-button a {
            width: 81.33333vw;
            min-height: 15.46667vw;
            border: none; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-start-button a {
                width: 368px;
                min-height: 0; } }
      .modal-diagnosis-body-inner .modal-diagnosis-choice {
        padding: 9.86667vw 0 6.66667vw; }
        @media screen and (min-width: 813px) {
          .modal-diagnosis-body-inner .modal-diagnosis-choice {
            padding: 104px 0 165px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-choice-title {
          font-size: 4.8vw;
          font-weight: 600;
          line-height: 1.44;
          letter-spacing: 0.03em; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-choice-title {
              font-size: 26px;
              line-height: 1.88; } }
        .modal-diagnosis-body-inner .modal-diagnosis-choice-box {
          width: 81.33333vw;
          margin: 0.53333vw auto 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-choice-box {
              width: calc(1134 / 1190 * 100%);
              margin: 56px auto 0;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
        .modal-diagnosis-body-inner .modal-diagnosis-choice-item {
          width: 100%;
          border-bottom: 1px solid rgba(0, 0, 0, 0.18);
          padding: 5.6vw 0 6.66667vw;
          display: none;
          opacity: 0; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-choice-item {
              width: calc(378 / 1134 * 100%);
              border-bottom: none;
              border-right: 1px solid rgba(0, 0, 0, 0.18);
              padding: 38px 0 52px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-choice-item:first-of-type {
            border-bottom: none;
            opacity: 1; }
          .modal-diagnosis-body-inner .modal-diagnosis-choice-item:last-of-type {
            border-right: none; }
          .modal-diagnosis-body-inner .modal-diagnosis-choice-item._active {
            display: block; }
          .modal-diagnosis-body-inner .modal-diagnosis-choice-item dt {
            font-size: 4vw;
            font-weight: 600;
            line-height: 1.73;
            letter-spacing: 0; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-choice-item dt {
                font-size: 16px;
                line-height: 1.68; } }
            .modal-diagnosis-body-inner .modal-diagnosis-choice-item dt span {
              font-size: 4.8vw;
              font-weight: 700;
              margin-right: 2.13333vw; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-choice-item dt span {
                  font-size: 19px;
                  margin-right: 6px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd {
            margin-top: 0.8vw; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd {
                margin-top: 20px; } }
            .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button {
              width: 100%;
              margin-top: 0; }
              .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button a {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                border-radius: 5.33333vw;
                padding: .5em 1em;
                width: 35.73333vw;
                height: 9.33333vw;
                margin: 0 0.8vw;
                font-size: 3.2vw;
                font-weight: 600;
                line-height: 1.3;
                text-align: center;
                text-decoration: none;
                background-color: #E5F5F5; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button a {
                    width: calc(154 / 378 * 100%);
                    max-width: 154px;
                    height: 40px;
                    margin: 0 calc(3.5 / 378 * 100%);
                    font-size: 16px;
                    border-radius: 20px; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button a {
      -webkit-transition: background-color .3s;
      transition: background-color .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button a:hover {
      background-color: #C7EEEE; } }
                .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button a span {
                  display: block; }
              .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button._select a {
                opacity: 0.4; }
                .modal-diagnosis-body-inner .modal-diagnosis-choice-item dd .module-button._select a._active {
                  opacity: 1;
                  background-color: #00A8A9;
                  color: #fff; }
      .modal-diagnosis-body-inner .modal-diagnosis-result {
        width: 81.33333vw;
        margin: 0 auto;
        padding-top: 11.2vw; }
        @media screen and (min-width: 813px) {
          .modal-diagnosis-body-inner .modal-diagnosis-result {
            width: calc(1030 / 1190 * 100%);
            padding-top: 84px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-box.animate {
          -webkit-animation: hover-scale 1.0s ease-out;
                  animation: hover-scale 1.0s ease-out; }
        .modal-diagnosis-body-inner .modal-diagnosis-result-title {
          font-size: 4.8vw;
          font-weight: 600;
          line-height: 1.5;
          letter-spacing: 0.03em; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-title {
              font-size: 32px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-title span {
            display: block;
            font-size: 6.4vw;
            color: #00A8A9; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-title span {
                font-size: 40px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-detail {
          background-color: #F8F8F8;
          border-radius: 5.33333vw;
          padding: 8vw 0;
          margin-top: 6.93333vw; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-detail {
              border-radius: 40px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              padding: 60px 0;
              margin-top: 35px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-img {
          width: 46.4vw;
          margin: 0 auto; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-img {
              width: calc(242 / 1030 * 100%);
              margin: 0 calc(40 / 1030 * 100%) 0 0; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-text {
          width: 68.53333vw;
          margin: 6.13333vw auto 0;
          font-size: 4vw;
          font-weight: 300;
          line-height: 2;
          letter-spacing: 0.03em;
          text-align: left; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-text {
              width: calc(628 / 1030 * 100%);
              margin: 0;
              font-size: 17px;
              line-height: 1.88; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-download {
          margin-top: 6.66667vw; }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-download {
              margin-top: 32px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-download-title {
            font-size: 3.73333vw;
            font-weight: 600;
            line-height: 1.57;
            letter-spacing: 0.03em;
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: relative; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-download-title {
                width: 372px;
                margin: 0 auto;
                font-size: 20px;
                line-height: 1.75; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-title-text {
              width: 46.66667vw;
              margin-top: 5.06667vw; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-title-text {
                  width: 277px;
                  margin-top: 16px; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-title-img {
              width: 20.26667vw; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-title-img {
                  width: 107px; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::before, .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::after {
              content: "";
              display: block;
              width: 9.06667vw;
              height: 0.8vw;
              background-color: #000;
              position: absolute;
              bottom: 2.93333vw;
              -webkit-transform-origin: center;
                      transform-origin: center; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::before, .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::after {
                  width: 40px;
                  height: 3px;
                  bottom: 11px; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::before {
              left: 0;
              -webkit-transform: rotate(65deg);
                      transform: rotate(65deg); }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::before {
                  left: -40px;
                  -webkit-transform: rotate(56deg);
                          transform: rotate(56deg); } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::after {
              right: 0;
              -webkit-transform: rotate(-65deg);
                      transform: rotate(-65deg); }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-title::after {
                  right: -40px;
                  -webkit-transform: rotate(-56deg);
                          transform: rotate(-56deg); } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-download-button {
            margin-top: 3.2vw; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-download-button {
                margin-top: 23px; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-download-button a {
              width: 100%;
              max-width: none; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-download-button a {
                  width: calc(462 / 1030 * 100%);
                  max-width: 462px; } }
        .modal-diagnosis-body-inner .modal-diagnosis-result-share {
          margin-top: 10.66667vw;
          padding: 8vw 0 12vw;
          border-top: 1px solid rgba(0, 0, 0, 0.18); }
          @media screen and (min-width: 813px) {
            .modal-diagnosis-body-inner .modal-diagnosis-result-share {
              margin-top: 70px;
              padding: 56px 0 55px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-share-title {
            font-size: 4vw;
            font-weight: 600;
            letter-spacing: 0.03em; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-title {
                font-size: 20px; } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-share-list {
            margin-top: 3.46667vw; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list {
                margin: 22px auto 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center; } }
            .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li {
              width: 58.66667vw;
              margin: 0 auto 2.13333vw; }
              @media screen and (min-width: 813px) {
                .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li {
                  width: 220px;
                  margin: 0 5px; } }
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li:last-of-type {
                margin-bottom: 0; }
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                border-radius: 2em;
                padding: .5em 1em;
                width: 100%;
                height: 10.66667vw;
                font-size: 4vw;
                font-weight: 600;
                line-height: 1.3;
                text-align: center;
                text-decoration: none;
                background-color: #E5F5F5;
                position: relative; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a {
                    height: 40px;
                    font-size: 16px;
                    border-radius: 20px; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; } }
  @media screen and (min-width: 813px) and (min-width: 813px) {
    .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a:hover {
      opacity: 0.8; } }
                .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a::before {
                  content: "";
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 4vw;
                  margin: auto; }
                  @media screen and (min-width: 813px) {
                    .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a::before {
                      margin: 0 7px 0 0; } }
                .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a span {
                  display: block; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li a:hover {
                    opacity: 0.4; } }
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._twitter a::before {
                background-image: url("../img/common/ico_twitter_black_01.svg");
                background-size: 4.8vw;
                background-repeat: no-repeat;
                background-position: center top;
                width: 4.8vw;
                height: 4.8vw;
                display: block;
                position: relative;
                position: absolute; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._twitter a::before {
                    background-image: url("../img/common/ico_twitter_black_01.svg");
                    background-size: 20px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    width: 20px;
                    height: 20px;
                    display: block;
                    position: relative;
                    position: static; } }
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._facebook a::before {
                background-image: url("../img/common/ico_facebook_black_01.svg");
                background-size: 4.8vw;
                background-repeat: no-repeat;
                background-position: center top;
                width: 4.8vw;
                height: 4.8vw;
                display: block;
                position: relative;
                position: absolute; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._facebook a::before {
                    background-image: url("../img/common/ico_facebook_black_01.svg");
                    background-size: 20px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    width: 20px;
                    height: 20px;
                    display: block;
                    position: relative;
                    position: static; } }
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._line a::before {
                background-image: url("../img/common/ico_line_black_01.svg");
                background-size: 5.33333vw 5.06667vw;
                background-repeat: no-repeat;
                background-position: center top;
                width: 5.33333vw;
                height: 5.06667vw;
                display: block;
                position: relative;
                position: absolute; }
                @media screen and (min-width: 813px) {
                  .modal-diagnosis-body-inner .modal-diagnosis-result-share-list li._line a::before {
                    background-image: url("../img/common/ico_line_black_01.svg");
                    background-size: 23px 21px;
                    background-repeat: no-repeat;
                    background-position: center top;
                    width: 23px;
                    height: 21px;
                    display: block;
                    position: relative;
                    position: static; } }
          .modal-diagnosis-body-inner .modal-diagnosis-result-share-notes {
            display: block;
            font-size: 2.93333vw;
            font-weight: 300;
            line-height: 1.81;
            letter-spacing: 0.04em;
            margin-top: 13px; }
            @media screen and (min-width: 813px) {
              .modal-diagnosis-body-inner .modal-diagnosis-result-share-notes {
                font-size: 12px;
                letter-spacing: 0.03em;
                line-height: 1.5;
                margin-top: 24px; } }
    .modal-diagnosis-body-text {
      margin-top: 4vw; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-body-text {
          margin-top: 10px; } }
      .modal-diagnosis-body-text span {
        color: #00A8A9; }
    .modal-diagnosis-body-button {
      width: 81.33333vw;
      margin: 0 auto; }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-body-button {
          width: 368px; } }
      @media screen and (min-width: 813px) {
        .modal-diagnosis-body-button .module-button-01 {
          border: none; } }

.diagnosis-banner {
  width: 92.5vw;
  position: fixed;
  bottom: 3.46667vw;
  right: 4vw;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transform: translateY(150%);
          transform: translateY(150%); }
  @media screen and (min-width: 813px) {
    .diagnosis-banner {
      width: 426px;
      bottom: 10px;
      right: 13px; } }
  .diagnosis-banner-close {
    width: 20vw;
    height: 20vw;
    position: absolute;
    top: -7.66667vw;
    right: -8.6vw;
    cursor: pointer; }
    .diagnosis-banner-close img {
      width: 100%; }
    @media screen and (min-width: 813px) {
      .diagnosis-banner-close {
        width: 75px;
        height: 75px;
        top: -29px;
        right: -6px; } }
  .diagnosis-banner-inner {
    width: 396px;
    height: 94px;
    background-color: #EFC722;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 812px) {
      .diagnosis-banner-inner {
        width: 92.5vw;
        height: 22.4vw; } }
    .diagnosis-banner-inner-left {
      padding-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media screen and (max-width: 812px) {
        .diagnosis-banner-inner-left {
          padding-left: 3.73333vw; } }
      .diagnosis-banner-inner-left img {
        width: 43px; }
        @media screen and (max-width: 812px) {
          .diagnosis-banner-inner-left img {
            width: 10.4vw; } }
    .diagnosis-banner-inner-right {
      padding-left: 27px;
      padding-right: 35px; }
      @media screen and (max-width: 812px) {
        .diagnosis-banner-inner-right {
          padding-left: 5.33333vw;
          padding-right: 7.46667vw; } }
      .diagnosis-banner-inner-right p {
        color: #000;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 812px) {
          .diagnosis-banner-inner-right p {
            font-size: 3.46667vw;
            line-height: 2;
            letter-spacing: 0; } }
        .diagnosis-banner-inner-right p span {
          border-bottom: 1px solid #000; }

:root {
  --screen-height:100vh; }

/*********************************************************************
 * Hover Scale系.
 *********************************************************************/
@keyframes hover-scale {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.15, 1.15) translate(0, 0);
            transform: scale(1.15, 1.15) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.95, 0.95) translate(0, 0);
            transform: scale(0.95, 0.95) translate(0, 0); } }

@keyframes hover-scale-small {
  0%, 50%, 70% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0); }
  10% {
    -webkit-transform: scale(1.01, 1.01) translate(0, 0);
            transform: scale(1.01, 1.01) translate(0, 0); }
  30% {
    -webkit-transform: scale(0.99, 0.99) translate(0, 0);
            transform: scale(0.99, 0.99) translate(0, 0); } }

@keyframes pin-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-7%);
            transform: translateY(-7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes shadow-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%) translateX(40%);
            transform: translateY(-15%) translateX(40%); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-5%) translateX(15%);
            transform: translateY(-5%) translateX(15%); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  70% {
    opacity: 1;
    -webkit-transform: translateY(-3%) translateX(7%);
            transform: translateY(-3%) translateX(7%); }
  75% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0%);
            transform: translateY(0) translateX(0%); } }

/*********************************************************************
 * Bounce系.
 *********************************************************************/
@keyframes bounce-delay {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  79% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  83% {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95); }
  86% {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05); }
  89% {
    -webkit-transform: scale(0.98, 0.98);
            transform: scale(0.98, 0.98); }
  92% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-small {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  40% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); }
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  80% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-shadow {
  0% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  40% {
    -webkit-transform: translateX(20%) translateY(-10%);
            transform: translateX(20%) translateY(-10%); }
  70% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  80% {
    -webkit-transform: translateX(0%) translateY(0%);
            transform: translateX(0%) translateY(0%); }
  100% {
    -webkit-transform: translateX(0%) translateY(0);
            transform: translateX(0%) translateY(0); } }

@keyframes bounce-cloud {
  0% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); }
  50% {
    -webkit-transform: translateX(50%) scale(1);
            transform: translateX(50%) scale(1); }
  100% {
    -webkit-transform: translateX(50%) scale(1.05);
            transform: translateX(50%) scale(1.05); } }

@keyframes bounce-arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes bounce-arrow-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); } }

@keyframes top-current-position {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(39px);
            transform: translateY(39px); } }

@keyframes top-current-position-sp {
  0% {
    opacity: .5;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10.5vw);
            transform: translateY(10.5vw); } }

@keyframes intro-logo-bounce {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes FloatHorizontal {
  0% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); }
  50% {
    -webkit-transform: translate3d(-2.5vw, 0, 0);
            transform: translate3d(-2.5vw, 0, 0); }
  100% {
    -webkit-transform: translate3d(2.5vw, 0, 0);
            transform: translate3d(2.5vw, 0, 0); } }

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); }
  50% {
    -webkit-transform: translate3d(-50%, -20px, 0);
            transform: translate3d(-50%, -20px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 0px, 0);
            transform: translate3d(-50%, 0px, 0); } }

@keyframes wrong-anim {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.float-product-nav {
  width: 100%;
  height: 13.33333vw;
  position: fixed;
  bottom: 2.66667vw;
  left: 0;
  margin: auto;
  z-index: 1000;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial',"游ゴシック Medium", "Yu Gothic Medium", YuGothic,'Hiragino Sans', 'ヒラギノ角ゴシック','メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
  @media screen and (min-width: 813px) {
    .float-product-nav {
      max-width: 1366px;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      pointer-events: none; } }
  .float-product-nav-inner {
    width: 96vw;
    height: 13.33333vw;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 13.33333vw;
    -webkit-box-shadow: 0 1px 1.6vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1.6vw rgba(0, 0, 0, 0.2); }
    @media screen and (min-width: 813px) {
      .float-product-nav-inner {
        width: 34px;
        height: 100%;
        background-color: transparent;
        position: absolute;
        top: 0;
        left: calc(22 / 1366 * 100%);
        -webkit-transform: translateX(0);
                transform: translateX(0);
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        pointer-events: auto; } }
  @media screen and (min-width: 813px) {
    .float-product-nav-box {
      height: 100%;
      padding-top: 108px;
      padding-bottom: 50px;
      overflow-y: scroll;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .float-product-nav-box::-webkit-scrollbar {
        display: none; } }
  .float-product-nav-list._sp_nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 813px) {
      .float-product-nav-list._sp_nav {
        display: none; } }
    .float-product-nav-list._sp_nav li {
      width: 30%;
      height: 100%; }
      .float-product-nav-list._sp_nav li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 3.2vw;
        font-weight: 500; }
      .float-product-nav-list._sp_nav li._off > a::after {
        display: none !important; }
      .float-product-nav-list._sp_nav li._nav-prev > a, .float-product-nav-list._sp_nav li._nav-next > a {
        position: relative; }
        .float-product-nav-list._sp_nav li._nav-prev > a::after, .float-product-nav-list._sp_nav li._nav-next > a::after {
          content: "";
          display: block;
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
          background-size: 4.26667vw;
          background-repeat: no-repeat;
          background-position: center top;
          width: 4.26667vw;
          height: 4.26667vw;
          display: block;
          position: relative;
          background-size: cover;
          -webkit-transform-origin: center;
                  transform-origin: center;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto; }
        .float-product-nav-list._sp_nav li._nav-prev > a > span, .float-product-nav-list._sp_nav li._nav-next > a > span {
          width: 100%; }
      .float-product-nav-list._sp_nav li._nav-prev > a {
        padding-left: 10.13333vw; }
        .float-product-nav-list._sp_nav li._nav-prev > a::after {
          left: 4.26667vw;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
        .float-product-nav-list._sp_nav li._nav-prev > a > span {
          text-align: left; }
      .float-product-nav-list._sp_nav li._nav-next > a {
        padding-right: 10.13333vw; }
        .float-product-nav-list._sp_nav li._nav-next > a::after {
          right: 4.26667vw;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .float-product-nav-list._sp_nav li._nav-next > a span {
          text-align: right; }
      .float-product-nav-list._sp_nav li._nav-current > a {
        font-size: 4.8vw;
        font-weight: 700;
        color: #00A8A9; }
  .float-product-nav-list._pc_nav {
    display: none; }
    @media screen and (min-width: 813px) {
      .float-product-nav-list._pc_nav {
        width: 100%;
        max-width: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .float-product-nav-list._pc_nav li {
      width: 32px;
      margin: 2px 0;
      max-height: 150px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      border: 2px solid transparent;
      border-radius: 50px; }
      .float-product-nav-list._pc_nav li > a {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        background-color: #fff;
        padding: 10px 0 32px;
        border-radius: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative; }
        .float-product-nav-list._pc_nav li > a > span {
          line-height: 1; }
        .float-product-nav-list._pc_nav li > a::after {
          content: "";
          display: block;
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_green_02.svg");
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 16px;
          height: 16px;
          display: block;
          position: relative;
          background-size: cover;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0;
          margin: auto; }
      .float-product-nav-list._pc_nav li:hover a {
        background-color: #00A8A9;
        color: #fff !important; }
        .float-product-nav-list._pc_nav li:hover a::after {
          display: block;
          background-image: url("/special/virtual-exhibition-2026/assets/img/common/ico_arrow_r_white_02.svg");
          background-size: 16px;
          background-repeat: no-repeat;
          background-position: center top;
          width: 16px;
          height: 16px;
          display: block;
          position: relative;
          background-size: cover;
          position: absolute; }
      .float-product-nav-list._pc_nav li.active {
        border: 2px solid #00A8A9; }
        .float-product-nav-list._pc_nav li.active a {
          color: #00A8A9;
          font-weight: 600; }
  @media screen and (min-width: 813px) {
    .float-product-nav._vegetables-fruits .float-product-nav-box {
      padding-top: 108px; } }
  @media screen and (min-width: 813px) {
    .float-product-nav._grains .float-product-nav-box {
      padding-top: 214px; } }
  @media screen and (min-width: 813px) {
    .float-product-nav._dairy-livestock .float-product-nav-box {
      padding-top: 297px; } }

/*# sourceMappingURL=maps/module.css.map */
