@charset "utf-8";

/* common -------------------------- */
img {
  vertical-align: bottom;
}

#construction .note {
  padding-left: 0;
  font-size: .86em !important;
  text-indent: 0;
}

.btn.anchor {
  margin-top: 75px;
}

.btn.anchor a {
  padding: 15px 0;
  width: 95%;
  max-width: 500px;
  font-size: 1.6rem;
}

.btn.anchor a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(img/icon-arrow_b.svg);
  background-size: contain;
  transform: rotate(90deg);
}

#cp {
  margin: 70px auto 0;
  width: 89%;
  max-width: 326px;
}

.tab-item {
  cursor: pointer;
}

.tab-content {
  display: none;
}

.tab-content.show {
  display: block;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -32px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  margin-top: 56px;
  width: 100%;
}

.bgFixed {
  position: fixed;
  height: 100%;
}

/* header -------------------------- */
/* 新トップと下層用 */
#header .logoNav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding-left: 16px;
  width: 100%;
  height: 56px;
  background: #FFF;
  box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

#header #blogTtl {
  width: 80px;
}

#header .nav .navBtn {
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

#header .nav .navBtn i,
#header .nav .navBtn i:after,
#header .nav .navBtn i:before {
  display: block;
  width: 24px;
  height: 2px;
  background: #0F1D7E;
}

#header .nav .navBtn i {
  transition: background 0.5s;
  position: relative;
  left: 16px;
  top: 50%;
  transform: translateY(-100%);
}

#header .nav .navBtn i:after,
#header .nav .navBtn i:before {
  content: '';
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s;
}

#header .nav .navBtn i:before {
  transform: translateY(7px);
}

#header .nav .navBtn i:after {
  transform: translateY(-7px);
}

#header .nav .navBtn.open i {
  background: #FFF;
}

#header .nav .navBtn.open i:before {
  transform: translateY(0px) rotate(-45deg);
}

#header .nav .navBtn.open i:after {
  transform: translateY(0px) rotate(45deg);
}

#header .nav .menu {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2;
  margin: 0;
  width: 100%;
  padding: 0 16px 100px;
  background: #FFF;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

#header .nav .menu.openNav {
  opacity: 1 !important;
  visibility: visible !important;
}

#header .nav .menu .btn a {
  width: 95%;
  max-width: 500px;
  font-size: 1.6rem;
}

#header .nav .menu .btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(img/icon-arrow_b.svg);
  background-size: contain;
}

/* main -------------------------- */
#main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background: #212154 url(img/bg.jpg) top left no-repeat;
  background-size: auto;
  background-size: cover;
}

/* メイン画像 */
#fv {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 269px;
  overflow: hidden;
}

#fv::before,
#fv::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  height: 65px;
}

#fv::before {
  top: 0;
  left: 0;
  width: 50%;
  background: #0F1D7E;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#fv::after {
  bottom: -1px;
  background: #FFF;
  width: 100%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
/* トップ用 ----------------- */
#fv .titleSite {
  position: absolute;
  margin: auto;
  width: 80%;
  max-width: 350px;
  z-index: 1;
  transform: translateY(-10px);
}

#fv #fv-slide {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 0;
}

#fv #fv-slide .swiper-wrapper,
#fv #fv-slide .swiper-slide {
  height: 100%;
}

#fv #fv-slide .swiper-slide {
  background: center no-repeat;
  background-size: cover;
}

#fv #fv-slide .slide01 {
  background-image: url(img/slide01_02.jpg);
}

#fv #fv-slide .slide02 {
  background-image: url(img/slide02_02.jpg);
}

#fv #fv-slide .slide03 {
  background-image: url(img/slide03_02.jpg);
}

#fv #fv-slide .slide04 {
  background-image: url(img/slide04_02.jpg);
}

#fv #fv-slide .slide05 {
  background-image: url(img/slide05_02.jpg);
}

/* 最新情報 */
#newsSec {
  overflow: hidden;
  position: relative;
}

