html {
  scroll-behavior: smooth;
}

body {
  background-color: #F5F5F5;
  font-family: "Noto Sans JP";
}

a {
  display: block;
}

a:hover {
  opacity: 0.5;
}

li {
  list-style: none;
}

img {
  display: block;
  width: 100%;
}

.lp-contents-area {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 64px;
}

.btn-small {
  position: relative;
  top: 2px;
  width: 150px;
}
@media screen and (max-width: 320px) {
  .btn-small {
    width: 120px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #FFF;
  height: 64px;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
.header__logo {
  width: 105px;
}
.header-right-block {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.header .icon-hum {
  width: 24px;
}

.cta {
  position: relative;
  background: url("../img/cta-bg.png") no-repeat center center;
  background-size: cover;
  padding: 32px 15px;
}
.cta__title1 {
  width: 52.3076923077%;
  margin: 0 auto;
  margin-bottom: 18px;
}
.cta__title2 {
  margin-bottom: 16px;
}
.cta__offer {
  margin-bottom: 24px;
}
.cta__deadline {
  position: absolute;
  top: -12.5%;
  right: 15px;
  width: 23.0769230769%;
}
.cta__secondary {
  margin-bottom: 24px;
}

.video {
  background-color: #FFF;
  padding-bottom: 85px;
}
.video__title {
  width: 55.3846153846%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.video-container {
  background: url("../img/video-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 4px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.video__video {
  width: 100%;
}

.portfolio {
  background-color: #FAFAFA;
  padding: 40px 0;
}
.portfolio__title {
  width: 67.1794871795%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.portfolio-slider {
  display: flex;
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow-x: scroll;
  margin: 0 auto;
  margin-bottom: 40px;
}
.portfolio-img {
  flex-shrink: 0;
  width: 250px;
  margin: 5px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}

.attempt {
  background-color: #FFF;
  padding: 40px 15px;
}
.attempt__title {
  width: 73.8461538462%;
  margin: 0 auto;
  margin-bottom: 24px;
}
.attempt-container {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  overflow-x: scroll;
  margin: 0 auto;
  margin-bottom: 40px;
}
.attempt-container img {
  width: 200px;
  flex-shrink: 0;
}
.attempt__media {
  margin-bottom: 40px;
}

.place {
  background-color: #FFF;
  padding: 40px 0;
}
.place__title {
  width: 24.6153846154%;
  margin: 0 auto;
  margin-bottom: 36px;
}
.place__img1 {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 40px;
}
.place__img1:hover {
  cursor: pointer;
  opacity: 0.5;
}
.place__img2 {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.price {
  padding-bottom: 40px;
  background-color: #FFF;
}

.footer {
  background-color: #222;
  width: 100%;
  max-width: 600px;
  padding: 24px 0;
  text-align: center;
}
.footer__logo {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 4px;
}
.footer .company {
  color: #FFF;
  margin-bottom: 18px;
  font-family: "Noto Sans";
  font-size: 16px;
  font-weight: 700;
}
.footer .hyoki {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  justify-content: center;
}
.footer .hyoki a {
  color: #FFF;
  font-size: 12px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  max-width: 600px;
}

#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 3;
  background-color: #FFF;
  height: 100vh;
  width: 70%;
  max-width: 420px;
  margin-left: 30vw;
}
@media screen and (min-width: 600px) {
  #mobile-menu {
    margin-left: 180px;
  }
}
#mobile-menu .mobile-menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  width: 100%;
  padding: 0 15px;
  background-color: #FFF;
}
#mobile-menu .mobile-menu-flex #close-btn {
  width: 24px;
}
#mobile-menu .course-title {
  color: #222;
  font-size: 16px;
  font-weight: 700;
}
#mobile-menu .mobile-btn {
  display: block;
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  background: linear-gradient(to right, #E33485, #FF80FF);
  color: #FFF;
  box-shadow: 0px 3px 1px rgba(160, 160, 160, 0.4);
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-align: center;
}
#mobile-menu .mobile-btn img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 6px;
}
#mobile-menu .mobile-nav {
  display: flex;
  flex-flow: column;
  row-gap: 24px;
  padding: 32px 30px;
}
#mobile-menu .mobile-nav-schedule {
  padding: 0 30px;
}
#mobile-menu .mobile-nav-schedule img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
#mobile-menu .mobile-nav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 400;
}
#mobile-menu .mobile-nav-list img {
  width: 8px;
}

#area-modal {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
#area-modal .area-modal-wrap {
  position: relative;
}
#area-modal #area-modal-close {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 20px;
}
#area-modal .area-modal-wrap {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 90vw;
  max-width: 480px;
  margin-left: 5vw;
}
@media screen and (min-width: 600px) {
  #area-modal .area-modal-wrap {
    margin-left: 60px;
  }
}
#area-modal .area-modal-wrap .area-img-wrap {
  display: flex;
  flex-flow: column;
  row-gap: 8px;
  height: 400px;
  overflow-y: scroll;
}
#area-modal .area-modal-wrap .area-img-wrap img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */