@-webkit-keyframes loadAnime01 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loadAnime01 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loadAnime02 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  75% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loadAnime02 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  75% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes loadAnime03 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loadAnime03 {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.7);
            transform: scale(1.7);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 400;
  src: url("../common/font/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: YakuHanJP;
  font-weight: 700;
  src: url("../common/font/YakuHanJP-Bold.woff") format("woff");
}

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

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.page {
  background-color: #ffffff;
  color: #333333;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

@media screen and (min-width: 769px) {
  .header {
    height: 134px;
    padding: 70px 80px 0;
  }
}

@media screen and (max-width: 768px) {
  .header {
    height: calc(60 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
}

.header__logo {
  aspect-ratio: 1 / 1;
  background-color: #5592bf;
  border-radius: 50%;
  margin-top: auto;
  pointer-events: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header__logo {
    width: 64px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: calc(64 / 750 * 100vw);
  }
}

.header__logo:after {
  aspect-ratio: 1 / 1;
  background-color: rgba(133, 170, 215, 0.6);
  border-radius: 50%;
  content: '';
  position: absolute;
}

@media screen and (min-width: 769px) {
  .header__logo:after {
    bottom: -10px;
    right: -10px;
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo:after {
    bottom: calc(-10 / 750 * 100vw);
    right: calc(-10 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
  }
}

.loadingBg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100svh;
  height: 100vh;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100vw;
  z-index: 999999;
}

.loadingBg__dot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loadingBg__dot .dot {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  aspect-ratio: 1 / 1;
  background-color: #5592bf;
  border-radius: 50%;
  display: inline-block;
  opacity: .4;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 769px) {
  .loadingBg__dot .dot {
    width: 12px;
  }
}

@media screen and (max-width: 768px) {
  .loadingBg__dot .dot {
    width: calc(12 / 750 * 100vw);
  }
}

.loadingBg__dot .dot:nth-child(1) {
  -webkit-animation-name: loadAnime01;
          animation-name: loadAnime01;
}

.loadingBg__dot .dot:nth-child(2) {
  -webkit-animation-name: loadAnime02;
          animation-name: loadAnime02;
}

.loadingBg__dot .dot:nth-child(3) {
  -webkit-animation-name: loadAnime03;
          animation-name: loadAnime03;
}

@media screen and (min-width: 769px) {
  .loadingBg__dot .dot:not(:first-child) {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .loadingBg__dot .dot:not(:first-child) {
    margin-left: calc(60 / 750 * 100vw);
  }
}

.loadingBg__txt {
  color: #5592bf;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .05em;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .loadingBg__txt {
    font-size: 24px;
    margin-top: 36px;
  }
}

@media screen and (max-width: 768px) {
  .loadingBg__txt {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
}

body.is-loaded .loadingBg {
  opacity: 0;
  pointer-events: none;
}

.contentMenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  .contentMenu__item + .contentMenu__item {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__item + .contentMenu__item {
    margin-left: calc(80 / 750 * 100vw);
  }
}

.contentMenu__link {
  color: #5592bf;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: .7;
  position: relative;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

@media screen and (min-width: 769px) {
  .contentMenu__link {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link {
    font-size: calc(24 / 750 * 100vw);
  }
}

.contentMenu__link:before {
  aspect-ratio: 1 / 1;
  background-color: #5592bf;
  border-radius: 50%;
  content: '';
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .contentMenu__link:before {
    margin-right: 8px;
    width: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contentMenu__link:before {
    margin-right: calc(8 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
  }
}

.generalModal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
  width: 100vw;
  z-index: 99999;
}

.generalModal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.generalModal__bg {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.generalModal__inner {
  aspect-ratio: 640 / 360;
  background-color: #000000;
  position: relative;
}

@media screen and (min-width: 769px) {
  .generalModal__inner {
    width: 640px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__inner {
    width: calc(720 / 750 * 100vw);
  }
}

.generalModal__close {
  aspect-ratio: 1 / 1;
  bottom: calc(100% + 10px);
  position: absolute;
  right: 0;
}

@media screen and (min-width: 769px) {
  .generalModal__close {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .generalModal__close {
    width: calc(60 / 750 * 100vw);
  }
}

.generalModal__close:before, .generalModal__close:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
}

.generalModal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.generalModal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.generalModal__cont {
  height: 100%;
  width: 100%;
}

.generalModal__cont .movieFrame {
  height: 100%;
  width: 100%;
}

.generalModal__cont .movieFrame iframe {
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper {
    padding: 0 40px;
  }
}

.caption {
  display: inline-block;
  font-size: 10px;
  letter-spacing: .05em;
  line-height: 2.2;
}

.photo {
  position: relative;
}

.photo__image {
  height: auto;
  max-width: 100%;
}

.svgItem {
  display: block;
  height: 100%;
  width: 100%;
}

.main {
  position: relative;
}

@media screen and (min-width: 769px) {
  .main {
    padding-top: 140px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: calc(180 / 750 * 100vw);
  }
}

.mainVisual {
  position: relative;
  width: 100%;
}

.mainVisual__bg {
  max-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .mainVisual__bg {
    margin-left: calc((100vw - 1280px) / -2);
    -webkit-transition: max-width 1.2s ease .8s;
    transition: max-width 1.2s ease .8s;
  }
}

@media screen and (max-width: 1280px) {
  .mainVisual__bg {
    margin-left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__bg {
    margin-left: calc(-80 / 750 * 100vw);
    -webkit-transition: max-width 2s ease 1.2s;
    transition: max-width 2s ease 1.2s;
  }
}

.mainVisual__picture {
  display: block;
}

@media screen and (min-width: 769px) {
  .mainVisual__picture {
    width: calc(1360 / 1440 * 100vw);
  }
}

@media screen and (max-width: 1280px) {
  .mainVisual__picture {
    width: calc(100vw - 40px);
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__picture {
    width: calc(680 / 750 * 100vw);
  }
}

.mainVisual__image {
  height: auto;
  width: 100%;
}

.mainVisual__ttl {
  color: #5592bf;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .mainVisual__ttl {
    font-size: calc(146 / 1440 * 100vw);
    letter-spacing: .01em;
    margin: -36px auto 0 0;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__ttl {
    font-size: calc(180 / 750 * 100vw);
    letter-spacing: .025em;
    line-height: calc(130 / 180);
    margin: calc(-40 / 750 * 100vw) calc(-80 / 750 * 100vw) 0 auto;
    text-align: right;
  }
}

.mainVisual__ttl .siteTtl {
  line-height: .8;
  -webkit-transform: translate(0, 120%);
          transform: translate(0, 120%);
}

@media screen and (min-width: 769px) {
  .mainVisual__ttl .siteTtl {
    -webkit-transition: -webkit-transform 1s ease .2s;
    transition: -webkit-transform 1s ease .2s;
    transition: transform 1s ease .2s;
    transition: transform 1s ease .2s, -webkit-transform 1s ease .2s;
  }
}

@media screen and (max-width: 768px) {
  .mainVisual__ttl .siteTtl {
    -webkit-transition: -webkit-transform 1.2s ease .2s;
    transition: -webkit-transform 1.2s ease .2s;
    transition: transform 1.2s ease .2s;
    transition: transform 1.2s ease .2s, -webkit-transform 1.2s ease .2s;
  }
}

.mainVisual.is-loaded .mainVisual__bg {
  max-width: 1200px;
}

.mainVisual.is-loaded .mainVisual__ttl .siteTtl {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pageCont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .pageCont {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .pageCont {
    padding-top: calc(270 / 750 * 100vw);
    margin-left: calc(-80 / 750 * 100vw);
  }
}

.pageCont__ttl {
  color: #5592bf;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  left: 0;
  letter-spacing: .05em;
  line-height: .7;
  position: -webkit-sticky;
  position: sticky;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  z-index: 99;
}

@media screen and (min-width: 769px) {
  .pageCont__ttl {
    font-size: 36px;
    top: 230px;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .pageCont__ttl {
    font-size: calc(32 / 750 * 100vw);
    top: calc(160 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
  }
}

.pageCont__ttl .fixedTtl {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .4s ease, color .2s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, color .2s ease, -webkit-transform .4s ease;
  transition: opacity .4s ease, transform .4s ease, color .2s ease;
  transition: opacity .4s ease, transform .4s ease, color .2s ease, -webkit-transform .4s ease;
}

@media screen and (min-width: 769px) {
  .pageCont__ttl .fixedTtl {
    left: 0;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageCont__ttl .fixedTtl {
    left: 50%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}

.pageCont__ttl .fixedTtl.is-active {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .pageCont__ttl .fixedTtl.is-active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageCont__ttl .fixedTtl.is-active {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.pageCont__ttl .fixedTtl.is-end {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  .pageCont__ttl .fixedTtl.is-end {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@media screen and (max-width: 768px) {
  .pageCont__ttl .fixedTtl.is-end {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}

@media screen and (min-width: 769px) {
  .pageCont__inner {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  .pageCont__inner {
    width: calc(590 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .aboutFeature .generalSect__head + .generalSect__cont {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .aboutFeature .generalSect__head + .generalSect__cont {
    margin-top: calc(80 / 750 * 100vw);
  }
}

.profileBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .profileBlock__visual {
    width: calc(360 / 1080 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__visual {
    width: calc(280 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__desc {
    width: calc(540 / 1080 * 100%);
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__desc {
    width: calc(260 / 750 * 100vw);
  }
}

.profileBlock__name {
  font-weight: bold;
}

.profileBlock__name .role {
  color: #5592bf;
  display: block;
  padding-bottom: 1em;
}

.profileBlock__name .ja {
  display: block;
  letter-spacing: .075em;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .profileBlock__name .ja {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .ja {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__name .ja .role {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .ja .role {
    font-size: calc(22 / 750 * 100vw);
  }
}

.profileBlock__name .en {
  display: block;
  letter-spacing: .01em;
  line-height: .7;
}

@media screen and (min-width: 769px) {
  .profileBlock__name .en {
    font-size: 28px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .en {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__name .en .role {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .profileBlock__name .en .role {
    font-size: calc(20 / 750 * 100vw);
  }
}

.profileDesc__ja {
  letter-spacing: .1em;
  line-height: 2;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .profileDesc__ja {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .profileDesc__ja {
    font-size: calc(26 / 750 * 100vw);
  }
}

.profileDesc__en {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: .075em;
  line-height: 2;
  position: relative;
}

@media screen and (min-width: 769px) {
  .profileDesc__en {
    font-size: 16px;
    margin-top: 60px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .profileDesc__en {
    font-size: calc(26 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
    padding-top: calc(50 / 750 * 100vw);
  }
}

.profileDesc__en:before {
  aspect-ratio: 1 / 1;
  background-color: #85aad7;
  border-radius: 50%;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  .profileDesc__en:before {
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  .profileDesc__en:before {
    width: calc(14 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .worksFeature {
    padding-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .worksFeature {
    padding-top: calc(140 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea {
    margin-right: calc(-40 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .movieThumbArea__block + .movieThumbArea__block {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__block + .movieThumbArea__block {
    margin-top: calc(120 / 750 * 100vw);
  }
}

.movieThumbArea__heading {
  color: #5592bf;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: .7;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .movieThumbArea__heading {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__heading {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .movieThumbArea__heading + .movieThumbArea__cont {
    margin-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__heading + .movieThumbArea__cont {
    margin-top: calc(48 / 750 * 100vw);
  }
}

.movieThumbArea__cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .movieThumbArea__cont {
    -webkit-column-gap: calc(60 / 1080 * 100%);
            column-gap: calc(60 / 1080 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .movieThumbArea__item {
    width: calc(320 / 1080 * 100%);
  }
  .movieThumbArea__item:nth-child(n + 4) {
    margin-top: 60px;
  }
  .movieThumbArea__item:nth-child(3), .movieThumbArea__item:nth-child(5n + 3) {
    margin-right: 0;
  }
  .movieThumbArea__item:nth-child(4) + .movieThumbArea__item, .movieThumbArea__item:nth-child(5n + 4) + .movieThumbArea__item {
    margin-right: 1px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__item {
    width: calc(590 / 750 * 100vw);
  }
  .movieThumbArea__item + .movieThumbArea__item {
    margin-top: calc(50 / 750 * 100vw);
  }
  .movieThumbArea__item:nth-of-type(2n) {
    margin-left: auto;
  }
}

.movieThumbArea__btn {
  position: relative;
}

@media screen and (min-width: 769px) {
  .movieThumbArea__btn {
    display: inline-block;
  }
  .movieThumbArea__btn:hover .movieThumbArea__ttl {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .movieThumbArea__item:nth-child(even) .movieThumbArea__btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .movieThumbArea__btn .photo {
    width: calc(280 / 750 * 100vw);
  }
}

.movieThumbArea__btn .photo {
  aspect-ratio: 320 / 180;
  height: auto;
}

.movieThumbArea__ttl {
  line-height: calc(46 / 24);
  position: relative;
}

@media screen and (min-width: 769px) {
  .movieThumbArea__ttl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__ttl {
    font-size: calc(22 / 750 * 100vw);
    width: calc(290 / 750 * 100vw);
  }
  .movieThumbArea__ttl br {
    display: none;
  }
  .movieThumbArea__item:nth-child(odd) .movieThumbArea__ttl {
    padding-left: calc(40 / 750 * 100vw);
    margin-left: calc(20 / 750 * 100vw);
  }
  .movieThumbArea__item:nth-child(odd) .movieThumbArea__ttl:before {
    left: 0;
  }
  .movieThumbArea__item:nth-child(even) .movieThumbArea__ttl {
    padding-right: calc(40 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) {
  .movieThumbArea__item:nth-child(even) .movieThumbArea__ttl {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__item:nth-child(even) .movieThumbArea__ttl:before {
    right: 0;
  }
}

.movieThumbArea__ttl:before {
  aspect-ratio: 1 / 1;
  background-color: #85aad7;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .movieThumbArea__ttl:before {
    left: 50%;
    top: 16px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .movieThumbArea__ttl:before {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: calc(14 / 750 * 100vw);
  }
}

.footer {
  background-color: #ffffff;
  position: relative;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .footer {
    padding: 120px 0 80px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: calc(80 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
}

.footer__copy {
  color: #cccccc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
}

*.fade-static {
  opacity: 0;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

*.fade-static.is-animate {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */