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

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


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

  .container{
    max-width: calc(352 / 390 * 100vw);
  }

  /*ニュース一覧*/
  .common_news_list{

  }

  .common_news_list li{
    border-bottom:1px solid #C1C1C1;
  }

  .common_news_list .news_link{
    padding-top:8px;
    padding-bottom:8px;
    padding-right:28px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .common_news_list .news_link::after{
    width:8px;
    height:16px;
    right:9px;
    top:0;
    bottom:0;
    margin:auto;
  }

  .common_news_list .news_date{
    width:auto;
    flex-shrink: 0;
    font-size: 14px;
  }

  .common_news_list .news_title{
    margin-top: 4px;
    font-size:14px;
    line-height: 1.6;
  }


  /*ページネーション*/
  .common_pagenation{
    margin-top: 48px;
    gap:20px;
  }

  .common_pagenation span.current{/*現在のページボタン*/
    font-size: 14px;
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    font-size: 14px;
  }

  .common_pagenation a.page-numbers.next,
  .common_pagenation a.page-numbers.prev{/*next prevボタン*/
    width:8px;
    height:16px;
  }

  .common_pagenation a.page-numbers.next{
    margin-left: 12px;
  }

  .common_pagenation a.page-numbers.prev{
    margin-right: 12px;
  }


  /*
  ------------------------------------
  共通セクション ヘッダー
  ------------------------------------
  */

  .header{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    z-index: 20;
    
  }

  .header .header_inner{
    padding-top: 12px;
    width:100%;
    padding-left: 12px;
    padding-right: 20px;
    margin:0 auto;
  }

  .header .header_inner .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .header .header_inner .header_logo{
    display: block;
    width: 90px;
  }


  .header .header_right{
    display: flex;
    align-items: center;
    padding-top: 6px;
  }

  .header .site_name{
    position: static;
    font-size: 16px;
    margin-right: 13px;
  }


  .header.fix_header{

  }
  
  .header.fix_header.is_hidden{
    transform: translateY(calc(-100% - 50px));
  }
  
  .header.fix_header .header_inner .header_logo{
    display: block;
    width: 65px;
  }
  
  
  .header.fix_header .header_flex{
    height:50px;
  }

  .header.fix_header .drawer_open{
    transform: translate3d(3px, 0px, 0);
  }
  


  .header .drawer_open{
    padding:12px 6px;
    cursor: pointer;
    transform: translate3d(6px, 0px, 0);
  }

  .header .drawer_open_inner{
    width:38px;
    height:10px;
  }

  #drawer_menu{
    height: 100svh;
  }

  #drawer_menu .drawer_menu_head_flex{
    width:100%;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 20px;
  }

  #drawer_menu .drawer_logo{
    width: 90px;
  }

  #drawer_menu .drawer_menu_head_right{
    display: flex;
    align-items: center;
  }

  #drawer_menu .site_name{
    position: static;
    font-size: 16px;
    margin-right: 13px;
    
  }

  #drawer_menu .drawer_close{
    padding:12px 6px;
    cursor: pointer;
    transform: translate3d(6px, 0px, 0);
  }

  #drawer_menu .drawer_close_inner{
    width:38px;
  }


  #drawer_menu .drawer_menu_contents{
    padding-top:90px;
    padding-bottom:60px;
    width: 305px;
    max-width: 95%;
    margin:0 auto;
  }

  #drawer_menu .drawer_nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 0;
    padding:32px 0 0;
  }

  #drawer_menu .drawer_parents_menu{
    margin-top: 36px;
    width: 100%;
  }

  #drawer_menu .drawer_parents_menu:first-child{
    /* margin-right: 44px; */
    margin-top: 0;
  }

  #drawer_menu .drawer_parents_item{
    margin-top: 36px;
    position: relative;
  }

  #drawer_menu .drawer_parents_item:first-child{
    margin-top: 0;
  }

  #drawer_menu .drawer_parents_link{
    width: 100%;
    display: block;
  }

  #drawer_menu .drawer_parents_link.js_drawer_child_open{
    position: relative;
  }

  #drawer_menu .drawer_parents_link.js_drawer_child_open::after{
    content:'';
    width:16px;
    height:8px;
    background-image: url('../img/common/angle_bottom_white.svg');
    position: absolute;
    right:0;
    top:11px;
    transition-duration: 0.4s;
  }

  /* #drawer_menu  .drawer_child_open{
    padding:4px;
    position: absolute;
    cursor: pointer;
    right:0;
    top:4px;
  }

  #drawer_menu .drawer_child_open img{
    width:16px;
    transition-duration: 0.4s;
  } */

  #drawer_menu .drawer_parents_link.js_drawer_child_open.active::after{
    transform: rotateZ(180deg);
  }



  #drawer_menu .drawer_parents_link .en_title{
    font-size: 23px;
  }

  #drawer_menu .drawer_parents_link .ja_title{
    margin-top: 8px;
    font-size: 13px;
  }

  #drawer_menu .drawer_child_menu{
    padding-top: 24px;
    padding-left: 12px;
    display: none;
  }

  #drawer_menu .drawer_child_menu li{
    margin-top: 16px;
  }

  #drawer_menu .drawer_child_menu li.pc_m0{
    margin-top: 16px;
  }

  #drawer_menu .drawer_child_menu a{
    font-size: 16px;
  }

  #drawer_menu .drawer_child_menu a::before{
    width:6px;
    height:12px;
    margin-right: 12px;
  }

  #drawer_menu .contact_link_area{
    padding-top: 0;
    padding-bottom: 0;
    border-top:none;
    border-bottom:none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 36px;
  }

  #drawer_menu .contact_link_area a{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }

  #drawer_menu .contact_link_area a .en_title{
    font-size: 23px;
    letter-spacing: 0.06em;
    line-height: 1.2; 
  }

  #drawer_menu .contact_link_area a .ja_title{
    margin-left: 0;
    font-size: 13px;
    letter-spacing: 0.11em;
    line-height: 1.2;
    color: #fff;
    margin-top: 8px;
  }


  /*
  ------------------------------------
  共通セクション ページ下部お問い合わせ
  ------------------------------------
  */
  .common_contact_section{
    padding-top: 56px;
    padding-bottom: 62px;
  }

  .common_contact_section .sec_title{
    font-size: 31px;
  }

  .common_contact_section .contact_text01{
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
  }

  .common_contact_section .flex{
    margin-top:16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .common_contact_section .block{
    width:100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right:none;
  }

  .common_contact_section .block01{
    border-left: none;
    background-color: rgba(197,118,55,0.05);
    height:120px;
  }

  .common_contact_section .block .block_head{
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-size: 14px;
  }

  .common_contact_section .block .tel_line{
    margin:12px auto 0;
    text-align: center;
  }

  .common_contact_section .block .tel{  
    font-size: 29px;
    line-height: 1.1;  
  }

  .common_contact_section .block .tel span{
    font-size: 19px;
    margin-right: 7px;
  }

  .common_contact_section .block .tel_time{
    margin-top: 8px;
    font-size: 13px;
  }

  .common_contact_section .block02{
    height:102px;
    border:1px solid #C57637;
    margin-top: 6px;
    position: relative;
  }

  .common_contact_section .block02::after{
    content:'';
    width:11px;
    height:22px;
    background-image: url('../img/common/angle_right_brown.svg');
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:calc(50% + 144px);
  }

  .common_contact_section .block .form_link{
    font-size:25px;
    margin:8px auto 0;
  }

  .common_contact_section .block .form_link::after{
    content: none;
  }
  /*
  ------------------------------------
  共通セクション フッター
  ------------------------------------
  */

  footer{
    margin-top: -1px;
    padding-top:28px;
    padding-bottom: 28px;
  }

  footer .footer_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  footer .footer_left{
    padding-top: 0;
    margin-top: 26px;
  }

  footer .footer_left .footer_address{
    font-size: 14px;
    letter-spacing: 0.11em;
    line-height: 1.6;
  }

  footer .footer_left .footer_address span{
    font-size: 13px;
  }

  footer .footer_left .footer_copy{
    font-size: 13px;
    margin-top: 32px;

  }

  footer .footer_right{

  }

  footer .footer_right .logo_flex{
    display: flex;
    align-items: center;
  }

  footer .footer_right .logo_flex .border{
    width: 1px;
    height: 18px;
    background-color: #c57637;
  }

  footer .footer_right .logo_flex .border01{
    margin-left: 30px;
    margin-right: 24px;
  }

  footer .footer_right .logo_flex .border02{
    margin-left: 24px;
  }

  footer .footer_right .logo01{
    width:81px;
  }


  footer .footer_right .home_text{
    font-size: 13px;
  }

  /*
  ------------------------------------
  トップページ
  ------------------------------------
  */

  body.top_body{
    
  }

  main.top_main{

  }

  .top_section{

  }

  .loading_section{

  }

  .loading_section .loading_contents{
    width: 100%;
    /* padding-bottom: 200px; */
  }
  
  .loading_section .loading_logo{
    display: block;
    width:148px;
    margin:0 auto;
  }
  
  .loading_section .loading_text{
    margin-top: 48px;
    font-size: 20px;
    padding-left: 18px;
  }
  


  .top_mv_section{
    height: 100vh;
    min-height: 500px;
  }

  .top_mv_section .mv_text{
    /* font-size: calc(17 / 390  * 100vw); */
    font-size: 17px;
  }
  

  .top_mv_section .mv_text01{
    /* width:124px;
    top:165px;
    left:32px; */
    /* width:calc(124 / 390 * 100vw); */
    top:24.5%;
    right:auto;
    left:calc(32 / 390 * 100vw);
    color: #3c3c3b;
    text-shadow:none;
  }


  .top_mv_section .mv_text02{
    /* width:193px;
    top:203px;
    right:30px; */
    /* width:calc(193 / 390 * 100vw); */
    top:30.1%;
    bottom:auto;
    right:auto;
    left:calc(30 / 390 * 100vw);
    color: #3c3c3b;
    text-shadow:none;
  }
  .top_mv_section .mv_text03{
    /* width:196px;
    top:163px;
    left:40px; */
    /* width:calc(196 / 390 * 100vw); */
    top:24.2%;
    left:calc(40 / 390 * 100vw);
  }
  .top_mv_section .mv_text04{
    /* width:214px;
    top:158px;
    left:32px; */
    /* width:calc(214 / 390 * 100vw); */
    top:23.4%;
    left:calc(32 / 390 * 100vw);
  }
  .top_mv_section .mv_text05{
    /* width:214px;
    bottom:100px;
    left:48px; */
    /* width:calc(214 / 390 * 100vw); */
    top:auto;
    bottom:14.8%;
    left:calc(48 / 390 * 100vw);
  }
  .top_mv_section .mv_text06{
    /* width:124px;
    bottom:190px;
    right:56px; */
    /* width:calc(124 / 390 * 100vw); */
    bottom:28.2%;
    right:calc(56 / 390 * 100vw);
  }
  .top_mv_section .mv_text07{
    /* width:251px;
    top:151px;*/
    /* width:calc(251 / 390 * 100vw); */
    top:22.4%;
    left:0;
    right:0;
    margin:auto;
  }
  .top_mv_section .mv_text08{
    /* width:263px;
    top:168px;
    left:34px;
    */
    /* width:calc(223 / 390 * 100vw); */
    bottom:auto;
    top:25%;
    right:auto;
    left:calc(34 / 390 * 100vw);
  }

  .top_mv_section .scroll_guide{
    left:21px;
    left:calc(21 / 390 * 100vw);
  }
  
  .top_mv_section .scroll_guide .scroll_guide_bar{
    position: relative;
    width:1px;
    height:70px;
  }
  
  .top_mv_section .scroll_guide .scroll_guide_bar::before{
    width:9px;
    height:9px;
  }

  .top_concept_section{
    
  }

  .top_concept_section .top_concept_deco{
    display: none;
  }

  .top_concept_section .cencept_frame{
    position: relative;
    padding-top:52px;
    padding-bottom:56px;
  }

  .top_concept_section .cencept_frame::before{
    height:min(calc(250 / 1400 * 100vw) , calc(250 / 1400 * 1800px));
    left:2px;
  }

  .top_concept_section .concept_block{
    padding-left: 24px;
    padding-right: 24px;
  }

  .top_concept_section .sec_title{
    font-size: 18px;
  }

  .top_concept_section .concept_head{
    font-size: 20px;
    margin-top:11px;
  }

  .top_concept_section .concept_text{
    width:100%;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 2.15;
  }

  .top_concept_section .concept_text01{
    margin-top:27px;
  }

  .top_concept_section .concept_text02{
    margin-top: 24px;
  }

  .top_concept_section .concept_more{
    margin-top:24px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #c57637;
    /* display: none; */
  }

  .top_concept_section .concept_more::before{
    content:'';
    width:6px;
    height:12px;
    margin-right: 15px;
  }

  .top_concept_section .concept_img01{
    display: none;
    
  }

  .top_concept_section .concept_img02_frame{
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    position: relative;
    height:calc(173 / 390 * 100vw);
  }

  .top_concept_section .concept_img02{
    position: absolute;
    width:calc(348 / 390 * 100vw);
    height:100%;
    object-fit: cover;    
    top:0;
    right:0;
  }

  .top_commit_section{

  }

  .top_commit_section .commit_block{
    position: relative;
    width:100%;
    padding-top:285px;
    padding-bottom:36px;
    padding-right:0;
    padding-left:24px;
  }

  .top_commit_section .commit_block::before{
    content:'';
    width:100vw;
    height:calc(100% - 38px);
    background-color:#C57637 ;
    opacity: 0.1;
    position: absolute;
    top:auto;
    bottom:0;
    left:0;
    z-index:-2;
  }

  .top_commit_section .commit_block .commit_img{
    position: absolute;
    width:calc(352 / 390 * 100vw);
    height:256px;
    object-fit: cover;
    top:0;
    right:auto;
    left:calc(50% - 50vw);
  }

  .top_commit_section .sec_title{
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .top_commit_section .commit_head{
    margin-top:12px;
    font-size: 24px;
  }

  .top_commit_section .commit_text{
    margin-top:20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .top_commit_section .commit_more{
    height:54px;
    max-width: 500px;
    font-size:16px; 
    margin:24px auto 0;
  }

  .top_commit_section .commit_more::before{
    width:6px;
    height:12px;
    margin-right:15px;
  }

  .top_plan_section{
    padding-top: 68px;
  } 

  .top_plan_section .sec_title{
    font-size: 31px;
  }

  .top_plan_section .sub_title{
    margin-top:8px;
    font-size: 14px;
  }

  .top_plan_section .p01{
    margin-top:32px;
    font-size:14px;
    line-height: 1.6;
  }

  .top_plan_section .plan_list{
    margin-top: 16px;
    gap:calc(3 / 390 * 100vw);
  }

  .top_plan_section .plan_block{
    display: block;
    position: relative;
  }

  .top_plan_section .plan_block01,
  .top_plan_section .plan_block02{
    width:calc(174 / 390 * 100vw);
    aspect-ratio: 1/0.89;
  }

  .top_plan_section .plan_block03,
  .top_plan_section .plan_block04,
  .top_plan_section .plan_block05{
    width:calc(115 / 390 * 100vw);
    aspect-ratio: 1/1.05;
  }

  .top_plan_section .plan_block01{
    background-image:url('../img/top/top_planning01_sp.jpg');
  }
  .top_plan_section .plan_block02{
    background-image:url('../img/top/top_planning02_sp.jpg');
  }
  .top_plan_section .plan_block03{
    background-image:url('../img/top/top_planning03_sp.jpg');
  }
  .top_plan_section .plan_block04{
    background-image:url('../img/top/top_planning04_sp.jpg');
  }
  .top_plan_section .plan_block05{
    background-image:url('../img/top/top_planning05_sp.jpg');
  }

  .top_plan_section .plan_name{
    font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 1.3;
    text-align: center;
  }

  .top_plan_section .plan_block:hover .plan_name{
    opacity: 1;
  }

  .top_news_section{
    padding-top: 64px;
    padding-bottom:48px;
  }

  .top_news_section .news_area{
    width: 100%;
    max-width: 100%;
    margin:0 auto;
    position: relative;
  }

  .top_news_section .sec_title{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .top_news_section .sec_title .en_title{
    font-size:31px;
  }   

  .top_news_section .sec_title .ja_title{
    margin-top: 5px;
    font-size: 14px;
  }

  .top_news_section .common_news_list{
    margin-top: 16px;
  }

  .top_news_section .news_more{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 15px auto 0;
    font-size:16px;
    position: static;
    height:54px;
    border:1px solid #C57637;
  }

  .top_news_section .news_more::before{
    width:6px;
    height:12px;
    margin-right:15px;
  }

  .top_gal_section{
    padding-top:50px;
    padding-bottom: 40px;
  }

  .top_gal_section .sec_title{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .top_gal_section .sec_title .en_title{
    font-size: 31px;
  }

  .top_gal_section .sec_title .ja_title{
    margin-top: 6px;
    font-size: 14px;
  }

  .top_gal_section .gallery_swiper_block{
    margin-top: 20px;
  }

  .top_gal_section .gallery_slide{
    width:172px;
    margin-right: 9px;
  }

  .top_gal_section .gal_list{
    margin-top:20px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:7px;
  }

  .top_gal_section .gal_list .gal_item{
    width:calc(172 / 390 * 100vw);
    aspect-ratio: 1/0.85;
  }

  .top_gal_section .gal_list .gal_item:nth-child(n+5){
    display: none;
  }

  .top_gal_section .gal_more{
    margin-top:18px;
    width: 100%;
    max-width: 500px;
    height: 54px;
    font-size:16px;
  }

  .top_gal_section .gal_more::before{
    width:6px;
    height:12px;
    margin-right:15px;
  }


  /*
  ------------------------------------
  下層共通 パンクズ
  ------------------------------------
  */

  .common_bread_area{
    position: static;
    top:0;
    left:0;
    width:100%;
    z-index: 5;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    border-top:1px solid #E2E2E2;
    border-bottom:1px solid #E2E2E2;
  }

  .common_bread_frame{
    max-width: calc(352 / 390 * 100vw);
    margin:0 auto;
    position: relative;
  }

  .common_bread_frame .common_bread_list{
    position: static;
    left:0;
    transform: rotateZ(0);
  }

  .common_bread_frame .common_bread_list .arrow{
    margin-top: 5px;
    width:4px;
    height:8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .common_bread_frame .common_bread_list a{
    font-size: 14px;
    line-height: 1.3;
  }

  .common_bread_frame .common_bread_list span{
    font-size: 14px;
    line-height: 1.3;
  }


  /*
  ------------------------------------
  下層共通 mv
  ------------------------------------
  */
  .page_mv_section{
    position: relative;
  }

  .page_mv_section::before{
    content:'';
    width:calc(370 / 390 * 100vw);
    height:100%;
  }

  .page_mv_section .title_frame{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height:104px;
  }


  .page_mv_section .page_title .en_title{
    font-size: 26px;
  }

  .page_mv_section .page_title .ja_title{
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-top:4px;

  }
  /*
  ------------------------------------
  ギャラリー
  ------------------------------------
  */

  body.gallery_body{
    
  }

  body.gallery_body .common_contact_section .block01,
  body.gallery_body .common_contact_section .block02{
    background-color: #fff;
  }


  main.gallery_main{
    padding-top: 100px;
  }

  .gallery_section01{
    padding-bottom: 48px;
  }

  .gallery_section01 .gallery_container{
    width:calc(352 / 390* 100vw);
    margin:0 auto;
  }

  .gallery_section01 .page_tile .en_title{
    font-size: 31px;
    line-height: 1.3;
  }

  .gallery_section01 .page_tile .ja_title{  
    font-size:14px;
    line-height: 1.2;
    margin-top: 8px;
    
  }

  .gallery_section01 .gal_category_flex{
    display: none;
  }

  .gallery_section01 .gal_select_flex{
    display: flex;
    justify-content: center;
    border-radius: 2px;
    margin-top: 32px;
    border: 1px solid #C57637;
    position: relative;
  }

  .gallery_section01 .gal_select_head{
    flex-shrink: 0;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: left;
    color: #fff;
    background-color: #C57637;
    width: 26%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
  }

  .gallery_section01 .select_frame{
    width:100%;
    position: relative;
  }

  .gallery_section01 .select_frame::after{
    position: absolute;
    content:'';
    width:8px;
    height:16px;
    background-image: url('../img/common/angle_right_brown.svg');
    transform: rotateZ(90deg);
    position: absolute;
    top:0;
    bottom:0;
    right:12px;
    margin:auto;
  }

  .gallery_section01 .select_frame select{
    border:none;
    background:none;
    display: block;
    width: 100%;
    height: 30px;
    padding-right: 8px;
    padding-left: 30%;
    font-size: 12px;
    letter-spacing: 0.11em;
    line-height: 1;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }


  .gallery_section01 .gal_list{
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap:24px 0;
  }

  .gallery_section01 .gal_item{
    width:calc(171 / 390* 100vw);
  }

  .gallery_section01 .gal_item .gal_item_thumb{
    aspect-ratio: 1/0.853;
  }

  .gallery_section01 .gal_item .gal_item_category{
    margin-top: 12px;
    font-size:12px;
  }

  .gallery_section01 .gal_item .gal_item_title{
    margin-top: 2px;
    font-size: 13px;
  }


  .gallery_popup .gallery_popup{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding:14px;
  }

  .gallery_popup .gallery_popup_frame{
    /* width:calc(376 / 390* 100vw); */
    width:100%;
    height:100%;
  }

  .gallery_popup .js_gallery_pop_navi{
    padding:10px;
    /* top:calc(142 / 390* 100vw); */
  }

  .gallery_popup .js_gallery_pop_navi .angle{
    width: calc(11 / 390* 100vw);
  }

  .gallery_popup .js_gallery_pop_navi.prev{
    /* left:calc(10 / 390* 100vw); */
    left:calc(calc(-24 / 390* 100vw) - 5px);

  }
  .gallery_popup .js_gallery_pop_navi.next{
    /* right:calc(10 / 390* 100vw); */
    right:calc(calc(-24 / 390* 100vw) - 5px);
  }

  .gallery_popup .gallery_popup_close{
    top:calc(calc(16 / 390* 100vw) - 10px);
    right:calc(calc(14 / 390* 100vw) - 10px);
    cursor: pointer;
    padding:10px;
  } 

  .gallery_popup .gallery_popup_close img{
    width:38px;
  }


  .gallery_popup .gallery_popup_item{
    padding-top: calc(52 / 390* 100vw);
    padding-bottom: calc(48 / 390* 100vw);
  }

  .gallery_popup .gallery_popup_item_inner{
    width:calc(316 / 390* 100vw);
  }

  .gallery_popup .gallery_popup_head{
    font-size: 21px;
  }

  .gallery_popup .gallery_popup_num{
    font-size:49px;
    margin-top: 8px;
  }

  .gallery_popup .gallery_popup_title{
    margin-top: 16px;
    font-size: 17px;
  }

  .gallery_popup .gallery_popup_category_flex{
    margin-top: 8px;
  }

  .gallery_popup .gallery_popup_category_head{
    font-size: 12px;
    margin-right: 3px;
  }

  .gallery_popup .gallery_popup_category_name{
    font-size: 12px;
  }

  .gallery_popup .gallery_popup_thumb{
    aspect-ratio: 1/0.638;

  }


  .gallery_popup .gallery_popup_text{
    margin-top:16px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  /*
  ------------------------------------
  ニュース一覧
  ------------------------------------
  */

  body.news_archive_body{
    
  }

  body.news_archive_body .common_contact_section{
    background-color: rgba(197,118,55,0.05);
  }

  body.news_archive_body .common_bread_area{
    background-color: rgba(197,118,55,0.05);
  }

  main.news_archive_main{
    padding-top: 88px;
  }


  .page_mv_news_archive_section::before{
    background-image: url('../img/news/news_mv.jpg');
  }


  .news_archive_section01{
    padding-top:20px;
    padding-bottom: 60px;
  }

  .news_archive_section01 .news_area{
    width: clamp(790px , calc(790 / 1400 * 100vw) , calc(790 / 1400 * 1800px));
    max-width: 100%;
    margin:0 auto;
    position: relative;
  }

  /*
  ------------------------------------
  ニュース詳細
  ------------------------------------
  */

  body.news_single_body{
    
  }

  body.news_single_body .common_contact_section{
    background-color: rgba(197,118,55,0.05);
  }

  body.news_single_body .common_contact_section .block01,
  body.news_single_body .common_contact_section .block02{
    background-color: #fff;
  }

  body.news_single_body .common_bread_area{
    background-color: rgba(197,118,55,0.05);
  }

  main.news_single_main{
    padding-top: 100px;
  }

  .news_single_section01{
    padding-bottom: 56px;
  }

  .news_single_section01 .single_article{
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
    margin:0 auto;
  }

  .news_single_section01 .page_title .news_head{
    font-size: 25px;
  }

  .news_single_section01 .page_title .news_title{
    margin-top: 16px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    width: 100%;

  }

  .news_single_section01 .news_date{
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 0.11em;
    text-align: left;
    opacity: 0.6;
  } 

  .news_single_section01 .single_frame{
    margin-top: 24px;
  }

  .news_single_section01 .link_flex{
    margin-top: 24px;
  }

  .news_single_section01 .link_flex .link_archive{
    margin:0 50px;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .news_single_section01 .link_flex .link{
    width:8px;
    height:16px;
  }

  .single_frame .article_item.text{
    margin-bottom: 20px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }


  .single_frame .article_item.text_link{
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .single_frame .article_item.text_link::before{
    width:5px;
    height:10px;
    margin-right: 8px;
  }

  .single_frame .article_item.link_button,
  .single_frame .article_item.pdf_button{
    width:100%;
    max-width: 450px;
    margin-bottom: 24px;
    padding:16px 40px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height:1.3;
  }


  .single_frame .article_item.link_button span::before,
  .single_frame .article_item.pdf_button span::before{
    width:6px;
    height:12px;
    left:-20px;
  }

  .single_frame .article_item.img_wide_full{
    width: 100%;
    margin-bottom: 24px;
  }

  .single_frame .article_item.img_wide_full img{
    width: 100%;
  }

  .single_frame .article_item.img figcaption{
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 2;
  }

  .single_frame .article_item.column_img02{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .single_frame .article_item.column_img02 .column_img02_item{
    width:49%;
  }

  .single_frame .article_item.column_img03{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }

  .single_frame .article_item.column_img03 .column_img03_item{
    width:32%;
  }

  .single_frame .article_item.column_set{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 24px;
    gap:24px 0;
  }

  .single_frame .article_item.column_set .column_set_item_img{
    flex-shrink: 0;
    width:100%;
    margin-right: 0;

  }

  .single_frame .article_item.column_set .column_set_item_text{
    width: 100%;
    font-size: 13px;
    line-height: 2;
  }

  .single_frame .article_item.column_set.reverse .column_set_item_img{
    margin-left: 0;
    margin-right: 0;
  }

  .single_frame .article_item.youtube{
    aspect-ratio:1/0.5625 ;
    margin-bottom: 24px;
  }

  /*
  ------------------------------------
  お問い合わせ
  ------------------------------------
  */

  body.contact_body{
    
  }

  body.contact_body .common_contact_section{
    /* background-color: #fff; */
  }

  body.contact_body .common_contact_section .block01,
  body.contact_body .common_contact_section .block02{
    background-color: #fff;
}


  main.contact_main{
    padding-top:100px;
  }

  .contact_section01{
    padding-bottom: 40px;
  }


  .contact_section01 .form_container{
    width: calc(352 / 390 * 100vw);
    max-width: 100%;
    margin:0 auto;
  }

  .contact_section01 .page_tile .en_title{
    font-size: 31px;
  }

  .contact_section01 .page_tile .ja_title{  
    font-size: 14px;
    letter-spacing: 0.11em;
    line-height: 1;
    margin-top: 8px;
    
  }

  .contact_section01 .contact_text01{
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.7;
  }

  .contact_section01 .must_text{
    margin-bottom: 28px;
    font-size: 13px;
    line-height: 1.3;
  }


  .contact_section01 .form_box{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact_section01 .form_line{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 16px;
  }

  .contact_section01 .form_line:last-child{
    margin-top: 32px;
  }

  .contact_section01 .form_line .form_left{
    width:100%;
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .contact_section01 .form_line .form_left br{
    display: none;
  }

  .contact_section01 .form_line .form_right{
    width:100%;
    margin-top: 8px;
  }

  .contact_section01 .form_input_area .input_frame{
    margin-bottom: 5px;
  }
  
  .contact_section01 .form_input_area .form_line .form_right>p{
    color: #bc1616;
    font-size: 12px;
  }

  .contact_section01 .form_line input[type="text"],
  .contact_section01 .form_line input[type="email"],
  .contact_section01 .form_line input[type="tel"]{
    height:48px;
    padding:0 12px;
    font-size: 14px;
  }

  .contact_section01 .form_line textarea{
    height:180px;
    padding:12px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }

  .contact_section01 .form_line .input_frame_half{
    width:100%;
    max-width: 100%;
  }

  .contact_section01 .form_line .agree_label{
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .contact_section01 .form_line .agree_label input{
    width:21px;
    height:21px;
    margin-right: 12px;
  }

  .contact_section01 .agree_box{
    height:184px;
    margin-top: 16px;
  }

  .contact_section01 .agree_box .agree_text{
    padding-top:16px;
    padding-bottom:16px;
    padding-right:28px;
    padding-left:20px;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.7;
  }

  .contact_section01 .submit{
    margin-top: 24px;
    width: 100%;
    max-width: 450px;
    height: 54px;
    font-size: 16px;
  }

  .contact_section01 .submit span{
    position: relative;
  }

  .contact_section01 .submit span::before{
    width: 6px;
    height: 12px;
    left:-24px;
  }

  .contact_section01 .back_button{
    margin-top: 12px;
    width: 100%;
    max-width: 450px;
    height: 54px;
    font-size: 16px;
  }

  .contact_section01 .back_button span{
    position: relative;
  }

  .contact_section01 .back_button span::before{
    width: 6px;
    height: 12px;
    background-image: url('../img/common/angle_right_brown.svg');
    left:-24px;
  }

  .contact_section01 .grecaptcha_term{
    font-size: 12px;
    margin-top:40px;
  }


  .contact_section01 .form_confirm_area .form_line .form_left{
    padding-top:0;
  }

  .contact_section01 .contact_finish_text01{
    margin-top: 40px;
    font-size: 15px;
  }

  .contact_section01 .contact_finish_text02{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.9;
  }

  .contact_section01 .top_link{
    margin-top: 24px;
    width: 100%;
    max-width: 450px;
    height: 54px;
    font-size: 16px;
  }


  .contact_section01 .top_link span::before{
    width: 6px;
    height: 12px;
    left:-24px;
    top: 50%;
  }



  /*
  ------------------------------------
  FAQ
  ------------------------------------
  */

  body.faq_body{
    
  }

  body.faq_body .common_contact_section{
    background-color: rgba(197,118,55,0.05);
  }

  body.faq_body .common_contact_section .block01,
  body.faq_body .common_contact_section .block02{
    background-color: #fff;
  }

  body.faq_body .common_bread_area{
    background-color: rgba(197,118,55,0.05);
  }

  main.faq_main{
    padding-top: 88px;
  }

  .page_mv_faq_section::before{
    background-image: url('../img/faq/faq_mv_sp.jpg');
  }


  .faq_section{
    padding-top:60px;
  }

  .faq_section.faq_link_section{
    padding-top: 28px;
  }

  .faq_section:last-child{
    padding-bottom: 40px;
  }

  .faq_section .faq_container{
    width: calc(352 / 390* 100vw);
    max-width: calc(352 / 390* 100vw);
    margin: 0 auto;
    position: relative;
  }

  .faq_section .faq_link_list{
    display: flex;
    flex-wrap: wrap;
  }

  .faq_section .faq_link_list li{
    width: 33.3%;
  }

  .faq_section .faq_link_list li:nth-child(3n){
    border-right:1px solid #C57637;
  }
  .faq_section .faq_link_list li:nth-child(4n){
    border-right:none;
  }
  .faq_section .faq_link_list li:last-child{
    border-right:1px solid #C57637;
  }
  

  .faq_section .faq_link_list li a{
    font-size:13px;
  }



  .faq_section .faq_head{
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .faq_section .faq_list{
    margin-top: 12px;
  }

  .faq_section .faq_block{
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 4px;
  }

  .faq_section .faq_block .faq_question{
    padding-left: 36px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size:13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    cursor: pointer;


  }

  .faq_section .faq_block .faq_question::before{
    font-size: 29px;
    left:0;
    top:8px;
  } 

  .faq_section .faq_block .faq_question::after{
    width:13px;
    height:13px;
    right:0;
    top:22px;
  }

  .faq_section .faq_block .faq_question.active::after{
    top:28px;
  }

  .faq_section .faq_block .faq_answer{
    padding-top:16px;
    padding-bottom: 20px;
    padding-right: 32px;
    padding-left: 48px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }

  .faq_section .faq_block .faq_answer::before{
    font-size: 29px;
    left:16px;
    top:12px;
  }



  /*
  ------------------------------------
  コンセプト
  ------------------------------------
  */

  body.concept_body{
    
  }

  body.concept_body .common_contact_section{
    /* background-color: rgba(197,118,55,0.05); */
  }

  body.concept_body .common_bread_frame .common_bread_list a,
  body.concept_body .common_bread_frame .common_bread_list span{
    color:#C57637;
  }

  body.concept_body .common_bread_frame .common_bread_list .arrow {
    background-image: url('../img/common/angle_right_brown.svg');
  }

  main.concept_main{
    padding-top: 72px;
  }


  .page_mv_concept_section::before{
    background-image: url('../img/concept/concept_mv_sp.jpg');
    width: 100%;
  }

  .page_mv_concept_section .title_frame {
    height: 193px;
  }


  .concept_section01{
    padding-top: 35px;
    padding-bottom: 56px;
  }

  .concept_section01 .sec_title{
    font-size: 20px;
    line-height: 1.3;
  }

  .concept_section01 p{
    text-align: left;
    font-size: 13px;
    line-height: 2.1;
    margin-top: 24px;
  }

  .concept_section01 p+p{
    margin-top: 25px;
  }

  .concept_section .sec_title_set{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .concept_section .sec_title_set .ja_title{
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .concept_section .sec_title_set .en_title{
    margin-top: 12px;
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 1.3;
  }

  .concept_section .concept_list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    padding-right:0;
  }

  .concept_section .concept_block{
    width:100%;
    max-width: 600px;
    padding-top: 24px;
    padding-bottom: 20px;
    margin-top: 10px;
  }

  .concept_section .concept_block:first-child{
    margin-top: 0;
  }

  .concept_section .concept_block .concept_block_title{
    font-size: 18px;
    line-height: 1.5;
  }

  .concept_section .concept_block .concept_block_icon{
    height:98px;
  }

  .concept_section .concept_block .concept_block_text{
    font-size: 13px;
    line-height: 2;
    padding-left: 24px;
    padding-right:24px;
  }

  .concept_section02{
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .concept_section02 .concept_block .icon_house01{
    width:65px;
  }
  .concept_section02 .concept_block .icon_house02{
    width:62px;
  }
  .concept_section02 .concept_block .icon_house03{
    width:47px;
  }

  .concept_section03{
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .concept_section03 .concept_block .icon_furniture01{
    width:118px;
  }
  .concept_section03 .concept_block .icon_furniture02{
    width:86px;
  }
  .concept_section03 .concept_block .icon_furniture03{
    width:100px;
  }


  /*
  ------------------------------------
  こだわり
  ------------------------------------
  */

  body.commit_body{
    
  }

  body.commit_body .common_bread_area{
    background-color: #fff;
  }

  body.commit_body .common_contact_section{
    background-color: #fff;

  }

  main.commit_main{
    padding-top: 88px;
  }

  /* body.commit_body .common_contact_section .block01,
  body.commit_body .common_contact_section .block02{
    background-color: #fff;
  } */

  /* body.commit_body .common_bread_area{
    background-color: rgba(197,118,55,0.05);
  } */

  .page_mv_commit_section::before{
    background-image: url('../img/commit/commit_mv_sp.jpg');
  }


  .commit_section{

  }

  .commit_section .commit_container{
    width: calc(352 / 390* 100vw);
    max-width: calc(352 / 390* 100vw);
    margin: 0 auto;
    margin:0 auto;
  }

  .commit_section01{
    padding-top: 28px;
    padding-bottom: 36px;
  }

  .commit_section01 .link_list{
    display: flex;
    justify-content: flex-start;

    gap:16px 0;
  }

  .commit_section01 .link_list li{
    min-width: 30%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .commit_section01 .link_list li:last-child{
    min-width: 40%;
  }


  .commit_section01 .link_list li a{
    font-size: 13px;
    white-space: nowrap;
  }

  .commit_section01 .sec_title{
    margin-top: 48px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
  }

  .commit_section01 .p01{
    margin-top: 24px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .commit_section01 .commit_icon{
    width:82px;
    margin:0 auto;
    margin-top: 40px;
  }


  .commit_section .sec_title_set{
    padding-top:24px;
    padding-bottom: 24px;
    text-align: center;
  }

  .commit_section .sec_title_set .ja_title{
    font-size:19px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }

  .commit_section .sec_title_set .en_title{
    margin-top: 8px;
    font-size:14px;
  }

  .commit_house_section{

  }


  .commit_house_section .house_flex{
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items:center;

  }

  .commit_house_section .house_text_area{
    width: 100%;
  }

  .commit_house_section .house_head{
    font-size: 17px;
  }

  .commit_house_section .house_text{
    margin-top: 20px;
    font-size:13px;
    line-height: 2;
  }
  .commit_house_section .house_img_area{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-shrink: 0;
    margin-left:0;
    margin-top: 32px;
  }

  .commit_house_section .house_img_area img{
    width:168px;
  }

  .commit_house_section .house_img_area .house_img_item+.house_img_item{
    margin-left:12px;
  }

  .commit_house_section .quake_area{
    padding-top: 44px;
    padding-bottom: 40px;
    margin-top: 24px;
    position: relative;
  }

  .commit_house_section .quake_area::before{
    opacity: 0.1;
  }

  .commit_house_section .quake_area .quake_flex{
    display: flex;
    align-items:center;
    flex-direction: column;
  }

  .commit_house_section .quake_area .quake_text_area{
    width: 100%;
    padding-bottom: 24px;
  }

  .commit_house_section .quake_area .quake_head{
    font-size: 17px;
  }

  .commit_house_section .quake_area .quake_text{
    margin-top: 20px;
    font-size: 13px;
    line-height: 2;
  }

  .commit_house_section .quake_area .quake_img_area{
    width:182px;
    margin-left: 0;
    margin-right: 0;
    flex-shrink: 0;
  }

  .commit_house_section .quake_area .quake_img_area img{
    width:100%;
  }


  .commit_house_section .quake_area .quake_outline{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 24px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 6px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #fff;
    border-radius: 6px;
  }

  .commit_house_section .quake_area .quake_outline p{
    font-size: 16px;
    gap:0 6px;
    justify-content: flex-end;
  }


  .commit_house_section .quake_area .quake_outline p .num{
    font-size: 32px;
    translate: 0 -4px;
  }

  .commit_house_section .quake_area .quake_outline .plus{
    width: 12px;
    height:20px;
    font-size: 20px;
    line-height: 1;
    margin-left: 0;
    margin-right: 0;
    
    /* margin-top: 4px;
    margin-bottom: 8px; */
  }

  .commit_house_section .quake_area .quake_outline .plus01{
    margin-top: -8px;
  }

  .commit_house_section .quake_area .quake_white_box{
    max-width: 500px;
    margin: 0 auto;
    margin-top: 8px;
    padding-top:16px;
    padding-bottom: 6px;
  }

  .commit_house_section .quake_area .quake_img_list{
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .commit_house_section .quake_area .quake_img_list li{
    margin: 0 10px;
  }

  .commit_house_section .quake_area .quake_img_list .quake01{
    width:56px;
  }
  .commit_house_section .quake_area .quake_img_list .quake02{
    width:66px;
  }
  .commit_house_section .quake_area .quake_img_list .quake03{
    width:80px;
  }

  .commit_house_section .quake_area .quake_list{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 20px;
  }


  .commit_house_section .quake_area .quake_block{
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top:1px solid rgba(197,118,55,0.3);
  }

  .commit_house_section .quake_area .quake_icon{
    height:auto;
    width:81px;
    flex-shrink: 0;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .commit_house_section .quake_area .quake_icon .quake01{
    width: 55px;
    height:auto;
  }
  .commit_house_section .quake_area .quake_icon .quake02{
    width: 66px;
    height:auto;
  }
  .commit_house_section .quake_area .quake_icon .quake03{
    width: 100%;
    height:auto;
  }

  .commit_house_section .quake_area .quake_info_area{
    margin-top:0;
  }

  .commit_house_section .quake_area .quake_info_area p{
    line-height: 1.2;
    text-align: left;
    font-size: 13px;
  }

  .commit_house_section .quake_area .quake_info_area p .min{
    font-size: 12px;
    line-height: 1.2;
  }

  .commit_house_section .quake_area .quake_info_area p+p{
    margin-top: 8px;
    font-size: 15px;
  }


  .commit_house_section .quake_area .quake_info_area p .num01{
    font-size: 33px;
    line-height: 25px;
  }
  .commit_house_section .quake_area .quake_info_area p .num02{
    font-size: 33px;
    line-height: 25px;
  }

  .commit_house_section .quake_area .quake_block02{
    margin-left: 0;
    margin-right: 0;
  }

  .commit_house_section .quake_area .quake_remark01{
    margin-top:16px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }


  .commit_house_section .quake_area .quake_remark02{
    margin-top:12px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.4;
  }

  .commit_house_section .energy_area{
    padding-top: 52px;
    padding-bottom:48px;
  }

  .commit_house_section .energy_area .energy_head{
    font-size: 17px;
  }

  .commit_house_section .energy_area .energy_text{
    margin-top: 16px;
    font-size: 13px;
  }

  .commit_house_section .zeh_area01{
    padding-top: 40px;
    padding-bottom: 44px;
    position: relative;
  } 

  .commit_house_section .zeh_area01::before{
    opacity: 0.1;
  }


  .commit_house_section .zeh_area01 .zeh_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .commit_house_section .zeh_area01 .zeh_text_area{
    width: 100%;
  }

  .commit_house_section .zeh_area01 .zeh_head{
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.8;

  }

  .commit_house_section .zeh_area01 .zeh_text{
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }

  .commit_house_section .zeh_area01 .zeh_img_area{
    width: 75px;
    flex-shrink: 0;
    margin-left:0;
    margin-right: 0;
    margin-top: 16px;
  }

  .commit_house_section .zeh_area01 .table_frame{
    margin-top: 28px;
  }

  .commit_house_section .zeh_area01 table{
    border-collapse: collapse;
    width: 100%;
  }

  .commit_house_section .zeh_area01 table th,
  .commit_house_section .zeh_area01 table td{
    font-size: 12px;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .commit_house_section .zeh_area01 table th{
    border-left:none;
    width: 26%;
    white-space: nowrap;
  }

  .commit_house_section .zeh_area01 table td{
    width: 14.2%;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px;
  }


  .commit_house_section .zeh_area02{
    padding-top: 48px;
    padding-bottom: 36px;
  }

  .commit_house_section .zeh_area02 .zeh_head{
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }

  .commit_house_section .zeh_area02 .zeh_flex{
    margin-top: 20px;
    display: flex;
  }

  .commit_house_section .zeh_area02 .zeh_text_area{
    font-size: 13px;
    line-height: 2;
  }

  .commit_house_section .zeh_area02 .zeh_img_area{
    width: 98px;
    margin-left: 16px;
    flex-shrink: 0;
    position: relative;
  }

  .commit_house_section .zeh_area02 .zeh_img_area img{
    width: 100%;
    position: static;
  }

  .commit_garden_section{
    padding-top: 44px;
    padding-bottom:40px;
    position: relative;
  }

  .commit_garden_section::before {
    background-color: rgba(63, 103, 53, 0.1);
  }

  .commit_garden_section .flex{
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .commit_garden_section .flex .img_area{
    width:100%;
    max-width: 500px;
    flex-shrink: 0;
    margin-right:0;
  }

  .commit_garden_section .flex .text_area{
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
  }

  .commit_garden_section .text_area .head_text{
    font-size: 17px;
  }

  .commit_garden_section .text_area .info_text{
    margin-top: 16px;
    font-size: 13px;
    line-height: 2;
  }

  .commit_furniture_section{
    padding-top: 44px;
    padding-bottom:40px;
  }


  .commit_furniture_section .flex{
    margin-top: 28px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .commit_furniture_section .flex .img_area{
    width:100%;
    max-width: 500px;
    flex-shrink: 0;
    margin-left:0;
  }

  .commit_furniture_section .flex .text_area{
    width: 100%;
    margin-top: 24px;
    padding-top: 0;
  }

  .commit_furniture_section .text_area .head_text{
    font-size: 17px;
  }

  .commit_furniture_section .text_area .info_text{
    margin-top: 16px;
    font-size: 13px;
    line-height: 2;
  }


  /*
  ------------------------------------
  設計プラン
  ------------------------------------
  */

  body.plan_list_body{
    
  }

  main.plan_list_main{
    padding-top: 88px;
    
  }

  .page_mv_plan_list_section::before{
    background-image: url('../img/plan/plan_mv_sp.jpg');
  }

  .plan_list_section01{
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .plan_list_section .sec_title{
    font-size: 18px;
    text-align: center;
    line-height: 1.3;

  }

  .plan_list_section .plan_block_list{
    margin-top: 112px;
  }

  .plan_list_section .plan_block{
    
    /* width: calc(371 / 390* 100vw); */
    width: 100%;
    max-width: 600px;
    margin:0 auto;
    margin-top: 112px;
    position: relative;
  }

  .plan_list_section .plan_block:first-child{
    margin-top: 0;
  }

  .plan_list_section .plan_block_inner{
    width: calc(318 / 390* 100vw);
    max-width: 500px;
    /* margin:0 auto; */
    padding-top: 200px;
    padding-bottom: 28px;
  }

  .plan_list_section .plan_head{
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
  }

  .plan_list_section .plan_text{
    margin-top: 12px;
    font-size:13px;
    line-height: 2;
  }

  .plan_list_section .view_more{
    height: 54px;
    font-size: 16px;
    margin: 0 auto;
    margin-top:12px;
  }

  .plan_list_section .view_more::before{
    content: '';
    width: 6px;
    height: 12px;
    margin-right: 16px;
  }


  .plan_list_section .plan_block_num{
    font-size: 69px;
    line-height: 0.7;
    left:0;
    width: 100%;
    text-align: center;
    top:128px;
  }

  .plan_list_section .plan_block_img{
    /* width:351px; */
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:224px;
    object-fit: cover;
    top:-76px;
  }

  .plan_list_section .plan_block:nth-child(odd){
    padding-right: 8px;
    display: flex;
    justify-content: flex-end;
    background: none;
  }

  .plan_list_section .plan_block:nth-child(odd)::before{
    content:'';
    width:100vw;
    height:100%;
    background-color: rgba(197,118,55,0.1);
    position: absolute;
    top:0;
    left:0;
    z-index:-2;
  }

  .plan_list_section .plan_block:nth-child(odd) .plan_block_img{
    right:calc(20 / 390* 100vw);
  }

  .plan_list_section .plan_block:nth-child(even){
    padding-left:8px;
    display: flex;
    justify-content: flex-start;
    background: none;
  }

  .plan_list_section .plan_block:nth-child(even)::before{
    content:'';
    width:100vw;
    height:100%;
    background-color: rgba(173,173,173,0.1);
    position: absolute;
    top:0;
    right:0;
    z-index:-2;
  }

  .plan_list_section .plan_block:nth-child(even) .plan_block_img{
    left:calc(20 / 390* 100vw);
  }



  /*
  -----------------------------------
  設計プラン詳細
  ------------------------------------
  */

  body.plan_body{
    
  }

  main.plan_main{
    padding-top: 96px;
  }

  .plan_section .sec_title_set .ja_title{
    font-size: 20px;
    line-height: 1.3;
  }

  .plan_section .sec_title_set .en_title{
    margin-top: 10px;
    font-size: 15px;
  }


  .plan_section01{
    padding-bottom:48px;
  }


  .plan_section01 .page_tile_set .plan_en{
    font-size: 21px;
  }

  .plan_section01 .page_tile_set .plan_num{
    font-size: 55px;
    line-height: 0.9;
    margin-top: 6px;
  }

  .plan_section01 .page_tile_set .plan_title{
    margin-top: 20px;
    font-size: 22px;
  }

  .plan_section01 .plan_main_img{
    width:100%;
    max-width: 500px;
    margin:0 auto;
    margin-top: 16px;
  }

  .plan_section01 .sec_title{
    margin-top: 16px;
    font-size: 17px;
  }

  .plan_section01 .p01{
    margin-top: 12px;
    font-size: 13px;
    line-height: 2;
  }

  .plan_section01 .block_list{
    margin-top: 136px;
  }

  .plan_section01 .block{
    position: relative;
    width: 100%!important;
    max-width: 600px;
  }

  .plan_section01 .block::before{
    width:100vw;
    
  }

  .plan_section01 .block:nth-child(odd)::before{
    opacity: 0.1;
    top:0;
    left:0;
  }

  .plan_section01 .block:nth-child(even)::before{
    opacity: 0.05;
    top:0;
    left:auto;
    right:0;
  }

  .plan_section01 .block .plan_img{
    object-fit: cover;
  }
  


  .plan_section01 .plan_head{
    font-size: 17px;
    line-height: 1.7;
  }

  .plan_section01 .plan_text{
    margin-top: 16px;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 2;
  }


  .plan_section01 .block01{
    padding-top:172px;
    padding-right:0;
    padding-bottom:40px;
    padding-left: 24px;
  }

  .plan_section01 .block01 .plan_img{
    /* aspect-ratio:1/0.638 ; */
    height:224px;
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    right:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-76px;
  }



  .plan_section01 .block02{
    
    margin-top: 183px;
    padding-top: 124px;
    padding-right: 14px;
    padding-bottom: 36px;
    padding-left:16px;
  }

  .plan_section01 .block02 .plan_img{
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:244px;
    /* aspect-ratio:1/0.695 ; */

    left:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-140px;
    bottom:auto;
  }

  .plan_section01 .block03{
    
    margin-top: 85px;
    padding-top:172px;
    padding-right: 8px;
    padding-bottom: 24px;
    padding-left: 26px;
  }

  .plan_section01 .block03 .plan_img{
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:196px;
    /* aspect-ratio:1/0.558 ; */
    right:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-45px;
  }

  .plan_section01 .block04{
    margin-top: 194px;
    padding-top: 132px;
    padding-right: 24px;
    padding-bottom:44px;
    padding-left:20px;
    min-height: auto;
  }

  .plan_section01 .block04 .plan_img{
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:244px;
    /* aspect-ratio:1/0.695 ; */
    left:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-140px;
  }

  .plan_section01 .block05{
    
    margin-top:126px;
    margin-right: 0;
    padding-top: 172px;
    padding-right:20px;
    padding-bottom: 40px;
    padding-left: 24px;
    min-height: auto;
  }

  .plan_section01 .block05 .plan_img{
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:224px;
    /* aspect-ratio:1/0.638 ; */
    right:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-76px;
  }

  .plan_section01 .block06{
    margin-top:175px;
    padding-top: 124px;
    padding-right:28px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .plan_section01 .block06 .plan_img{
    width: min(calc(351 / 390* 540px) , calc(351 / 390* 100vw));
    height:224px;
    /* aspect-ratio:1/0.638 ; */
    left:min(calc(20 / 390* 540px) , calc(20 / 390* 100vw));
    top:-120px;
  }

  .plan_point_section{
    padding-top:64px;
    padding-bottom: 44px;
  }

  .plan_point_section .point_list{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .plan_point_section .point_block{
    width:100%;
    max-width: 500px;
    padding-top:24px;
    padding-left:24px;
    padding-right: 24px;
    padding-bottom: 24px;
    margin-top: 8px;
  }

  .plan_point_section .point_block .point_en{
    font-size: 16px;
  }

  .plan_point_section .point_block .point_num{
    font-size: 35px;
    margin-top: 4px;
    padding-bottom: 4px;
  }

  .plan_point_section .point_block .point_head{
    margin-top: 12px;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }

  .plan_point_section .point_block .point_text{
    margin-top: 12px;
    font-size: 13px;
    line-height: 2;
  }

  .plan_point_section .point_block02{
    margin-left:0;
    margin-right:0;
  }

  .plan_vr_section{
    padding-top: 56px;
    padding-bottom: 44px;
  }

  .plan_vr_section .p01{
    line-height: 2;
    font-size: 13px;
    margin-top:18px;
  }

  .plan_vr_section .vr_link{
    width:318px;
    height: 54px;
    font-size:17px;
    transition-duration: 0.4s;
    margin:0 auto;
    margin-top:20px;
  }

  .plan_vr_section .vr_link::before{
    width: 6px;
    height: 12px;
    margin-right: 16px;
  }

  .plan_floor_section{
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .plan_floor_section .swiper_block{
    margin-top:72px;
    
    position: relative;
  }

  .plan_floor_section .swiper_block .pagenation_frame{
    width:calc(371 / 390 * 100vw);
    top:-48px;
    left:auto;
    right:calc(50% - 50vw);
    border-bottom: none;
    padding-bottom: 2px;
  }

  .plan_floor_section .swiper_block .pagenation_inner{
    position: relative;
    
  }

  .plan_floor_section .swiper_block .pagenation_inner::before{
    content:'';
    width:100%;
    height:2px;
    background-color: rgba(197,118,55,0.14);
    position: absolute;
    bottom:0;
    left:0;
    z-index:-1;
  }

  .plan_floor_section .swiper_block .pagenation_scroll{
    overflow-x: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none;
  }

  .plan_floor_section .swiper_block .pagenation_scroll::-webkit-scrollbar {  
    display: none;
   }
   

  .plan_floor_section .swiper_block .swiper_pagenation{
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    gap:0;
    position: relative;
  }


  .plan_floor_section .swiper_block .swiper-pagination-bullet{
    white-space: nowrap;
    margin:0 24px;
    padding-bottom: 12px;
    font-size: 14px;
    
  }

  .plan_floor_section .swiper_block .swiper-pagination-bullet::after{
    width:100%;
    height:2px;
    bottom:0;
    z-index: 8;
  }

  .plan_floor_section .swiper_block .swiper-pagination-bullet-active::after{
    opacity: 1;
  }

  .plan_floor_section .floor_swiper_button{
    width:calc(11 / 390 * 100vw);
    height:calc(22 / 390 * 100vw);
    top:calc(96 / 390 * 100vw);
    bottom:auto;
  }

  .plan_floor_section .floor_swiper_prev{
    left:calc(-12 / 390 * 100vw);
  }
  .plan_floor_section .floor_swiper_next{
    right:calc(-12 / 390 * 100vw);
  }

  .plan_floor_section .floor_slide{
    width:100%;
    padding-left: calc(8 / 390 * 100vw);
    padding-right: calc(8 / 390 * 100vw);
  }

  .plan_floor_section .floor_card{
    width:100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .plan_floor_section .floor_card .floor_img{
    width:100%;
    padding-top: 6px;
    padding-bottom:28px;
    padding-right:12px;
    padding-left: 12px;
    position: relative;
  }

  .plan_floor_section .floor_card .floor_img .pic{
    width: 100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1/0.586;
  }

  .plan_floor_section .floor_card .floor_zoom{
    position: absolute;
    width: calc(28 / 390 * 100vw);
    height: calc(28 / 390 * 100vw);
    right:calc(3 / 390 * 100vw);
    bottom:calc(3 / 390 * 100vw);
  }

  .plan_floor_section .floor_card .floor_zoom::after{
    width:calc(13 / 390 * 100vw);
  }

  .plan_floor_section .floor_card .floor_info_area{
    width: 100%;
    padding-left: 0;
    padding-right:0;
    margin-top: 22px;
  }


  .plan_floor_section .floor_info_area ul li{
    display: flex;
  }

  .plan_floor_section .floor_info_area ul li+li{
    margin-top: 16px;
    
  } 

  .plan_floor_section .floor_info_area p{
    font-size: 13px;
    line-height: 1.5;
  }

  .plan_floor_section .floor_info_area p:first-child{
    min-width: 86px;
    flex-shrink: 0;
    padding-right: 6px;
  }

  .plan_floor_section .floor_info_area p span{
    font-size: 13px;
  }

  .plan_floor_section .floor_info_area p+p{
    margin-top: 0;
  }
  
  .plan_floor_section .floor_popup .floor_popup_frame {
    width: calc(376 / 390* 100vw);
    height: auto;
    max-height: 99svh;
    position: relative;
    background-color: #fff;
    
  }
  
  .plan_floor_section .floor_popup .floor_popup_scroll{
    /* overflow-y: scroll; */
    max-height: 100%;
  }
  
  .plan_floor_section .floor_popup .floor_popup_close {
    top: 14px;
    right: 10px;
    cursor: pointer;
  }
  
  .plan_floor_section .floor_popup .floor_popup_close img {
    width: 38px;
  }
  
  .plan_floor_section .floor_popup .floor_popup_inner{
    width: calc(350 / 390* 100vw);
    /* max-width: 500px; */
    margin:0 auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  
  .plan_floor_section .floor_popup .floor_popup_name{
    font-size: 14px;
    top:16px;
  }
  
  .plan_floor_section .floor_popup .floor_popup_img{
    max-height: none;
  }


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