#newsSec::after {
  content: "";
  position: absolute;
  bottom: -1px;
  z-index: 1;
  display: block;
  width: 100%;
  height: 65px;
  background: #0F1D7E;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#newsSec .wrap {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 125px;
  background: url(img/bg-dot_w.svg) left top repeat;
}

#newsSecTtl {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#newsSecTtl .titleSec {
  align-items: center;
  display: flex;
  margin: 0;
}

#newsSecTtl .titleSec .en {
  margin-top: .5em;
  margin-left: 1em;
}

#newsSecTtl .btn {
  margin: 0;
}

#newsSecTtl .btn a {
  padding-top: 9px;
  padding-bottom: 9px;
  width: 154px;
}

#newsSecTtl .btn a::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 9px;
  height: 8px;
  background: url(img/icon-external_w.svg) center no-repeat;
  background-size: contain;
}

#newsList {
  position: relative;
}

#newsList .img {
  margin: 0 0 20px;
}

#newsList .title {
  font-size: 1.6rem;
  margin: 0 0 5px;
}

#newsList .date {
  font-size: 1.2rem;
  margin: 0;
}

#newsList .swiper-button-prev {
  left: -8px;
}

#newsList .swiper-button-next {
  right: -8px;
}

/* ネオ日置とは？ */
#aboutSec {
  background: url(img/bg-dot_g.svg) left top repeat;
}

#aboutSec::before,
#aboutSec::after {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background: #0F1D7E;
}

#aboutSec::before {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#aboutSec::after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#aboutSec .wrap {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 60px;
}

#aboutSec .about .ttl {
  margin: 0 0 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
}

#aboutSec .about .txt {
  margin: 0 0 1em;
}

#aboutSec .space {
  margin: 60px auto 150px;
  width: 100%;
  max-width: 350px;
}

#aboutSec .space li:not(:last-child) {
  margin-bottom: 60px;
}

#aboutSec .space .img {
  margin: 0 0 20px;
}

#aboutSec .space .title {
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

#aboutSec .space .txt {
  margin: 0 0 20px;
}

#aboutSec .space .point li {
  margin: 0 auto;
  padding: 7px 0;
  border: 2px solid #0F1D7E;
  background: #FFF;
  width: 205px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

#aboutSec .space .point li:not(:last-child) {
  margin-bottom: 5px;
}

#aboutSec .space .btn a {
  width: 95%;
  font-size: 1.6rem;
}

#aboutSec .space .btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(img/icon-arrow_b.svg);
  background-size: contain;
}

#aboutSec .space .btn.cs a {
  background: #666666;
  pointer-events: none;
}

#aboutSec .space .btn.cs a::after {
  background-image: url(img/icon-arrow_g.svg);
}

/* 下層用 ----------------- */
#fv.under {
  height: 182px;
}

#fv.roomiq {
  background: url(img/fv_roomiq.jpg) center no-repeat;
  background-size: cover;
}

#fv.cluster {
  background: url(img/fv_cluster.jpg) center no-repeat;
  background-size: cover;
}

#fv.under .titlePage {
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  transform: translateY(-10px);
}

/* 特徴 */
#featuresSec::after {
  content: "";
  display: block;
  margin-top: -.5px;
  width: 100%;
  height: 65px;
  background-color: #FFF;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#featuresSec .wrap {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(img/bg-dot_w.svg) left top repeat;
}

#featuresSec .about .txt {
  margin: 0 0 30px;
}

#featuresSec .features {
  margin: 0 0 60px;
}

#featuresSec .features li:not(:last-child) {
  margin-bottom: 50px;
}

#featuresSec .features .img {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 214px;
}

#featuresSec .features .title {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

#spaceImg-slide.ticker-container {
  margin-bottom: 150px;
  width: 100%;
  overflow: hidden; /* 横スクロールバーを隠す */
  white-space: nowrap; /* 内部要素の改行を禁止 */
}

.ticker-wrapper {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite; 
}

