@charset "UTF-8";
/*
    Template: arkhe
    Theme Name: arkhe CHILD
    Theme URI: https://arkhe-theme.com/
    Version: 1.5.6
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*
** setting
*/
:root {
    --c_txt: #322826;
    --c_fff: #fff;
    --c_red:#ff2500;
    --bg_grey: #f9f9f9;
}
body {
    color: var(--c_txt);
}
/*==================================
BlockPattern_style
==================================*/
/*
* SP2 PC3 column
*/
.sp2_pc3.wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp2_pc3.wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 45% !important;
    flex-basis: 45% !important;
    margin: 0 4px;
  }
  @media screen and (min-width: 480px) {
    .sp2_pc3.wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 28% !important;
      flex-basis: 28% !important;
    }
  }
  /*
* SP23PC3 column
*/
.sp3_pc3.wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp3_pc3.wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 28% !important;
    flex-basis: 28% !important;
    margin: 0 4px;
  }
  @media screen and (min-width: 480px) {
    .sp2_pc3.wp-block-columns .wp-block-column {
      -ms-flex-preferred-size: 28% !important;
      flex-basis: 28% !important;
    }
  }
  /*
  * SP2 PC2 column
  */
  .sp2_pc2.wp-block-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sp2_pc2.wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 45% !important;
    flex-basis: 45% !important;
    margin: 0 4px;
  }
  
/*
** TOP main_img
*/
.mainimg_wrap {
    position: relative;
    width: 100%;
    margin: 70px auto 0;
  }
  .controlbar {
      background-color: rgba(0,0,0,0.6);
      padding: 0.2em 0.5em;
      width: 100%;
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: absolute;
    right: 0;
    bottom: 0;
  }
  .controlbar span{
    color: var(--c_fff);
    vertical-align: text-bottom;
    font-size: 18px;
    margin-right: 8px;
  }
  .progress {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 100%;
    height: 4px;
    background: #C8CACB;
  }
  .bar {
    display: block;
    width: 0%;
    height: 4px;
    background: var(--c_red);
  }

h2.top_main_h2 {
    font-size: clamp(36px, 5vw, 60px);
}
h4.main_news_ttl {
    padding: 0.3em 0;
    padding-left: 1em;
    border: 1px solid var(--ark-color_border);
    border-bottom: none;
    font-weight: normal;
}
ul.main_news_list {
    background-color: var(--bg_grey);
    border: 1px solid var(--ark-color_border);
    margin-top: 0!important;
}
ul.main_news_list li {
    padding: 0.4em!important;
}
ul.main_news_list li .wp-block-latest-posts__featured-image.alignleft {
    margin-right: 0.8em;
}
ul.main_news_list li a{
    text-decoration: none;
    font-weight: 500;
    color: var(--c_red);
}
ul.main_news_list li:last-child {
    border:  none;
}
ul.main_news_list li .wp-block-latest-posts__post-excerpt {
    font-size: 0.7em;
}
@media screen and (max-width: 780px) {
    .wp-block-columns.t_catch_wrapper {
        flex-direction: column-reverse;
    }
}
.catch_wrapper {
    position: relative;
    margin-bottom: 2em;
}
p.top_catch01 {
    font-size: clamp(20px, 4vw, 36px);
    font-weight: 800;
}
p.top_catch02 {
    font-size: clamp(30px, 7vw, 50px);
    font-weight: 800;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
}
p.top_catch02::before {
    display: table-cell;
    content: "Virtual\A Entertainment\A Channel";
    text-transform: uppercase;
    white-space: pre;
    font-family: "Roboto","游ゴシック Medium","游ゴシック体","Yu Gothic Medium",YuGothic,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-weight: 900;
    color: rgba(0,0,0,0.1);
    text-align: left;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
}
.top_btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    padding: 1em 2em;
    width: 300px;
    color: var(--c_red);
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .top_btn a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: 0.2s ease 0s;
  }  
  .top_btn a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s ease 0.2s;
  }

  .top_btn a:hover::before {
    width: 0%;
  }  
  .top_btn a:hover::after {
    height: 0%;
  }

  .top_btn a:hover {
    background-color: #FFC3C3;
  }
  .top_btn.top_btn01 a{
      margin: 0 auto;
      color: #fff;
      background-color: var(--c_red);
  }
  .top_btn.top_btn01 a::before,
  .top_btn.top_btn01 a::after {
    background-color: var(--c_red)
  }
  .top_infosec.wp-block-columns {
      justify-content: space-around;
  }
  ul.top_event_list {
      border: none!important;
  }
  ul.top_event_list li a{
    color: var(--c_red);
    font-size: 1.4em;
    font-weight: bold;
}

/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 680px) {
    
    ul.top_event_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .top_event_list li {
        width: 48%;
    }
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1240px) {
}