@charset "UTF-8";

/*****  公開時はプレイベントはカミングスーン  ******/
.coming_soon{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 1em;
}
/****************************************************/


/*****  header  *****/
.hero{
    margin: 0 auto;
    position: relative;
    height:505px;
}

.hero::before{
    content: "";
    position: absolute;
    left:-50px;
    top:-50px;
    width:calc(100% + 100px);
    height:calc(98.5% + 50px);
    background: #FF9696;
    background: linear-gradient(135deg,rgba(255, 150, 150, 0.2) 25%, rgba(242, 218, 2, 0.2) 100%);
    -ms-filter: blur(15px);
    filter: blur(15px);
}

.hero_pr{
    font-size: 13px;
    line-height: 1.30769231;
    text-align: right;
    position: absolute;
    right:20px;
    top:15px;
    z-index: 10;
}

.kv_sub{
    width: 626px;
    margin: 0 auto -40px;
    line-height: 0;    
}

.kv_sub img{
    position: relative;
    top:-40px;
}

.gnav{
    top:310px;
}

.panlist{
    margin: 154px auto 0;
    width: auto;
    max-width: 1040px;
    padding-left: 20px;
    font-size:14px;
    line-height: 1;
}

.panlist a:hover{
    text-decoration: underline;
}
/*************************/


/********* セクションのリードのパーツ *********/
.section_lead{
    width: 998px;
    height:294px;
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    margin-bottom: 26px;
    position: relative;
}

.section_lead_text{
    position: absolute;
    left: 0;
    top:0px;
    padding-left: 77px;
    padding-right: 77px;
    padding-top: 54.5px;
}

.section_lead_text_tsume{
    margin-left: -0.5em;
}

.section_lead_bracket_01{
    width: 84.9185px;
    position: absolute;
    left:16px;
    top:11px;
}

.section_lead_bracket_02{
    width: 84.9185px;
    position: absolute;
    right:16px;
    bottom:11px;
    transform: rotate(180deg);
}
/*************************/


/********* ツアーの魅力・学べることのリードのパーツ *********/
.charm_lead{
    width: 998px;
    height:405px;
    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    margin-bottom: 26px;
    position: relative;
}

.charm_lead_text{
    position: absolute;
    left: 0;
    top:0px;
    padding-left: 77px;
    padding-right: 77px;
    padding-top: 54.5px;
}

.charm_lead_text_tsume{
    margin-left: -0.5em;
}

.charm_lead_bracket_01{
    width: 84.9185px;
    position: absolute;
    left:16px;
    top:11px;
}

.charm_lead_bracket_02{
    width: 84.9185px;
    position: absolute;
    right:16px;
    bottom:11px;
    transform: rotate(180deg);
}
/*************************/


/********* プレイベントのリードのパーツ *********/
.preevent_lead{
    width: 998px;
    height:294px;
    height:257px;

    font-size: 22px;
    line-height: 37px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 21px;
    margin-bottom: 26px;
    position: relative;
}

.preevent_lead_text{
    position: absolute;
    left: 0;
    top:0px;
    padding-left: 77px;
    padding-right: 77px;
    padding-top: 54.5px;
}

.preevent_lead_text_tsume{
    margin-left: -0.5em;
}

.preevent_lead_bracket_01{
    width: 84.9185px;
    position: absolute;
    left:16px;
    top:11px;
}

.preevent_lead_bracket_02{
    width: 84.9185px;
    position: absolute;
    right:16px;
    bottom:11px;
    transform: rotate(180deg);
}
/*************************/

/********* 現地スタディツアー概要・申し込み *********/
.overview{
    padding-top:54px;
}

