/* UNIQUE */

.mod_item_wrap_03 {
    max-width: 1120px;
    background-color: #FFF6E6;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 60px 60px;
    border-radius: 40px;
}

.wrap_01 {
    background: #FFEDCC url(/enjoy/movie/images/bg_img01.png) no-repeat 16px 17px;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .mod_item_wrap_03 {
        padding: 35px 25px 40px;
        border-radius: 20px;
    }

    .wrap_01{
        background: #FFEDCC url('/enjoy/movie/images/sp_bg_img01.png') no-repeat right top 13px;
        background-size: cover;
    }
}


.bg_donut_area_01, .bg_donut_area_02, .bg_donut_area_03 {
    position: relative;
    overflow: hidden;
}
.bg_donut_area_01::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -60px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url('/common_2022/images/bg/img_donut_ill_07.png') no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

.bg_donut_area_02::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -60px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url('/common_2022/images/bg/img_donut_ill_08.png') repeat-y;
    background-size: 100%;
    z-index: -1;
}

.bg_donut_area_03::after {
    content: '';
    display: block;
    position: absolute;
    top: 28%;
    right: -60px;
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
    background: url('/common_2022/images/bg/img_donut_ill_04.png') no-repeat right top;
    background-size: 100%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .bg_donut_area_01::after,.bg_donut_area_02::after,.bg_donut_area_03::after {
        display: none;
    }
}

.headerBox01 {
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .headerBox01 {
        padding: 25px;
    }
}

.headerBox01 .clm_01 {
    width: 59.8%;
}

.headerBox01 .exp{
    margin-top: 20px;
}

[class*="mod_balloon_head_"] .ttl {
    width: 100%;
    margin-top: 37px;
    padding: 10px 25px;
    font-size: 13px;
}

.btn_grp01 .c_btn_04 a {
    max-width: 300px;
    width: 100%;
}

.btn_grp01 .c_btn_04 a::before {
    content: '';
    display: block;
    width: auto;
    height: 36px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 10px;
    left: 16px;
    margin: auto;
}

.btn_grp01 .c_btn_04.x_btn a::before {
    background: url(/common_2022/images/icon/icon_x.png) no-repeat center/100%;
}
.btn_grp01 .c_btn_04.ig_btn a::before {
    background: url(/common_2022/images/icon/icon_instagram.png) no-repeat center/100%;
}
.btn_grp01 .c_btn_04.tt_btn a::before {
    background: url(/common_2022/images/icon/icon_tt.png) no-repeat center/100%;
}

.headerBox01 .clm_01 iframe {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .headerBox01 .exp{
        margin-top: 15px;
    }

    [class*="mod_balloon_head_"] .ttl {
        font-size: 10px;
    }

    .headerBox01 .clm_01 {
        width:100% !important;
    }    

    .headerBox01 .clm_01 iframe {
        width: 100%;
        margin: 0 auto;
    }

    .headerBox01 .clm_02 {
        width:100% !important;
    }

    .btn_grp01 .c_btn_04 a::before {
        height: 32px;
        top: 10px;
        left: 10px;
    }
}

.headerBox01 .clm_02 {
    width: 36%;
}

.headerBox02 {
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .headerBox02 {
        padding: 25px;
    }
}
.headerBox02 .clm_01 {
    width: 68%;
}

.headerBox02 .clm_02 {
    width: 32%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .headerBox02  .clm2_1 {
        display: flex;
    }

    .headerBox02 .clm_02 {
        align-items: flex-start;
    }
}


.btn_group02 {
    display: flex;
}

.btn_group02 .c_btn_02 {
    display: block;
}

.btn_group02 .c_btn_02 a {
    min-width: 220px;
}

@media screen and (max-width: 767px) {
    .btn_group02 {
        justify-content: center;
    }

    .btn_group02 .c_btn_02 a {
        min-width: 157.5px;
    }
}

.border_top { 
    display: block;
    border-top: 1px solid #CCCCCC;
    margin: auto;
    padding: 40px 0;
}
.txtlink_pdf a {
    max-width: 220px;
    min-width: 220px;
    width: 100%;
}
.btn01 a {
    max-width: 300px;
    width: 100%;
    padding: 0.6em 2em;
}
.customBtn a {
    max-width: 320px;
    width: 100%;
}
.btn03 a {
    max-width: 300px;
    width: 100%;
}

