@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/*===========================================
# Color
/*===========================================*/
/*===========================================
# Font Famiry
/*===========================================*/
/*===========================================
# root
/*===========================================*/
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  arrow 
-------------------------------------------------------------------------- */
/*# アロー
/*===========================================*/
/* --------------------------------------------------------------------------
  login icon
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  button size
-------------------------------------------------------------------------- */
/* ==========================================================================
ここにもウエットマスター
========================================================================== */
/* --------------------------------------------------------------------------
  p-heretoo => loading
-------------------------------------------------------------------------- */
.p-heretoo-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.p-heretoo-loading.is-loading {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.p-heretoo-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c2d31;
  z-index: 10;
}
.p-heretoo-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 4px solid #D5D5D6;
  border-top-color: #1A73BA;
  border-radius: 50%;
  animation: loading-spin 0.8s linear infinite;
  z-index: 11;
}

@keyframes loading-spin {
  to {
    transform: rotate(360deg);
  }
}
/* --------------------------------------------------------------------------
  p-heretoo => animation 表示非表示 カーソル
-------------------------------------------------------------------------- */
.p-heretoo-contents {
  cursor: default;
}
.p-heretoo-contents.is-drag {
  cursor: grab;
}

.p-heretoo:has(.is-drag) .p-heretoo-parent::before {
  opacity: 1;
  visibility: visible;
}
.p-heretoo .p-heretoo-parent::before {
  opacity: 0;
  visibility: hidden;
}
.p-heretoo .p-heretoo-parent.is-scrolled::before {
  opacity: 0;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
  p-heretoo
-------------------------------------------------------------------------- */
.p-heretoo-parent {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden; /* または hidden */
  cursor: grab;
  /* スクロールバーを非表示 */
}
.p-heretoo-parent::-webkit-scrollbar {
  display: none; /* WebKit ブラウザでスクロールバーを非表示 */
}
.p-heretoo-parent {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}
.p-heretoo-parent::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  background-image: url(../img/cmn/scroll_pop.png);
  background-size: contain;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  z-index: 2;
  width: 132px;
  height: 102px;
}

.p-heretoo-contents {
  position: relative;
  width: max(100%, 1440px);
  height: 100%;
  aspect-ratio: 1000/720;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .p-heretoo-contents {
    width: max(100%, 1100px);
  }
}

.p-heretoo-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
.p-heretoo-video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1000/720;
  filter: drop-shadow(0px 0px #000);
}

.p-heretoo-section--01 {
  container-type: size;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1000/720;
}
.p-heretoo-section--01 .p-heretoo-title {
  position: absolute;
  left: 8%;
  top: 13%;
  padding: 8px 16px;
  font-weight: 700;
  box-shadow: 0 8px 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
@media screen and (max-width: 767px) {
  .p-heretoo-section--01 .p-heretoo-title {
    top: 10%;
    left: 24px;
    padding: 2.1333333333vw 4.2666666667vw;
    box-shadow: 0 2.1333333333vw 0 0 rgba(44, 45, 49, 0.2);
  }
}

.p-heretoo-section--02 {
  container-type: size;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1000/720;
}
.p-heretoo-section--02 .p-heretoo-title {
  position: absolute;
  left: 8%;
  top: 13%;
  padding: 8px 16px;
  font-weight: 700;
  box-shadow: 0 8px 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
@media screen and (max-width: 767px) {
  .p-heretoo-section--02 .p-heretoo-title {
    top: 10%;
    left: 24px;
    padding: 2.1333333333vw 4.2666666667vw;
    box-shadow: 0 2.1333333333vw 0 0 rgba(44, 45, 49, 0.2);
  }
}
.p-heretoo-section--02 .p-heretoo-title {
  color: #fff;
  background-color: #0089A8;
}

.p-heretoo-button--office {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--office.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--office::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--office {
  bottom: 75%;
  left: 62%;
}

.p-heretoo-button--hotel {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--hotel.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--hotel::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--hotel {
  bottom: 62.5%;
  left: 47%;
}

.p-heretoo-button--welfare {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--welfare.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--welfare::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--welfare {
  bottom: 49.5%;
  left: 29.5%;
}

.p-heretoo-button--commercial {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--commercial.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--commercial::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--commercial {
  bottom: 36%;
  left: 9%;
}

.p-heretoo-button--school {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--school.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--school::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--school {
  bottom: 38%;
  left: 52.2%;
}

.p-heretoo-button--airport {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--airport.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--airport::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--airport {
  bottom: 24.5%;
  left: 37%;
}

.p-heretoo-button--hall {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--hall.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--hall::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--hall {
  bottom: 53%;
  left: 67%;
}

.p-heretoo-button--operating {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--operating.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--operating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--operating {
  bottom: 34.3%;
  left: 83.5%;
}

.p-heretoo-button--hospital {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--hospital.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--hospital::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--hospital {
  bottom: 23%;
  left: 67%;
}

.p-heretoo-button--logistics {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--logistics.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--logistics::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--logistics {
  bottom: 12%;
  left: 53.5%;
}

.p-heretoo-button--cleanroom {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--cleanroom.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--cleanroom::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--cleanroom {
  bottom: 75.5%;
  left: 61.5%;
}

.p-heretoo-button--semiconductor {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--semiconductor.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--semiconductor::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--semiconductor {
  bottom: 64%;
  left: 48%;
}

.p-heretoo-button--server {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--server.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--server::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--server {
  bottom: 53%;
  left: 31.5%;
}

.p-heretoo-button--factory {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--factory.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--factory::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--factory {
  bottom: 36%;
  left: 10.5%;
}

.p-heretoo-button--constanttemperatureandhumidity {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--constanttemperatureandhumidity.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--constanttemperatureandhumidity::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--constanttemperatureandhumidity {
  bottom: 49.5%;
  left: 67.5%;
}

.p-heretoo-button--pharmaceutical {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--pharmaceutical.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--pharmaceutical::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--pharmaceutical {
  bottom: 38%;
  left: 53.5%;
}

.p-heretoo-button--museum {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--museum.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--museum::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--museum {
  bottom: 26%;
  left: 36.5%;
}

.p-heretoo-button--supermarket {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--supermarket.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--supermarket::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--supermarket {
  bottom: 33%;
  left: 81%;
}

.p-heretoo-button--storage {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--storage.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--storage::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--storage {
  bottom: 22%;
  left: 69.5%;
}

.p-heretoo-button--mushrooms {
  position: absolute;
  padding: 0.6em 0.75em;
  font-size: 1.25cqw;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 0.556cqw 0 0 rgba(44, 45, 49, 0.2);
  background-color: #F7F5F1;
}
.p-heretoo-button--mushrooms.--font-s {
  font-size: 1.181cqw;
}
.p-heretoo-button--mushrooms::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0.556cqw;
  height: 1.667cqw;
  border-radius: 0 0 10px 10px;
  background-color: #EDEAE5;
}
.p-heretoo-button--mushrooms {
  bottom: 11.5%;
  left: 54%;
}
/*# sourceMappingURL=maps/heretoo.css.map */