@font-face {
  font-family: "comodo";
  src: url(../font/Comodo\ Regular.otf); /*Regularの前にスペース必要*/
  font-weight: 400;
}
header {
  position: static;
}

.menu-info {
  visibility: visible;
}

.cluster-main-visual-wrap {
  width: 75vw;
  height: 42vw;
  margin: auto;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.cluster-main-visual-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibition-cluster {
  display: flex;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: solid 0.5px #3e3a39;
}

.section-heading p {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
  letter-spacing: 0.03em;
}

.cluster-caption {
  margin-top: 100px;
  margin-left: 60px;
  font-size: 13px;
  line-height: 28px;
}

.cluster-atention {
  font-size: 11px;
  line-height: 20px;
  margin: 40px 0;
}

.cluster-join h2 {
  font-size: 24px;
  font-weight: 100;
}

.join-title {
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
}

.join-title h1 {
  font-size: 50px;
  font-weight: 300;
}

.join-title p {
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 14px;
  letter-spacing: 0.03em;
}

.download-imgs {
  margin: 30px 20px;
  padding: 50px 0 100px 60px;
  border-left: solid 1px #3e3a39;
}

td {
  text-align: center;
}

.devise-img {
  height: 100px;
  width: 250px;
}

.devise-img img {
  height: 100%;
}

.iphone-download {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iphone-download img {
  width: 100px;
}

.download-button {
  width: 100px;
  margin: auto;
}

.download-button img {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .mobile-download-imgs {
    display: none;
  }
}

.cluster-link-box {
  border: solid 1px #3e3a39;
  width: 60vw;
  max-width: 550px;
  height: 120px;
  margin: 50px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.link-title {
  margin-left: 20px;
}

.link-title h3 {
  font-size: 13px;
  font-weight: 100;
}

.link-title h4 {
  font-size: 11px;
  font-weight: 100;
  margin-bottom: 20px;
}

.link-title p {
  font-size: 10px;
  transform: scale(0.8);
  position: relative;
  left: -15px;
}

.cluster-link-img-wrap {
  width: 170px;
  height: 100%;
  overflow: hidden;
  border-left: solid 1px #3e3a39;
}

.cluster-link-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.cluster-link-box:hover .cluster-link-img-wrap img {
  transform: scale(1.1);
}

.cluster-join {
  margin-bottom: 100px;
}

.bx-wrapper {
  width: 60vw;
  margin: 0 auto 130px;
  box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 7px;
  height: 7px;
  background: white;
  border: solid 1px #3e3a39;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3e3a39;
}

/*QA*/

.zoomQA-mainvisual-wrap {
  width: 70%;
  margin: auto;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.zoomQA-mainvisual-wrap img {
  width: 100%;
}

.others-QA {
  display: flex;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.others-QA .section-heading h2 {
  width: 200px;
}

.QA-caption {
  margin-top: 100px;
  margin-left: 60px;
  font-size: 13px;
  line-height: 28px;
}

.QA-caption .link-block-wrap {
  width: 250px;
  margin: 50px 0 80px;
}

/* web */

.web-mainvisual-wrap {
  width: 70%;
  margin: auto;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.web-mainvisual-wrap img {
  width: 100%;
}

.exhibition-web {
  width: 70vw;
  display: flex;
  margin-bottom: 50px;
  border-bottom: solid 1px #3e3a39;
}

.web-caption {
  margin-top: 100px;
  margin-left: 60px;
  font-size: 13px;
  line-height: 28px;
}

.site-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70vw;
  margin: 0 auto 80px;
}

.site-list li {
  width: 18%;
  margin: 30px 6%;
}

.site-list::after {
  content: "";
  display: block;
  width: 30%;
}
.site-list img {
  width: 100%;
  height: 12vw;
  object-fit: contain;
  margin-bottom: 10px;
}

.site-list p {
  font-family: "comodo";
  font-size: 13px;
}
