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

  main{
    padding-top: 95px;
  }


    /*
  ------------------------------------
  アニメーション関係
  ------------------------------------
  */
  

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

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

  
  /*明太子のデコレーションが乗ったタイトル*/
  .common_sec_deco_title{
    font-size:26px;
    line-height: 1.2;
  }
  
  .common_sec_deco_title::before{
    width:67px;
    height:27px;
    margin-bottom: 16px;
  }


  /*下線がついたセクションのタイトル*/
  .common_bottom_border_title{
    font-size: 24px;
  }

  .common_bottom_border_title::after{
    content:'';
    width: 36px;
    height: 3px;
    margin-top: 16px;
  }
  
  
  /*赤色のリンクボタン*/
  .common_red_button{
    width: 100%;
    height: 70px;
    font-size: 18px;
    transition-duration: 0.4s;
  } 


  /*商品のカテゴリー選定エリア*/
  .common_products_cat_menu_area{


  }
  .common_products_cat_menu_area .products_menu_tag_list{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  .common_products_cat_menu_area .products_cat_tag{
    width: 100%;
    padding:16px 3px;
    background-color: #ad9f82;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;    
    border-radius: 8px 8px 0 0;
    margin-top: 1px;
    position: relative;
    background-color: #e83929;
  }

  /* .common_products_cat_menu_area .products_cat_tag.active{
    background-color: #ad9f82!important;
  } */

  .common_products_cat_menu_area .products_cat_tag::after{
    content:'';
    width:18px;
    height:18px;
    background-image: url('../img/common/icon_radi_arrow_bottom_red.png');
    /* background-image: url('../img/common/icon_radi_arrow_bottom_wihte_red.png'); */
    border-radius: 50%;
    position: absolute;
    right:20px;
    top:0;
    bottom:0;
    margin:auto;
    transition-duration: 0.4s;
  }

  .common_products_cat_menu_area .products_cat_tag.sp_active::after{
    transform: rotateZ(180deg);
  }

  .common_products_cat_menu_area .js_sp_products_cat_frame{
    display: none;
  }

  .common_products_cat_menu_area .sp_products_cat_list{
    border: solid 2px #e83929;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    padding: 24px 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:16px 0;
  }

  .common_products_cat_menu_area .sp_products_cat_list li{
    width: 48.5%;
  }

  .common_products_cat_menu_area .sp_products_cat_list li + li{
    
  }

  .common_products_cat_menu_area .sp_products_cat_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 4px 8px;
    position: relative;
    border-radius: 10px;
    border: solid 2px #e83929;
    background-color: #fff8f6;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }

  .common_products_cat_menu_area .sp_products_cat_list li a::after{
    content:'';
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background-image: url('../img/common/icon_radi_arrow_right_white_red.png');
    flex-shrink: 0;
  }
  
  .common_products_cat_menu_area .products_cat_body{
    padding:24px 16px;
    margin-top: 0;
    height:0;
    opacity: 0;
    pointer-events: none;
  }
  
  .common_products_cat_menu_area .products_cat_body ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:16px 0;
  }
  
  .common_products_cat_menu_area .products_cat_body ul li{
    width: 48%;
  }
  
  .common_products_cat_menu_area .products_cat_body ul li a{
    border: solid 1px #e83929;
    font-size: 14px;
  }

  
  .common_products_cat_menu_area .products_cat_body ul li a .button_inner{
    height: 40px;
    padding: 0 8px;
    position: relative;
    
  }
  
  .common_products_cat_menu_area .products_cat_body ul li a .button_inner::after{
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }
    
  /*新着情報一覧*/
  .common_news_list{

  }
  
  .common_news_list .news_line{
    border-bottom:1px solid #cecbc5;
  }
  
  .common_news_list .news_item{
    padding:16px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .common_news_list .news_item::after{
    width: 26px;
    height: 26px;
    margin-left: 20px;
  }
  
  .common_news_list .news_contents{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .common_news_list .news_date{
    width:auto;
    font-size: 15px;
    line-height: 1.5;
  }
  
  .common_news_list .news_title{
    font-size: 15px;
    line-height: 1.5;
    letter-spacing:0.1em;
    margin-top: 8px;
  }


  /*ページネーション*/
  .common_pagenation{
    gap:20px 0;
  }

  .common_pagenation span.current{/*現在のページボタン*/
    width: 28px;
    height: 28px;
    border: solid 1px #e83929;
    font-size: 15px;
    margin:0 6px;
  }

  .common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 28px;
    height: 28px;
    border: solid 1px #e83929;
    font-size: 15px;
    margin:0 6px;
  }

  .common_pagenation a.page-numbers.next::after,
  .common_pagenation a.page-numbers.prev::after{
    width: 12px;
    height: 4px;
  }

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

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



  /*
  ------------------------------------
  ヘッダー
  ------------------------------------
  */
  
  header{

  }
  
  header .header_inner{
    padding:0 16px;
  }
  
  header .header_flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:55px;
  }
  
  header .header_logo{
    display: block;
    width:154px;
  }
  
  header .header_logo img{
    width:100%;
  }
  

  header .header_area01{
    display: none;
  } 

  header .header_area02{
    display: none;
  }
  

  header .header_right{
    display: flex;
    align-items: center;
  }

  header .sp_tel{
    width: 30px;
    border-radius: 50%;
  }

  header .sp_tel img{
    width:100%;
  }

  header .drawer_open{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 32px;
    height: 24px;
    cursor: pointer;
    margin-left: 20px;
  }

  header .drawer_open .bar{
    height:2px;
    background-color: #e83929;
    transition-duration: 0.5s;
  }

  header .drawer_open.active .bar1 {
    transform: translateY(10.7px) rotate(-45deg);
  }
  header .drawer_open.active .bar2 {
    display: none;
  }
  header .drawer_open.active .bar3 {
    transform: translateY(-10.7px) rotate(45deg);
  }

  #fxt_top_menu{
    position: fixed;
    z-index: 15;
    top:55px;
    left:0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  #fxt_top_menu a{
    width:50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    position: relative;
  }

  #fxt_top_menu a::after{
    content:'';
    position: absolute;
    top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  
  #fxt_top_menu a span{
    position: relative;
  }
  
  #fxt_top_menu a span::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  
  #fxt_top_menu a.contact_link{
    background-color: #e83929;
    color:#fff;
  }
  
  #fxt_top_menu a.contact_link::after{
    background-image: url('../img/common/icon_radi_arrow_right_red.png'); 
  }
  
  #fxt_top_menu a.contact_link span::before{
    background-image: url('../img/common/icon_mail_white.png'); 
    width: 18px;
    height: 14px;
    left:-24px;
  }
  
  #fxt_top_menu a.estimate_link{
    background-color: #37a24b;
    color:#fff;
  }
  
  #fxt_top_menu a.estimate_link::after{
    background-image: url('../img/common/icon_radi_arrow_right_green.png'); 
  }
  
  #fxt_top_menu a.estimate_link span::before{
    background-image: url('../img/common/icon_estimate_white.png'); 
    width: 13px;
    height: 18px;
    left:-18px;
  }

  /*
  ------------------------------------
  お問い合わせセクション
  ------------------------------------
  */
  
  .common_contact_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .common_contact_section .page_top{
    width: 40px;
    height: 40px;
    top:-20px;
    right:24px;
  }
  
  
  .common_contact_section .sec_title{
    font-size: 28px;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .common_contact_section .p01{
    margin-top: 24px;
    font-size: 15px;
    white-space: normal;
    line-height: 1.75;
    text-align: left;
  }
  
  .common_contact_section .flex{
    margin:36px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  
  .common_contact_section .flex a{
    width: 100%;
    height: 60px;
    border-radius: 40px;
    font-size: 20px;
  }
  
  .common_contact_section .flex a::after{
    width: 30px;
    height: 30px;
    right:20px;
  }

  .common_contact_section .flex a.estimate_link{
    margin-top: 24px;
  }
  
  .common_contact_section .tel_box_frame{
    max-width: 840px;
    margin:50px auto 0;
    position: relative;
  }
  
  .common_contact_section .tel_box_head{
    font-size: 18px;
    top:-9px;
  }
  
  .common_contact_section .tel_box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 32px 0;
    flex-direction: column;
  }
  
  .common_contact_section .tel_box::before{
    height:3px;
    background-image: linear-gradient(to right, #fff 15%, transparent 15%, transparent 85%, #fff 85%);

  }
  
  .common_contact_section .tel_box .tel{
    font-size: 32px;
  }
  
  .common_contact_section .tel_box .tel::before{
    width: 36px;
    height: 36px;
    margin-right: 6px;
  }
  
  
  .common_contact_section .tel_box p{
    font-size: 18px;
    margin-left: 0; 
    margin-top: 8px;
  
  }
  
  /*
  ------------------------------------
  フッター
  ------------------------------------
  */
  footer{
  
  }
  
  footer .footer_area01{
    padding-top: 60px;
    padding-bottom: 50px;
  }
  
  footer .footer_flex{
    display: flex;
    align-items:center;
    flex-direction: column;
  }
  
  footer .footer_flex .footer_left{
    flex-shrink: 0;
    margin-right: 0;
  }
  
  footer .footer_logo{
    display: block;
    width:202px;
    margin:0 auto;
  } 

  
  footer .sns_list{
    margin-top: 24px;
    justify-content: center;
  }
  
  footer .sns_list li{
    margin:0 10px;
  }
  
  footer .sns_list .sns_x{
    width:37px;
  }
  footer .sns_list .sns_youtube{
    width:41px;
  }
  footer .sns_list .sns_line{
    width:35px;
  }
  footer .sns_list .sns_facebook{
    width:35px;
  }
  
  footer .shop_link{
    margin:32px auto 0;
  }

  footer .footer_right{
    margin-top: 40px;
    width: 100%;
  }
  
  footer .footer_nav{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    gap:0;
  }
  
  
  footer .parents_menu{
    width:100%;
    margin-top: 40px;
  }
  
  
  footer .footer_copy{
    padding:16px 0;
    font-size: 13px;
  }
  
  /*
  ------------------------------------
  トップページ
  ------------------------------------
  */
  
  body.top_body{
  
  }
  main.top_main{
  
  }
  
  .top_section{
    
  }

  
  .top_mv_section .flex{
    display: flex;
    flex-direction: column;
  }
  
  .top_mv_section .flex .left{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  
  
  .top_mv_section .left .p01{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.88;
  }
  
  .top_mv_section .left .p01 span{
    font-size: 21px;
  }
  
  .top_mv_section .left .p02{
    margin-top: 12px;
    font-size: 25px;
    line-height: 1.6;  
    text-align: center;
  }
  
  .top_mv_section .left .p02 span{
    font-size: 27px;
  } 
  
  .top_mv_section .flex .right{
    width:100%;
    flex-shrink: 0;
  }

  .top_mv_section .mv_swiper_button{
    width: 32px;
    height: 32px;
  }
  
  .top_mv_section .mv_swiper_button::after{
    width: 16px;
    height: 5px;
  }
  
  .top_mv_section .mv_swiper_prev{
    left:12px;
  }

  .top_mv_section .mv_swiper_next{
    right:12px;
  }
  
  .top_mv_section .mv_slide{
    aspect-ratio: 1/0.617;
  }

  
  .top_mv_section .mv_swiper_pagenation{
    bottom:16px;
    right:16px;
    z-index: 10;
  }
  
  .top_mv_section .mv_swiper_pagenation .swiper-pagination-bullet{
    width:10px;
    height:10px;
    margin:0 6px;
  }
  
  
  .top_pickup_section{
    padding:16px 0;
  }
  
  .top_pickup_section .flex{

  }
  
  .top_pickup_section .flex .left{

  }
  
  
  .top_pickup_section .sec_title{
    font-size: 17px;
    line-height: 1.5;
  }
  
  .top_pickup_section .news_list{
    margin-left: 0;
    margin-top: 12px;
    padding-top: 0;
  }
  
  .top_pickup_section .news_item{
    display: flex;
  }
  
  .top_pickup_section .news_item+.news_item{
    margin-top: 8px;
  }
  
  .top_pickup_section .news_item .news_date{
    font-size: 14px;
    line-height: 1.5;
    width:100px;
  }
  
  .top_pickup_section .news_item .news_title{
    font-size: 14px;
    line-height: 1.5;
  }
  
  
  .top_pickup_section .flex .right{
    flex-shrink: 0;
    padding-top: 8px;
    margin-left: 0;
    width: 0;
  }
  
  .top_pickup_section .news_link{
    position: absolute;
    right:0;
    top:4px;
    font-size: 13px;
  }
  
  .top_pickup_section .news_link::after{
    width: 15px;
    height: 15px;
    margin-left:7px;
  }
  
  .top_text_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .top_text_section .head_text{
    font-size: 22px;
    line-height: 1.48;
    letter-spacing: 1.5;
    text-align: center;
  }
  
  .top_text_section .p01{
    margin-top: 32px;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
  }
  
  
  .top_search_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .top_search_section .common_products_cat_menu_area{
    margin-top: 40px;
  }
  
  .top_search_section .common_products_cat_menu_area .products_cat_body {
    border: solid 3px #e83929;
    margin-top: 0;
  }
  
  .top_search_section .common_red_button{
    margin:48px auto 0;
  }
  
  
  .top_recommend_section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .top_recommend_section .recommend_list{
    margin-top: 48px;

    gap:32px 0;
  }
  
  .top_recommend_section .recommend_list li{
    width:45%;
  }

  
  .top_recommend_section .recommend_item .recommend_name{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.56;
  }
  
  .top_recommend_section .common_red_button{
    margin:56px auto 0;
  }
  
  .top_staff_section{
    padding-top: 72px;
    padding-bottom: 72px;

  }
  
  .top_staff_section .deco_border{
    height:2px;
  }
  
  .top_staff_section .deco_border01{
    height:3px;
  }
  .top_staff_section .deco_border02{
    top:6px;
  }
  .top_staff_section .deco_border03{
    bottom:6px;
  }
  
  .top_staff_section .text_deco{
    width: 100%;
  }
  
  .top_staff_section .text_deco img{
    height:80px;
  }


  .top_staff_section .text_deco01{
    top:12px;
  }

  .top_staff_section .text_deco01 img{
    animation: text_roop01 15s linear infinite;
  }
  
  @keyframes text_roop01 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1192.5px);
    } 
  }
  
  .top_staff_section .text_deco02{
    bottom:12px;
  }

  .top_staff_section .text_deco02 img{
    animation: text_roop02 15s linear infinite;
  }
  
  @keyframes text_roop02 {
    0% {
      transform: translateX(-1192.5px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  .top_staff_section .img_flex{
    margin-top: 0;
    align-items: flex-start;
    padding-left: 12px;
  }

  
  .top_staff_section .img_flex .deco01{
    width:83px;
    margin-top: 20px;
    margin-right: 20px;
  }
  .top_staff_section .img_flex .deco02{
    width:107px;
  }
  
  .top_staff_section .p01{
    font-size: 17px;
    line-height: 1.59;
    margin-top: 16px;
  }
  
  
  .top_staff_section .common_red_button{
    margin: 30px auto 0;
  }
  
  .top_staff_section .swiper_block{
    width: 100vw;
    margin: 40px calc(50% - 50vw) 0;
  }
  
  .top_staff_section .color_deco{
  
  }
  
  .top_staff_section .color_deco01{
    width: 47.5px;
    height: 15.5px;
    bottom:-6px;
    right:calc(50% + 140px);
  }
  .top_staff_section .color_deco02{
    width: 124.5px;
    height: 26px;
    bottom:-40px;
    right:calc(50% + 47px);
  }
  
  .top_staff_section .color_deco03{
    width: 46px;
    height: 15.5px;
    top:-40px;
    left:calc(50% + 142px);
  }
  
  .top_staff_section .color_deco04{
    width: 119px;
    height: 26px;
    top:-13px;
    left:calc(50% + 69px);
  }
  
  
  .top_staff_section .staff_swiper_button{
    width: 26px;
    height: 26px;
    border: solid 1px #f95a37;
  }
  
  .top_staff_section .staff_swiper_button::after{
    width: 13px;
    height: 5px;
  }
  
  .top_staff_section .staff_swiper_prev{
    left:calc(50% - 180px);
  }
  
  .top_staff_section .staff_swiper_next{
    right:calc(50% - 180px);
  }

  
  .top_staff_section .staff_slide{
    width:375px;
    padding: 0 15px;
    opacity: 0.5;
  }  
  
  .top_staff_section .staff_card{
    padding-top: 28px;
  }
  
  .top_staff_section .staff_card .img_area{
    width: 315.5px;
    height: 232px;
    margin-left: 8px;
  }
  
  .top_staff_section .staff_card .color_card01{
    width: 307px;
    height: 220px;
    transform: rotateZ(173deg);
    top:0;
    left:0;
  }
  
  .top_staff_section .staff_card .color_card02{
    z-index: 11;
    width: 307px;
    height: 220px;
    transform: rotateZ(178deg);
    top:0;
    left:0;
  }
  
  .top_staff_section .staff_card .pic_frame{
    width: 307px;
    height: 220px;
    border:3px solid #fff;
    transform: rotateZ(3deg);
    top:0;
    left:0;
  }

  
  .top_staff_section .staff_card .staff_right{
    width:100%;
    min-height:auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
  }
  
  .top_staff_section .staff_card .staff_catch span{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.83;
    letter-spacing: 0.1em;
  }
  
  .top_staff_section .staff_card .staff_name01{
    margin-top: 16px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  
  .top_staff_section .staff_card .staff_name02{
    font-size: 11px;
    line-height:1.3;
    letter-spacing: 0.1em;
    margin-top: 6px;
  }
  
  .top_staff_section .staff_card .staff_border{
    margin-top: 8px;
    height: 1px;
  }
  
  .top_staff_section .staff_card .staff_depart{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.44;
    letter-spacing: 0.1em;
  }
  
  .top_staff_section .staff_card .reco_flex{
    display: flex;
    align-items: center;
    margin-top: 16px;
  }
  
  .top_staff_section .staff_card .reco_left{
    margin-right: 12px;
    width:85px;
    height: 42px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.22;
    white-space: nowrap;
  }
  
  
  .top_staff_section .staff_card .reco_left::after{
    border-width: 6px 0 6px 6px;
    right:-5px;

  }
  
  .top_staff_section .staff_card .reco_right{
    font-size: 13px;
    line-height: 1.56;
    letter-spacing: 0.1em;
  }
  
  .top_link_section{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fdf8ed;
  }
  
  .top_link_section .flex{
    max-width: 345px;
    margin:0 auto;
    padding:0;
    gap:32px 0;
    margin-bottom: 0;
  }
  
  .top_link_section .flex .block{
    width: 100%;
    border-radius: 10px;
    padding:40px 20px;
    position: relative;
  }

  
  .top_link_section .flex .block .radi_text{
    right:20px;
    bottom:12px;
    font-size: 15px;
  }
  
  .top_link_section .flex .block .radi_text::after{
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
  
  .top_link_section .flex .block_inner{
    width:100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .top_link_section .flex .block_head{
    font-size: 22px;
  }

  
  .top_link_section .flex .block_text{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
    text-align: left;
  }
  
  
  .top_link_section .link_list .link_item{
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  
  .top_link_section .link_block{
    width:100%;
    min-height: auto;
    position: relative;
    z-index: 1;
  }
  
  .top_link_section .link_block .common_sec_deco_title{
    align-items: center;
  }
  
  .top_link_section .link_block_text{
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  } 
  
  .top_link_section .link_block .common_red_button{
    margin: 40px auto 0;
  }
  
  .top_link_section .link_block .pic{
    position: static;
    width:100%;
    margin-top: 24px;
  }
  
  
  .top_link_section .link_item02 {
    margin-top: 60px;
    position: relative;
  }
  
  .top_link_section .link_item03{
    margin-top: 60px;
  }
  
  .top_news_section{
    padding-top: 60px;
    padding-bottom: 60px;  
  } 
  
  .top_news_section .common_news_list{
    margin-top: 40px;
  }

  /*
  ------------------------------------
  パンクズ
  ------------------------------------
  */


  .common_bread_section{

  }

  .common_bread_section{
    padding:20px 0;
  }

  .common_bread_section .bread_list{
    gap:16px 10px;
    font-size: 15px;
  }

  .common_bread_section .bread_list .arrow {
    width: 16px;
    height: 5px;
}

  /*
  ------------------------------------
  下層MV
  ------------------------------------
  */

  .page_mv_section{
    padding:20px 0;
    min-height:260px;
  }

  .page_mv_section .common_sec_deco_title{
    font-size: 26px;
  }

  .page_mv_section::before{
    width: 100vw;
    border-radius: 0;
  }

  /*
  ------------------------------------
  商品一覧ページ
  ------------------------------------
  */

  body.archive_products_body{
    
  }

  main.archive_products_main{

  }

  .archive_products_section{

  }

  .archive_products_section01{
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .archive_products_section01 .page_title{
    font-size: 24px;
  }

  .archive_products_section01 .cat_flex{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 60px auto 0;
  }

  .archive_products_section01 .cat_flex .cat_head{
    width: 100%;
    padding: 24px 0;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
  }

  .archive_products_section01 .cat_flex .cat_area{
    width:100%;
    
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border: solid 2px #e83929;
    padding:24px 24px;
  }

  .archive_products_section01 .cat_area .cat_parents_list{
    flex-direction: column;
    align-items: flex-start;
  }

  .archive_products_section01 .cat_area .cat_parents_item{
    position: relative;
    cursor: pointer;
  }

  .archive_products_section01 .cat_area .cat_parents_item + .cat_parents_item{
    margin-top: 24px;
  }

  .archive_products_section01 .cat_area .cat_parents_item span{
    font-size: 18px;
    justify-content: flex-start;
  }

  .archive_products_section01 .cat_area .cat_parents_item span::after{
    width: 26px;
    height: 26px;
    margin-left: 8px;
    transition-duration: 0.4s;
  }

  .archive_products_section01 .cat_area .cat_parents_item.active span::after{
    transform: rotateZ(180deg);
  }


  .archive_products_section01 .cat_area .cat_child_frame{
    position: static;
    top: 100%;
    left: 50%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    padding-top: 16px;
    transition-duration: 0s;
    opacity: 1;
    pointer-events: auto;
    display: none;
  }

  .archive_products_section01 .cat_area .cat_child_menu{
    white-space: nowrap;
    border-radius: 0;
    border: none;
    background-color: transparent;
    min-width: auto;
  }

  .archive_products_section01 .cat_area .cat_child_item{
    border-bottom:none;
  }

  .archive_products_section01 .cat_area .cat_child_item:last-child{
    border-bottom:none
  }

  .archive_products_section01 .cat_area .cat_child_item + .cat_child_item{
    margin-top: 14px;
  }

  .archive_products_section01 .cat_area .cat_child_item a{
    width: fit-content;
    padding:0;
    font-size: 16px;
    line-height: 1.3;
  }

  .archive_products_section01 .cat_area .cat_child_item a::after{
    width: 6px;
    height: 12px;
    margin-left: 6px;
  }
  .archive_products_section01 .products_list{
    gap:32px 0;
    margin-top: 56px;
  }

  .archive_products_section01 .products_item{
    width: 45%;
  } 

  .archive_products_section01 .products_card{
    display: block;
  }

  .archive_products_section01 .products_card .products_name{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
  }

  .archive_products_section01 .common_pagenation{
    margin-top: 80px;
  }


  /*
  ------------------------------------
  商品詳細
  ------------------------------------
  */

  body.single_products_body{
    
  }

  main.single_products_main{

  }

  .single_products_section{

  }

  .single_products_section01{
    padding-top: 60px;
    padding-bottom: 90px;
  }


  .single_products_section01 .products_gal_arrow{
    width: 40px;
    height: 40px;
    border: solid 1px #e83929;
  }

  .single_products_section01 .products_gal_arrow::after{
    width: 18px;
    height: 7px;
  }
  .single_products_section01 .products_gal_arrow.prev{
    left:-20px;
  }

  .single_products_section01 .products_gal_arrow.next{
    right:-20px;
  }

  .single_products_section01 .products_gal_list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
  }

  .single_products_section01 .products_gal_list .products_gal_item{
    width:78px;
  }


  .single_products_section01 .products_num{
    padding: 4px 12px;
    font-size: 16px;
  }

  .single_products_section01 .products_name{
    margin-top: 20px;
    font-size: 24px;
    padding-bottom: 30px;
  }

  .single_products_section01 .products_info{
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
  }

  .single_products_section01 .right .products_pdf{
    margin:0 auto;
    margin-top: 48px;
  }

  .single_products_section01 .right .products_contact{
    margin:0 auto;
    margin-top: 48px;
  }

  .single_products_section01 .right .products_pdf + .products_contact{
    margin-top: 20px;
  }

  .single_products_section01 .products_content{
    margin-top: 48px;
  }


  .single_products_section01 .products_staff_box{
    margin-top: 64px;
    padding: 32px 16px 24px 16px;
    border: solid 2px #e83929;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
  }

  .single_products_section01 .products_staff_box::before{
    width:270px;
    height:20px;
    top:-4px;
  }

  .single_products_section01 .products_staff_head{
    font-size: 20px;
    top:-16px;    
  }

  .single_products_section01 .staff_info{
    margin-right: 0;
    width:160px;
  }

  .single_products_section01 .staff_info .staff_img{
    width: 160px;
    height: 160px;

  }

  .single_products_section01 .staff_info .staff_name{
    margin-top: 12px;
    font-size: 20px;
  }

  .single_products_section01 .staff_info .staff_area{
    margin-top: 4px;
    line-height: 1.3;
  }

  .single_products_section01 .products_staff_text{
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 1.75;
  }

  .single_products_section01 .staff_link{
    font-size: 18px;
    right:0;
  }

  .single_products_section01 .staff_link::after{
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }

  .single_products_section01 .list{
    margin-top: 60px;
  }

  .single_products_section01 .list li{
    padding:24px 0;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.1em;
    flex-direction: column;
  }

  .single_products_section01 .list .list_title{
    width:240px;
    padding:0;
    flex-shrink: 0;
    font-weight: bold;

  }

  .single_products_section01 .list .list_contents{
    width:100%;
    padding-right: 0;
    margin-top: 8px;
  }

  .single_products_section01 .products_contact02{
    margin:60px auto 0;
  }

  .single_products_section02{
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .single_products_section02 .common_red_button{
    margin:56px auto 0;
  }

  .single_products_section02 .recommend_link{
    font-size: 18px;
    position: static;
    margin-top: 32px;
  }

  .single_products_section02 .recommend_link::after{
    width: 22px;
    height: 22px;
    margin-left: 12px;
  }

  .single_products_section02 .relation_area{
    position: relative;
    margin-top: 48px;
  }

  .single_products_section02 .relation_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 32px 0;
  }

  .single_products_section02 .relation_item{
    width: 45%;
  }

  .single_products_section02 .relation_card .recommend_name{
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.56;
  }



  /*
  ------------------------------------
  スタッフ一覧
  ------------------------------------
  */

  body.archive_staff_body{
    
  }

  main.archive_staff_main{

  }

  .archive_staff_section{

  }


  .archive_staff_mv_section::before{
    background-image: url('../img/staff/staff_mv.png');
    border-radius: 10px;
  }

  .archive_staff_section01{
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .archive_staff_section01 .pickup_frame{
    padding-top: 0;
    padding-bottom: 0;
    border:2px solid #e83929;
    display: block;
    margin-bottom: 80px;
  }

  .archive_staff_section01 .pickup_frame::before{
    width:300px;
    height:10px;
    top:-3px;
  }

  .archive_staff_section01 .pickup_frame::after{
    width:calc(100% - 10px);
    height:calc(100% - 10px);
    border: solid 2px #37a24b;
    border-radius: 10px;
  }

  .archive_staff_section01 .pickup_frame .staff_intro{
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .archive_staff_section01 .pickup_frame .staff_intro img{
    width: 375px;
  }

  .archive_staff_section01 .pickup_frame .staff_intro01{
    top:-20px;
  }
  .archive_staff_section01 .pickup_frame .staff_intro02{
    bottom:10px;
  }

  .archive_staff_section01 .pickup_head{
    width:210px;
    top:-22px;

  }

  .archive_staff_section01 .pickup_head img{
    width:100%;
  }

  .archive_staff_section01 .staff_deco01{
    width: 61px;
    left: 4px;
    top: -17px;
  }

  .archive_staff_section01 .staff_deco02{
    width: 75px;
    right: -17px;
    top: -29px;
  }

  .archive_staff_section01 .staff_intro01{
    width: 100%;
  }

  .archive_staff_section01 .staff_block{
    padding-top: 48px;
    padding-bottom: 32px;
    display: block;
    width: 305px;
    max-width: 100%;
    margin:0 auto;
  }

  .archive_staff_section01 .staff_block .img_area{
    width:305px;
    height:222px;
    position: relative;
    margin:0 auto;
    margin-left: 4px;

  }

  .archive_staff_section01 .staff_block .color_card01,
  .archive_staff_section01 .staff_block .color_card02,
  .archive_staff_section01 .staff_block .pic_frame{
    width:298px;
    height:208px;
    position: absolute;
    border-radius: 6px;
  }

  .archive_staff_section01 .staff_block .pic_frame {
    padding: 3px;
  }


  .archive_staff_section01 .staff_block .staf_info_area{
    width: 100%;
    margin: 24px auto 0;
  }

  .archive_staff_section01 .staff_block .staff_catch span{
    font-size: 25px;
    line-height: 1.83;
    padding: 0 6px;
  }


  .archive_staff_section01 .staff_block .staff_name{
    margin-top: 16px;
    line-height: 1.2;
  }

  .archive_staff_section01 .staff_block .staff_name_ja{
    font-size: 20px;  
  }

  .archive_staff_section01 .staff_block .staff_name_en{
    margin-top: 6px;
    font-size: 12px;
  }

  .archive_staff_section01 .staff_block .staff_border{
    margin-top: 8px;
    height:1px;
  }

  .archive_staff_section01 .staff_block .staff_area{
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.44;
  }

  .archive_staff_section01 .staff_block .common_red_button{
    width: 266px;
    height: 49px;
    font-size: 14px;
    padding-right: 10px;
    margin:18px auto 0;
  }

  .archive_staff_section01 .staff_block .common_red_button::after{
    width:21px;
    height:21px;
    right:14px;
  }


  .archive_staff_section01 .pickup_swiper_button{
    width: 26px;
    height: 26px;
  }

  .archive_staff_section01 .pickup_swiper_button::before{
    width: 13px;
    height: 5px;
  }
  
  .archive_staff_section01 .pickup_swiper_prev{
    left:-10px;
  }

  .archive_staff_section01 .pickup_swiper_next{
    right:-10px;
  }

  .archive_staff_section01 .pickup_frame02{
    display: none;
  }


  .archive_staff_section01 .common_staff_list{
    margin-top: 60px;
  }

  .common_staff_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:40px 0;
  }

  .common_staff_list .staff_item{
    width:48%;
  }

  .common_staff_list .staff_card .staff_catch{
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.38;
  }

  .common_staff_list .staff_card .staff_name_box{
    margin-top: 12px;
    padding:16px 12px;
    border-radius: 10px;
    border: solid 2px #cecbc5;
  }

  .common_staff_list .staff_card .staff_name{
    font-size: 16px;
    line-height: 1.18;
    border-bottom:2px solid #e83929;
    padding-bottom: 6px;
  }

  .common_staff_list .staff_card .staff_name_en{
    font-size: 11px;
  }


  .common_staff_list .staff_card .staff_area{
    margin-top: 8px;
    line-height: 1.63;
    font-size: 14px;
  }

  /*
  ------------------------------------
  スタッフ詳細
  ------------------------------------
  */

  body.single_staff_body{
    
  }

  main.single_staff_main{

  }

  .single_staff_section{

  }


  .single_staff_mv_section::before{
    background-image: url('../img/staff/staff_mv.png');
    border-radius: 10px;
  }

  .single_staff_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .single_staff_section01 .common_red_button{
    width: 100%;
    height: 66px;
    margin:48px auto 0;
    padding-right: 20px;
  }

  .single_staff_section01 .staff_sec_head{

  }

  .single_staff_section01 .staff_sec_head img{
    height:46px;
    width: auto;
  }

  .single_staff_section01 .staff_sec_head .sub_title{
    height: 20px;
    padding:0 12px;
    border-radius: 20px;
    font-size: 12px;
    white-space: nowrap;
    top:calc(100% - 10px);
  }

  .single_staff_section01 .flex{
    display: flex;
    align-self: flex-start;
    flex-direction: column;
  }

  .single_staff_section01 .img_area{
    width: 315.5px;
    height: 232px;
    margin-left: 18px;
    margin-top: 0;
  }

  .single_staff_section01 .color_card01,
  .single_staff_section01 .color_card02,
  .single_staff_section01 .pic_frame{
    width: 307px;
    height: 220px;
  }

  .single_staff_section01 .color_card01{
    transform: rotateZ(173deg);
    z-index: 6;
  }

  .single_staff_section01 .color_card02{
    transform: rotateZ(177deg);
  }

  .single_staff_section01 .pic_frame{
    transform: rotateZ(3deg);
    padding:6px;
  }



  .single_staff_section01 .staf_info_area{
    width:100%;
    margin-top: 32px;
  }

  .single_staff_section01 .staff_catch span{
    font-size: 24px;
    line-height: 1.83;
    padding: 0 6px;
  }


  .single_staff_section01 .staff_name{
    gap:0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .single_staff_section01 .staff_name_ja{
    font-size: 20px;
  }


  .single_staff_section01 .staff_name_en{
    font-size: 12px;
    margin-top: 4px;
  }

  .single_staff_section01 .staff_border{
    height: 2px;
    margin-top: 10px;
  }

  .single_staff_section01 .staff_area{
    font-size: 16px;
    margin-top: 12px;
  }

  .single_staff_section01 .staff_enthusiasm{
    font-size: 18px;
    margin-top: 16px;
  }

  .single_staff_section01 .staff_place_frame{
    margin-top: 16px;
  }

  .single_staff_section01 .staff_place_frame .staff_place_head{
    margin-right: 16px;
    width: 90px;
    height: 30px;
    border-radius: 6px;
    font-size: 16px;
    padding-bottom: 2px;
  }

  .single_staff_section01 .staff_place_frame .staff_place_head::after{
    border-width: 4px 0 4px 10px;
    right:-9px;
  }

  .single_staff_section01 .staff_place_frame .staff_place{
    font-size: 16px;
    padding-top: 3px;
  }

  .single_staff_section01 .staff_products_area{
    margin-top: 24px;
  }

  .single_staff_section01 .staff_products_head{
    padding:12px;
    border-radius: 6px;
    align-items: center;
    font-size: 18px;
  }

  .single_staff_section01 .staff_products_head::after{
    border-width: 10px 10px 0 10px;
    bottom:-9px;
  }


  .single_staff_section01 .staff_products_flex{
    margin-top: 30px;
  }

  .single_staff_section01 .staff_products_flex .staff_products_img{
    width: 100px;
    height: 100px;
    margin-right: 16px;
  }


  .single_staff_section01 .staff_products_flex .staff_products_name{
    font-size: 16px;
    line-height: 1.56;
  }

  .single_staff_section01 .staff_products_flex .staff_products_text{
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.56;
  }


  .single_staff_section01 .staff_products_link{
    margin-top: 20px;
    font-size: 18px;
  }


  .single_staff_section01 .staff_products_link::after{
    width: 22px;
    height: 22px;
    margin-left: 10px;
  }

  .single_staff_section01 .history_box{
    margin-top: 80px;
    border: solid 2px #e83929;
    padding:32px 16px 32px;
  }

  .single_staff_section01 .history_box::before{
    width:240px;
    height:20px;
    top:-4px;
  }

  .single_staff_section01 .history_box .history_head{
    font-size: 24px;
    top:-14px;
  }

  .single_staff_section01 .history_list{
    width: 100%;
  }

  .single_staff_section01 .history_list::after{
    width: 2px;
    height: 100%;
    left: 86px;
    top: 14px;
  }

  .single_staff_section01 .history_item + .history_item{
    margin-top: 24px;
  }

  .single_staff_section01 .history_item .history_year{
    font-size: 20px;
    line-height: 1.29;
    width:80px;
    padding-right: 6px;
  }

  .single_staff_section01 .history_item .history_radi{
    margin-right: 24px;
    padding-top: 6px;
  }

  .single_staff_section01 .history_item .history_radi span{
    width: 14px;
    height: 14px;
  }

  .single_staff_section01 .history_item .history_text{
    font-size: 15px;
    line-height: 1.6;
  }


  .single_staff_section01 .staff_strength_area{
    margin-top: 60px;
  }

  .single_staff_section01 .staff_strength_flex{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 40px;
  }


  .single_staff_section01 .staff_strength_text{
    width:100%;
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .single_staff_section01 .staff_strength_img{
    flex-shrink: 0;
    width:100%;
  }

  .single_staff_section01 .staff_strength_text + .staff_strength_img{
    margin-left: 0;
  }


  .single_staff_section01 .staff_impression_area{
    margin-top: 60px;
  }


  .single_staff_section01 .impression_list{
    margin-top: 40px;
  }

  .single_staff_section01 .impression_item{
    display: flex;
    align-items: flex-start;
  }

  .single_staff_section01 .impression_item + .impression_item{
    margin-top: 32px;
  }

  .single_staff_section01 .impression_item .impression_img{
    width: 100px;
    height: 100px;
  }

  .single_staff_section01 .impression_item .impression_text{
    width: 100%;
    min-height: 100px;
    padding:12px 12px;
    border: solid 2px #cecbc5;
    font-size: 15px;
    line-height: 1.75;
  }

  .single_staff_section01 .impression_item .impression_text::before{
    top:40px;
  }

  .single_staff_section01 .impression_item:nth-child(odd) .impression_img{
    margin-right: 32px;
  }

  .single_staff_section01 .impression_item:nth-child(even) .impression_img{
    margin-left: 32px;
  }


  .single_staff_section01 .staff_hobby_area{
    margin-top: 60px;
  }

  .single_staff_section01 .staff_hobby_flex{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }


  .single_staff_section01 .staff_hobby_text{
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .single_staff_section01 .staff_hobby_img{
    flex-shrink: 0;
    width:100%;
  }

  .single_staff_section01 .staff_hobby_text + .staff_hobby_img{
    margin-left: 0;
  }


  .single_staff_section01 .evaluation_area{
    margin-top: 60px;
  }

  .single_staff_section01 .evaluation_area .evaluation_head{
    font-size: 20px;
  }

  .single_staff_section01 .evaluation_list{
    margin-top: 40px;
  } 

  .single_staff_section01 .evaluation_item{
    padding:24px 12px;
  }

  .single_staff_section01 .evaluation_item + .evaluation_item{
    margin-top: 30px;
  }

  .single_staff_section01 .evaluation_item .evaluation_img{
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }


  .single_staff_section01 .evaluation_item .evaluation_name{
    font-size: 15px;
    line-height: 1.3;
  }

  .single_staff_section01 .evaluation_item .evaluation_star{
    width:110px;
    margin-top: 8px;
  }

  .single_staff_section01 .evaluation_item .evaluation_text{
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.56;
  }

  .single_staff_section01 .staff_list_link{
    
  }

  .single_staff_section02{
    padding-top: 80px;
    padding-bottom: 90px;

  }


  .single_staff_section02 .common_staff_list{
    margin-top: 40px;
  }



  /*
  ------------------------------------
  新着情報一覧
  ------------------------------------
  */

  body.archive_news_body{
    
  }

  main.archive_news_main{

  }


  .archive_news_mv_section::before{
    background-image: url('../img/news/news_mv.jpg');
    background-position: -400px;
  }

  .archive_news_section01{
    padding-top: 40px;
    padding-bottom: 80px;

  }


  .archive_news_section01 .common_pagenation{
    margin-top: 60px;
  }

  /*
  ------------------------------------
  新着情報詳細
  ------------------------------------
  */

  body.single_news_body{
    
  }

  main.single_news_main{

  }


  .single_news_mv_section::before{
    background-image: url('../img/news/news_mv.jpg');
    background-position: -400px;
  }

  .single_news_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }


  .single_news_section01 .news_title{
    font-size: 24px;
    line-height: 1.59;
  }

  .single_news_section01 .news_date{
    margin-top: 6px;
    font-size: 14px;
  }



  .common_single_frame{

  } 

  .common_single_frame .wp-block-image{
    margin-top: 32px;
  }


  .common_single_frame h2{
    margin-top: 40px;
    font-size: 24px;
    border-bottom:2px solid #e83929;
    padding-bottom: 8px;
    padding-left: 54px;
  }

  .common_single_frame h2::before,
  .common_single_frame h2::after{
    width: 32px;
    height: 12px;
  }

  .common_single_frame h2::before{
    top:8px;
  }
  .common_single_frame h2::after{
    top:13px;
    left:8px;
  }

  .common_single_frame h3{
    margin-top: 40px;
    font-size: 22px;
    padding-left: 36px;
  }

  .common_single_frame h3::before{
    width: 26px;
    height: 9px;
    top:10px;
  }

  .common_single_frame h4{
    margin-top: 32px;
    font-size: 20px;
    line-height: 1.31;
    padding-left: 16px;
  }

  .common_single_frame h4::before{
    width: 4px;
    height: 20px;
    top:2px;
  }

  .common_single_frame h5{
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.42;
    padding:4px 12px;
  }

  .common_single_frame h6{
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.55;
  }

  .common_single_frame p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .common_single_frame ul{
    margin-top: 40px;
    padding-left: 20px;
  }

  .common_single_frame ul li{
    font-size: 15px;
    line-height: 1.4;
  }


  .common_single_frame ul li + li{
    margin-top: 8px;
  }

  .common_single_frame ol{
    margin-top: 40px;
    padding-left: 0px;
  }

  .common_single_frame ol li{
    font-size: 15px;
    line-height: 1.4;
    padding-left: 20px;
  }

  .common_single_frame ol li::before {
    font-size: 15px;
  }

  .common_single_frame ol li + li{
    margin-top: 8px;
  }

  .common_single_frame pre{
    margin-top: 40px;
    padding:24px 16px;
    font-size: 15px;
    line-height: 1.75;
  }

  .common_single_frame .wp-block-table{
    margin-top: 40px;
    overflow-x: scroll;
  }

  .common_single_frame table{
    width: 600px;
  }

  .common_single_frame table tr{
    
  }

  .common_single_frame table td{
    padding:24px 16px;
    font-size: 15px;
    line-height: 1.3;
  }

  .single_news_section01 .link_flex{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .single_news_section01 .link_flex a{
    width: 160px;
    height: 40px;
    font-size:14px;
  }

  .single_news_section01 .link_flex .link_home{
    order:1;
    margin-top: 32px;
    margin:24px auto 0;
  }

  .single_news_section01 .link_flex .link{
    width: 160px;
    order:0;

  }


  .single_news_section01 .link_flex .link a::after{
    width: 20px;
    height: 20px;
  }

  .single_news_section01 .link_flex .link_prev a{
    padding-left: 20px;
  }
  .single_news_section01 .link_flex .link_prev a::after{
    left:10px;
  }

  .single_news_section01 .link_flex .link_next a{
    padding-right: 20px;
  }
  .single_news_section01 .link_flex .link_next a::after{
    right:10px;
  }

  /*
  ------------------------------------
  ご提案書・企画書一覧
  ------------------------------------
  */

  body.proposal_body{
    
  }

  main.proposal_main{

  }

  .proposal_section{

  }

  .proposal_mv_section::before{
    background-image: url('../img/proposal/proposal_mv.jpg');
    background-position: -500px;
  }

  .proposal_section01{
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .proposal_section01 .cat_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:24px 0;
  }

  .proposal_section01 .cat_list li{
    width: 48%;
  }

  .proposal_section01 .cat_list li a{
    min-height: 50px;
    padding:6px 8px;
    font-size: 15px;
    line-height: 1.33;
  }


  .proposal_section01 .download_list{
    margin-top: 60px;
    gap:40px 0;
    flex-direction: column;
  } 

  .proposal_section01 .download_list .download_item{
    width:100%;
    padding-bottom: 96px;
    border-radius: 10px;
  }

  .proposal_section01 .download_item .download_body{
    padding:20px 20px 0;
  }

  .proposal_section01 .download_item .download_title{
    font-size: 22px;
    line-height: 1.45;
  }

  .proposal_section01 .download_item .download_cat_list{
    gap:10px;
    margin-top: 12px;
  }

  .proposal_section01 .download_item .download_cat_list span{
    padding: 8px 12px;
    font-size: 14px;
  }

  .proposal_section01 .download_item .download_text{
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.56;
  }

  .proposal_section01 .download_item .download_link{
    bottom:24px;
    width: 280px;
  }


  .proposal_section01 .common_pagenation{
    margin-top: 80px;
  }
  /*
  ------------------------------------
  ご提案書ダウンロード
  ------------------------------------
  */

  body.download_body{
    
  }

  main.download_main{

  }

  .download_section{

  }

  .download_mv_section::before{
    background-image: url('../img/download/download_mv.jpg');
    background-position: -320px;
  }

  .download_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .download_section01 .download_title{
    font-size: 20px;
  }
  /*
  ------------------------------------
  会社概要・沿革
  ------------------------------------
  */

  body.company_body{
    
  }

  main.company_main{

  }

  .company_mv_section{

  }

  .company_mv_section::before{
    background-image: url('../img/company/company_mv.jpg');
  }

  .company_section{
  }

  .company_section .link_flex{
    gap:24px ;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-direction: column;
  }

  .company_section .anchor_link{
    width: 240px;
    height: 60px;
    padding-right: 24px;
  }


  .company_outline_section{
    padding-top: 60px;
  }

  .company_outline_section .outline_list{
    margin: 1080px;
    margin:32px auto 0;
  }

  .company_outline_section .outline_item{
    padding:16px 0;
    border-bottom:1px solid #cecbc5;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.75;

  }

  .company_outline_section .outline_item .outline_title{
    flex-shrink: 0;
    width:100%;
    padding-left:0;
    padding-right: 0;
    font-weight: bold;
    font-size: 18px;
  }

  .company_outline_section .outline_item .outline_contents{
    width:100%;
    padding-right: 0;
    margin-top: 10px;
  }

  .company_outline_section .outline_item ul li{

  }

  .company_access_section{
    padding-top:60px;
  }

  .company_access_section .access_frame{
    margin-top: 40px;
  }

  .company_access_section .access_frame iframe{
    height:240px;
  }

  .company_history_section{
    padding-top: 60px;
    padding-bottom: 200px;
  }

  .company_history_section .history_list{
    margin:80px auto 0;
    margin-left: 0;
    position: relative;
  }

  .company_history_section .history_list::before{
    width: 2px;
    top: 23px;
    left: 116px;
  }


  .company_history_section .history_item + .history_item{
    margin-top: 20px;
  }

  .company_history_section .history_item .history_year{
    width:110px;
    padding-right: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .company_history_section .history_item .history_year span{
    font-size: 18px;
    padding:0 3px;
  }

  .company_history_section .history_item .history_radi{
    padding-top: 14px;
    margin-right: 24px;
  }

  .company_history_section .history_item .history_radi span{
    width: 14px;
    height: 14px;

  }

  .company_history_section .history_item .history_text{
    font-size: 15px;
    padding-top: 8px;
    font-weight: 500;
    line-height: 1.56;
  }

  /*
  ------------------------------------
  こだわり・ブランド紹介
  ------------------------------------
  */

  body.commit_body{
    
  }

  main.commit_main{

  }

  .commit_mv_section{

  }

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

  .commit_about_section{
    padding-top: 60px;
  }

  .commit_about_section .p01{
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .commit_about_section .img_frame{
    max-width: 960px;
    margin: 40px auto 0;
  }


  .commit_about_section .deco01{
    width: 56px;
    height: 15px;
    bottom:80px;
    left:-50px;
  }

  .commit_about_section .deco02{
    width: 125px;
    height: 26px;
    left:-40px;
    bottom:40px;
  }

  .commit_about_section .deco03{
    width: 56px;
    height: 16px;
    top:40px;
    right:-50px;
  }

  .commit_about_section .deco04{
    width: 125px;
    height: 26px;
    top:65px;
    right:-40px;
  }


  .commit_point_section{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .commit_point_section .point_list{
    margin-top: 40px;
  }

  .commit_point_section .point_block{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .commit_point_section .point_block .img_area{
    width: 100%;
    flex-shrink: 0;
  }

  .commit_point_section .point_block .text_area{
    width: 100%;
    padding-top: 24px;
  }

  .commit_point_section .point_block .point_num{
    font-size: 24px;
  }

  .commit_point_section .point_block .point_title{
    margin-top: 12px;
    font-size: 20px;
  }

  .commit_point_section .point_block .point_text{
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.75;
  }

  .commit_point_section .point_block .pdf_link{
    font-size: 16px;
    line-height: 2.5;
  }

  .commit_point_section .point_block .pdf_link::before{
    width: 15px;
    height: 22px;
    margin-right: 4px;
  }

  .commit_point_section .point_block + .point_block{
    margin-top: 50px;
  }

  .commit_brand_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .commit_brand_section::before{
    width:100vw;
    min-width: 100vw;
  }

  .commit_brand_section .brand_list{
    margin-top: 40px;
  }

  .commit_brand_section .brand_block{
    padding:24px 16px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }

  .commit_brand_section .brand_block .text_area{
    width:100%;
    margin-top: 24px;
  }

  .commit_brand_section .brand_block .brand01_head{
    width:220px;
  }
  .commit_brand_section .brand_block .brand02_head{
    width:220px;
  }
  .commit_brand_section .brand_block .brand03_head{
    width:160px;
  }

  .commit_brand_section .brand_block .brand_text{
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75;
  }

  .commit_brand_section .brand_block .link::after{
    width: 14px;
    height: 14px;
    margin-left: 4px;
  }

  .commit_brand_section .brand_block .img_area{
    width:100%;
    flex-shrink: 0;
    margin-left: 0;
  }

  .commit_brand_section .brand_block .img_area .pic{
    width:100%;
  }


  .commit_brand_section .brand_block + .brand_block{
    margin-top: 50px;
  }

  .commit_abroad_section{
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .commit_abroad_section .p01{
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .commit_abroad_section .map_frame{
    margin-top: 16px;
  }

  .commit_abroad_section .map_frame .map{
    width:930px;
    margin: 0 auto;
    max-width: 100%;
  }

  .commit_abroad_section .list_box{
    gap:0 ;
    padding:40px 24px 32px;
    border: solid 3px #e83929;
    margin:44px auto 0;
    width: 100%;
    justify-content: space-between;
  } 

  .commit_abroad_section .list_box::before{
    width:260px;
    height:5px;
    top:-4px;
  }

  .commit_abroad_section .list_box .box_head{
    font-size: 22px;
    top:-14px;
  }

  .commit_abroad_section .list_box ul{

  }

  .commit_abroad_section .list_box ul li{
    font-size: 15px;
    line-height: 1.3;
  }

  .commit_abroad_section .list_box ul li + li{
    margin-top:8px;
  }

  .commit_abroad_section .list_box ul li::before{
    width: 12px;
    height: 12px;
    margin-right: 12px;
    
  }

  .commit_abroad_section .company_link{
    margin:60px auto 0;
  }


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

  body.faq_body{
    
  }

  main.faq_main{

  }

  .faq_mv_section{

  }

  .faq_mv_section::before{
    background-image: url('../img/faq/faq_mv.jpg');
    background-position: -300px;
  }

  .faq_section{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .faq_section .link_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:24px 0;
  }

  .faq_section .anchor_link{
    width:48%;
    height: 50px;
    font-size: 13px;
    padding-right: 24px;
  }

  .faq_section .anchor_link::after{
    width:24px;
    height:24px;
    right:12px;
  }

  
  .faq_section .faq_area{
    margin-top: 80px;
  }

  .faq_section .faq_head{
    font-size: 24px;
    line-height: 1.13;
  }

  .faq_section .common_faq_list{
    margin-top: 24px;
  }

  .common_faq_list{
    
  }


  .common_faq_list .faq_block{
    border-bottom: 1px solid #cecbc5;
  }

  .common_faq_list .faq_question{
    padding:20px 36px 20px 56px;
    font-size: 16px;
    line-height: 1.8;
  }

  .common_faq_list .faq_question::before{
    width: 36px;
    height: 36px;
    font-size: 22px;
    left:8px;
    top:15px;
    padding-bottom: 4px;
  }

  .common_faq_list .faq_question::after{
    width: 16px;
    height: 16px;
    right:12px;
    top:28px;
  }

  .common_faq_list .faq_question.active::after{
    height: 2px;
    top:35px;
  }

  .common_faq_list .faq_answer{
    padding:16px 24px 16px 56px;
    font-size: 16px;
    line-height: 1.75;
  }

  .common_faq_list .faq_answer::before{
    width: 36px;
    height: 36px;
    font-size: 22px;
    left:8px;
    top:15px;
    padding-bottom: 4px;
  }


  /*
  ------------------------------------
  お取引について
  ------------------------------------
  */

  body.transaction_body{
    
  }

  main.transaction_main{

  }

  .transaction_mv_section{

  }

  .transaction_section{
  }


  .transaction_mv_section::before{
    background-image: url('../img/transaction/transaction_mv.jpg');
  }

  .transaction_think_section{
    padding-top: 60px;
  }

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

  .transaction_think_section .img_area{
    width:100%;
    flex-shrink: 0;
    margin-right: 0;
  }

  .transaction_think_section .text_area{
    width: 100%;
    padding-top: 32px;
    font-size: 16px;
    line-height: 1.75;
  }

  .transaction_flow_section{
    padding-top: 60px;
  }

  .transaction_flow_section .p01{
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .transaction_flow_section .flow_list{
    margin-top: 50px;
  }

  .transaction_flow_section .flow_block{
    padding:24px 16px 32px;
    border-radius: 10px;
    border: solid 2px #e83929;
  }

  .transaction_flow_section .flow_block::after{
    width: 36px;
    height: 36px;
    bottom:-20px;
  }

  .transaction_flow_section .flow_block + .flow_block{
    margin-top: 60px;
  }

  .transaction_flow_section .flow_block .flow_pic{
    flex-shrink: 0;
    margin-right: 0;
  }

  .transaction_flow_section .flow_block .flow_pic img{
    width: 150px;
    height:150px;
  }

  .transaction_flow_section .flow_block .flow_contents_area{
    width: 100%;
    margin-top: 24px;
  }

  .transaction_flow_section .flow_block .flow_head{
    font-size: 18px;
    line-height: 1.29;
    white-space: nowrap;
  }

  .transaction_flow_section .flow_block .flow_head span{
    font-size: 24px;
    margin-right: 12px;
  }

  .transaction_flow_section .flow_block .flow_text{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.75;
  }

  .transaction_flow_section .flow_block .button_flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 8px;
  }


  .transaction_flow_section .flow_block .button_flex a.estimate_link{
    margin-left: 0;
    margin-top: 20px;
  }

  .transaction_faq_section{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .transaction_faq_section .common_faq_list{
    margin-top: 40px;
  }

  .transaction_faq_section .faq_link{
    margin:48px auto 0;
  }

  /*
  ------------------------------------
  カタログダウンロード
  ------------------------------------
  */

  body.catalog_body{
    
  }

  main.catalog_main{

  }


  .catalog_mv_section::before{
    background-image: url('../img/catalog/catalog_mv.jpg');
    
  }

  .catalog_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .catalog_section01 .p01{
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }

  .catalog_section01 .catalog_frame{
    margin-top: 40px;
  }

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

  body.contact_body{
    
  }

  main.contact_main{

  }


  .contact_mv_section::before{
    background-image: url('../img/contact/contact_mv.jpg');
    background-position: -300px;
  }

  .contact_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  /*
  ------------------------------------
  無料お見積り
  ------------------------------------
  */

  body.quotation_body{
    
  }

  main.quotation_main{

  }


  .quotation_mv_section::before{
    background-image: url('../img/quotation/quotation_mv.jpg');
  }

  .quotation_section01{
    padding-top: 60px;
    padding-bottom: 80px;
  }


  /*
  ------------------------------------
  プライバシーポリシー
  ------------------------------------
  */

  body.privacy_body{
    
  }

  main.privacy_main{

  }


  .privacy_mv_section::before{
    background-image: url('../img/privacy/privacy_mv.jpg');
    
  }

  .privacy_section{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .privacy_section .page_title{
    font-size: 24px;
    line-height: 1.2;
  }


  /*
  ------------------------------------
  送信完了
  ------------------------------------
  */

  body.thanks_body{
    
  }

  main.thanks_main{

  }


  .thanks_mv_section::before{
    background-image: url('../img/contact/contact_mv.jpg');
    
  }

  .thanks_section01{
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .thanks_section01 .p01{
    font-size: 24px;
  }

  .thanks_section01 .p02{
    text-align: left;
    margin-top: 24px;
    line-height: 1.75;
    font-size: 15px;
  }

  .thanks_section01 .top_link{
    margin:32px auto 0;
  }

  /*
  ------------------------------------
  404
  ------------------------------------
  */

  body.page404_body{
    
  }

  main.page404_main{

  }



  .page404_section{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .page404_section .p01{
    font-size: 24px;
  }

  .page404_section .p02{
    line-height: 1.7;
    margin-top: 32px;
    font-size: 16px;
  }
  
  
  
}/*@media(max-width:767px){*/