/* Scss Document */
@media (min-width: 981px) {
    #tab {
    }
    #tab .tab_wrap{
      width: 967px;
      margin: 0 auto;
    }
    #tab .tab_list {
      list-style-type: none;
      display: flex;
      column-gap: 1%;
      /* flex-flow: row wrap;
      justify-content: space-btween; */
      border-bottom: 2px solid #54a734;
    }
    #tab .tab_item {
      text-align: center;
      /* flex: 0 0 23%; */
      width: 24.25%;
      /* height: 45px; */
      background-color: #ffffff;
      padding: 15px 10px 10px 10px;
      border-radius: 4px 4px 0 0;
      color: #444444;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.3;
      letter-spacing: 0.16em;
      cursor:pointer;
    }
    #tab .tab_item:hover {
        opacity: 0.8;
    }
    #tab .tab_item.active {
      background-color: #54a734;
      color: #ffffff;
    }
     
    .tab_content {
      display: none;
    }
    .tab_content.show {
      display: block;
    }
    .eisapo_hcr #kv {
        padding: 60px 0 50px;
    }
    .eisapo_hcr #kv .page_ttl {
        text-align: center;
        margin-bottom: 40px;
    }
    .eisapo_hcr #kv .kv_contents {
        display:flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .eisapo_hcr #kv .booklet {
        display:flex;
        flex-flow: column;
        align-items: center;
        align-self: stretch;
        padding: 30px 0;
        width: 470px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr #kv .booklet .sub_ttl{
        margin-bottom: 10px;
    }
    .eisapo_hcr #kv .booklet .image {
        width: 350px;
        margin-top: 25px;
    }
    .eisapo_hcr #kv .booklet img {
        width: 100%;
    }
    .eisapo_hcr #kv .booklet_img {
        margin-bottom:15px;
    }
    .eisapo_hcr #kv .download {
        display: block;
        padding-top: 22px;
        width: 340px;
        height: 60px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.075em;
        color: #ffffff;
        background-color: #fb8a04;
        border-radius: 30px;
    }
    .eisapo_hcr #kv .download::after {
        content:'';
        display: inline-block;
        margin-left: 8px;
        width: 8px;
        height: 14px;
        background-image: url(../img/hcr/hcr_arrow.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: -1px;
    }
    .eisapo_hcr #kv .download:hover {
        opacity: 0.8;
    }
    .eisapo_hcr #kv .movie {
        display:flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        align-self: stretch;
        padding: 25px 0;
        width: 470px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr #kv .movie .sub_ttl{
        margin-bottom: 15px;
    }
    .eisapo_hcr #kv .movie .image{
        border: 1px solid #bbbbbb;
    }
    .eisapo_hcr #kv .movie .iframeInner{
        border: 1px solid #bbbbbb;
        width: 350px;
        height: 180px;
    }
    .eisapo_hcr #kv .movie .image img{
        width: 350px;
        height: 180px;
    }
    .eisapo_hcr #kv .movie .image img:hover{
        opacity: 0.8;
    }
    .eisapo_hcr .twenty_five {
        margin-top: 30px;
    }
    .eisapo_hcr .twenty_for {
        margin-top: 30px;
    }
    .eisapo_hcr .twenty_three {
        margin-top: 30px;
    }
    .eisapo_hcr .twenty_two {
        margin-top: 75px;
    }
    .eisapo_hcr .description {
        margin-bottom: 50px;
    }
    .eisapo_hcr .description h3{
        margin-bottom: 30px;
        text-align: center;
    }
    .eisapo_hcr .description .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .eisapo_hcr .description .wrap.mgt_def {
        margin-top: 50px;
    }
    .eisapo_hcr .description .image {
        width: 433px;
        height: 220px;
    }
    .eisapo_hcr .description .image.scheduled_to_be_released {
        position: relative;
    }
    .eisapo_hcr .description .image.scheduled_to_be_released::after {
        content: '近日公開';
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #444444;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
    }
    .eisapo_hcr .description .image img {
        width: 433px;
        height: 220px;
        object-fit: cover;
    }
    .eisapo_hcr .description .image {
        margin-right: 30px;
    }
    .eisapo_hcr .description .desc {
        width: 510px;
        font-size: 14px;
        line-height: 2!important;
    }
    .eisapo_hcr .cont_list {
        padding-bottom: 240px;
    }
    .eisapo_hcr .cont_list .item {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .eisapo_hcr .cont_list .item:last-child {
        margin-bottom: 0;
    }
    .eisapo_hcr .cont_list .item a {
        display: block;
    }
    .eisapo_hcr .cont_list .item .image {
        width: 340px;
        height: 190px;
    }
    .eisapo_hcr .cont_list .item .image iframe {
        width: 340px;
        height: 190px;
    }
    .eisapo_hcr .cont_list .item .image img {
        width: 100%;
        height: auto;
    }
    .eisapo_hcr .cont_list .item .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .eisapo_hcr .cont_list .item .link_img {
        position: relative;
        width: 340px;
        /* height: 190px; */
    }
    .eisapo_hcr .cont_list .item .link_img img{
        width: 340px;
        /* height: 190px; */
        object-fit: cover;
    }
    .eisapo_hcr .cont_list .item .link_img .cat {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 73px;
        height: 23px;
        display: block;
        border-radius: 3px;
    }
    .eisapo_hcr .cont_list .item .link_img .cat img{
        width: 73px;
        height: 23px;
    }
    .eisapo_hcr .cont_list .item .info {
        width: calc(100% - 340px - 30px);
    }
    .eisapo_hcr .cont_list .item .title {
        font-size: 20px;
        font-weight: bold;
        color: #54a734;
        margin-bottom: 15px;
    }
    .eisapo_hcr .cont_list .item .desc {
        width: 100%;
        font-size: 16px;
        line-height: 1.5625;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .item .desc_b {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5625;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .item .link_text {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5625;
        letter-spacing: .045em;
        color: #54a734;
        
    }
    .eisapo_hcr .cont_list .document {
        
    }
    .eisapo_hcr .cont_list .document .wrap {
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }
    .eisapo_hcr .cont_list .document .image_inner {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        width: 433px;
        height: 250px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr .cont_list .document .ttl {
        width: 370px;
    }
    .eisapo_hcr .cont_list .document .booth {
        width: 270px;
    }
    .eisapo_hcr .cont_list .document .txt_inner {
        flex: 1;
        display: flex;
        flex-flow: column;
        align-items: start;
        justify-content: center;
    }
    .eisapo_hcr .cont_list .document .desc {
        font-size: 16px;
        line-height: 1.5625;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .document .download {
        display: inline-block;
        padding-top: 22px;
        width: 340px;
        height: 60px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.075em;
        color: #ffffff;
        background-color: #fb8a04;
        border-radius: 30px;
    }
}
@media (max-width: 980px) {
    #tab {
        overflow-y: hidden;
        border-bottom: 2px solid #54a734;
    }
    #tab .tab_wrap{
        display: inline-block;
        padding: 0 0 0 6.5vw;
        /* margin: 0 auto; */
    }
    #tab .tab_list {
        position: relative;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        gap: 1%;
        /* flex-flow: row wrap;
        justify-content: space-btween; */
        /* border-bottom: 2px solid #54a734; */
    }
    /* #tab .tab_list::before {
        position: absolute;
        bottom: -2px;
        left: -100%;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #54a734;
    }
    #tab .tab_list::after {
        position: absolute;
        bottom: -2px;
        right: -100%;
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background-color: #54a734;
    } */
    #tab .tab_item {
        text-align: center;
        /* flex: 0 0 23%; */
        width: 47.69231%;
        /* height: 45px; */
        padding: 10px 5px;
        background-color: #ffffff;
        padding-top: 15px;
        border-radius: 4px 4px 0 0;
        color: #444444;
        font-size: 3.5vw;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: 0.16em;
        cursor:pointer;
    }
    #tab .tab_item.active {
        background-color: #54a734;
        color: #ffffff;
    }
     
    .tab_content {
        display: none;
    }
    .twenty_five {
        margin-top: 20px;
    }
    .twenty_for {
        margin-top: 20px;
    }
    .twenty_three {
        margin-top: 20px;
    }
    .twenty_two {
        margin-top: 40px;
    }
    .tab_content.show {
      display: block;
    }
    .eisapo_hcr #kv {
        padding: 30px 0;
        margin-bottom: 40px;
    }
    .eisapo_hcr #kv .page_ttl {
        width: 90%;
        margin-bottom: 20px;
        margin: auto auto 20px auto;
    }
    .eisapo_hcr #kv .kv_contents {
    }
    .eisapo_hcr #kv .booklet {
        display:flex;
        flex-flow: column;
        align-items: center;
        align-self: stretch;
        margin-bottom: 30px;
        padding: 22px 0;
        width: 100%;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr #kv .booklet .image{
        width: 285px;
        margin: 0 auto;
    }
    .eisapo_hcr #kv .booklet .sub_ttl{
        margin-bottom: 15px;
        width: 280px;
    }
    .eisapo_hcr #kv .booklet_img {
        margin-bottom:20px;
        width: 250px;
    }
    .eisapo_hcr #kv .download {
        display: block;
        padding-top: 18px;
        width: 265px;
        height: 44px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.075em;
        color: #ffffff;
        background-color: #fb8a04;
        border-radius: 30px;
    }
    .eisapo_hcr #kv .download::after {
        content:'';
        display: inline-block;
        margin-left: 5px;
        width: 8px;
        height: 10px;
        background-image: url(../img/hcr/hcr_arrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: -1px;
    }
    .eisapo_hcr #kv .download:hover {
        opacity: 0.8;
    }
    .eisapo_hcr #kv .movie {
        display:flex;
        flex-flow: column;
        align-items: center;
        align-self: stretch;
        padding: 25px 0;
        width: 100%;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr #kv .movie .sub_ttl{
        margin-bottom: 15px;
        width: 230px;
    }
    .eisapo_hcr #kv .movie .image{
        border: 1px solid #bbbbbb;
        
    }
    .eisapo_hcr #kv .movie .iframeInner{
        border: 1px solid #bbbbbb;
        width: 90%;
        aspect-ratio: 3 / 2 ;
    }
    .eisapo_hcr #kv .movie.mgblil{
        margin-bottom: 30px;
    }
    .eisapo_hcr #kv .movie .image img{
        width: 285px;
        height: 145px;
    }
    .eisapo_hcr #kv .movie .image img:hover{
        opacity: 0.8;
    }
    .eisapo_hcr .description {
        margin-bottom: 35px;
    }
    .eisapo_hcr .description h3 {
        margin-bottom: 20px;
    }
    .eisapo_hcr .description .wrap.mgt_def {
        margin-top: 35px;
    }
    .eisapo_hcr .description .image {
        margin-bottom: 10px;
    }
    .eisapo_hcr .description .image.scheduled_to_be_released {
        position: relative;
    }
    .eisapo_hcr .description .image.scheduled_to_be_released::after {
        content: '近日公開';
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #444444;
        color: #ffffff;
        font-size: 20px;
        font-weight: bold;
    }
    .eisapo_hcr .description .desc {
        font-size: 12px!important;
        line-height: 2!important;
    }
    .eisapo_hcr .cont_list {
        padding-bottom: 50px;
    }
    .eisapo_hcr .cont_list .item {
        display: block;
        width: 100%;
        margin-bottom: 35px;
    }
    .eisapo_hcr .cont_list .item .link_img {
        position: relative;
        margin-bottom: 10px;
    }
    .eisapo_hcr .cont_list .item .link_img .cat {
        position: absolute;
        top: -10px;
        left: -10px;
        width: 73px;
        height: 23px;
        display: block;
        border-radius: 3px;
    }
    .eisapo_hcr .cont_list .item .link_img .cat img{
        width: 73px;
        height: 23px;
    }
    .eisapo_hcr .cont_list .item:last-child {
        margin-bottom: 0;
    }
    .eisapo_hcr .cont_list .item a {
        display: block;
    }
    .eisapo_hcr .cont_list .item .image {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        margin-bottom: 18px;
    }
    .eisapo_hcr .cont_list .item .image iframe {
        position: absolute;
        top: 0;
        left: 0;
    }
    .eisapo_hcr .cont_list .item .image img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .eisapo_hcr .cont_list .item .title {
        font-size: 16px;
        font-weight: bold;
        color: #54a734;
        margin-bottom: 10px;
    }
    .eisapo_hcr .cont_list .item .desc {
        width: 100%;
        font-size: 12px !important;
        line-height: 2 !important;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .item .desc_b {
        font-size: 13px !important;
        font-weight: bold;
        line-height: 1.76923;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .item .link_text {
        font-size: 13px !important;
        font-weight: bold;
        line-height: 1.76923;
        letter-spacing: .045em;
        color: #54a734;
        
    }



    .eisapo_hcr .cont_list .document {
        
    }
    .eisapo_hcr .cont_list .document .wrap {
    }
    .eisapo_hcr .cont_list .document .image_inner {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 10px;
        padding: 25px;
        background-color: #ffffff;
        border-radius: 10px;
    }
    .eisapo_hcr .cont_list .document .ttl {
    }
    .eisapo_hcr .cont_list .document .booth {
    }
    .eisapo_hcr .cont_list .document .txt_inner {
    }
    .eisapo_hcr .cont_list .document .desc {
        font-size: 12px !important;
        line-height: 2 !important;
        letter-spacing: .045em;
        color: #292929;
    }
    .eisapo_hcr .cont_list .document .download {
        display: block;
        padding-top: 18px;
        width: 100%;
        height: 44px;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.075em;
        color: #ffffff;
        background-color: #fb8a04;
        border-radius: 30px;
    }
}
  