/*pc---------------------------------------*/
@media screen and (min-width: 767px) {

    /*pc common------------------------------------*/
    .for_sp {
        display: none !important;
    }

    .contents_all_wrap {
        font-size: 12px !important;
        /* max-width: 1050px; */
        width: 100%;
    }

    .inner_contents_wrap {
        max-width: 1070px;
        margin: 0 auto;
        position: relative;
        /* color: #000; */
    }

    .icon_arrow_right,
    .icon_arrow_down,
    .icon_arrow_up,
    .icon_arrow_link_right {
        position: relative;
        cursor: pointer;
    }

    .icon_arrow_right::before {
        transition: .25s;
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: rotate(45deg);
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .icon_arrow_down::before {
        transition: .25s;
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: rotate(135deg);
        right: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .icon_arrow_up::before {
        transition: .25s;
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: rotate(-45deg);
        right: 25px;
        top: 0;
        bottom: -6px;
        margin: auto;
    }

    .icon_arrow_link_right::before {
        transition: .25s;
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: rotate(45deg);
        right: 0.5em;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .bg_black_wrap .icon_arrow_link_right::before {
        transition: .25s;
        position: absolute;
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 2px currentColor;
        border-right: solid 2px currentColor;
        transform: rotate(45deg);
        right: 0.5em;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .text_link_arrow_right {
        display: inline-block;
        text-align: left;
        margin: auto;
    }

    .text_link_arrow_right a,
    .text_link_arrow_right .move_modal_btn {
        margin: 10px 0 0 0;
        color: #406FAF;
        font-size: 16px;
        position: relative;
        display: inline-block;
        text-align: left;
        margin-right: 25px;
        text-decoration: none;
        cursor: pointer;
    }

    .text_link_arrow_right a::after,
    .text_link_arrow_right .move_modal_btn::after {
        content: "";
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
        width: 17px;
        background-image: url(../images/icon_point_link.svg);
        position: absolute;
        right: -23px;
        bottom: 4px;
        padding: 1px;
    }
    .text_link_arrow_right.no-arrow a::after {
        display: none;
    }

    .text_link_arrow_right a:hover,
    .text_link_arrow_right .move_modal_btn:hover {
        color: #406FAF;
        opacity: 0.5;
    }


    .btn_inquiry {
        width: 400px;
        height: 70px;
        margin: 10px auto;
        background-color: #D9161B;
        border-radius: 50vw;
        border: solid #fff 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    a.btn_inquiry:hover {
        color: #fff;
    }

    .btn_detail {
        width: 400px;
        height: 55px;
        background-color: #fff;
        border-radius: 50vw;
        border: solid #E93817 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000;
        margin: auto;
        font-size: 18px;
    }


    h2,
    h3 {
        color: #000;
        margin: initial;
        font-size: initial;
    }

    .bg_black_wrap h2,
    .bg_black_wrap h3 {
        color: #fff;
    }


    h2.common_title,
    h3.common_title {
        font-size: 24px;
        font-weight: bold;
    }

    span.asterisk {
        vertical-align: super;
        font-size: 12px;
    }

    .border_w {
        height: 1px;
        background-color: #404040;
        margin: auto;
        margin-top: 50px;
        max-width: 970px;
    }

    .border_b {
        height: 1px;
        background-color: #000;
        width: 100%;
    }

    .inquiry_btn_wrap {
        /* margin: 50px auto; */
        width: 100%;
        text-align: center;
    }

    .inquiry_btn_wrap a {
        color: #fff;
    }


    .inquily_btn_remarks {
        font-size: 14px;
    }


    a.link_about {
        font-size: 18px;
        color: #000;
        padding-right: 1.3em;
        border-bottom: 1px solid #000;
        text-decoration: none;
    }

    .bg_black_wrap a.link_about {
        font-size: 14px;
        color: #fff;
        padding-right: 2em;
        border-bottom: 1px solid #fff;
    }

    .inquiry_btn_wrap.inquiry_pink {
        width: 100%;
        background-color: #FDECEE;
        text-align: center;
        padding: 40px 0;
        box-sizing: border-box;
    }

    /*heading_title------------------------------*/
    
    .heading_title{
        width: 100%;
        margin: auto;
        margin-bottom:15px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 25px;
    }
    /*kv-----------------------------------------*/
    .section_kv {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        padding: 0;
        line-height: 0;
        position: relative;
        cursor: pointer;
    }

    .section_kv .heading_title{
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        width: 100%;
    }

    /* .section_kv iframe {
        width: 100%;
        margin: auto;
        max-width: 1000px;
        margin: auto;
        height: 100%;
    } */

    /*bg_black_wrap*/
    .bg_black_wrap {
        background-color: #1A1C28;
        color: #fff;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
        /* margin-top: 0; */
        margin-top: 60px;
    }

    .section_kv .btn_movie_play{
        height: 140px;
        width: 140px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        background-image: url(../images/btn_movie_play.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        opacity: 0.75;
        
    }

    .slick_dummy {
        width: 100%;
        height: 100px;
        background-color: red;
    }

    /*intro--------------------------------------*/
    .section_intro {
        width: 100%;
        text-align: center;
        /* color: #fff; */
        padding: 50px 0 5px 0;
    }

    .section_intro .title_intro {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.5em;
    }

    .section_intro .title_intro span {
        font-size: 44px;
        font-weight: bold;
    }

    .section_intro .subtitle_intro {
        font-size: 24px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 490px;
        padding: 10px 0;
        margin: 20px auto 0 auto;
        font-weight: bold;
    }


    .section_intro .section_intro a.link_about {
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    /*value---------------------------------------*/

    .section_value {
        width: 100%;
        text-align: center;
        padding: 0 0;
        margin-top: 20px;
    }


    .section_value .value_items_wrap {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
        margin: auto;
        width: 100%;
        max-width: 800px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .section_value .value_items_wrap .value_item {
        border: solid #D9161B 2px;
        border-radius: 30px;
        width: 100%;
        /* height: 700px; */
        padding: 25px 25px 25px 40px;
        position: relative;
        box-sizing: border-box;
        text-align: left;
        display: flex;
        margin-bottom: 30px;
    }

    .section_value .value_items_wrap .value_item .value_osusume {
        font-size: 23px;
        width: 90%;
        margin: auto;
        text-align: center;
        font-weight: bold;
        margin-top: 12px;
    }

    .section_value .value_items_wrap .value_item .value_osusume span.red {
        color: #EA3817;
    }


    .section_value .value_items_wrap .value_item .value_item_title {
        font-size: 25px;
        text-align: left;
        font-weight: bold;
        margin: 30px 0 10px 0;
        /* letter-spacing: 0.01em; */
    }

    .section_value .value_items_wrap .value_item .value_item_subtitle {
        font-size: 18px;
        text-align: left;
        margin: 0 0 21px 0;
        letter-spacing: 0.01em;
    }

    .section_value .value_items_wrap .value_item .value_item_subtitle.under {
        margin: 21px 0;
    }




    .section_value .value_items_wrap img[src*="./images/intro_title_point1_v2.png"],
    .section_value .value_items_wrap img[src*="./images/intro_title_point2_v2.png"],
    .section_value .value_items_wrap img[src*="./images/intro_title_point3_v2.png"] {
        width: 200px;
        left: 0;
        right: 0;
        padding: 0 10px;
        margin: auto;
        background-color: #fff;
    }

    .section_value .value_items_wrap img[src*="./images/intro_point1.png"],
    .section_value .value_items_wrap img[src*="./images/intro_point2.png"],
    .section_value .value_items_wrap img[src*="./images/intro_point3.png"] {
        width: 100%;
    }

    .section_value .value_items_wrap .links {
        text-align: left;
    }


    .section_value .value_remarks {
        font-size: 14px;
        text-align: left;
        margin-bottom: 21px;
        margin-top: 20px;
        text-indent: -1em;
        padding-left: 1em;
    }

    .section_value .value_remarks a {
        color: #000;
        text-decoration: underline;
    }


    /*section_recomend---------------------------*/

    .section_recomend .btn_accodion {
        height: 50px;
        border: 1px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        width: 768px;
        margin: auto;
        background-image: url(../images/icon_plus.svg);
        background-position: center right 20px;
        background-repeat: no-repeat;
        background-size: 18px;
        cursor: pointer;
        margin-top: 60px;
    }

    .common_title.brand6 {
        margin-top: 50px;
        margin-bottom: 25px;
        font-size: 22px;
    }

    .section_recomend .btn_accodion.on {
        background-image: url(../images/icon_minus.svg);
    }

    .accodion_item {
        width: 770px;
        margin: auto;
        margin-top: 20px;
        text-align: left;
    }

    .accodion_item .accodion_item_title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 14px;
    }

    .accodion_item .accodion_item_text {
        font-size: 16px;
    }

    .section_recomend .common_title.title_newcomer {
        margin: 30px 0 25px 0;
        font-size: 22px;
    }


    .section_recomend img[src*="./images/logo-"] {
        margin: 50px 0 20px 0;
        max-width: 180px;
        width: 100%;
    }

    .section_recomend img[src*="./images/logo-"].first {
        margin: 0px 0 20px 0;
    }


    .section_recomend .movie_contents_wrap {
        width: 770px;
        display: flex;
        justify-content: space-around;
        margin: auto;
    }




    /*section_recomend------------------------------*/

    .section_recomend .charm_contents_wrap {
        width: 768px;
        margin: auto;
        margin-top: 50px;
    }

    .section_recomend .charm_contents_wrap .charm_items_wrap {
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 30px 0 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .section_recomend .charm_contents_wrap .charm_items_wrap .charm_item {
        text-align: left;
        font-size: 16px;
    }

    .section_recomend .charm_contents_wrap .charm_items_wrap .charm_item:nth-child(1) {
        width: 360px;
        min-width: 360px;
    }

    .section_recomend .charm_contents_wrap .charm_items_wrap .charm_item:nth-child(2) {
        flex-grow: 1;
        padding-left: 20px;

    }

    .section_recomend .charm_contents_wrap .charm_items_wrap .charm_title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: left;
    }

    .section_recomend .charm_contents_wrap .charm_items_wrap .charm_text {
        font-size: 16px;
        margin-top: 20px;
    }

    .section_recomend .remarks_wrap {
        width: 100%;
        margin: auto;
        text-align: left;
        margin-top: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .section_recomend .remarks_wrap .remarks_item_wrap {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .section_recomend .remarks_wrap .remarks_item_wrap .remrks_asterisk {
        min-width: 2em;
    }

    .section_recomend .remarks_wrap .remarks_item_wrap .remrks_text {
        flex-grow: 1;
    }



    /*bg_grey_wrap------------------------------*/
    .bg_white_wrap {
        background-color: #fff;
        color: #000;
        padding: 80px 0 0 0;
    }

    /*section_presure----------------------------*/
    .section_presure {
        padding: 50px 0 70px 0;
        text-align: center;
        color: #000;
    }


.section_presure .inner_contents_wrap.disney {
    margin-bottom: 50px;
}

.section_presure .desney_logo_wrap {
    width: 438px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 26px;
}





/*section_inquiry------------------------*/

.section_inquiry {
    padding-top: 50px;
    }

.section_inquiry .table_outline {
    border-collapse: collapse;
    border-spacing: 0;
    width: 770px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: left;
}

.section_inquiry .table_outline td {
    border: 1px #000 solid;
    vertical-align: top;
    padding: 20px;
    box-sizing: border-box;
}

.section_inquiry .table_outline td:nth-child(1) {
    width: 95px;
    background-color: #F2F2F3;
}

.section_inquiry .table_outline td .red_underline_text {
    color: #E83316;
    display: inline-block;
    border-bottom: 1px solid #E83316;
}

.section_inquiry .table_outline td .red_text {
    color: #E83316;
}


.section_inquiry .inquiry_item {
    background-color: #e8e8e9;
    border: 1px solid #000;
    padding: 20px;
    margin: auto;
    width: 770px;
    text-align: left;
    margin-top: 30px;
    box-sizing: border-box;
}

.section_inquiry .inquiry_item.red {
    background-color: #fdebe8;
    border: 1px solid #E93817;
}

.inquiry_item .inquiry_item_title {
    border-bottom: 1px solid #000;
    font-size: 16px;
    padding-bottom: 20px;
}

.inquiry_item .inquiry_item_subtitle {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
}

.inquiry_item .inquiry_item_subtitle span {
    font-size: 24px;
}

.inquiry_item .inquiry_item_text {
    font-size: 14px;
    padding-top: 10px;
}

.inquiry_item .inquiry_item_text a {
    color: #000;
    text-decoration: underline;
}

 /* modal mov *****************************************/
    img.close {
        position: absolute;
        top: -5vw;
        right: 0;
        width: 40px;
        max-width: 5vw;
        pointer-events: none;
    }

    #adMovBoxWrap {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 120;
        overflow: auto;
        height: 100%;
        width: 100%;
        padding: 10px;
        align-items: center;
        box-sizing: border-box;
    }

    #adMovBoxInner {
        margin: 0 auto;
        text-align: right;
        overflow: hidden;
        z-index: 1;
        height: 50vw;
        width: 80vw;
        max-width: 800px;
        max-height: 450px;
        /* padding: 0px; */
        /* box-sizing: border-box; */
        position: relative;
        overflow: visible;
    }

    #adMovBoxWrap iframe {
        width: 100%;
        height: 100%;
    }

    #floatMovBg {
        text-align: center;
        background: rgba(255, 255, 255, .8);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 1;
    }

    #closefloat {
        cursor: default;
    }


/*add 220624---------------------*/
.section_catch {
    /*background: rgb(0,13,66);
    background: -moz-linear-gradient(90deg, rgba(0,13,66,1) 0%, rgba(0,13,66,1) 50%, rgba(255,91,203,1) 50%, rgba(255,91,203,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,13,66,1) 0%, rgba(0,13,66,1) 50%, rgba(255,91,203,1) 50%, rgba(255,91,203,1) 100%);
    background: linear-gradient(90deg, rgba(0,13,66,1) 0%, rgba(0,13,66,1) 50%, rgba(255,91,203,1) 50%, rgba(255,91,203,1) 100%);*/
    text-align: center;
    line-height: 0;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.section_catch img {
    /* width: 100%; */
    /* max-width: 1280px; */
    height: 280px;
}

.section_value .value_items_wrap .value_item .value_item_text {
    box-sizing: border-box;
    
}

.section_value .value_items_wrap .value_item .value_image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.section_value .value_items_wrap .value_item:nth-child(1)  .value_item_text{
    width: 60%;
    padding: 0 6% 0 0%;
}
.section_value .value_items_wrap .value_item:nth-child(1)  .value_image {
    width: 40%;
}
.section_value .value_items_wrap .value_item:nth-child(2)  .value_item_text{
    width: 50%;
    padding: 0% 0 4%;
}
.section_value .value_items_wrap .value_item:nth-child(2)  .value_image {
    width: 50%;
}
.section_value .value_items_wrap .value_item:nth-child(3)  .value_item_text{
    width: 50%;
    padding: 0 0 0 0%;
}
.section_value .value_items_wrap .value_item:nth-child(3)  .value_image {
    width: 50%;
}


.section_recomend .charm_contents_wrap .charm_items_wrap .charm_item img{
    width: 100%;
}

.section_kv iframe,
.section_kv .video-background{
    width: 800px;
    height: 444px;
    }








/*end---------------------------*/

/* ラジオボタン */
.toggle_contents [aria-hidden="true"] {
    display: none;
  }
.toggle_contents .btn_inquiry {
    color: #fff !important;
}
  
  input[type="radio"]:focus-visible + span {
    outline: -webkit-focus-ring-color auto 1px;
  }
  
  [data-flow-ui="container"] .form-group label[class^="label-card"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  .section-announcement  .content-announcement .box-wrap {
    max-width: 890px;
  }
  .content-announcement .box-wrap {
    max-width: 770px;
  }
}

/*for_pc---------------------------*/
