@charset "UTF-8";
/** CSS Grid Layoutで複数の行を指定するmixin */
/** CSS Grid Layoutで複数の列を指定するmixin */
#main {
  height: calc(100vh - 60px);
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    #main {
      height: auto;
      overflow: inherit; } }

/*
*
*main_visual
*
*/
.main_visual {
  position: relative;
  z-index: 0;
  display: none;
  height: 100%; }
  .main_visual.active {
    display: block; }
  @media only screen and (max-width: 768px) {
    .main_visual {
      height: auto; } }
  .main_visual::before {
    height: 94%;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .main_visual.exp01::before {
    background: #aeccd5; }
  .main_visual.exp02::before {
    background: #aeccd5; }
  .main_visual.exp03::before {
    background: #aeccd5; }
  .main_visual.exp04::before {
    background: #aeccd5; }
  .main_visual.exp05::before {
    background: #aeccd5; }
  .main_visual_cont {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0;
    height: calc(100% - 30%);
    position: relative; }
    @media only screen and (max-width: 768px) {
      .main_visual_cont {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.main_visual_title {
  position: absolute;
  top: 10%;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 100;
  width: 43%;
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .main_visual_title {
      width: 100%;
      position: inherit; }
      .main_visual_title_box {
        position: relative;
        width: 100%; } }
    @media only screen and (max-width: 768px) and (max-width: 768px) {
      .main_visual_title_box {
        padding: 0 15px; } }
  @media only screen and (max-width: 768px) {
        .main_visual_title_box h1 {
          width: 59%; } }

.main_visual_txt {
  margin-top: 6rem; }
  @media only screen and (max-width: 1536px) {
    .main_visual_txt {
      margin-top: 1rem; } }
  .main_visual_txt span {
    background: #fff;
    color: #35bce1;
    padding: 1px 5px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block; }

.main_visual_image {
  position: relative;
  width: 71%;
  max-width: 952px;
  height: 100%;
  overflow: hidden;
  margin-left: 29%;
  padding-bottom: 30px; }
  .main_visual_image_img {
    height: 100%;
    border-radius: 0 50px 0 50px;
    overflow: hidden; }
    .main_visual_image_img img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .main_visual_image_img img {
          -o-object-fit: contain;
          object-fit: contain;
          width: 140%;
          max-width: 200%; } }
  @media only screen and (max-width: 768px) {
    .main_visual_image {
      margin-left: 0;
      width: 100%; } }
  .main_visual_image_vol {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10%;
    left: 0; }
    @media only screen and (max-width: 768px) {
      .main_visual_image_vol {
        top: 75px;
        width: 25%; } }
  .main_visual_image_btn {
    position: absolute;
    top: 45%;
    right: 3%;
    bottom: auto;
    left: auto; }
    .exp03 .main_visual_image_btn{
      bottom: 30px;
      top: auto;
      max-width: 330px;
      right: 0;
    }
    .exp04 .main_visual_image_btn{
      bottom: 30px;
      top: auto;
      max-width: 330px;
      right: 0;
    }
    .exp05 .main_visual_image_btn{
      bottom: 30px;
      top: auto;
      max-width: 330px;
      right: 0;
    }
    @media only screen and (max-width: 768px) {
      .main_visual_image_btn {
        top: auto;
        bottom: 0;
        right: 15px;
        left: 15px; } }
    .main_visual_image_btn img {
      width: auto; }
      @media only screen and (max-width: 768px) {
        .main_visual_image_btn img {
          width: 100%;
          max-width: 414px; } }
  .main_visual_image_obj {
    position: absolute;
    top: auto;
    right: -5%;
    bottom: 25px;
    left: auto; }
    @media only screen and (max-width: 768px) {
      .main_visual_image_obj {
        display: none; } }

.series {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 2;
  width: 100%;
  height: 32%;
  background: #fff; }
  @media only screen and (max-width: 768px) {
    .series {
      width: 100%;
      position: relative;
      height: 100%;
      padding: 2rem 0; } }
  .series_cont {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 3rem 0 1rem; }
  .series h2 {
    position: absolute;
    top: -2rem; }
    @media only screen and (max-width: 768px) {
      .series h2 {
        top: 0;
        width: 150px;
        margin-left: 15px; } }
  .series_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .series_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px; } }
    .series_list li {
      width: 25%;
      position: relative; }
      .series_list li:not(:last-child) {
        margin-right: 20px; }
        @media only screen and (max-width: 768px) {
          .series_list li:not(:last-child) {
            margin-right: 0; } }
      @media only screen and (max-width: 768px) {
        .series_list li {
          width: calc(50% - 20px);
          margin: 0 10px;
          text-align: center;
          margin-bottom: 2rem; }
          .series_list li:nth-of-type(even) {
            margin-right: 10px; } }
      .series_list li::before {
        content: "";
        display: block;
        padding-top: 100%; }

.series_btn {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .series_btn figure {
    overflow: hidden;
    position: relative;
    border-radius: 0 50px 0 50px;
    height: 100%; }
    .series_btn figure img {
      -webkit-transition: all 0.5s 0.5s ease-out;
      transition: all 0.5s 0.5s ease-out;
      display: block; }
    .series_btn figure::before {
      content: "";
      position: absolute;
      left: 0;
      border-radius: 0 50px 0 50px;
      border: solid 1px #fff;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      margin: 10px;
      z-index: 10; }
  .series_btn_img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .series_btn figcaption {
    height: 100%;
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 70%;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transition: all 0.5s 0.5s ease;
    transition: all 0.5s 0.5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .series01 .series_btn figcaption,
    .series02 .series_btn figcaption,
    .series03 .series_btn figcaption,
    .series04 .series_btn figcaption,
    .series05 .series_btn figcaption{
      background: #bbdbe49e; }
    .series_btn figcaption img.num {
      position: relative;
      top: -30px; }
    .comingsoon .series_btn figcaption {
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0; }
      .comingsoon .series_btn figcaption img.num {
        top: 0px; }
  li:not(.comingsoon) .series_btn:hover figure span img {
    cursor: pointer; }
  li:not(.comingsoon) .series_btn:hover figcaption {
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%; }
    li:not(.comingsoon) .series_btn:hover figcaption img.num {
      top: 20px; }

/*# sourceMappingURL=map/index.css.map */
