@media screen and (min-width:1201){
  .pc_hide{
    display: none!important;
  }
}/*@media screen and (min-width:1201px){*/

@media screen and (max-width:1200px){
  .pad_hide{
    display: none!important;
  }


  /*
  ------------------------------------
  共通パーツ
  ------------------------------------
  */

  .container{
    max-width: 720px;
    margin:0 auto;
  }

  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */

  header{

  }


  header .header_inner{
    max-width: 100%;
    margin:0 auto;
    padding:0 20px;
  }

  header .header_flex{
    padding:24px 0;
  }


  header .header_flex .header_logo_text{
    font-size: clamp(calc(56 / 1920 * 1400px) , calc(56 / 1920 * 100vw) , calc(56 / 1920 * 1920px));
    padding-bottom: 4px;
  }


  header .lang_list li + li{
    /* margin-left: 24px; */
    margin-left: clamp(calc(24 / 1920 * 1400px) , calc(24 / 1920 * 100vw) , calc(24 / 1920 * 1920px));
  }

  header .lang_list a{
    font-size: clamp(calc(24 / 1920 * 1400px) , calc(24 / 1920 * 100vw) , calc(24 / 1920 * 1920px));
    padding:0 calc(8 / 1920 * 100vw);
  }

  header .lang_list a::after{
    height:2px;
    top: calc(100% + 2px);
  }

  header .drawer_open_frame{
    margin-left: 56px;
    width: clamp(calc(64 / 1920 * 1400px) , calc(64 / 1920 * 100vw) , calc(64 / 1920 * 1920px));
  }

  header .drawer_open{
    min-height: 30px;
  } 



  header .drawer_open .bar{
    height:2px;
  }

  header .drawer_open .bar02{
    margin:clamp(calc(12 / 1920 * 1400px) , calc(12 / 1920 * 100vw) , calc(12 / 1920 * 1920px)) 0;
  }

  header .drawer_open.active .bar01 {
    transform: translateY(1px) rotate(-30deg);
  }
  header .drawer_open.active .bar02 {
    display: none;
  }
  header .drawer_open.active .bar03 {
    transform: translateY(-1px) rotate(30deg);
  }


  #drawer_menu{
    z-index:25;
    width:100%;
    /* padding-top:140px; */
  }

  #drawer_menu .drawer_inner{
    padding-bottom: 90px;
  }

  #drawer_menu .drawer_nav{
    width: fit-content;
    margin:0 auto;
  }

  #drawer_menu .parent_item{
    font-size: 24px;
  }

  #drawer_menu .parent_item + .parent_item{
    margin-top: 32px;
    
  } 
  /*
  ------------------------------------
  トップ
  ------------------------------------
  */

  body.top_body{

  }

  main.top_main{

  }

  .top_section{
    position: relative;
  }

  .top_section .common_sec_title{
    font-size: 48px;
    font-weight: 500;
  }

  .top_section .common_sec_title .sec_title_text{
    height:45px;
  }

  .top_section .common_sec_title::after{
    width: 600px;
    height: 2px;
    margin-top: 32px;
  }

  .top_mv_section{
    
  }

  .top_mv_section::before,
  .top_mv_section::after{
    
    width:calc(100% + 100px);
    height:clamp(250px , calc(400 / 1920 * 100vw) , 400px);
  }

  .top_mv_section::before{
    top:clamp(-200px , calc(-200 / 1920 * 100vw) , -125px);
  }
  .top_mv_section::after{
    bottom:clamp(-200px , calc(-200 / 1920 * 100vw) , -125px);
  }


  .top_mv_section .top_mv_slide{
    width: 100%;
    height:100vh;
    min-height: 680px;
  }

  .top_mv_section .scroll_guide{

    bottom:100px;
    bottom:calc(80 /1920 * 100vw);
  } 

  .top_mv_section .scroll_guide_frame{
    width: 2px;
    height: max(170px , calc(210 /1920 * 100vw));
  } 

  .top_mv_section .scroll_guide_frame .scroll_text{
    position: absolute;
    width:13px;
    top:0;
    left:calc(100% + 1px);
  }

  .top_msg_section{

  }

  .top_msg_section .msg{
    display: flex;
    justify-content: center;
    font-size: 40px;
    line-height: 1.4;

  }

  .top_msg_section .msg_border{
    width: 2px;
    height: 125px;
    margin:64px auto 0;
  }

  .top_gal_section{
    padding-top: 24px;
  }

  .top_gal_section .flex{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 1120px;
    margin:0 auto;
    position: relative;
  }

  .top_gal_section .title_set{
    position: static;
    
  }

  .top_gal_section .title_set img{
    width: 100%;
  }

  .top_gal_section .title_set .title01{
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    width:200px;
    margin:0 auto;
  }

  .top_gal_section .title_set .title_border{
    width:385px;
    height:2px;
    background-color: #fff;
    margin-top: 16px;
  }

  .top_gal_section .title_set .title02{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    width:265px;
    margin:16px auto 0;
  }

  .top_gal_section .gal_frame{
    width:100%;
    aspect-ratio: 1/0.836;
    
  } 

  .top_gal_section .gal_area{
    width: 100%;
    margin-top: 40px;
  }

  .top_gal_section .gal_guide_flex{
    margin-top: 24px;
  }

  .top_gal_section .gal_nav{
    font-size: 48px;
  }

  .top_gal_section .gal_guide_list{
    margin:0 60px;
    padding-top: 4px;
  }


  .top_gal_section .gal_guide{
    width:16px;
    height:16px;
  }

  .top_gal_section .gal_guide + .gal_guide{
    margin-left: 24px;
  }

  .top_landscape_section{
    padding-top: 200px;
  }

  .top_landscape_section .youtube_frame{
    aspect-ratio: 1/0.64;
    margin:56px auto 0;
  }

  .top_experience_section{
    padding-top: 200px;
  }

  .top_experience_section .flow_list{
    max-width: 600px;
    margin: 100px auto 0;
  }

  .top_experience_section .flow_block{
    position: relative;
    display: flex;
    min-height: auto;
  }

  .top_experience_section .flow_block + .flow_block{
    margin-top: 100px;
  }

  .top_experience_section .flow_block .flow_contents{
    padding-top: 20px;
  }

  .top_experience_section .flow_block .flow_head_frame{
    position: relative;
    white-space: nowrap;
  }

  .top_experience_section .flow_block .flow_front_head{
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
  }

  .top_experience_section .flow_block .flow_front_head span{
    font-size: 48px;
  }

  .top_experience_section .flow_block .flow_back_head{
    display: flex;
    align-items: center;
    font-size: 20px;
    top:-50px;
    left:-30px;
  }

  .top_experience_section .flow_block .flow_back_head span{
    font-size:80px;

  }

  .top_experience_section .flow_block .flow_img{
    position: static;
    width:100%;
    max-width: 100%;
    top:0;
    right:0;
    margin-top: 40px;
  }

  .top_experience_section .flow_block .flow_text{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.9;

  }

  .top_experience_section .flow_block:nth-child(even){
    justify-content: flex-end;
  }

  .top_experience_section .flow_block:nth-child(even) .flow_img{
    right:auto;
    left:0;
  }

  .top_experience_section .flow_block:nth-child(even) .flow_text{
    margin-left: 0;
  }


  .top_strong_section{
    padding-top: 200px;
  }

  .top_strong_section .strong_list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 88px;
  }

  .top_strong_section .strong_block{
    width: 320px;
    padding:32px 40px 28px;

  }

  .top_strong_section .strong_block .strong_name{
    font-size: 24px;
  }

  .top_strong_section .strong_block .strong_icon{
    margin-top: 32px;
    height:90px;
  }

  .top_strong_section .strong_block .strong_icon01{
    height:88px;
  }
  .top_strong_section .strong_block .strong_icon02{
    height:70px;
  }
  .top_strong_section .strong_block .strong_icon03{
    height:81px;
  }

  .top_strong_section .strong_block .strong_text{
    margin-top: 24px;
    line-height:1.5;
  }

  .top_strong_section .icon_plus{
    font-size: 96px;
    height:96px;
    margin:24px auto;
  } 

  .top_strong_section .strong_border{
    width: 2px;
    height: 120px;
    margin:54px auto 0;
  }



  .top_strong_section .strong_group_text{
    font-size: 36px;
    margin-top: 20px;
  }

  .top_reason_section{
    padding-top: 200px;
    position: relative;
  } 

  .top_reason_section::before{
    width:1245px;
    height:1141px;
    background-image: url('../img/top/reason_bg.png');
    top:80px;
    left:calc(50% - 600px);
  }

  .top_reason_section .reason_list{
    max-width: 1020px;
    margin:100px auto 0;
  }

  .top_reason_section .reason_block{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .top_reason_section .reason_block + .reason_block{
    margin-top: 120px;
  }

  .top_reason_section .reason_contents{
    width:480px;
    max-width: 100%;
  }

  .top_reason_section .reason_num{
    font-size: 128px;
    margin-right: 64px;
  }


  .top_reason_section .reason_block:nth-child(even){
    flex-direction: row-reverse;
  }

  .top_reason_section .reason_block:nth-child(even) .reason_num{
    margin-right: 0;
    margin-left: 64px;
  }

  .top_reason_section .reason_head{
    white-space: nowrap;
    font-size: 24px;
  }

  .top_reason_section .reason_text{
    line-height: 1.9;
    margin-top: 12px;
  }

  .top_faq_section{
    padding-top: 280px;
  }


  .top_faq_section .faq_list{
    max-width: 1020px;
    margin:30px auto 0;
  }


  .top_faq_section .faq_block .faq_question{
    padding:36px 0;
    padding-right: 40px;    
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
  }

  .top_faq_section .faq_block .faq_question::after{
    width:24px;
    height:24px;
    right:6px;
    top:38px;
  }

  .top_faq_section .faq_block .faq_question p{
    padding-left: 28px;
  }


  .top_faq_section .faq_block .faq_question p::before{
    font-size: 20px;
    line-height: 1.5;
    left:0;
    top:-1px;
  }

  .top_faq_section .faq_block .faq_answer{
    padding:12px 0 36px;
    font-size: 20px;
    line-height: 1.5;
  }

  .top_faq_section .faq_block .faq_answer p{
    padding-left: 28px;

  }
  .top_faq_section .faq_block .faq_answer p::before{
    font-size: 20px;
    line-height: 1.5;
    left:0;
    top:-1px;
  }

  .top_price_section{
    padding-top: 200px;
  } 

  .top_price_section .price_text01{
    font-size: 24px;
    font-weight: 500;
    line-height:1.8;
    text-align: center;
  }

  .top_price_section .price_sub_head{
    min-width: 320px;
    padding:10px 12px;
    font-size: 24px;
  }

  .top_price_section .price_flex{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .top_price_section .price_flex .plus{
    font-size: 64px;
    margin:0 80px 26px;

  }

  .top_price_section .price_name{
    font-size: 20px;
  }

  .top_price_section .price_num{
    font-size: 48px;
    margin-top: 24px;
  }

  .top_price_section .price_remark{
    margin-top: 10px;
  }

  .top_reserve_section{
    padding-top: 500px;
    padding-bottom: 172px;
  }


  .top_reserve_section .reserve_text01{
    font-size: 48px;
  }

  .top_reserve_section .reserve_text02{
    font-size: 20px;
    line-height: 2.5;
    margin-top: 16px;
  }

  .top_reserve_section .reserve_link{
    width: 570px;
    margin:56px auto 0;
  }


  .top_map_section{
    height:560px;
  }

}/*@media screen and (max-width:1200px){*/