.ticker-content {
  display: flex;
  flex-shrink: 0; 
}

.slide-item {
  flex-shrink: 0;
  margin: 0 7.5px;
}

.slide-item img {
  width: auto;
  height: 107.5px;
  vertical-align: bottom;
}

@keyframes marquee {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-50%); 
  }
}

/* ご利用方法 */
#useSec .wrap {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(img/bg-dot_g.svg) left top repeat;
}

#useSec::before {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background: #F7F7F7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#useSec::after {
  content: "";
  display: block;
  margin-top: -.5px;
  width: 100%;
  height: 65px;
  background: #F7F7F7;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#useSec .use-tab {
  border-bottom: 1px solid #A8A8A8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#useSec .use-tab .tab-item {
  color: #A8A8A8;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.5em;
  text-align: center;
  width: calc(100% / 3);
}

#useSec .use-tab .tab-item.active {
  position: relative;
  color: #0F1D7E;
}

#useSec .use-tab .tab-item.active::after {
  background: #0f1d7e;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

/* Roomiq用 */
#useSec .inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1026px;
}

#useSec .sec {
  margin-bottom: 50px;
}

#useSec .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#useSec .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#pamph {
  background: #FFF;
  border-radius: 30px;
  padding: 37px 5.5%;
  text-align: center;
  width: 100%;
}

#pamph .rec {
  margin: 0 0 1.75em;
  font-size: 1.4rem;
  font-weight: bold;
}

#pamph .pamphPdf li {
  font-size: 1.6rem;
  font-weight: bold;
}

#pamph .pamphPdf li img {
  margin-bottom: .75em;
}

#pamph .pamphPdf li .capa {
  font-size: 1.4rem;
}

#useSec #construction {
  margin-top: 50px;
}

/* cluster用 */
#useSec .directions {
  margin-bottom: 100px;
}

#useSec .secTtl {
  margin: 0 0 25px;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #0F1D7E;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: .1em;
}

#useSec .procedure {
  margin-bottom: 50px;
}

#useSec .procedure .img {
  margin: 0 0 15px;
}

#useSec .procedure .ttl {
  margin: 0 0 7.5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

#useSec .procedure .txt {
  margin: 0;
  line-height: 1.625;
}

#useSec .procedure .dl {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#useSec .procedure .dl .appStore {
  margin-right: 15px;
}

#useSec .procedure .dl a {
  display: block;
}

#useSec .procedure .dl a img {
  height: 50px;
  width: auto;
}

#useSec .procedure .dl .app {
  margin: 0 auto;
}

#useSec .procedure .dl .app a::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 9px;
  height: 8px;
  background: url(img/icon-external_w.svg) center no-repeat;
  background-size: contain;
}

#useSec .operation .method:not(:last-child) {
  margin-bottom: 50px;
}

#useSec .operation .method dl {
  background: #FFF;
  border: 3px solid #0F1D7E;
  height: 100%;
}

#useSec .operation .method dt {
  padding: 1.2em 0;
  background: #0F1D7E;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

#useSec .operation .method dd {
  padding: 20px;
}

#useSec .operation .method dd .txt {
  margin: 0 0 10px;
  line-height: 1.5;
}

#useSec .operation .method dd .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  background: #F7F7F7;
  border-radius: 8px;
}

#useSec .operation #joystick dd .img {
  padding-top: 0;
}

#useSec .operation .method dd .img img {
  height: 56px;
}

#useSec .operation #joystick dd .img img {
  height: 70px;
}

#useSec .operation #stick_left dd .img img,
#useSec .operation #stick_right dd .img img {
  height: 100px;
}

#useSec .operation .note {
  margin: 20px 0 0;
  padding-left: 1em;
  font-size: .86em;
  text-indent: -1.3em;
}

#useSec .operation .note a {
  text-decoration: underline;
}

/* 空間一覧 */
#listSec {
  position: relative;
}

#listSec::before,
#listSec::after {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background: #FFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#listSec::before {
  background: #FFF;
}

