:root {
  --mov-sub-header: calc((540 / 1920) * 100%);
}

/* Body
------------------------------------------- */
body.course-mov {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .mov-sub-wrapper {
    display: flex;
    flex-direction: column;
  }
}
a[href="#"] {
  pointer-events: none;
  opacity: 0.5;
}

/* Header
------------------------------------------- */
.mov-top-header {
  padding: 7rem 0;
  background: linear-gradient(to right, #001e78, #0050b4);
}
@media screen and (max-width: 767px) {
  .mov-top-header {
    padding: 3rem 0;
  }
}
.mov-top-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mov-top-header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
  }
}
.mov-top-header h1 {
  line-height: 1.1;
  font-family: var(--fnt-aboreto);
  font-size: 7.8rem;
  font-weight: var(--fnt-weight-reg);
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  .mov-top-header h1 {
    font-size: 3rem;
  }
}
.mov-top-header .list-button span {
  display: block;
  padding: 0.5rem 3rem;
  border: solid 2px var(--clr-white);
  font-family: var(--fnt-aboreto);
  font-size: 2rem;
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  .mov-top-header .list-button span {
    border-width: 1px;
    font-size: 1.4rem;
  }
}

.mov-sub-header {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--mov-sub-header);
  height: 100vh;
  overflow-y: auto;
  background: linear-gradient(to right, #001e78, #0050b4);
  color: var(--clr-white);
}
@media screen and (max-width: 767px) {
  .mov-sub-header {
    order: 3;
    position: static;
    width: 100%;
    height: auto;
  }
}
.mov-sub-header__inner {
  width: min(86%, 40rem);
  margin: 0 auto;
  padding: 5rem 0;
}
.mov-sub-header .logo {
  line-height: 1.2;
  font-family: var(--fnt-aboreto);
  font-size: min(3rem, 2vw);
  font-weight: var(--fnt-weight-reg);
}
@media screen and (max-width: 767px) {
  .mov-sub-header .logo {
    font-size: 2.4rem;
  }
}
@media (hover: hover) {
  .mov-sub-header .logo a {
    transition: opacity 0.3s ease;
  }
  .mov-sub-header .logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  .mov-sub-header-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mov-sub-header-sp {
    order: 1;
    padding: 3rem 5%;
    background: linear-gradient(to right, #001e78, #0050b4);
    color: var(--clr-white);
  }
  .mov-sub-header-sp .logo {
    line-height: 1.2;
    font-family: var(--fnt-aboreto);
    font-size: 2rem;
    font-weight: var(--fnt-weight-reg);
  }
}

/* Nav
------------------------------------------- */
.mov-nav {
  margin-top: 5rem;
  font-size: 1.4rem;
}
.mov-nav > li {
  margin-top: 2rem;
  letter-spacing: 0.3em;
}
.mov-nav > li ul {
  margin: 1.5rem 0 0 2rem;
  font-size: 1.3rem;
}
.mov-nav > li ul li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1rem;
  letter-spacing: 0.1em;
}
.mov-nav > li ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
@media (hover: hover) {
  .mov-nav a:hover {
    text-decoration: underline;
  }
}

/* Footer
------------------------------------------- */
.mov-footer {
  padding: 10rem 0 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mov-sub-contents .mov-footer {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .mov-sub-footer-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mov-sub-footer-sp {
    order: 4;
    padding: 2rem 5%;
    text-align: center;
  }
}

/* Contents
------------------------------------------- */
.mov-sub-contents {
  margin-left: var(--mov-sub-header);
}
@media screen and (max-width: 767px) {
  .mov-sub-contents {
    order: 2;
    margin-left: 0;
    padding-bottom: 10rem;
  }
}
.mov-sub-contents__inner {
  width: min(90%, 90rem);
  margin: 0 auto;
}
.mov-sub-contents h1:not([class]) {
  display: none;
}

.mov-section {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .mov-section {
    padding-top: 5rem;
  }
}

/* Course List
------------------------------------------- */
.mov-course-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 5%;
}
@media screen and (max-width: 767px) {
  .mov-course-list {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
}
.mov-course-list li figure {
  aspect-ratio: 400/260;
  overflow: hidden;
}
.mov-course-list li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mov-course-list li p {
  margin-top: 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .mov-course-list li p {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .mov-course-list li a img {
    transition: transform 0.3s ease;
  }
  .mov-course-list li a:hover img {
    transform: scale(1.2);
  }
}

/* Movie Item
------------------------------------------- */
.mov-item {
  padding: 7rem 0;
  border-bottom: solid 1px var(--clr-black);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mov-item {
    flex-direction: column-reverse;
  }
  .mov-item:last-child {
    border-bottom: none;
  }
}
.mov-item__text {
  width: 27.1111111111%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .mov-item__text {
    width: 100%;
    margin-top: 3rem;
  }
}
.mov-item__text h2 {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: solid 0.4rem var(--clr-primary);
  line-height: var(--line-height-sm);
  font-size: 1.8rem;
  color: var(--clr-primary);
}
.mov-item__text .text {
  margin-bottom: 2rem;
}
.mov-item__text .check {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .mov-item__text .check {
    margin-top: 3rem;
  }
}
.mov-item__text .check a {
  display: block;
  padding: 1.2rem;
  border: solid 1px var(--clr-primary);
  background-color: var(--clr-primary);
  text-align: center;
  color: var(--clr-white);
}
@media (hover: hover) {
  .mov-item__text .check a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .mov-item__text .check a:hover {
    background-color: var(--clr-white);
    color: var(--clr-primary);
  }
}
.mov-item__thumb {
  width: 68.8888888889%;
  border: solid 1px var(--clr-black);
}
.mov-item__thumb a {
  display: block;
  height: 100%;
}
.mov-item__thumb a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mov-item__thumb {
    width: 100%;
  }
}

/* Chapter
------------------------------------------- */
.mov-section-title {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 7rem;
  font-size: 2.5rem;
  color: var(--clr-primary);
}
.mov-section-title .icon {
  width: 5rem;
  margin-right: 2rem;
}
.mov-section-title .text {
  flex: 1;
}

.mov-chapter-title {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  color: var(--clr-primary);
}

.mov-chapter-movie {
  width: 100%;
  margin-top: 5rem;
  border: solid 1px var(--clr-black);
}

.mov-chapter-check {
  margin-top: 5rem;
  text-align: center;
}
.mov-chapter-check a {
  display: inline-block;
  width: min(70%, 24rem);
  padding: 1.2rem 3rem;
  border: solid 1px var(--clr-primary);
  background-color: var(--clr-primary);
  text-align: center;
  color: var(--clr-white);
}
@media (hover: hover) {
  .mov-chapter-check a {
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .mov-chapter-check a:hover {
    background-color: var(--clr-white);
    color: var(--clr-primary);
  }
}/*# sourceMappingURL=style.css.map */