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

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

  .container{
    max-width: 720px;
    margin:0 auto;
  }
  .container02{
    max-width: 720px;
    margin:0 auto;
  }
  
  /*
  ----------------------------------------
  共通部分
  ----------------------------------------
  */


  /*セクションのタイトルセット*/
  .common_title_set{
    margin-bottom: 40px;
  }
  
  .common_title_set .en_title{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
  }
  
  .common_title_set .ja_title{
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.3;
  }
  
  /*矢印付きのリンクボタン*/
  .common_arrow_link{
    width:300px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .common_arrow_link::before{
    transition: 0.4s;
    content:"";
    width:100%;
    height:1px;
    background-color: #000;
    position: absolute;
    bottom:0;
    left:0;
  }
  
  .common_arrow_link::after{
    width:40px;
    height:1px;
  }

  /*アコーディオン*/
  .common_switch_block{
  
  }
  
  .common_switch_block .common_switch{
    
    line-height: 1.5;

    padding:24px 64px;
  }
  
  .common_switch_block .common_switch::after{
    right:32px;
    border-width: 20px 10px 0 10px;
  }  
  

  /*トピック一覧*/
  .common_topics_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap:48px 0;
  }
  
  .common_topics_list .topics_item{
    width: 550px;
    max-width: 100%;
  }
  
  .common_topics_list .topics_card{
    width: 100%;
  }
  
  .common_topics_list .topics_thumb{
    width: 250px;
    margin-right: 24px;
  }

  .common_topics_list .topics_shop_logo_frame{
    width:60px;
    height:60px;
  }
  
  
  .common_topics_list .topics_title{
    font-size: 20px;
  }
  
  .common_topics_list .topics_cat_list{
    margin-top: 16px;
    gap:8px;
  }
  
  .common_topics_list .topics_cat_list .cat{
    min-width: 100px;
    padding:6px 10px; 
    font-size: 11px;
    line-height: 1.4;
  }
  

  /*店舗からのお知らせ一覧*/
  .common_shop_info_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .common_shop_info_list li{
    margin-bottom: 40px;
    margin-right: 0;
  }
  
  .common_shop_info_list li:nth-child(3n){
    margin-right: 0;
  }
  
  .common_shop_info_list .card{
    width:345px;
  }
  
  .common_shop_info_list .card .topics_title{
    padding:6px 12px;
  }

  


  /*店舗カード一覧*/
  .common_shop_list{
    
  }
  
  .common_shop_list .shop_block{

    display: flex;
    flex-direction: column;
    align-items: center;
    width:500px;
    margin:0 auto 64px;
  }
  
  .common_shop_list .shop_block:last-child{
    margin-bottom: 0;
  }
  
  .common_shop_list .shop_block .thumb{
    width: 100%;
    margin-bottom: 32px;
  }

  .common_shop_list .shop_block .text_area{
    width:100%;
    padding-left: 0;
    display: block;
  }
  
  .common_shop_list .shop_block .shop_name{
    
  }
  
  .common_shop_list .shop_block .shop_name .text_link{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
  }

  .common_shop_list .shop_block .shop_adress{
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .common_shop_list .shop_block .info_flex{
    display: flex;
    flex-wrap: wrap;
  }
  

  .common_shop_list .shop_block .info_block{
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  
  .common_shop_list .shop_block .info_block .label{
    flex-shrink: 0;
  }
  
  .common_shop_list .shop_block .time_block{
    margin-right: 32px;
  }
  
  .common_shop_list .shop_block .link_flex{
    margin-top: 32px;
    display: flex;
  }
  
  /*
  ----------------------------------------
  ヘッダー
  ----------------------------------------
  */
  
  header{
    position: fixed;
    width:100%;
    background-color:#060606;
    top:0;
    left:0;
    z-index: 100;
  }
  
  header .header_container{
    padding:8px 60px;
  }
  
  header .header_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  
  header .header_logo{
    display: block;
    /* width:290px; */
  }
  
  header .header_logo .logo_text{
    color:#fff;
    line-height: 1;
    font-weight: 400;
    font-size: 20px;
  }
  
  header .header_logo img{
    width:100%;
  }
  
  header .header_right{
  
  }
  
  header .header_right nav{
    display: none;
  }
  
  header .parent_list{
    display: flex;
    align-items: center;
  }
  
  
  header .parent_list .parent_item{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  header .parent_list .slash{
    width:42px;
    margin:0 24px;
  }
  
  header .parent_list .slash img{
    width:100%;
  }
  
  header .parent_list .parent_link{
    color:#fff;
    text-align: center;
  }
  
  header .parent_list .parent_link .en_title{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;  
    margin-bottom: 6px;
  }
  
  header .parent_list .parent_link .ja_title{
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  header .drawer_menu_block{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width:35px;
    height:24px;
    cursor: pointer;
    }

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

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


  #drawer_menu{
    width:100%;
    max-width:500px;
    position: fixed;
    z-index:99;
    width:100vw;
    height: calc(100vh - 60px); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    height: calc(var(--vh2, 1vh) * 100 - 60px);
    background-color: #000;
    bottom:0;
    transition: 0.7s;
    right:0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
  }

  #drawer_menu::before{
    content:"";
    width:100%;
    height:100vh;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index:90;
    top:0;
    left:0;
  }

  #drawer_menu::after{
    content:'';
    width:493px;
    height:520px;
    background-image: url('../img/common/drawer_bg.png');
    background-size: contain;
    position: absolute;
    z-index: 100;
    top:0;
    left:-32px;
  }

  #drawer_menu.show{
    opacity: 1;
    pointer-events: auto;
    right:0;
  }

  #drawer_menu .frame{
    height:100%;
    margin:0 auto;
    position: relative;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }



  #drawer_menu .drawer_scroll{
    max-height: 100%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #drawer_menu .drawer_scroll::-webkit-scrollbar {  
    display: none;
  }


  #drawer_menu .drawer_contents{
    padding:24px 0;
    max-width:350px;
    margin:0 auto;
  }

  #drawer_menu .drawer_logo{
    display: block;
    width: 200px;
    margin:0 auto;
  }
  
  #drawer_menu .drawer_logo img{
    width:100%;
  }

  #drawer_menu .head_text{
    width:fit-content;
    margin:0 auto 20px;
    font-size: 20px;
    line-height: 1;
    color:#fff;
    white-space: nowrap;
    text-align: center;
    padding:0 6px 4px;
    border-bottom:1px solid #fff;
  }

  #drawer_menu .menu_list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #drawer_menu .menu_list li + li{
    margin-top: 36px;
  }

  #drawer_menu .menu_list .menu_link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
  }

  #drawer_menu .menu_list .menu_link.active{
    color:#ff0071;
  }

  #drawer_menu .page_menu_list .menu_link .ja_title{
    font-size: 16px;
    margin-left: 0;
  }

  #drawer_menu .recruit_link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:36px auto 0;
    width: 129px;
    height: 38px;
    border-radius: 10px;
    background:linear-gradient( 30deg, rgb(157,215,0) 0%, rgb(113,195,16) 33%, rgb(68,174,31) 99%);
    color:#fff;
  }


  #drawer_menu .sns_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 72px;
  }

  #drawer_menu .sns_flex a{
    margin:0 12px;
  }

  #drawer_menu .sns_flex a img{
    width:32px;
    border-radius: 5px;
  }
  
  /*
  ----------------------------------------
  フッターバナーエリア
  ----------------------------------------
  */
  
  .common_banner_area{
    padding:0 0 100px;
    position: relative;
  }
  
  .common_banner_area .banner_flex{
    display: flex;
    justify-content: space-between;
  }
  
  .common_banner_area .banner{
    width:48%;
    height:auto;
    margin-bottom: 0;
  }

  
  .common_banner_area .bg{
    width:1200px;
    position: absolute;
    z-index:-5;
    bottom:0;
    left:0;
  }
  
  
  /*
  ----------------------------------------
  イベントバナーエリア
  ----------------------------------------
  */
  
  .common_event_area{
    /* padding:40px 0 40px 0; */
  }
  
  .common_event_area .swiper_block{
    position: relative;
  }
  
  .common_event_area .swiper_block .event_button{
    cursor: pointer;
    position:absolute;
    z-index: 10;
    top:0;
    bottom:0;
    margin:auto;
  }
  
  .common_event_area .swiper_block .event_prev_button{

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 25px 12.5px 0;
    border-color: transparent #000 transparent transparent;
  }
  
  .common_event_area .swiper_block .event_next_button{

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent #000;
  }


  /*
  ----------------------------------------
  フッター
  ----------------------------------------
  */

  footer .footer_logo{
    position: static;
    margin:0 auto;
  }

  footer .footer_flex{
    margin-top: 40px;
  }
  
  /*
  ----------------------------------------
  トップページ
  ----------------------------------------
  */
  
  body.top_body{
    
  }
  
  main.top_main{
  
  }
  
  .top_section{
    
  }
  
  .top_section01{
  
  }
  
  .top_section01 .mv img{
    width:100%;
  }
  
  .top_section02{
    padding:60px 0 24px;
  }

  .top_section02 .shop_frame{
    margin-bottom: 32px;
    overflow-x: scroll;
  }
  
  .top_section02 .flex{
    display: flex;
    justify-content: flex-start
  }
  
  .top_section02 .flex .card{
    width: 200px;
    height: 350px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 24px;
  }
  
  .top_section02 .flex .card .bg{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: 0.4s;
  }

  .top_section02 .flex .card:hover .bg{
    transform: scale(1.1);
  }
  
  
  .top_section03{
    position: relative;
    padding:40px 0;
  }
  
  .top_section03 .common_title_set{
    color:#fff;
  }
  
  .top_section03 .common_arrow_link{
    color:#fff;
  }
  
  .top_section03 .common_arrow_link::before,
  .top_section03 .common_arrow_link::after{
    background-color: #fff;
  }
  

  
  .top_section04{
    padding-top: 140px;
    position: relative;
  }
  
  
  
  .top_section05{
    padding:80px 0 0;
  }
  
  .top_section05 .tiktok_frame{
    width:600px;
    height:500px;
    margin:0 auto;
  }
  
  .top_section05 .tiktok_frame blockquote{
    display: block;
    width:100%;
    height:100%;
  }
  
  .top_section06{
    padding:80px 0;
  }
  
  .top_section06 .youtube_frame{
    width:600px;
    height:340px;
    margin:0 auto;
  }
  
  .top_section06 .youtube_frame iframe{
    width:100%;
    height:100%;
    display: block;
  }


  .top_ranking_section{
    padding:90px 0;
  }
  
  .top_ranking_section h2{
    font-size: 24px;
  }
  
  .top_ranking_section .p01{
    margin-top: 14px;
    font-size: 16px;
  }
  
  .top_ranking_section .rank_area{
    margin-top: 80px;
  }


  .top_ranking_section .rank_block .rank_footer .rank_shop_name{
    font-size: 12px;
  }
  
  
  .top_ranking_section .rank_block .rank_footer .rank_job{
    
    font-size: 12px;
  }
  
  .top_ranking_section .list01{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .top_ranking_section .list01 li{
    width:32.5%;
  }

  .top_ranking_section .list01 .rank_block{
    width:100%;
    margin-left: 0;
  }
  
  .top_ranking_section .list01 .rank_block01{
    width:100%;
    margin-left: 0;
  }

  
  .top_ranking_section .list01 .rank_block .rank_footer{

  }
  
  .top_ranking_section .list02{
    margin-top: 64px;
  }
  
  .top_ranking_section .list02 .rank_arrow{
    width:16px;
  }
  
  .top_ranking_section .list02 .rank_prev_button{
    left:-40px;
  }
  
  .top_ranking_section .list02 .rank_next_button{
    right:-40px;
  }
  
  .top_ranking_section .list02 .swiper-slide{
    width:210px;
    padding-right: 20px;
  }
  
  .top_ranking_section .list02 .rank_block{
    width:190px;
  }

  
  .top_ranking_section .list02 .rank_block .number_text{
    width: 64px;
    height: 36px;
    font-size: 18px;
  }
  
  .top_ranking_section .list02 .rank_block .rank_footer{

  }
  
  .top_ranking_section .common_arrow_link{
    margin-top: 40px;
  }
  
  .top_ranking_section .update_date{
    margin-top: 40px;
    font-size: 14px;
  }
  
  /*
  ----------------------------------------
  下層部分
  ----------------------------------------
  */
  
  .page_mv_section{
    height:550px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  
  .page_mv_section .mv{
    width:1440px;
    min-width: 100vw;
    height:100%;
    object-fit: cover;
    z-index:-3;
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  
  .page_mv_section .title_block{
    color:#fff;
    width: 720px;
    max-width: 100%;
  }
  
  .page_mv_section .title_block .en_title{
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  
  .page_mv_section .title_block .ja_title{
    font-size: 30px;
    line-height: 1.2;
  }
  
  /*
  ----------------------------------------
  店舗一覧
  ----------------------------------------
  */
  
  .shop_list_section01{
    padding:64px 0 180px;
  }
  

  
  .shop_list_section01 .goole_map{
    max-width:1000px;
    height:400px;
    margin:100px auto 0;
  }
  
  .shop_list_section01 .goole_map iframe{
    display: block;
    width:100%;
    height:100%;
  }
  
  /*
  ----------------------------------------
  店舗詳細
  ----------------------------------------
  */
  
  body.single_shop_body{
    
  }
  
  body.single_shop_body .common_banner_area {
    padding-top: 100px;
  }
  
  main.single_shop_main{
  
  }
  
  .single_shop_section01{
    padding:100px 0 0;
  }
  
  .single_shop_section01 .main_block{
    margin-bottom: 32px;
  }
  
  .single_shop_section01 .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }

  .single_shop_section01 .sub_area{
    overflow-x: scroll;
    width:100vw;
    margin: 0 calc(50% - 50vw);
    padding-left: 4vw;
  }

  
  .single_shop_section01 .sub_flex{
    display: flex;
    gap:0;
    flex-wrap: nowrap;
  }
  
  .single_shop_section01 .sub_block{
    margin-left: 0;
    margin-right: 25px;
  }

  .single_shop_section01 .main_block .card{
    width: 300px;
    height: 500px;
  }
  
  .single_shop_section01 .card{
    display: block;
    width: 200px;
    height: 350px;
    position: relative;
    overflow: hidden;
    /* transition: 0.4s; */
  }
  
  .single_shop_section01 .card:hover{
    /* opacity: 0.8; */
  }
  
  .single_shop_section01 .card .pic{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: 0.4s;
  }
  
  .single_shop_section01 .card:hover .pic{
    transform: scale(1.1);
  }
  
  .single_shop_section01 .card .no_pic{
    width:100%;
    height:100%;
    background-color: #D9D9D9;
  }
  
  .single_shop_section01 .card .number{
    position: absolute;
    top:16px;
    left:12px;
    width:50px;
  }


  .single_shop_section01 .main_block .card .name_area{
    /* font-size: 24px; */
    line-height: 1.4;
  }

  .single_shop_section01 .main_block .card .number_text{
    width: 38%;
    font-size: 24px;
    padding-top: 10px;
    padding-left: 44px;
  }
  
  .single_shop_section02{
    padding:100px 0 0;
  }
  
  .single_shop_section02 .staff_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  
  .single_shop_section02 .staff_block{
    width:480px;
    display: flex;
    margin-top: 50px;
    color:#000;
  }
  
  .single_shop_section02 .staff_block .thumb{
    width:200px;
    height:200px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
  }
  
  .single_shop_section02 .staff_block .thumb .pic{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: top;
    transition: 0.4s;
  }
  
  .single_shop_section02 .staff_block:hover .thumb .pic{
    transform: scale(1.1);
  }
  
  .single_shop_section02 .staff_block .thumb .no_pic{
    width:100%;
    height:100%;
    background-color: #D9D9D9;
  }
  
  
  .single_shop_section02 .staff_block .text_area{
    width:100%;
    padding-left: 24px;
  }
  

  
  .single_shop_section02 .staff_block .staff_birth{
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.3;
  }
  
  .single_shop_section02 .staff_block .staff_info{
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 1.5;
  }
  
  .single_shop_section02 .staff_block .staff_info span{
    display: flex;
    align-items: center;
  }
  
  .single_shop_section02 .staff_block .staff_info span::before{
    content:"/";
    font-size: 18px;
    line-height: 1.5;
  }
  
  .single_shop_section02 .staff_block .staff_info span:first-child::before{
    content:"";
  }
  
  .single_shop_section03{
    padding:100px 0 0;
  }
  
  .single_shop_section03 .gal_area{
    margin-bottom: 80px;
  }
  
  .single_shop_section03 .link_flex{
    display: flex;
    justify-content: space-around;
    margin-bottom: 96px;
  }
  
  .single_shop_section03 .link_flex .common_arrow_link{
    margin:0;
  }
  
  .single_shop_section03 .common_switch_block{
    border-bottom:1px solid #fff;
  }
  
  .single_shop_section03 .common_switch_contens{
    padding:24px;
    line-height: 1.5;
  }

  .single_shop_banner_section{
    padding:100px 0 0;
  }
  
  .single_shop_banner_section .banner{
    height:110px;
    display: flex;
    justify-content: center;
  }
  
  .single_shop_section04{
    padding:100px 0 0;
  }
  
  .single_shop_section04 .calendar_frame{
    width:100%;
    height:480px;
    margin:0 auto;
  }
  
  .single_shop_section04 .calendar_frame iframe{
    display: block;
    width:100%;
    height:100%;
  }
  
  
  
  /*
  ----------------------------------------
  スタッフ紹介
  ----------------------------------------
  */
  
  body.single_staff_body{
    
  }
  
  body.single_staff_body .common_banner_area {
    padding-top: 100px;
  }
  
  main.single_staff_main{
  
  }
  
  .single_staff_section01{
    padding:100px 0;
  }
  
  .single_staff_section01 .staff_block{
    display: flex;
    margin-bottom: 96px;
  }
  
  .single_staff_section01 .staff_block .thumb{
    width: 300px;
    height: 420px;
    position: relative;
    flex-shrink: 0;
  }
  
  .single_staff_section01 .staff_block .thumb .pic{
    width:100%;
    height:100%;
    object-fit: cover;
  }
  
  .single_staff_section01 .staff_block .thumb .no_pic{
    width:100%;
    height:100%;
    background-color: #D9D9D9;
  }
  
  .single_staff_section01 .staff_block .thumb .number{
    position: absolute;
    top:16px;
    left:12px;
    width:50px;
  }
  
  
  .single_staff_section01 .staff_block .text_area{
    width:100%;
    padding-left: 50px;
  }
  
  .single_staff_section01 .staff_block .name_flex{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  
  .single_staff_section01 .staff_block .staff_name01{
    margin-right: 32px;
    font-size: 30px;
    line-height: 1.3;
    
  }
  
  .single_staff_section01 .staff_block .staff_name02{
    font-size: 20px;
    line-height: 1.3;
    padding-top: 10px;
  }
  
  .single_staff_section01 .staff_block ul{
  
  }
  
  .single_staff_section01 .staff_block li{
    display: flex;
    margin-bottom: 32px;
  }
  
  .single_staff_section01 .staff_block li:last-child{
    margin-bottom: 0;
  }
  
  .single_staff_section01 .staff_block li .label{
    font-size: 20px;
    line-height: 1.5;
    flex-shrink: 0;
    width:125px;
  }
  
  .single_staff_section01 .staff_block li .contents{
    width:100%;
    font-size: 20px;
    line-height: 1.5;
  }
  
  
  .single_staff_section01 .img_flex{
    display: flex;
    justify-content: space-around;
  }
  
  .single_staff_section01 .img_flex .thumb_pic{
    width:200px;
    height:130px;
    object-fit: cover;
    cursor: zoom-in;
  }
  
  .single_staff_section01 .popup{
    cursor: zoom-out;
    position: fixed;
    top:0;
    left:0;
    z-index:200;
    width:100%;
    height:100vh;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.7s;
    pointer-events: none;
    opacity: 0;
  }
  
  .single_staff_section01 .popup.show{
    pointer-events: auto;
    opacity: 1;
  }
  
  .single_staff_section01 .popup .pop_pic{
    max-width: 75%;
  }
  
  .single_staff_section02{
    padding:32px 0;
    background-color: #000;
  }
  
  .single_staff_section02 .flex{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap:20px 0;
  }
  
  .single_staff_section02 .flex .text{
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    color:#fff;
    margin-right: 64px;
    padding-top: 10px;
  }
  
  .single_staff_section02 .sns_flex{
    display: flex;
    align-items: center;
    
  }
  
  .single_staff_section02 .sns_flex a{
    margin-right: 48px;
    width:50px;
  }
  
  .single_staff_section02 .sns_flex a img{
    width:100%;
  }
  
  .single_staff_section03{
    padding:100px 0 50px;
  }
  
  .single_staff_section03 .tiktok_frame{
    width:600px;
    height:500px;
    margin:0 auto;
  }
  
  .single_staff_section03 .tiktok_frame blockquote{
    display: block;
    width:100%;
    height:100%;
  }
  
  
  .single_staff_section04{
    padding:50px 0 0;
  }
  
  .single_staff_section04 .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 40px;
  }
  
  .single_staff_section04 .card{
    width: 300px;
    height: 216px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .single_staff_section04 .card:last-child{
    margin-bottom: 0;
  }
  
  .single_staff_section04 .card .pic{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: 0.4s;
  }
  
  .single_staff_section04 .card:hover .pic{
    transform: scale(1.1);
  }
  
  .single_staff_section04 .card .pickup_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /*
  ----------------------------------------
  トピックス
  ----------------------------------------
  */
  
  body.topics_body{
    
  }
  
  body.topics_body .common_banner_area {
    padding-top: 120px;
  }
  
  main.topics_main{
  
  }
  
  .topics_section01{
    padding:30px 0 0;
  }
  
  .topics_section01 .flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;

  }
  
  .topics_section01 .topics_article{
    width:100%;
    margin-bottom: 60px;
  }
  
  
  .topics_section01 .pagenation{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .topics_section01 .pagenation span.current{/*現在のページボタン*/
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 10px;
    background-color: #000;
    color:#fff;
  }
  
  .topics_section01 .pagenation a.page-numbers{/*指定のページ移動ボタン*/
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #000;
    color:#000;
    margin:0 10px;
    transition: 0.4s;
  }
  
  .topics_section01 .pagenation a.page-numbers.next,
  .topics_section01 .pagenation a.page-numbers.prev{/*next prevボタン*/
    width:70px;
  }
  
  .topics_section01 .pagenation a.page-numbers:hover{
    background-color: #000;
    color:#fff;
  }

  .topics_section01 .sidebar_area{
    width:350px;
    flex-shrink: 0;
    margin-left: 0;
    margin-bottom: 30px;
  }
  
  .topics_section01 .sidebar{

    padding:24px;

  }
  
  .topics_section01 .sidebar .common_switch{
    padding: 12px 24px 12px 16px;
  }
  
  .topics_section01 .sidebar .common_switch::after{
    right:16px;
    border-width: 12.5px 7.5px 0 7.5px;
  }
  
  .topics_section01 .sidebar .shop_block{
    
  }
  
  .topics_section01 .sidebar .shop_block li{
    margin-top: 16px;
  }
  
  .topics_section01 .sidebar .shop_block li a{
    font-weight: 400;
    line-height: 1.3;
  }
  
  .topics_section01 .sidebar .shop_block li a:hover{
    text-decoration: underline;
  }
  
  .topics_section01 .sidebar .shop_block li a.active{
    text-decoration: underline;
  }
  
  .topics_section01 .sidebar .category_block{
    
  }
  
  .topics_section01 .sidebar .category_block li{
    margin-top: 16px;
  }
  
  .topics_section01 .sidebar .category_block li a{
    font-weight: 400;
    line-height: 1.3;
  }
  
  
  .topics_section01 .sidebar .rank_head{
    margin-bottom: 32px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
  }

  .topics_section01 .sidebar .rank_switch_contens{
    display: none;
  }

  .topics_section01 .sidebar_area .banner_flex{
    justify-content: space-between;
    flex-direction: row;
    /* padding:0 24px; */
  }
  
  .topics_section01 .sidebar_area .banner{
    width: 48%;
  }

  .topics_section01 .sidebar_area .banner + .banner{
    margin-top: 0;
  }
  
  .topics_section01 .single_block{
    padding:0 0 0 40px;
    margin-bottom: 32px;
  }
  
  .topics_section01 .single_block h1{
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
    padding-bottom: 8px;
  
  }
  
  .topics_section01 .single_block h2{
    font-size: 25px;
    margin:24px 0;
  }
  
  
  .topics_section01 .single_block h3{
    font-size: 20px;
    line-height: 1.5;
    margin:16px 0;
  }
  
  .topics_section01 .single_block p{
    line-height: 1.8;
    margin:24px 0;
  }
  
  .topics_section01 .single_block figure{
    margin-top:32px;
    margin-bottom:32px;
  }
  
  .topics_section01 .link_flex{
    display: flex;
    justify-content: space-between;
  }
  
  .topics_section01 .link_flex .link a{
    width:300px;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    line-height: 1.2;
    color:#000;
  }
  
  
  .topics_section01 .link_flex .link a::after{
    width:40px;
    height:1px;    
  }
  
  .topics_section01 .link_flex .link_prev a{
    padding-left: 40px;
  }
  
  
  .topics_section01 .link_flex .link_next a{
    justify-content: flex-end;
    padding-right: 40px;
  }
  
  .topics_section01 .link_flex .link_next a::after{
    right:0;
    transform: rotateZ(50deg);
    transform-origin: right;
  }

  
  .topics_section02{
    padding:100px 0 0;
  }
  
  .topics_section02 .shop_head{
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    border-bottom:1px solid #000;
    padding-bottom: 8px;
  }
  
  .topics_section03{
    padding:100px 0 0;
  }
  
  .topics_section03 .recent_list{
    justify-content: space-between;
    padding: 0 40px;
    gap: 40px 0;
    margin: 0 auto;
  }
  
  .topics_section03 .recent_list .recent_card{
    font-display: block;
    width: 300px;
    height: 216px;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
  }
  
  .topics_section03 .recent_list .recent_card .thumb{
    width:100%;
    height:100%;
    object-fit: cover;
    transition: 0.4s;
  }
  
  .topics_section03 .recent_list .recent_card:hover .thumb{
    transform: scale(1.1);
  }
  
  .topics_section03 .recent_list .recent_card .recent_title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .topics_section04{
    padding:100px 0 0;
  }

}/*@media(max-width:1140px){*/