#listSec::after {
  position: absolute;
  bottom: 1px;
  z-index: 1;
  background: #0F1D7E;
}

#listSec .wrap {
  margin-top: -1px;
  padding-top: 10px;
  padding-bottom: 125px;
  background: url(img/bg-dot_w.svg) left top repeat;
}

/* Roomiq用 */
#listSec .list {
  display: flex;
  flex-wrap: wrap;
}

#listSec .list .item {
  margin-bottom: 20px;
  width: 48.6%;
  background: #F7F7F7;
}

#listSec .list .item:nth-child(odd) {
  margin-right: 2.8%;
}

#listSec .list .item a {
  display: block;
  padding-bottom: 20px;
}

#listSec .list .item .ph {
  position: relative;
  margin: 0 0 10px;
}

#listSec .list .item .ph span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 1px;
  padding: 5px 10px;
  background: #0f1d7e;
  color: #FFF;
  font-size: 1rem;
}

#listSec .list .item .name {
  margin: 0 0 20px;
  padding: 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

#listSec .list .item .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 6px 0 9px;
  background: #DF4840;
  border-radius: 30px;
  color: #FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
}

#listSec .list .item .btn::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 9px;
  height: 8px;
  background: url(img/icon-external_w.svg) center no-repeat;
  background-size: contain;
}

#listSec #construction {
  margin-top: 30px;
}

/* cluster用 */
#listSec .tizu {
  margin-bottom: 60px;
}

#listSec .space .img {
  margin: 0 0 15px;
}

#listSec .space .ttl {
  margin: 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

#listSec .space .txt {
  margin: 0;
}

#listSec .space .btn a {
  background: #DF4840;
  font-size: 1.6rem;
  width: 95%;
  max-width: 500px;
}

#listSec .space .btn a::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 9px;
  height: 8px;
  background: url(img/icon-external_w.svg) center no-repeat;
    background-size: auto;
  background-size: contain;
}

/* とっぱ共通パーツ ----------------- */
#toppa {
  background-color: #FFF8D9;
  border-radius: 30px;
  margin-top: 100px;
  padding: 42.5px 1em;
  position: relative;
}

#toppa .em {
  color: #FF6225;
}

#toppa > .ttl {
  background-color: #333434;
  border-radius: 30px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 12px 1em;
  position: relative;
  text-align: center;
}

#toppa > .ttl::before {
  background: url(img/toppa/illust-toppa.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 108px;
  margin-right: -52.5px;
  position: absolute;
  right: 50%;
  top: -113px;
  width: 105px;
}

#toppa > .ttl + .txt {
  color: #333434;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 30px;
}

#toppa .toppa-tab {
  border-bottom: 1px solid #A8A8A8;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#toppa .toppa-tab .tab-item {
  color: #A8A8A8;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0.5em;
  text-align: center;
  width: 50%;
}

#toppa .toppa-tab .tab-item.active {
  position: relative;
  color: #0F1D7E;
}

#toppa .toppa-tab .tab-item.active::after {
  background: #0f1d7e;
  bottom: -2px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100%;
}

#toppa .toppa-content {
  overflow: hidden;
}

#toppa .swiper {
  margin-bottom: 94px;
  position: relative;
}

#toppa .swiper-slide {
  width: 280px;
}

#toppa .swiper-slide .img {
  margin: 0 0 15px;
}

#toppa .swiper-slide .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 7.5px;
}

#toppa .swiper-slide .txt {
  color: #333434;
  line-height: 1.625;
  margin: 0;
}

.swiper-pagination-bullet-active {
  background-color: #0F1D7E;
}

#toppa .supplement {
  background-color: #FFF;
  border-radius: 30px;
  padding: 30px 16px;
}

#toppa .supplement .txtBox {
  margin: 0 0 20px;
}

#toppa .supplement .ttl {
  font-size: clamp(2rem, 1.818rem + 0.57vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 1.2em;
  width: 90%;
  max-width: 279px;
}