.overview_btn{
    width: 290px;
    height:80px;
    margin: 0 auto;
    background: #FF9696;
    background: linear-gradient(135deg,rgba(255, 150, 150, 1) 25%, rgba(242, 218, 2, 1) 100%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    filter: drop-shadow(7px 7px 7px rgba(0,0,0,0.15));
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding-top: 29px;
    position: relative;
    cursor: pointer;
}

.overview_tab{
    width:960px;
    margin:63px auto 71px;
}

.overview_tab>li{
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 5px;
    height:100%;
    display: flex;
    flex-wrap:wrap;
    position: relative;
}

.overview_tab>li:nth-of-type(1){
    margin-top: 5px;
}

.overview_tab>li:nth-of-type(1)::before{
    content: "";
    position: absolute;
    left:0;
    top:-5px;
    width: 100%;
    height:5px;
    border-radius: 2px;
    background: #FF9696;
    background: linear-gradient(135deg,rgba(255, 150, 150, 1) 25%, rgba(242, 218, 2, 1) 100%);
}

.overview_tab>li::after{
    content: "";
    position: absolute;
    left:0;
    bottom:-5px;
    width: 100%;
    height:5px;
    border-radius: 2px;
    background: #FF9696;
    background: linear-gradient(135deg,rgba(255, 150, 150, 1) 25%, rgba(242, 218, 2, 1) 100%);
}

.overview_tab_left{
    width: 223px;
    padding-top:20px;
    padding-bottom:21px;
    padding-left: 19px;
    padding-right: 19px;
}

.overview_tab_right{
    width:737px;
    padding-top:20px;
    padding-bottom:21px;
    padding-right: 19px;
}

.overview_tab_right_subtext{
    font-size:14px;
    line-height: 1.64285714;
    font-weight: 500;
    display: block;
    margin-top: 14px;
}

.overview_tab_right_subtext+.overview_tab_right_subtext{
    margin-top: 7px;
}

.overview_tab_row{
    width:100%;
    display: block;
}

.overview_tab_visit{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
} 

.overview_tab_visit_unit{
    width:308px;
}

.overview_tab_visit_unit_pic{
    /*height: 193px;*/
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.overview_tab_visit_unit_name{
    font-size: 17px;
    line-height: 1;
    text-align: center;
    margin-top: 22px;
    margin-bottom: 14px;
}

.overview_tab_visit_unit_explanation{
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 43px;
}

.overview_tab_right ul{
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

.overview_tab_annotation{
    /*display: block;*/
    font-size:14px;
    line-height: 23px;
    /*margin-top: 12px;*/
    font-weight: 500;
}

.overview_tab_right_conditions{
    display: flex;
    position: relative;
}

.overview_tab_right_conditions span{
    margin-right:0.25em;
}

.overview_tab_right_conditions+.overview_tab_right_conditions{
    margin-top: 18px;
}

.overview_tab_right_subtext_conditions{
    font-size:14px;
    line-height: 1.64285714;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    margin-bottom:18px;
}

.overview_tab_right_subtext_annotation{
    display: flex;
}

.overview_tab_requirements+.overview_tab_requirements{
    margin-top: 36px;
}

.overview_tab_requirements_area{
    width:848px;
    margin: 21px auto 71px;
    background-color: #F7F7F7;
    padding: 45px;
    border-radius: 40px;
}

.overview_tab_requirements_haeading{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.overview_tab_requirements_haeading_mark{
    color: #FF9696;
    margin-right:0.25em;
}

.overview_tab_requirements_haeading_small{
    font-size:14px;
    font-weight: 500;
}

.overview_tab_requirements_list{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.overview_tab_requirements_list li{
    display: flex;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.overview_tab_requirements_list li span{
    padding-right: 0.25em;
}

.kome{
    top: -0.75em;
    font-size: 60%;
    position: relative;
}

/************************/


/********* ツアーの魅力・学べること *********/
.charm{
    padding-top:54px;
}

.previous{
    padding-top:98px;
    margin-bottom: 147px;
}

.previous_photo_area{
    width:992px;
    margin:59px auto 0;
}

.previous_photo{
    /*height:496px;*/

    margin-bottom: 43px;
    line-height: 0;
    background-color: #d3d3d3;
}

.previous_movie_youtube{
  aspect-ratio: 2 / 1;
  width:100%;
}

.previous_thumbnail_area{
    /*height:408px;*/
    border-radius: 20px;
    padding: 19px;
    margin-bottom: 17px;
    background-color: #212121;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    position: relative;
}

.previous_thumbnail{
    width: 228px;
    /*height: 114px;*/
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
}

.previous_movie_html{
    display: none;
}

.previous_thumbnail_area_caption{
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.previous_thumbnail_arrow{
    width: 38.8802px;
    line-height: 0;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top:-16.5559px;
}

.voice_container{
    width: 1016px;
    margin: 94px auto 170px;
    display: flex;
    flex-direction: column;
    row-gap: 84px;
}

.voice_unit_pic{
    width: 320px;
    height: 320px;
    background-color: #d3d3d3;
    border: solid 5px #FF9696;
    border-radius: 50%;
}

.voice_unit_even .voice_unit_pic{
    border: solid 5px #F5B402;
}

.voice_unit_odd{
    display: flex;
    justify-content: space-between;
    flex-direction:row-reverse;
    align-items: flex-start;
}

.voice_unit_even{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.voice_unit_voice{
    width: 588px;
    background-color: #FF9696;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 30px;
    font-size: 17px;
    line-height:30px;
    padding:39px;
    padding-top:32.5px;
    padding-bottom:32.5px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

.voice_unit_voice_adjustment{
    padding-top: 47.5px;
    padding-bottom: 47.5px;
}

.voice_unit_even .voice_unit_voice{
    background-color: #F5B402;
}

.voice_unit_voice_arrow_01{
    width: 62.5px;
    position: absolute;
    left:-62px;
    top:95px;
    line-height: 0;
}

.voice_unit_voice_arrow_02{
    width: 62.5px;
    position: absolute;
    right:-62px;
    top:95px;
    line-height: 0;
}

.message_container{
    width: 1016px;
    margin: 94px auto 138px;
    display: flex;
    flex-direction: column;
    row-gap: 84px;
}

.message_unit{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.message_unit_person{
    width: 320px;
}

.message_unit_person_pic{
    width: 320px;
    height: 320px;
    /*background-color: #d3d3d3;*/
    border-radius: 50%;
}

.message_unit_person_name{
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    margin-top: 22px;
    margin-bottom: 14px;
}

.message_unit_person_position{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}

.message_unit_voice_heading{
    /*width: 268px;*/
    margin-top:14px;
    padding-left:26px;
    padding-right: 26px;
    display: inline-block;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 32px;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg,rgba(255, 150, 150, 1) 25%, rgba(242, 218, 2, 1) 100%);
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    font-weight: 600;
}

.message_unit_voice{
    width: 612px;
    /*font-size: 17px;
    line-height:30px;
    color: #333;
    font-weight: 600;
    position: relative;*/
}

.message_unit_voice_text{
    font-size: 17px;
    line-height:30px;
    color: #333;
    font-weight: 600;
    position: relative;
}
/************************/


/********* プレイベント *********/
.preevent{
    padding-top:54px;
}

.preevent_0618{
    /*margin-bottom: 150px;
    margin-bottom: 0;*/
}

.preevent_overview+.preevent_overview{
    padding-top:66px;
}

.overview_tab_onecol{
    padding-top:20px;
    padding-bottom:21px;
    padding-left: 19px;
    padding-right: 19px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.overview_tab_onecol_list{
    display: flex;
    flex-direction: row;
}

.overview_tab_onecol_list span{
    min-width: 1.25em;
}

.archive{
    padding-top:98px;
    margin-bottom: 146px;
}

.archive_movie_area{
    width:992px;
    margin:59px auto 0;
    height:661px;
    background-color: #d3d3d3;
    position: relative;
}

.archive_movie_area::after{      /* 後で消す */
    content: "動画予定";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background-color: #FF309F;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.studytour_btn{
    margin-top:60px;
}

.day{
    padding-top:0;
    margin-bottom: 147px;
}

.day_photo_area{
    width:992px;
    margin:33px auto 0;
}

.day_haeding{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    margin-bottom: 33px;
}

.day_photo{
    /*height:661px;*/
    margin-bottom: 43px;
    /*background-color: #d3d3d3;*/
    line-height: 0;
}
.day_photo p {
    display: block;
    text-align: center;
    margin: 1.2rem 0 0 0;
}

 /* 後で消す */
 /*
.day_photo::after{     
    content: "下のサムネールでクリックされた写真を表示";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 500px;
    height: 36px;
    line-height: 36px;
    background-color: #FF309F;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}
*/

.day_thumbnail_area{
    border-radius: 20px;
    padding: 19px;
    margin-bottom: 17px;
    background-color: #212121;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    position: relative;
}
.day_thumbnail_area p {
    display: none;
}


/* 後で消す */
/*
.day_thumbnail_area::after{      
    content: "写真予定";
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 110px;
    height: 36px;
    line-height: 36px;
    background-color: #FF309F;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}
*/

.day_thumbnail{
    width: 228px;
    /*height: 152px;*/
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    line-height: 0;
}

.day_thumbnail_area_caption{
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
}

.day_thumbnail_arrow{
    width: 38.8802px;
    line-height: 0;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top:-16.5559px;
}

.performer{
    padding-top:66px;
}

.performer_container{
    /*width: 1016px;*/
    width: 992px;
    /*margin: 94px auto 138px;*/
    margin: 94px auto 101px;
    display: flex;
    flex-direction: column;
    row-gap: 103px;
}

.performer_unit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.performer_unit_person{
    width: 320px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 0;
}

.message_unit_person_pic{
    width: 320px;
    height: 320px;
    border-radius: 50%;
}

.performer_unit_person_name{
    text-align: left;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 26px;
}

.performer_unit_person_position{
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
}

.performer_unit_voice{
    /*width: 612px;*/
    width: 599px;
}

.performer_unit_voice_text{
    font-size: 17px;
    line-height:30px;
    color: #333;
    font-weight: 600;
    position: relative;
}

/************************/


/********* Q&A *********/
.qa{
    width: 984px;
    margin: 0 auto;
    padding-top:54px;
}

.qa_haeding{
    font-size: 30px !important;
}

.qa_haeding span{
    position: absolute;
    left: 0;
    top:60px;
}

.qa_question_container{
    margin-top: 84px;
    margin-bottom: 139px;
}

.qa_question{
    height:70px;
    margin: 0 auto;
    background: #FF9696;
    background: linear-gradient(135deg,rgba(255, 150, 150, 1) 25%, rgba(242, 218, 2, 1) 100%);
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
    border-bottom-left-radius: 42px;
    border-bottom-right-radius: 42px;
    text-align: left;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
    padding-left: 87px;
    padding-top: 24px;
    position: relative;
    margin-bottom: 31px;
}

.qa_q{
    font-size: 51px;
    line-height: 1;
    font-weight: 800;
    position: absolute;
    left:22px;
    top:4.5px;
}

.qa_answer{
    font-size: 19px;
    line-height: 1.73684211;
    font-weight: 600;
    padding-left: 17px;
    padding-right: 17px;
}

.qa_answer+.qa_question{
    margin-top: 58px;
}
/************************/


@media (max-width: 834px) {
    .gnav{
        top:0;
        position: fixed;
    }

    .hero{
        /*height:310px;*/
        height:82.66666667vw;
    }

    .hero::before{
        content: "";
        position: absolute;
        left:-13.33333333vw;
        top:-13.33333333vw;
        width:calc(100% + 26.66666667vw);
        height:calc(98.5% + 13.33333333vw);
        background: #FF9696;
        background: linear-gradient(135deg,rgba(255, 150, 150, 0.2) 25%, rgba(242, 218, 2, 0.2) 100%);
        /*-ms-filter: blur(15px);
        filter: blur(15px);*/
        -ms-filter: blur(4vw);
        filter: blur(4vw);
    }


    .hero_pr{
        font-size: 2.4vw;
        line-height: 3.2vw;
        left:33.06666667vw;
        top:2.26666667vw;
        text-align: left;
    }

    .kv_sub{
        /*width: 386px;*/
        width: 102.93333333vw;
        margin: 0 auto 0;
        /*padding-top: 37px;*/
        padding-top: 9.86666667vw;
    }

    .kv_sub img{
        /*width: 386px;*/
        width: 102.93333333vw;
        top:0;
    }

    .panlist{
        /*margin: 21px auto 0;
        padding-left: 20px;
        font-size:13px;*/
        margin: 5.6vw auto 0;
        padding-left: 5.33333333vw;
        font-size:3.46666667vw;
    }

    .section_lead{
        width: 355px;
        height:506px;
        width: 94.66666667vw;
        height:134.93333333vw;

        font-size: 4.8vw;
        line-height: 8.53333333vw;
        margin-top: 4vw;
        margin-bottom: 0;
    }

    .section_lead_text{
        left: 0;
        top:0px;
        padding-left: 13.33333333vw;
        padding-right: 13.33333333vw;
        padding-top: 12.13333333vw;
    }

    .section_lead_bracket_01{
        width: 16vw;
        left:4.26666667vw;
        top:2.93333333vw;
    }
    .section_lead_bracket_02{
        width: 16vw;
        right:4.26666667vw;
        bottom:2.93333333vw;
        transform: rotate(180deg);
    }

    .overview{
        /*padding-top:30px;*/
        padding-top:8vw;
    }
    
    .overview_btn{
        width: 89.33333333vw;
        height:17.33333333vw;
        border-top-left-radius: 6.4vw;
        border-top-right-radius: 6.4vw;
        border-bottom-left-radius: 10.13333333vw;
        border-bottom-right-radius: 10.13333333vw;
        filter: drop-shadow(1.33333333vw 1.33333333vw 1.33333333vw rgba(0,0,0,0.15));
        font-size: 4.8vw;
        padding-top:5.86666667vw;
    }

    .overview_tab{
        width:89.33333333vw;
        margin:16.8vw auto 13.33333333vw;
    }

    .overview_tab>li{
        font-size: 4.26666667vw;
        line-height: 7.46666667vw;
        margin-bottom: 1.33333333vw;
    }

    .overview_tab>li:nth-of-type(1){
        margin-top: 1.33333333vw;
    }

    .overview_tab>li:nth-of-type(1)::before{
        left:0;
        top:-1.33333333vw;
        height:1.33333333vw;
        border-radius: 0.53333333vw;
    }

    .overview_tab>li::after{
        left:0;
        bottom:-1.33333333vw;
        height:1.33333333vw;
        border-radius: 0.53333333vw;
    }

    .overview_tab_left{
        width: 24vw;
        padding-top:5.33333333vw;
        padding-bottom:5.6vw;
        padding-left: 1.6vw;
        padding-right: 1.6vw;
    }

    .overview_tab_right{
        width:65.33333333vw;
        padding-top:5.33333333vw;
        padding-bottom:5.6vw;        
        padding-right: 1.6vw;
    }

    .overview_tab_right_subtext{
        font-size:3.73333333vw;
        line-height: 1.64285714;
        margin-top: 3.73333333vw;
    }

    .overview_tab_right_subtext+.overview_tab_right_subtext{
        margin-top: 1.86666667vw;
    }

    .overview_tab_visit{
        flex-direction: column;
        margin-top: 6.66666667vw;
        row-gap: 0;
    } 

    .overview_tab_visit_unit{
        width:82.13333333vw;
        margin-left: auto;
        margin-right: auto;
    }

    .overview_tab_visit_unit_pic{
        border-radius: 2.66666667vw;
    }

    .overview_tab_visit_unit_name{
        font-size: 4.53333333vw;
        margin-top: 5.86666667vw;
        margin-bottom: 3.73333333vw;
    }

    .overview_tab_visit_unit_explanation{
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 11.46666667vw;
    }

    .overview_tab_right ul{
        row-gap: 2.93333333vw;
    }

    .overview_tab_annotation{
        font-size:3.73333333vw;
        line-height: 6.13333333vw;
    }

    .overview_tab_right_conditions span{
        margin-right:0.25em;
    }

    .overview_tab_right_conditions+.overview_tab_right_conditions{
        margin-top: 4.8vw;
    }

    .overview_tab_right_subtext_conditions{
        font-size:3.73333333vw;
        line-height: 1.64285714;
        margin-top: 2.66666667;
        margin-bottom:4.8vw;
    }

    .overview_tab_requirements+.overview_tab_requirements{
        margin-top: 9.6vw;
    }

    .overview_tab_requirements_area{
        width:89.33333333vw;
        margin: 5.6vw auto 12vw;
        padding: 4.8vw;
        padding-top:8vw;
        padding-bottom:8vw;
        border-radius: 10.66666667vw;
    }

    .overview_tab_requirements_haeading{
        font-size: 4.8vw;
        margin-bottom: 5.33333333vw;
    }

    .overview_tab_requirements_haeading_small{
        display: block;
        font-size:3.73333333vw;
        line-height: 6.4vw;
        margin-top: 3.46666667vw;
    }

    .overview_tab_requirements_list{
        row-gap: 4.26666667vw;
    }

    .overview_tab_requirements_list li{
        font-size: 4vw;
        line-height: 6.4vw;
    }

    .charm{
        /*padding-top:30px;*/
        padding-top:8vw;
    }

    .charm_lead{
        width: 355px;
        height:506px;
        width: 94.66666667vw;
        height:186.13333333vw;
        font-size: 4.8vw;
        line-height: 8.53333333vw;
        margin-top: 4vw;
        margin-bottom: 0;
    }

    .charm_lead_text{
        left: 0;
        top:0px;
        padding-left: 13.33333333vw;
        padding-right: 13.33333333vw;
        padding-top: 12.13333333vw;
    }

    .charm_lead_bracket_01{
        width: 16vw;
        left:4.26666667vw;
        top:2.93333333vw;
    }
    .charm_lead_bracket_02{
        width: 16vw;
        right:4.26666667vw;
        bottom:2.93333333vw;
        transform: rotate(180deg);
    }

    .previous{
        padding-top:24.26666667vw;
        margin-bottom:24.26666667vw;
    }

    .previous_photo_area{
        width:89.33333333vw;
        margin:15.73333333vw auto 0;
    }

    .previous_photo{
        margin-bottom: 8.53333333vw;
    }

    .previous_thumbnail_area{
        border-radius: 2.66666667vw;
        padding: 2.13333333vw;
        margin-bottom: 3.73333333vw;
        gap: 1.73333333vw;
    }

    .previous_thumbnail{
        width: 27.2vw;
        border-radius: 1.33333333vw;
    }

    .previous_thumbnail_area_caption{
        font-size: 3.46666667vw;
    }

    .previous_thumbnail_arrow{
        width: 6.66666667vw;
        top:-4vw;
    }

    .voice_container{
        width: 89.33333333vw;
        margin: 16vw auto 23.46666667vw;
        row-gap: 19.46666667vw;
    }

    .voice_unit_pic{
        width: 72vw;
        height: 72vw;
        margin:0 auto;
        border: solid 1.12506667vw #FF9696;
    }

    .voice_unit_even .voice_unit_pic{
        border: solid 1.12506667vw #F5B402;
    }

    .voice_unit_odd{
        flex-direction: column;
        row-gap: 24vw;
    }

    .voice_unit_even{
        flex-direction: column;
        row-gap: 24vw;
    }

    .voice_unit_voice{
        width: 89.33333333vw;
        border-top-left-radius: 8vw;
        border-bottom-left-radius: 26.66666667vw;
        border-top-right-radius: 26.66666667vw;
        border-bottom-right-radius: 8vw;
        font-size: 4.26666667vw;
        line-height:7.73333333vw;
        padding:7.73333333vw;
        padding-top:7.86666667vw;
        padding-bottom:7.86666667vw;
    }

    .voice_unit_voice_adjustment{
        padding-top:7.86666667vw;
        padding-bottom:7.86666667vw;
    }


    .voice_unit_voice_arrow_01{
        width: 16.66666667vw;
        margin:auto;
        left:0;
        right:0;
        top:auto;
        bottom:-20.53333333vw;
        transform: rotate(-90deg);
    }

    .voice_unit_voice_arrow_02{
        width: 16.66666667vw;
        margin:auto;
        left:0;
        right:0;
        top:auto;
        bottom:-20.53333333vw;
        transform: rotate(90deg)  scaleY(-1);
    }

    .message_container{
        width: 89.33333333vw;
        margin: 17.06666667vw auto 32vw;
        display: flex;
        flex-direction: column;
        row-gap: 22.4vw;
    }

    .message_unit{
        flex-direction: column;
        row-gap: 5.33333333vw;
    }

    .message_unit_person{
        width: 72vw;
        margin: 0 auto;
    }

    .message_unit_person_pic{
        width: 72vw;
        height: 72vw;
    }

    .message_unit_person_name{
        font-size: 6.13333333vw;
        margin-top: 5.86666667vw;
        margin-bottom: 2.66666667vw;
    }

    .message_unit_person_position{
        font-size: 4.26666667vw;
        line-height: 6.93333333vw;
    }

    .message_unit_voice_heading{
        margin-top:3.73333333vw;
        padding-left:6.93333333vw;
        padding-right: 6.93333333vw;
        height: 13.33333333vw;
        font-size: 4.8vw;
        line-height: 13.33333333vw;
        margin-bottom: 8.53333333vw;
        border-top-left-radius: 5.06666667vw;
        border-top-right-radius: 5.06666667vw;
        border-bottom-left-radius: 8vw;
        border-bottom-right-radius: 8vw;
    }

    .message_unit_voice{
        width: 89.33333333vw;
        /*font-size: 4.26666667vw;
        line-height:7.73333333vw;*/
        text-align: center;
    }

    .message_unit_voice_text{
        font-size: 4.26666667vw;
        line-height:7.73333333vw;
        text-align: left;
    }

    .preevent{
        /*padding-top:30px;*/
        padding-top:8vw;
    }

    .preevent_0618 .sec_heading span{
        letter-spacing: -0.04em;
    }

    .preevent_lead{
        /*width: 355px;
        height:442px;*/
        width: 94.66666667vw;
        height:117.86666667vw;
        font-size: 4.8vw;
        line-height: 8.53333333vw;
        margin-top: 4vw;
        margin-bottom: 0;
    }

    .preevent_lead_text{
        left: 0;
        top:0px;
        padding-left: 13.33333333vw;
        padding-right: 13.33333333vw;
        padding-top: 12.13333333vw;
    }

    .preevent_lead_bracket_01{
        width: 16vw;
        left:4.26666667vw;
        top:2.93333333vw;
    }
    .preevent_lead_bracket_02{
        width: 16vw;
        right:4.26666667vw;
        bottom:2.93333333vw;
        transform: rotate(180deg);
    }

    .preevent_overview+.preevent_overview{
        padding-top:46px;
        padding-top:12.26666667vw;
    }

    .overview_tab_onecol{
        padding-top:5.33333333vw;
        padding-bottom:5.6vw;
        padding-left: 1.6vw;
        padding-right: 1.6vw;
        row-gap: 4.26666667vw;
    }
    
    .archive{
        /*padding-top:26.13333333vw;*/
        padding-top:24.26666667vw;
        margin-bottom: 24.26666667vw;
    }

    .archive_movie_area{
        width:89.33333333vw;
        height:44.8vw;
        margin:15.73333333vw auto 0;
    }

    .day{
        padding-top:0;
        margin-bottom: 24.26666667vw;
    }

    .day_photo_area{
        width:89.33333333vw;
        margin:13.33333333vw auto 0;
    }

    .day_photo{
        margin-bottom: 8.53333333vw;
    }
    .day_photo p {
        font-size: 1.2rem;
    }

    .day_thumbnail_area{
        border-radius: 2.66666667vw;
        padding: 2.13333333vw;
        margin-bottom: 3.73333333vw;
        gap: 1.73333333vw;
    }

    .day_haeding{
        font-size: 6.13333333vw;
        margin-bottom: 6.13333333vw;
    }

    .day_thumbnail{
        width: 27.2vw;
        border-radius: 1.33333333vw;
    }

    .day_thumbnail_area_caption{
        font-size: 3.46666667vw;
    }

    .day_thumbnail_arrow{
        width: 6.66666667vw;
        top:-4vw;
    }

    .performer{
        padding-top:12.26666667vw;
    }

    .performer_container{
        width: 89.33333333vw;
        /*margin: 17.06666667vw auto 32vw;*/
        margin: 17.06666667vw auto 18.66666667vw;
        display: flex;
        flex-direction: column;
        row-gap: 22.4vw;
    }

    .performer_unit{
        flex-direction: column;
        row-gap: 0;
    }

    .performer_unit_person{
        width: 72vw;
        margin: 0 auto;
    }

    .performer_unit_person_pic{
        width: 72vw;
        height: 72vw;
    }

    .performer_unit_person_name{
        font-size: 6.13333333vw;
        margin-top: 5.86666667vw;
        margin-bottom: 0;
        text-align: center;
    }

    .performer_unit_person_position{
        font-size: 4.26666667vw;
        line-height: 6.93333333vw;
        display: block;
        margin-top: 2.66666667vw;
        margin-bottom: 8.26666667vw;
    }

    .performer_unit_voice{
        width: 89.33333333vw;
        text-align: center;
    }

    .performer_unit_voice_text{
        font-size: 4.26666667vw;
        line-height:7.73333333vw;
        text-align: left;
    }
 
    .performer_unit_person_name_fullspace{
        display: none;
    }

    .qa{
        width: 89.33333333vw;
        padding-top:8vw;
    }

    .qa_haeding{
        font-size: 7.2vw !important;
    }

    .qa_haeding span{
        top:12vw;
    }

    .qa_question_container{
        margin-top: 16vw;
        margin-bottom: 32vw;
    }

    .qa_question{
        height:21.33333333vw;
        border-top-left-radius: 7.46666667vw;
        border-top-right-radius: 7.46666667vw;
        border-bottom-left-radius: 12.53333333vw;
        border-bottom-right-radius: 12.53333333vw;
        font-size: 4.53333333vw;
        line-height: 6.93333333vw;
        padding-left: 20vw;
        padding-top: 3.46666667vw;
        padding-right: 1em;
        margin-bottom: 8.26666667vw;
    }

    .qa_q{
        font-size: 11.73333333vw;
        left:5.86666667vw;
        top:2.66666667vw;
    }

    .qa_answer{
        font-size: 4.53333333vw;
        line-height: 8vw;
        padding-left: 4.53333333vw;
        padding-right: 4.53333333vw;
    }

    .qa_answer+.qa_question{
        margin-top: 9.06666667vw;
    }

}