/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
body {
  background-color: #1C1C1E !important;
}

/*
 breadcrumbs
----------------------------------------------------------- */
.breadcrumbs {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 5;
  margin: 0 0 10px 0;
  list-style: none;
  white-space: nowrap;
  padding-top: 30px;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
          order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  font-size: 14px;
  color: #000;
  cursor: default;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0.1em;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.2em;
  opacity: 1;
  content: ">";
  color: #000;
}

.breadcrumbs a {
  color: #000;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #999;
  cursor: not-allowed;
}

@media only screen and (max-width: 575px) {
  .breadcrumbs {
    top: 20px;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .breadcrumbs li {
    font-size: 12px;
  }
}
/*
 en
----------------------------------------------------------- */
html:lang(en) body .sec-about__txt {
  line-height: 2.5;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-about__txt {
    line-height: 2;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    max-height: calc(100vh - 64px);
    height: 500px;
  }
}
@media screen and (max-width: 991px) {
  .sec-mv::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    opacity: 0.58;
    z-index: 2;
    content: "";
  }
}
.sec-mv__hdg {
  position: absolute;
  top: 45%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0 10%;
  max-width: 1380px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 3;
}
@media only screen and (max-width: 576px) {
  .sec-mv__hdg {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 22px;
  }
}
.sec-mv__hdg .hdg {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.4;
  font-weight: 500;
  text-shadow: #000 1px 0 5px;
}
@media only screen and (max-width: 576px) {
  .sec-mv__hdg .hdg {
    font-size: 26px;
  }
}
.sec-mv__hdg .hdg span {
  display: block;
}
.sec-mv__hdg .catch {
  font-size: 14px;
  text-shadow: #000 1px 0 5px;
  line-height: 2;
}
.sec-mv__img {
  position: absolute;
  top: 0;
  left: -10%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 576px) {
  .sec-mv__img {
    left: 50%;
    translate: -100% 0;
  }
}
.sec-mv__img img {
  width: 62%;
  min-width: 724px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media only screen and (max-width: 576px) {
  .sec-mv__img img {
    width: 200%;
  }
}

/*--------------------------------------------------------------------------
   #sec-about
---------------------------------------------------------------------------*/
.sec-about {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 584px;
  height: auto;
  padding: 0 0 22px;
  background-image: url(../../img/cal90series/about_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-about {
    min-height: 300px;
    padding: 50px 22px;
  }
}
@media screen and (max-width: 991px) {
  .sec-about::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    opacity: 0.75;
    z-index: 2;
    content: "";
  }
}
.sec-about__hdg {
  position: relative;
  z-index: 3;
  margin: 50px 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-about__hdg {
    margin: 0 0 10px;
    font-size: 24px;
  }
}
.sec-about__txt {
  position: relative;
  z-index: 3;
  font-size: 15px;
  font-weight: 600;
  line-height: 3;
}
@media only screen and (max-width: 767px) {
  .sec-about__txt {
    line-height: 2;
    font-size: 14px;
  }
}
.sec-about__txt + p {
  margin-top: 1em;
}
.sec-about__img {
  position: absolute;
  top: 50%;
  right: -95px;
  translate: 0 -50%;
  width: 498px;
  height: 810px;
  z-index: 1;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .sec-about__img {
    right: calc(50% - 695px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-about__img {
    width: auto;
    height: 100%;
    right: -48px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-about__img img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*--------------------------------------------------------------------------
   #sec-episode
---------------------------------------------------------------------------*/
.sec-episode {
  background-color: #fff;
}
.sec-episode__episode1 {
  padding: 50px 0;
  background-color: #fff;
}
.sec-episode__episode2 {
  padding: 50px 0;
  background-color: #EFEFEF;
}
.sec-episode__episode3 {
  padding: 50px 0;
  background-color: #fff;
}
.sec-episode__wrap {
  max-width: 812px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__wrap {
    padding: 0 22px;
  }
}
.sec-episode__wrap .img {
  margin-bottom: 75px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-episode__wrap .img {
    margin-bottom: 50px;
  }
}
.sec-episode__wrap .img img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-episode__wrap .img img {
    width: 75%;
  }
}
.sec-episode__wrap .img._last {
  margin-bottom: 0;
}
.sec-episode__hdg {
  position: relative;
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg {
    margin-bottom: 20px;
  }
}
.sec-episode__hdg span {
  display: block;
  position: relative;
  z-index: 2;
}
.sec-episode__hdg .hdg1 {
  margin-bottom: 10px;
  font-size: 36px;
  color: #B19B62;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg .hdg1 {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.sec-episode__hdg .hdg1::after {
  display: block;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(177, 155, 98)), to(rgba(177, 155, 98, 0)));
  background: linear-gradient(to right, rgb(177, 155, 98) 0%, rgba(177, 155, 98, 0) 100%);
  content: "";
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg .hdg1::after {
    height: 2px;
  }
}
.sec-episode__hdg .hdg2 {
  font-size: 32px;
  line-height: 2;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-episode__hdg .hdg2 {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg .hdg2 {
    font-size: 12px;
  }
}
.sec-episode__hdg .hdg3 {
  font-size: 72px;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-episode__hdg .hdg3 {
    font-size: 7.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg .hdg3 {
    font-size: 24px;
  }
}
.sec-episode__hdg .img {
  position: absolute;
  top: 65px;
  right: 0px;
  translate: 100% 0;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec-episode__hdg .img {
    right: calc(-50vw - -410px);
    translate: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__hdg .img {
    top: 20px;
    right: -20px;
    translate: 0 0;
    z-index: 3;
  }
}
.sec-episode__txt-wrap {
  position: relative;
  z-index: 4;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__txt-wrap {
    margin-bottom: 50px;
  }
}
.sec-episode__catch {
  margin-bottom: 1em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .sec-episode__catch {
    font-size: 16px;
  }
}
.sec-episode__txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec-episode__txt {
    font-size: 14px;
  }
}
.sec-episode__txt + p {
  margin-top: 1em;
}
.sec-episode__img {
  max-width: 1240px;
  margin: 0 auto 75px;
  padding: 0 65px;
}
@media screen and (max-width: 950px) {
  .sec-episode__img {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__img {
    padding: 0;
    margin-bottom: 50px;
  }
}
.sec-episode__img img {
  width: 100%;
  height: auto;
}
.sec-episode__3col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto 75px;
  padding: 0 65px;
}
@media screen and (max-width: 950px) {
  .sec-episode__3col {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__3col {
    display: block;
    padding: 0 22px;
  }
}
.sec-episode__3col .item {
  width: calc(33.33333% - 1px);
}
@media only screen and (max-width: 767px) {
  .sec-episode__3col .item {
    width: 100%;
  }
}
.sec-episode__3col .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .sec-episode__3col .item img {
    aspect-ratio: 76/40;
  }
}
.sec-episode__imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-episode__imgbox:first-of-type {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox:first-of-type {
    margin-bottom: 40px;
  }
}
.sec-episode__imgbox:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox {
    display: block;
  }
}
.sec-episode__imgbox .img {
  margin-bottom: 0;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox .img {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.sec-episode__imgbox .img img {
  width: 100%;
  height: auto;
}
.sec-episode__imgbox .txtbox {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox .txtbox {
    width: 100%;
  }
}
.sec-episode__imgbox .txtbox__hdg {
  margin-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox .txtbox__hdg {
    font-size: 16px;
  }
}
.sec-episode__imgbox .txtbox__txt {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgbox .txtbox__txt {
    font-size: 14px;
    line-height: 2;
  }
}
.sec-episode__imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec-episode__imgs .img--1 {
  width: 100%;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgs .img--1 {
    margin-bottom: 0;
    aspect-ratio: 768/252;
  }
}
.sec-episode__imgs .img--2 {
  width: calc(50% - 1px);
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgs .img--2 {
    width: 50%;
    aspect-ratio: 768/252;
  }
}
.sec-episode__imgs .img--3 {
  width: calc(50% - 1px);
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgs .img--3 {
    width: 50%;
    aspect-ratio: 384/280;
  }
}
.sec-episode__imgs .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-episode__imgs .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec-episode__btn {
  width: 622px;
  margin: 150px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-episode__btn {
    width: calc(100% - 44px);
    margin: 30px auto 0;
  }
}
.sec-episode__btn a {
  display: block;
  width: 100%;
  padding: 10px 20px !important;
  text-align: center;
  background-color: #B19B61;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .sec-episode__btn a {
    padding: 10px 0px !important;
    font-size: 14px;
  }
}
.sec-episode__btn a:hover {
  background-color: #89774a;
}
@media only screen and (max-width: 767px) {
  .sec-episode__episode1 .sec-episode__hdg .img img {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__episode2 .sec-episode__hdg .img img {
    width: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-episode__episode3 .sec-episode__hdg .img img {
    width: 160px;
  }
}

html:lang(en) body .sec-episode__hdg .hdg3 {
  font-size: 58px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  html:lang(en) body .sec-episode__hdg .hdg3 {
    font-size: 5.8vw;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-episode__hdg .hdg3 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* sec-mv
=================================================================*/
.sec-mv {
  background-color: #252629;
}
.sec-mv::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  top: 0;
  left: 0;
  z-index: 150;
}
.sec-mv .breadcrumbs {
  opacity: 0;
}
.sec-mv__hdg {
  opacity: 0;
}
.sec-mv__hdg .animation1 {
  position: relative;
  overflow: hidden;
}
.sec-mv__hdg .animation1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  top: 0;
  left: 0;
}
.sec-mv__img img {
  opacity: 0;
  scale: 0.8;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.load-complete .sec-mv {
  background-color: #000;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.load-complete .sec-mv::before {
  -webkit-animation-name: obiStart, obiEnd;
          animation-name: obiStart, obiEnd;
  -webkit-animation-duration: 0.5s, 0.5s;
          animation-duration: 0.5s, 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 1s, 1.5s;
          animation-delay: 1s, 1.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.load-complete .sec-mv .breadcrumbs {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load-complete .sec-mv__hdg {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.load-complete .sec-mv__hdg .animation1 {
  position: relative;
}
.load-complete .sec-mv__hdg .animation1::before {
  -webkit-animation-name: obiStart, obiEnd;
          animation-name: obiStart, obiEnd;
  -webkit-animation-duration: 0.5s, 0.5s;
          animation-duration: 0.5s, 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-delay: 1s, 2s;
          animation-delay: 1s, 2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.load-complete .sec-mv__img img {
  opacity: 1;
  scale: 1;
  -webkit-transition: opacity 1s ease-in-out, scale 10s ease-in-out;
  transition: opacity 1s ease-in-out, scale 10s ease-in-out;
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

@-webkit-keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes obiStart {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes obiEnd {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
/* sec-episode__hdg
=================================================================*/
.sec-episode__hdg.is-animate .hdg1::after {
  scale: 0 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.sec-episode__hdg.is-animated .hdg1::after {
  -webkit-transition: scale 0.4s ease-in-out;
  transition: scale 0.4s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  scale: 1 1;
}

/* other
=================================================================*/
.sec-episode__3col .item.is-animate:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-episode__3col .item.is-animate:nth-child(2) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.sec-episode__3col .item.is-animate:nth-child(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media only screen and (max-width: 767px) {
  .sec-episode__3col .item.is-animate:nth-child(3) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.sec-episode__imgs .img.is-animate:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}