#toppa .supplement .txt {
  color: #333434;
  line-height: 1.625;
}

#toppa .supplement .dl {
  margin-bottom: 1em;
}

#toppa .supplement .dl > div {
  text-align: center;
}

#toppa .supplement .dl > div:not(:last-child) {
  margin-bottom: 1em;
}

#toppa .supplement .dl a {
  display: inline-block;
  max-width: 170px;
}

#toppa .supplement .qr {
  text-align: center;
}

#toppa .supplement .qr img {
  max-width: 155px;
}

/* 404ページ用 ----------------- */
#post404 .wrap {
  padding-top: 10px;
  padding-bottom: 60px;
  background: url(img/bg-dot_w.svg) left top repeat;
}

#post404 .titlePage {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(2.5rem, 2.136rem + 1.55vw, 3.3rem);
  font-weight: 700;
  margin: 1.2em 0;
  text-align: center;
  line-height: 1.5;
}

#post404 .txt  {
  margin: 0;
  text-align: center;
}

#post404 .btn a {
  padding: 15px 0;
  width: 95%;
  max-width: 500px;
  font-size: 1.6rem;
}

#post404 .btn a::after {
  content: "";
  position: absolute;
  right: 15px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(img/icon-arrow_b.svg);
  background-size: contain;
}

