body {
  background: url("../../images/rsstokyo/bg_2305.png") no-repeat top center;
}

img {
  max-width: 100%;
}

header,
.kv,
.cnt-box,
footer {
  max-width: 750px;
  margin: auto;
}

.cnt-cta {
  position: relative;
}
.cnt-cta li {
  position: absolute;
  top: calc((110 / 250) * 100%);
  width: calc((325 / 750) * 100%);
}
.cnt-cta li:first-child {
  left: calc((40 / 750) * 100%);
}
.cnt-cta li:last-child {
  right: calc((40 / 750) * 100%);
}
.cnt-cta a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cnt-cta a:hover {
  opacity: 0.7;
}

.cnt06 {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .cnt06 {
    padding-bottom: 9vw;
  }
}
.cnt06__inner {
  padding: 0 5%;
}
@media (max-width: 750px) {
  .cnt06__inner {
    padding-top: 6.6vw;
  }
}
@media (min-width: 750px) {
  .cnt06__inner {
    padding-top: 50px;
  }
}
@media (max-width: 750px) {
  .cnt06 dt,
  .cnt06 dd {
    font-size: 4.2vw;
  }
}
@media (max-width: 575px) {
  .cnt06 dt,
  .cnt06 dd {
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .cnt06 dt,
  .cnt06 dd {
    font-size: 32px;
  }
}
.cnt06 dt {
  margin-bottom: 0.8em;
  padding: 0.7em;
  border-left: 4px solid #fdd000;
  background: rgba(253, 208, 0, 0.1);
  font-weight: bold;
  line-height: 1;
}
.cnt06 dd {
  line-height: 1.6;
}
@media (max-width: 750px) {
  .cnt06 dd {
    padding-bottom: 6.6vw;
  }
}
@media (min-width: 750px) {
  .cnt06 dd {
    padding-bottom: 50px;
  }
}

.desc-btn {
  cursor: pointer;
  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: 40%;
  margin: auto;
  background: #f0eae7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 750px) {
  .desc-btn {
    height: 10.6vw;
    border-radius: 5.3vw;
  }
}
@media (min-width: 750px) {
  .desc-btn {
    height: 80px;
    border-radius: 40px;
  }
}
.desc-btn:hover {
  background: #dccfc8;
}
.desc-btn span {
  display: block;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 750px) {
  .desc-btn span {
    font-size: 4.2vw;
  }
}
@media (max-width: 575px) {
  .desc-btn span {
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .desc-btn span {
    font-size: 32px;
  }
}
.desc-btn i {
  display: block;
  margin-right: 5px;
  -webkit-transform: rotate(135deg) translateY(30%);
  transform: rotate(135deg) translateY(30%);
}
@media (max-width: 750px) {
  .desc-btn i {
    width: 4vw;
    height: 4vw;
  }
}
@media (max-width: 575px) {
  .desc-btn i {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
  }
}
@media (min-width: 750px) {
  .desc-btn i {
    width: 30px;
    height: 30px;
    border-top: 6px solid #333;
    border-right: 6px solid #333;
  }
}
.desc-btn.close i {
  margin-right: 20px;
  -webkit-transform: rotate(-45deg) translateY(30%);
  transform: rotate(-45deg) translateY(30%);
}

footer {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
footer p {
  line-height: 2;
}
@media (max-width: 575px) {
  footer p {
    font-size: 3vw;
  }
}

/*# sourceMappingURL=maruhachi.css.map */
.pc-disp {
  display: block;
}

.sp-disp {
  display: none;
}

@media screen and (max-width: 639px) {
  .pc-disp {
    display: none;
  }

  .sp-disp {
    display: block;
  }
}