*[class*="clm3_"] .clm {
    width: 30%;
    margin-right: 5%;
}

@media screen and (max-width: 767px) {
    *[class*="clm3_"] .clm {
        width: auto;
        margin-right: 0;
    }
    .txtlink_pdf a {
        min-width: 157px;
    }
    .img_store {
        text-align: center;
        padding: 0 42.5px;
    }
    .img_store img {
        width: 240px;
    }
    .sp_p025 {
        padding: 0 25px;
    }
    .sp_jfC {
        justify-content: center;
    }
    .btn02 {
        padding: 0 25px;
    }
}

.thumbnail_icon { 
    display: block;
    position: relative;
}

.thumbnail_icon:after {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    content: '';
    width: 62px;
    height: 44px;
    margin: 0 auto;
    background: url(/enjoy/movie/images/icon_play.png) no-repeat center;
    background-size: 100%;
}

@media screen and (max-width: 767px) {
    .thumbnail_icon::after {
        width: 42px;
        height: 32px;
    }
}

.vid_wrapper {
    width: 99%;
    height: 100%;
    padding-bottom: 56%;
    position: relative;
    height: 0;
    overflow: hidden
}

.vid_wrapper.w56p {
    width: 56%;
    margin: 0 auto;
}

.vid_wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}


/* slider */
.type_slider_arrows .slick-prev,
.type_slider_arrows .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  width: 12px;
  height: 20px;
  left: 20%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.type_slider_arrows .slick-next {
    left: auto;
    right: 20%;
}

.type_slider_arrows .slick-prev:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 12px;
height: 20px;
background: url('/common_2022/images/arrow/arw_brown_l_lg.png') no-repeat left center;
background-size: 100%;
}
.type_slider_arrows .slick-next:before {
position: absolute;
content: "";
top: 0;
left: 0;
width: 12px;
height: 20px;
background: url('/common_2022/images/arrow/arw_brown_r_lg.png') no-repeat right center;
background-size: 100%;
}

.type_slider_arrows .slick-dots {
    display: table !important;
    margin: 3% auto 0;
    border-radius: 10px;
    overflow: hidden;
}

.type_slider_arrows .slick-dots li {
    display: table-cell;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background-color: #F6F6F6;
}

.slick-slide img {
    margin: 0 auto;
    width: 65.4%;
}

.slick-dots li.slick-active button:before {
    opacity: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 12.5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border-radius: 50%;
}

.slick-dots li button:before {
    position: absolute;
    top: 25%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #551900;
    content: '';
    opacity: .25;
    border-radius: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media print, screen and (min-width:768px){
    .slider_wrap{
        margin-left: -12px;
        margin-right: -12px;
    }
    .slick-slide{
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 767px) {
    .type_slider_arrows .slick-next:before, .type_slider_arrows .slick-prev:before {
        left: 0;
        width: 9px;
        height: 14px;
    }

    .type_slider_arrows .slick-prev {
        left: 6.5%;
        bottom: -3px;
    }

    .type_slider_arrows .slick-next {
        right: 6.5%;
        bottom: -3px;
    }

    .type_slider_arrows .slick-dots {
        position: relative;
        margin-top: 25px;
    }



    .slick-dots li button {
        display: block;
        width: 10px;
        height: 10px;
        padding: 0 4.5%;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        border-radius: 50%;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button:before {
        position: absolute;
        top: 25%;
        left: 25%;
        width: 7px;
        height: 7px;
        background: #551900;
        content: '';
        opacity: .25;
        border-radius: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

@media screen and (max-width: 1050px) and (min-width: 767px) {
    .type_slider_arrows .slick-prev {
        left: 20%;
        bottom: 0;
    }

    .type_slider_arrows .slick-next {
        right: 20%;
        bottom: 0;
    }
}

@media screen and (max-width: 350px) {
    .slick-dots li button {
        padding: 0 10px;
    }
}
/* slider end */