@media screen and (min-width: 768px) {

  /* common -------------------------- */
  .btn.anchor a {
    padding: 20px 0;
    font-size: 2.2rem;
  }
  .btn.anchor a::after {
    right: 18px;
    width: 21px;
    height: 21px;
  }
  #cp {
    max-width: 900px;
  }
  /* main -------------------------- */
  /* メイン画像 */
  #fv {
    height: 605px;
  }
  #fv::before,
  #fv::after {
    height: 104px;
  }
  /* トップ用 ----------------- */
  #fv .titleSite {
    max-width: 900px;
  }
  /* 最新情報 */
  #newsSec::after {
    height: 104px;
  }
  #newsSec .wrap {
    padding-bottom: 134px;
  }
  #newsSecTtl {
    justify-content: flex-start;
  }
  #newsSecTtl .btn {
    margin-left: 75px;
  }
  #newsList .list {
    display: flex;
    justify-content: space-between;
  }
  #newsList .item {
    width: 31.6%;
  }
  #newsList .swiper-pagination,
  #newsList .swiper-button-prev,
  #newsList .swiper-button-next {
    display: none;
  }
  /* ネオ日置とは？ */
  #aboutSec::before,
  #aboutSec::after {
    height: 104px;
  }
  #aboutSec .about .ttl {
    font-size: 2.4rem;
    text-align: center;
  }
  #aboutSec .about .txt {
    text-align: center;
  }
  #aboutSec .space {
    display: flex;
    justify-content: space-between;
    max-width: none;
  }
  #aboutSec .space li {
    width: 31.6%;
  }
  #aboutSec .space .title {
    font-size: 2rem;
  }
  #aboutSec .space .txt {
    text-align: left;
  }
  #aboutSec .space .btn a {
    font-size: 1.6rem;
  }
  /* 下層用 ----------------- */
  #fv.under {
    height: 410px;
  }
  #fv.under .titlePage {
    font-size: 5.4rem;
  }
  /* 特徴 */
  #featuresSec::after {
    height: 104px;
  }
  #featuresSec .wrap {
    padding-bottom: 120px;
  }
  #featuresSec .about .txt {
    margin-bottom: 60px;
    text-align: center;
  }
  #featuresSec .features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  #featuresSec .features li {
    width: 29.7%;
  }
  #featuresSec .features li:not(:last-child) {
    margin-bottom: 0;
  }
  #featuresSec .features .img {
    max-width: 274px;
  }
  #featuresSec .features .title {
    font-size: 1.8rem;
  }
  .titleSec {
    font-size: 3.6rem;
  }
  .titleSec .en {
    font-size: 1.44rem;
  }
  #spaceImg-slide.ticker-container {
    margin-bottom: 209px;
  }
  .slide-item img {
    height: 172px;
  }
  /* ご利用方法 */
  #useSec .wrap {
    padding-bottom: 120px;
  }
  #useSec::before,
  #useSec::after {
    height: 104px;
  }
  #useSec .use-tab {
    margin-bottom: 50px;
  }
  #useSec .use-tab .tab-item {
    font-size: 2rem;
  }
  #useSec .use-tab .tab-item.active::after {
    bottom: -2.5px;
    height: 4px;
  }
  /* Roomiq用 */
  #useSec .sec {
    margin-bottom: 100px;
  }
  #pamph {
    padding: 37px 11%;
  }
  #pamph .rec {
    font-size: 2rem;
  }
  #pamph .pamphPdf {
    display: flex;
    justify-content: center;
  }
  #pamph .pamphPdf li {
    width: 45.6%;
    max-width: 419px;;
    font-size: 2.4rem;
  }
  #pamph .pamphPdf li .capa {
    font-size: 2rem;
  }
  /* cluster用 */
  #useSec .secTtl {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
  #useSec .directions > ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1026px;
  }
  #useSec .procedure {
    width: 46.2%;
  }
  #useSec .procedure .img {
    margin-bottom: 20px;
  }
  #useSec .procedure .ttl {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  #useSec .directions .btn.anchor {
    margin-top: 25px;
  }
  #useSec .operation > ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1026px;
  }
  #useSec .operation .method:not(:last-child) {
    margin-bottom: 0;
  }
  #useSec .method {
    width: 46.2%;
  }
  #useSec .operation .method dt {
    font-size: 2.4rem;
  }
  #listSec .space .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #listSec .tizu .inner {
    flex-direction: row-reverse;
  }
  #listSec .space .inner .img,
  #listSec .space .inner .txtBox {
    width: 48%
  }
  #listSec .space .img {
    margin-bottom: 30px;
  }
  #listSec .space .ttl {
    font-size: 2.4rem;
    text-align: left;
  }
  #useSec .operation .method dd .img img {
    height: 84px;
  }
  #useSec .operation #joystick dd .img img {
    height: 104px;
  }
  #useSec .operation #stick_left dd .img img,
  #useSec .operation #stick_right dd .img img {
    height: 100px;
  }
  #useSec .operation .note {
    margin: 20px auto 0;
    max-width: 1026px;
  }
  /* 空間一覧 */
  #listSec::before,
  #listSec::after {
    height: 104px;
  }
  #listSec .wrap {
    padding-bottom: 224px;
  }
  #listSec .list .item {
    margin-bottom: 40px;
    width: 22.9%;
  }
  #listSec .list .item:nth-child(odd) {
    margin-right: 0;
  }
  #listSec .list .item:not(:nth-child(4n)) {
    margin-right: 2.8%;
  }
  #listSec .list .item a {
    padding-bottom: 40px;
  }
  #listSec .list .item .ph {
    margin-bottom: 20px;
  }
  #listSec .list .item .ph span {
    padding: 6px 12px;
    font-size: 1.2rem;
  }
  #listSec .list .item .name {
    margin: 0 0 30px;
    padding: 0 20px;
    font-size: 1.7rem;
  }
  #listSec .list .item .btn {
    margin: 0 20px;
    padding: 7px 0 10px;
    font-size: 1.4rem;
  }
  #listSec #construction {
    margin-top: 48px;
  }
  /* とっぱ共通パーツ ----------------- */
  #toppa {
    margin-top: 135px;
    padding: 85px 44px 50px;
  }
  #toppa > .ttl {
    font-size: 3rem;
    margin: 0 0 50px;
  }
  #toppa > .ttl::before {
    height: 154px;
    margin-right: -75px;
    top: -159px;
    width: 150px;
  }
  #toppa > .ttl + .txt {
    font-size: 2rem;
    margin: 0 0 50px;
    text-align: center;
  }
  #toppa .toppa-tab {
    margin-bottom: 50px;
  }
  #toppa .toppa-tab .tab-item {
    font-size: 2rem;
  }
  #toppa .toppa-tab .tab-item.active::after {
    bottom: -2.5px;
    height: 4px;
  }
  #toppa .swiper-wrapper {
    display: grid;
    gap: 44px;
    grid-template-columns: repeat(2, 240px);
    justify-content: center;
  }
  #toppa .swiper-slide {
    width: 240px;
  }
  #toppa .swiper-slide .img {
    margin: 0 0 20px;
  }
  #toppa .swiper-slide .ttl {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  #toppa .swiper-pagination,
  #toppa .swiper-button-prev,
  #toppa .swiper-button-next {
    display: none;
  }
  #toppa .supplement {
    display: flex;
    justify-content: space-between;
    padding: 40px;
  }
  #toppa .supplement .img {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 0 0 40px;
  }
  #toppa .supplement .dl {
    margin-bottom: 0;
    margin-right: 14px;
  }
  #toppa .supplement .dl > div:not(:last-child) {
    margin-bottom: 12px;
  }
  /* 404ページ用 ----------------- */
  #post404 .btn a {
    padding: 20px 0px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 960px) {

  /* common -------------------------- */
  #wrapperFixed {
    margin-top: 0;
  }

  /* header -------------------------- */
  /* 新トップと下層用 */
  #header .logoNav {
    position: relative;
    justify-content: space-between;
    padding: 0 24px;
    height: 90px;
    box-shadow: none;
  }
  #header #blogTtl {
    width: 120px;
  }
  #header .nav .navBtn {
    display: none;
  }
  #header .nav .menu {
    position: static;
    display: flex;
    align-items: center;
    padding: 0;
    height: 100% !important;
    background: none;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
  #header .nav .menu .btn {
    margin: 0 0 0 15px;
  }
  #header .nav .menu .btn a {
    padding: 12px 70px;
    width: 100%;
    font-size: 1.6rem;
  }
  #header .nav .menu .btn a::after {
    right: 18px;
    width: 21px;
    height: 21px;
  }
}

