@charset "utf-8";

/* 2021.12.23 TOP改修 */



/*
-----------------------------------------------------------------------
main_header
-----------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {
    #main_header_inner #gnav {
        /* topのpcのみ非表示 */
        display: none;
    }

    .new-header {
        padding-top: 10px;
    }

    .new-header * {
        color: #666;
    }

    .new-header #h_logo {
        width: 305px;
        float: left;
    }

    .new-header #h_r {
        width: 595px;
        height: 70px;
        float: right;
        overflow: hidden;
        display: table;
    }

    .new-header #h_r #h_menu {
        display: table-cell;
        vertical-align: middle;
        width: 415px;
        overflow: hidden;
    }

    .new-header #h_r #h_menu p {
        float: left;
    }

    .new-header #h_r #h_menu ul {
        float: left;
    }

    .new-header #h_r #h_menu ul li {
        display: inline;
    }

    .new-header #h_r #h_menu ul li a img {
        margin-right: 0.2em;
        vertical-align: middle;
    }

    .new-header #h_r #h_search {
        display: table-cell;
        vertical-align: middle;
        width: 180px;
    }

    .new-header #gnav {
        clear: both;
        padding-top: 10px;
    }

    .new-header #gnav ul {
        overflow: hidden;
        border-left: 1px dotted #ccc;
    }

    .new-header #gnav ul li {
        width: 129px;
        float: left;
        text-align: center;
        border-right: 1px dotted #ccc;
        font-size: 1.4em;
    }

    .new-header #gnav ul li:first-child {
        width: 48px;
    }

    .new-header #gnav ul li a {
        display: block;
        line-height: 49px;
    }

    .new-header #gnav ul li a>img {
        margin-top: -2px;
    }

    .new-header #gnav ul li:last-child a img {
        margin-left: 7px;
    }

    .new-header #gnav ul li ul {
        display: none;
    }
}

@media screen and (max-width: 767px) {

    /* topページのみスライド下に設置 */
    .new-header {
        display: none !important;
    }
}




/*
-----------------------------------------------------------------------
index
-----------------------------------------------------------------------
*/

#areaWrapper1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#areaWrapper1 #slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 1260px) {
    #areaWrapper1 #slider {
        max-width: 1260px;
    }
}

#areaWrapper1 #slider img {
    width: 100%;
    height: auto;
}

.slick-dots li button:before {
    font-size: 36px !important;
    top: -36px !important;
}

.item-v1 {
    border-bottom: 1px solid #666;
    color: #666;
}

.item-v2 {
    display: flex;
    justify-content: flex-end;
}

.item-movie {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.item-movie .fa-youtube {
    color: #f00;
    font-size: 24px;
    margin-right: 5px;
}

.item-movie-v2 {
    position: relative;
    display: block;
}

.item-movie-v2:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: #fff 2px solid;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -20px;
    transition: all 0.3s ease;
}

.item-movie-v2:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #fff;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -5px;
    transition: all 0.3s ease;
}

.box-item-v1 {
    display: block;
}

.box-item-v1__item {
    border: 1px solid #aaa;
}

.box-item-v1__item img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .box-item-v1 {
        display: flex;
        align-items: flex-start;
    }

    .box-item-v1__item {
        width: 32%;
        height: 170px;
        overflow: hidden;
    }

    .box-item-v1__item+.box-item-v1__item {
        margin-left: 2%;
    }
}

@media screen and (max-width: 767px) {
    .box-item-v1__item+.box-item-v1__item {
        margin-top: 20px;
    }
}

.p-top__float {
    background-color: #fff;
    position: fixed;
    bottom: 15px;
    width: 80%;
    border: 2px solid #356FB4;
    border-radius: 8px;
    z-index: 999;
  }
  @media only screen and (max-width: 809px) {
    .p-top__float {
      right: 0;
      left: 0;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media all and (min-width: 810px) {
    .p-top__float {
      max-width: 312px;
      width: 100%;
      border: 3px solid #356FB4;
      right: 30px;
      bottom: 30px;
    }
  }
  @media print {
    .p-top__float {
      max-width: 312px;
      width: 100%;
      border: 3px solid #356FB4;
      right: 30px;
      bottom: 30px;
    }
  }
  .p-top__float.close {
    display: none;
  }
  .p-top__float__close {
    position: absolute;
    top: -11px;
    right: -11px;
    z-index: 2;
    width: 23px;
    height: 23px;
    cursor: pointer;
    transition: 0.5s;
  }
  @media all and (min-width: 810px) {
    .p-top__float__close:hover {
      opacity: 0.7;
    }
  }
  @media print {
    .p-top__float__close:hover {
      opacity: 0.7;
    }
  }
  .p-top__float__wrap {
    display: block;
    padding: 8px;
  }
  @media all and (min-width: 810px) {
    .p-top__float__wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 14px;
    }
  }
  @media print {
    .p-top__float__wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 14px;
    }
  }
  .p-top__float__box {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
  }
  @media all and (min-width: 810px) {
    .p-top__float__box {
      justify-content: center;
      gap: 14px;
    }
  }
  .p-top__float__box__item-v1 {
    width: 34%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  @media all and (min-width: 810px) {
    .p-top__float__box__item-v1 {
      max-width: 120px;
      width: 100%;
      justify-content: space-between;
      gap: 16px;
    }
  }
  @media print {
    .p-top__float__box__item-v1 {
      max-width: 120px;
      width: 100%;
      justify-content: space-between;
      gap: 16px;
    }
  }
  .p-top__float__box__item-v2 {
    width: 54%;
  }
  @media all and (min-width: 810px) {
    .p-top__float__box__item-v2 {
      width: calc(100% - 120px - 15px);
    }
  }
  @media print {
    .p-top__float__box__item-v2 {
      width: calc(100% - 120px - 15px);
    }
  }
  .p-top__float__box__text-v1 {
    border-radius: 3px;
    background-color: #356FB4;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 6px;
    display: inline-flex;
  }
  .p-top__float__box__text-v2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    line-height: 1.4;
    letter-spacing: -0.027em;
  }
  @media print {
    .p-top__float__box__text-v2 {
      margin-top: 6px;
    }
  }
  .p-top__float__box__text-v3 {
    font-size: 10px;
    vertical-align: top;
  }

.coming-soon {
    pointer-events: none;
}

.coming-soon:hover {
    opacity: 1;
}

.coming-soon:before,
.coming-soon:after {
    display: none;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}