@media screen and (min-width: 1180px) {

  /* common -------------------------- */
  .txt {
    font-size: 1.5rem;
  }
  /* main -------------------------- */
  /* メイン画像 */
  /* トップ用 ----------------- */
  #fv {
    height: 747px;
  }
  /* ネオ日置とは？ */
  #aboutSec .about .ttl {
    font-size: 2.8rem;
  }
  /* 空間一覧 */
  #listSec .list .item .name {
    text-align: left;
  }
  /* 下層用 ----------------- */
  #fv.under {
    height: 553px;
  }
  /* ご利用方法 */
  #useSec .use-tab .tab-item {
    font-size: 2.4rem;
  }
  /* とっぱ共通パーツ ----------------- */
  #toppa {
    padding: 0 44px 50px;
  }
  #toppa > .ttl {
    margin: 0 auto 12px;
    max-width: 762px;
    transform: translateY(-38px);
  }
  #toppa > .ttl::before {
    left: 0;
    margin-right: 0;
    transform: translate(-75px, -40%);
    top: 0;
  }
  #toppa > .ttl + .txt {
    font-size: 2.2rem;
  }
  #toppa .swiper-wrapper {
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }
  #toppa .toppa-tab .tab-item {
    font-size: 2.4rem;
  }
  #toppa .supplement .txt {
    font-size: 1.6rem;
  }
}

/* 閉鎖のお知らせ用 */
.heisa {
  background-color: #FFF8D9;
  color: #333434;
  font-weight: bold;
  margin: -10px 0 25px;
  padding: 1em;
}

.heisa span {
  color: #df4840;
}

@media screen and (min-width: 768px) {
  .heisa {
    font-size: 1.6rem;
    text-align: center;
  }
}

/* 最新情報のバナー用 */
.bnr {
  margin: -10px 0 25px;
}