<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  /* CSS Document */









  body {
  /*  font-family: 'M PLUS 1p', 'Montserrat', sans-serif;*/
  color:#ffffff;
  }
  main {
    overflow: hidden;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .pc-none {
    display: none;
  }
  @media all and (max-width: 767px) {
    .pc-none {
      display: block;
    }
    .sp-none {
      display: none;
    }
  }
  /* color
  ---------------------------------------------------------------------------- */
  .theme-gray .lb .closeBtn p,
  .theme-gray .menu-trigger p,
  .theme-gray nav li .en,
  /*.theme-gray nav li .jp,*/
  .theme-gray section.top_text_area &gt; p,
  .theme-gray section#ryo_asakura .title,
  .theme-gray .lineup_list h3,
  .theme-gray section#members h2,
  .theme-gray section#members .sub_title,
  .theme-gray section#members .main_text,
  .theme-gray .player__img figcaption span,
  .theme-gray .lb .lb_contents .explain .name,
  .theme-gray .lb .lb_contents .explain .reading,
  .theme-gray .lb .lb_contents .btn_prev,
  .theme-gray .lb .lb_contents .btn_next,
  .theme-gray .info_list time,
  .theme-gray .info__title,
  .theme-gray .free-section p strong {
    color: #ffffff;
  }
  .theme-gray .lb .closeBtn .rel span,
  .theme-gray .menu-trigger .rel span,
  .theme-gray section#ryo_asakura #about:after,
  .theme-gray .player__profile,
  .theme-gray .lb .lb_contents .sns a,
  .theme-gray .lb .lb_contents .btn_prev,
  .theme-gray .lb .lb_contents .btn_next,
  .theme-gray .icn-prev::before,
  .theme-gray .icn-prev::after,
  .theme-gray .icn-next::before,
  .theme-gray .icn-next::after,
  .theme-gray .lb .lb_contents .btn_prev:hover span,
  .theme-gray .lb .lb_contents .btn_next:hover span {
    background-color: #4c4c4c;
  }

  .theme-gray section#ryo_asakura .rbutton{
  }

  .theme-gray .free-section h2:not(.title) {
    border-color: rgb(255 255 255 / 60%);
    text-align: center;
  }

  .theme-gray .player__img,
  .theme-gray .lb .lb_contents .img {
    border-color: #4c4c4c;
  }
  .theme-gray .lb .lb_contents .btn_prev:hover::after,
  .theme-gray .lb .lb_contents .btn_next:hover::after,
  .theme-gray .player__profile::before,
  .theme-gray .lb .lb_contents .btn_prev:before,
  .theme-gray .lb .lb_contents .btn_next:before {
    border-top-color: #4c4c4c;
  }
  .theme-gray .player_list ul li:nth-child(2n) .player__profile::before {
    border-bottom-color: #4c4c4c;
  }
  @media all and (max-width: 768px) {
    .theme-gray .lb .lb_contents .btn_prev:before,
    .theme-gray .lb .lb_contents .btn_next:before,
    .theme-gray .lb .lb_contents .btn_prev:after,
    .theme-gray .lb .lb_contents .btn_next:after {
      background-color: #4c4c4c;
    }
  }
  /* header
  ---------------------------------------------------------------------------- */
  header &gt; .flexBlock {
    border-bottom: none;
  }
  /* nav */
  .lb .closeBtn, .menu-trigger {
    width: 70px;
    height: 70px;
    padding: 20px 15px 15px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .lb .closeBtn .rel, .menu-trigger .rel {
    width: 100%;
    height: 14px;
  }
  .lb .closeBtn .rel span, .menu-trigger .rel span {
    height: 2px;
    background: #cccccc!important;
    left: 0;
    width: 100%;
    transform-origin: center center;
  }
  .menu-trigger .rel span:nth-child(1) {
    top: 0;
    transform: rotate(360deg);
  }
  .menu-trigger .rel span:nth-child(2) {
    bottom: 0;
    transform: rotate(-360deg);
  }
  .lb .closeBtn .rel span:nth-child(1), header.open + * .menu-trigger .rel span:nth-child(1) {
    top: calc(50% - 1px);
    transform: rotate(25deg);
  }
  .lb .closeBtn .rel span:nth-child(2), header.open + * .menu-trigger .rel span:nth-child(2) {
    bottom: calc(50% - 1px);
    transform: rotate(-25deg);
  }
  .lb .closeBtn p, .menu-trigger p {
    color: #cccccc!important;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 12px;
  }
  .lb .closeBtn p span, .menu-trigger p span {
    width: 100%;
  }
  .menu-trigger p span:nth-child(1) {
    opacity: 1;
  }
  .menu-trigger p span:nth-child(2) {
    opacity: 0;
  }
  header.open + * .menu-trigger p span:nth-child(2) {
    opacity: 1;
  }
  header.open + * .menu-trigger p span:nth-child(1) {
    opacity: 0;
  }
  nav {
    position: fixed;
    top: 70px;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh - 70px);
    width: 100%;
    max-width: 450px;
    padding: 0 50px;
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    opacity: 0;
  }
  header.open + * nav {
    transform: translate(0);
    opacity: 1;
    z-index: 99;
  }
  nav ul {
    width: 100%;
    height: auto;
    padding: 30px 0 30px;
  }
  nav li .en {
    font-size: 3.0rem;
    font-weight: 600;
    color: #cccccc!important;
    display: block;
    line-height: 1;
    margin-bottom: 3px;
  }
  nav li .jp {
    font-size: 1.8rem;
    color: #FFFFFF;
    display: block;
  }
  nav li {
    margin-bottom: 25px;
  }
  nav li:last-child {
    margin-bottom: 0;
  }
  .lb .closeBtn, .menu-trigger {
    cursor: pointer;
  }
  nav li {
    margin-bottom: 30px;
  }
  nav li .en, .abs {
    /*font-family: 'Orbitron', sans-serif;*/
    font-family: 'Oswald', sans-serif;
    
    }
  nav li .en {
    font-weight: 500;
    letter-spacing: .05em;
  }
  nav li .jp {
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    letter-spacing: .05em;
  }
  @media all and (max-width: 767px) {
    header &gt; .flexBlock &gt; p {
      width: 182px;
    }
    /* nav */
    .lb .closeBtn, .menu-trigger {
      width: 50px;
      height: 50px;
      padding: 12px 10px 5px;
    }
    .lb .closeBtn p, .menu-trigger p {
      font-size: 10px;
    }
    nav {
      top: 50px;
      height: calc(100vh - 50px);
      padding: 0 40px;
    }
    nav li .en {
      font-size: 25px;
      font-size: 2.5rem;
    }
    nav li .jp {
      font-size: 15px;
      font-size: 1.5rem;
    }
  }
  /* footer
  ---------------------------------------------------------------------------- */
  footer {
    border-top: none;
  }
  footer a {
    color: #FFF !important;
  }
  footer p {
    color: #FFF !important;
  }
  /* contents
  ============================================================================ */
  section.red_area {
    /*background: url("/user_data/root_alias/full_screen/image/ra/bg_ryo_asakura_bg.png"), #fff;
    background-position: top center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;*/
    background: #000;
  }
  section.red_area:before {
  background: none;
  }

  section.bg_area h2 {
    background: none;
    -webkit-text-fill-color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
  }
  section.bg_area {
    /*background: url("/user_data/root_alias/full_screen/image/ra/bg_ryo_asakura_lineup.png"), #fff;
    background-attachment: scroll;
    background-size: 110% auto;
    background-repeat: no-repeat;*/
    background: #000000;
  }
  @media all and (max-width: 767px) {
    section.red_area {
    background:#000000;
    background-position: center;
    background-attachment: scroll;
    background-size: 100% auto;
    background-repeat: no-repeat;

    }
  }
  .bg-wave {
    /*padding-bottom: 260px;*/
    /*background: url("/user_data/root_alias/full_screen/image/ra/bg_ryo_asakura_bg.png"), #fff;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: scroll;*/
    background: #000;

  }
  @media all and (max-width: 1023px) {
    .bg-wave {
      padding-bottom: 30px;
    }
  }
  @media all and (max-width: 767px) {
    .bg-wave {
    background-size: 100% auto;
      /*background-position: top 100px center;*/
    }
  }
  /* top text
  ---------------------------------------------------------------------------- */
  /*section.top_text_area {
    background: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/06/bg__wave.png"), #000;
    background-size: cover;
    background-position: top;
  }*/
  section.top_text_area {
    background: none;
  }
  section.top_text_area &gt; p {
    min-height: inherit;
    /*padding: 40px 0 300px;*/
    padding: 40px 0 90px;
    background: none;
    line-height: 1.75;
    letter-spacing: .05em;
  }

  @media all and (max-width: 1023px) {
    section.top_text_area &gt; p {
      min-height: 280px;
      padding-bottom: 100px;
    }
  }
  @media all and (max-width: 767px) {
    section.top_text_area {
      padding: 0 20px;
    }
    section.top_text_area &gt; p {
      padding: 30px 0 80px;
      text-align: left;
    }
  }
  /* free
  ---------------------------------------------------------------------------- */
  .free-section {
    margin-top: 60px;
    /*padding-bottom: 100px;*/
  }
  .free-section h2 {
    min-height: inherit;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
  }
  .free-section * + h2 {
    margin-top: 50px;
  }
  .free-section p {
    /*margin: 0 15px 25px;*/
    font-size: 14px;
    font-weight: 400;
  }
  .free-section p:last-child {
    margin-bottom: 0;
  }
  .free-section a {
    /*color: #247dc1 !important;*/
  }
  .free-section a:hover {
    /*text-decoration: underline !important;*/
  }
  .free-section .row {
    margin: 12px -8px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .free-section .row::after {
    content: "";
    display: block;
    clear: both;
  }
  .free-section .row .columns {
    float: left;
    clear: none;
    margin-bottom: 8px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .free-section .row .column.img-left,
  .free-section .row .columns.img-left {
    width: 31%;
  }
  .free-section .row .column.textarea-right,
  .free-section .row .columns.textarea-right {
    width: 69%;
  }
  @media all and (max-width: 767px) {
  body{min-width:auto !important;}
    .free-section {
      padding: 0;
      margin-top: 20px;
    }

    .p-contents-container h2 {
      font-size: 2.4rem !important;
  }

    .free-section * + h2 {
      margin-top: 30px;
    }
    .free-section p {
      padding: 0;
      margin-left: 0;
      margin-right: 0;
    }
    .free-section .row {
      width: 100%;
      margin: auto;
      margin-bottom: 15px;
  }
    .free-section .row .column.img-left,
  .free-section .row .columns.img-left,
    .free-section .row .column.textarea-right,
    .free-section .row .columns.textarea-right {
      width: 100%;
    }
    .free-section .row .column,
    .free-section .row .columns {
      padding: 0 10px;
    }
    .free-section .row .column p,
    .free-section .row .columns p {
      padding: 0 5px;
    }
  }

  /* team UNITE
  ---------------------------------------------------------------------------- */
  section#ryo_asakura {
    padding: 25px 0;
    overflow: inherit;
  }
  section#ryo_asakura .title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .025em;
  }
  section#ryo_asakura .title .title__big {
    display: block;
    margin-bottom: 15px;
    font-size: 38px;
    font-size: 3.8rem;
  }
  section#ryo_asakura .title .title__en {
    display: block;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
  @media all and (max-width: 767px) {

    section#ryo_asakura {
      padding: 20px 0 40px;
    }
    section#ryo_asakura .title {
      font-size: 18px;
      font-size: 1.4rem;
    }
    section#ryo_asakura .title .title__en {
      font-size: 20px;
      font-size: 1.4rem;
    }
    section#ryo_asakura .title .title__big {
      font-size: 25px;
      font-size: 2.5rem;
    }
  }

  section#ryo_asakura .img img{
    width: 100%;
  }
  /* about
  ---------------------------------------------------------------------------- */
  #about .youtube{
      margin: 40px 10px 0px;
      text-align: center;
  }

  #about_target.ancher {
    position: absolute;
    top: -270px;
    pointer-events: none;
  }
  section#ryo_asakura #about {
    position: relative;
    padding-bottom: 100px;
    margin: auto;
  }
  /*section#ryo_asakura #about:after {
    width: 100%;
    max-width: inherit;
  }*/
  section#ryo_asakura #about:after {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #4c4c4c !important;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 0;
  }
  section#ryo_asakura #about .img {
  width: 400px;
  max-width: 100%;
  position: absolute;
  left: 30px;
  z-index: 2;
  }
  section#ryo_asakura #about .text {
    width: 100%;
    position: relative;
    z-index: 3;
  }
  section#ryo_asakura #about .title {
    margin-left: 490px;
    margin-bottom: 85px;

  }
  .abot-text__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto -16px;
  }
  .abot-text__wrap p {
    width: 50%;
    padding: 0 16px;
    line-height: 1.75;
    letter-spacing: .05em;
  }
  @media all and (max-width: 1023px) {
    section#ryo_asakura #about .text {
      padding: 0 15px;
    }
    section#ryo_asakura #about .title {
      width: 40%;
      margin-left: 360px;

    }
    section#ryo_asakura #about .img {
      width: 40%;
      left: 8%;
      top:-50px;
    }
  }
  @media all and (max-width: 767px) {
    #about_target.ancher {
      top: 0;
    }
    section#ryo_asakura #about {
      padding-bottom: 80px;
    }
    section#ryo_asakura #about:after {
      width: 87.5%;
    }
    section#ryo_asakura #about .img {
      width: 50%;
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: -20px;
    }
    section#ryo_asakura #about .title {
      margin:auto;
      text-align: center;
    }
    .abot-text__wrap p {
      width: 100%;
    }
  }
  /* profile
  ---------------------------------------------------------------------------- */
  section#ryo_asakura #profile {
    padding: 100px 0;
  }
  section#ryo_asakura #profile.flexBlock {
    align-items: flex-end;
  }
  section#ryo_asakura #profile .title {
    margin-bottom: 50px;
  }
  section#ryo_asakura #profile .text {
    padding-bottom: 30px;
    width: calc(100% - 350px - 90px);
  }
  section#ryo_asakura #profile .text p {
    line-height: 1.75;
    letter-spacing: .05em;
  }
  section#ryo_asakura .rbutton,
  section.free-section .rbutton {
    width: auto;
    max-width: 100%;
    position: relative;
    margin-top: 40px;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .05em;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    border-color: rgb(255 255 255 / 60%);
  }

  section.free-section .rbutton {
    margin-top: 0;
  }

  section#ryo_asakura .rbutton:nth-of-type(n+2){
    margin-top: 20px !important;
  }

  section.free-section .sitelink {
    max-width: 400px;
    margin: auto;
  }

  section#ryo_asakura .rbutton span::before, section#ryo_asakura .rbutton span::after ,
  section.free-section .rbutton span::before, section.free-section .rbutton span::after {
    content: "";
    width: 8px;
    height: 1px;
    border-radius: 1px 0 0 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    transform-origin: center right;
  }

  section.free-section .rbutton02 span::before, section.free-section .rbutton02 span::after {
    top: 5px;
  }

  section#ryo_asakura .rbutton span::before ,
  section.free-section .rbutton span::before {
    transform: rotate(45deg);
  }
  section#ryo_asakura .rbutton span::after ,
  section.free-section .rbutton span::after {
    transform: rotate(-45deg);
  }
  section.free-section .rbutton02 span::after {
    transform: rotate(135deg);
  }

  @media all and (max-width: 1023px) {
    section#ryo_asakura #profile.flexBlock {
      padding: 100px 15px 0;
    }
    section#ryo_asakura #profile .text {
      width: calc(100% - 250px - 90px);
      order: 0;
      margin-right: auto;
    }
    section#ryo_asakura .text h2.title {
      margin-left: 0;
    }
  }

  @media all and (max-width: 767px) {
    section#ryo_asakura #profile {
      padding-top: 30px;
      padding-bottom: 200px !important;
      position: relative;
    }
    
    section#ryo_asakura .flexBlock {
      flex-wrap: wrap;
      justify-content: center;
  }
    
    section#ryo_asakura #profile .title {
      margin-bottom: 20px;
    }
    section#ryo_asakura #profile .text {
      width: 100%;
      padding-bottom: 0;
      order: 1;
    }
    section#ryo_asakura #profile .img {
      position: static;
      margin-bottom: 30px;
    }

    /* section.free-section div.sitelink*/
    section#ryo_asakura div.sitelink{
      width: 360px;
      position: absolute;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
    }

    section#ryo_asakura rbutton :nth-of-type(n+2){
      bottom: -40px;
  }
  }

    section#ryo_asakura p.copyrights{
  font-size: 80%;
  text-align: center;
  color: #4c4c4c;
  margin: 20px auto;
  }


  /* lineup
  ---------------------------------------------------------------------------- */
  section#lineup {
    padding: 80px 0 50px;
  }
  section#lineup:before, section#ryo_asakura:after {
    display: none;
  }
  section#lineup h2 {
    margin-bottom: 25px;
    line-height: 1;
  }
  section#lineup .sub_title {
    margin: auto;
    font-size: 24px;
    font-size: 1.4rem;
    letter-spacing: .025em;
    color: #ffffff;
    font-weight: 400;
  }
  section#lineup p:not(.sub_title) {
    font-weight: 500;
    letter-spacing: .05em;
  }
  .lineup_list h3 {
    background: #4c4c4c;
    font-weight: 500;
    color: #ffffff!important;
    font-size: 1.8rem;
  }

  @media all and (max-width: 1023px) {
    section#lineup .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#lineup {
      padding: 40px 0;
    }
    section#lineup h2 {
      font-size: 30px;
      font-size: 3.0rem;
    }
    section#lineup .sub_title {
      font-size: 17px;
      font-size: 1.7rem;
    }
    section#lineup p:not(.sub_title) {
      text-align: left;
    }
    .lineup_list h3 {
      margin-bottom: auto;
    }
    .lineup_list &gt; div.rel {
      padding: 20px 0;
    }
  }

  /*繧､繝ｳ繝�Ν繝ｭ繧ｴ謗ｲ霈臥畑竊凪�竊凪�*/
  div.intel_model{
    width:1200px;
    margin:auto;
  }
  div.intel_model .row .columns {
    float: left;
    clear: none;
    margin-bottom: 8px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.intel_model .row .columns.img-left {
    width: 25%;
  }

  div.intel_model .row .columns.textarea-right {
    width: 75%;
    padding-top:15px;
  }

  div.intel_model .row .columns.textarea-right p.copyrights {
        font-size: 80%;
      color: #4c4c4c;
      margin: 8px auto;
    line-height:130%;
  }
  div.intel_model div.row::after {
      content: "";
      display: block;
      clear: both;
  }

  @media all and (max-width: 767px) {
  div.intel_model{
    width:90%;
    margin:auto;
  }
  div.intel_model .row .columns.img-left,
  div.intel_model .row .columns.textarea-right
  {
      width: 100%;
    }
    
    div.intel_model .row .columns.img-left{
    text-align:center;
    }
    
    
    div.intel_model .row .columns {
      padding: 0 10px;
    }
    div.intel_model .row .columns p
    {
      padding: 0 5px;
    }
  }

  /*繧､繝ｳ繝�Ν繝ｭ繧ｴ謗ｲ霈臥畑竊鯛�竊鯛�*/


  /* player
  ---------------------------------------------------------------------------- */
  section#members .youtube{
      margin: 0 10px 25px;
      text-align: center;
  }
  .youtube iframe{max-width: 100%;}

  section#members {
    padding: 80px 0;
  }
  section#members::before {
    display: none;
  }
  section#members::after {
    height: auto;
    padding-bottom: 29.375%;
  /* background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/06/bg__wave.png");*/
  background: none;
    background-size: 100% auto;
    background-position: top center;
    z-index: 1;
  }
  section#members .inner {
    z-index: 2;
  }
  section#members h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .05em;
  }
  section#members .sub_title {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .025em;
  }

  section#members p.copyrights{
  font-size: 80%;
  text-align: center;
  color: #4c4c4c;
  margin: 20px auto;
  }

  section#members .main_text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
  .player_list {
    margin-top: 70px;
  }
    .player_list h3 {
      font-size: 3.4rem;
      text-align: left;
      padding-top: 60px;
      padding-bottom: 20px;
      color: #ffffff !important;
      background: none !important;
      text-align: center;
      font-family: 'Oswald', sans-serif;
      letter-spacing: 0.05em;
      font-weight: 500;
  }
  .player_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -10px;
    justify-content: flex-start;
  }
  .player_list ul li {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 15px 10px;
    cursor: pointer;
    overflow: hidden;
  }
  .player_list ul li:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .player__img {
    position: relative;
    border: 2px solid;
    margin: 0;
  }
  .player__img img {
    width: 100%;
  }
  .player__img .img-on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s;
  }
  .player_list ul li:hover .player__img .img-on {
    opacity: 1;
  }
  .player__img figcaption {
    width: 100%;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, .75);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .player__img figcaption span {
    font-family: 'Oswald', sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1.2;
    letter-spacing: .025em;
    font-size:16px;
    padding: 4px 6px;
  }
  .player__name {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #FFFFFF!important;
  }
  .player__reading {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF!important;
  }
  .player__profile {
    width: 135px;
    height: 30px;
    position: relative;
    margin-left: auto;
    text-align: center;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .025em;
  }
  .player__profile::before {
    content: "";
    display: block;
    width: 15px;
    height: 30px;
    border-top: 30px solid;
    border-left: 15px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
  }
  .player__profile span::before, .player__profile span::after {
    content: "";
    width: 8px;
    height: 2px;
    border-radius: 1px 0 0 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    transform-origin: center right;
  }
  .player__profile span::before {
    transform: rotate(45deg);
  }
  .player__profile span::after {
    transform: rotate(-45deg);
  }
  .player_list ul li:nth-child(2n) .player__profile::before {
    border-top: 0;
    border-bottom: 30px solid;
  }
  .player__profile span {
    display: block;
  }
  .player_list ul li.player__logo {
    width: 50%;
    text-align: center;
    cursor: inherit;
  }
  .player_list ul li.player__logo img {
    margin: auto;
  }
  @media all and (max-width: 1023px) {
    section#members .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#members {
      padding: 40px 0;
    }
    section#members::after {
      display: none;
    }
    section#members h2 {
      font-size: 30px;
      font-size: 2.4rem;
    }
    section#members .sub_title {
      margin-top: 20px;
      font-size: 17px;
      font-size: 1.7rem;
    }
    section#members .main_text {
      margin-top: 20px;
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
    }
    .player_list {
      margin-top: 30px;
    }
    .player_list ul {
      margin: -10px;
    }
    .player_list h3 {
      font-size: 1.8rem;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 0px;
      color: #ffffff !important;
      background: none !important;
  }
    
    .player_list ul li {
      width: 50%;
      padding: 10px;
    }
    .player_list ul li.player__logo {
      width: 100%;
      margin-top: 20px;
    }
    .player_list ul li.player__logo img {
      width: 160px;
      height: auto;
    }
    .player__img {
      border-width: 1px;
    }
    .player__img figcaption {
      padding: 8px 0;
    }
    .player__name {
      font-size: 15px;
      font-size: 1.5rem;
    }
    .player__reading {
      font-size: 10px;
      font-size: 1.0rem;
    }
    .player__profile {
      width: 85px;
      height: 20px;
      padding-left: 5px;
      text-align: left;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 20px;
    }
    .player__profile::before {
      height: 20px;
      border-top-width: 20px;
    }
    .player_list ul li:nth-child(2n) .player__profile::before {
      border-bottom-width: 20px;
    }
    .player__profile span::before, .player__profile span::after {
      width: 6px;
      height: 1px;
      right: 7px;
    }
  }
  /* popup */
  .lb {
    width: 100%;
    background: #000000;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
  .lb .closeBtn {
    cursor: pointer;
  }
  .lb .lb_contents &gt; .rel &gt; .flexBlock {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lb .lb_contents &gt; .rel {
    padding-bottom: 0;
  }
  .lb .lb_contents .img {
    width: 320px;
    height: 449px;
    padding: 10px;
    border: 2px solid;
    background: none;
  }
  .lb .lb_contents .img img {
    width: 100%;
    transform: none;
    position: static;
  }
  .lb .lb_contents .explain {
    display: flex;
    flex-direction: column;
    width: calc(100% - 320px - 40px);
    padding-bottom: 0;
  }
  .lb .lb_contents .explain .teamName {
    display: none;
  }
  .lb .lb_contents .explain .name {
    padding: 5px 10px 0;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
      -ms-text-size-adjust: 100%;
      -webkit-text-size-adjust: 100%;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .025em;
  }
  .lb .lb_contents .explain .reading {
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .025em;
  }
  .lb .lb_contents .sns a {
    display: inline-block;
    width: 145px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
  }
  .lb .lb_contents .explain .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 10px 58px;
    background: rgba(0, 0, 0, .5);
    line-height: 2;
    letter-spacing: .05em;
  }
  .lb .lb_contents .sns {
    width: calc(100% - 300px - 40px - 40px);
    top: auto;
    bottom: 10px;
    right: 10px;
    background: none;
  }
  .is-pc .lb .sns a.active:before {
    display: none;
  }
  .lb .lb_contents .sns a img {
    display: inline-block;
  }
  .lb .lb_contents .sns a.twitter img {
    width: 20px;
    margin-right: 8px;
  }
  .lb .lb_contents .sns a.youtube img {
    width: 25px;
    margin-right: 10px;
  }
  .lb .sns a.inactive {
    display: none;
  }
  .lb .lb_contents .btn_prev, .lb .lb_contents .btn_next {
    width: 130px;
    height: 30px;
    padding: 1px;
    top: auto;
    bottom: -70px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .025em;
  }
  .lb .lb_contents .btn_prev span, .lb .lb_contents .btn_next span {
    display: block;
    width: 100%;
    line-height: 28px;
    background-color: #4c4c4c;
    text-align: center;
    color: #fff!important;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
    content: "";
    width: 15px;
    position: absolute;
    transform: none;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before {
    border-top: 30px solid;
    top: 0;
  }
  .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
    border-top: 28px solid #4c4c4c;
    top: 1px;
  }
  .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_prev:after {
    border-right: 15px solid transparent;
    border-left: none;
    left: 100%;
  }
  .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_next:after {
    border-left: 15px solid transparent;
    border-right: none;
    right: 100%;
  }
  .lb .lb_contents .btn_prev:after {
    border-right-width: 14px;
    transform: translateX(-2px);
  }
  .lb .lb_contents .btn_next:after {
    border-left-width: 14px;
    transform: translateX(2px);
  }
  .icn-prev::before, .icn-prev::after, .icn-next::before, .icn-next::after {
    content: "";
    width: 8px;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .icn-prev::before, .icn-prev::after {
    border-radius: 0 1px 1px 0;
    transform-origin: center left;
    left: 11px;
  }
  .icn-next::before, .icn-next::after {
    border-radius: 1px 0 0 1px;
    transform-origin: center right;
    right: 11px;
  }
  .icn-prev::before, .icn-next::after {
    transform: rotate(45deg);
  }
  .icn-prev::after, .icn-next::before {
    transform: rotate(-45deg);
  }
  .lb .lb_contents .btn_prev:hover span, .lb .lb_contents .btn_next:hover span {
    color: #fff;
  }
  .btn_prev:hover .icn-prev::before, .btn_prev:hover .icn-prev::after, .btn_next:hover .icn-next::before, .btn_next:hover .icn-next::after {
    background-color: #fff;
  }
  @media all and (max-width: 768px) {

    .lb {
      /*background-image: url("https://www.pc-koubou.jp/wp/wp-content/uploads/2021/08/bg_ryo_asakura_bg.jpg");
      background-position: top center;
      background-size:cover ;*/
      /*background-color: #cccccc;*/

    }
    .lb .lb_contents {
      max-width: 250px;
    }
    .lb .lb_contents &gt; .rel {
      width: 100%;
    }
    .lb .lb_contents &gt; .rel &gt; .flexBlock {
      padding: 40px 0 0;
    }
    .lb .lb_contents .img {
      width: 250px;
      height: 352px;
      border-width: 1px;
      margin-top: 40px;
    }
    .lb .lb_contents .explain {
      width: 100%;
      background: none;
      position: static;
      margin-top: 10px;
    }
    .lb .lb_contents .explain .name {
      padding-top: 0;
      padding-bottom: 20px;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 20px;
      font-size: 2.0rem;
    }
    .lb .lb_contents .explain .reading {
      margin: 0;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .lb .lb_contents .explain .text {
      min-height: 160px;
    }
    .lb .lb_contents .sns {
      width: 250px;
      padding: 0;
      border: none;
      right: 0;
      bottom: 20px;
    }
    .lb .lb_contents .sns a {
      width: 120px;
      padding: 10px 0;
      font-size: 15px;
      font-size: 1.5rem;
    }
    .lb .lb_contents .sns a.twitter img, .lb .lb_contents .sns a.youtube img {
      margin-right: 3px;
    }
    .lb .lb_contents .btn_prev, .lb .lb_contents .btn_next {
      display: block;
      width: 10px;
      height: 20px;
      background: none !important;
      top: 0;
      bottom: 0;
      margin: auto;
      transform: translateY(-90px);
    }
    .lb .lb_contents .btn_prev {
      left: -25px;
    }
    .lb .lb_contents .btn_next {
      right: -25px;
    }
    .lb .lb_contents .btn_prev span, .lb .lb_contents .btn_next span {
      display: none;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:after {
      content: "";
      display: block;
      width: 14px;
      height: 1px;
      border: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_prev:after {
      transform-origin: center left;
    }
    .lb .lb_contents .btn_next:before, .lb .lb_contents .btn_next:after {
      transform-origin: center right;
    }
    .lb .lb_contents .btn_prev:before, .lb .lb_contents .btn_next:after {
      transform: rotate(45deg);
    }
    .lb .lb_contents .btn_prev:after, .lb .lb_contents .btn_next:before {
      transform: rotate(-45deg);
    }
  }

  @media all and (max-width: 1023px) {

    .lb {
      background-position: top center;
      background-size:cover ;

    }
  }



  /* interview
  ---------------------------------------------------------------------------- */

  section#interview {
    padding: 0;
  }

  #interview .info_list {
    flex-wrap: wrap;
    margin: -10px -5px;
    /*padding: 30px 0;*/
  }

  #interview .info_list li {
    width: 50%;
  } 

  @media all and (max-width: 768px) {
  #interview .info_list {
    flex-wrap: wrap;
    margin: 0px -5px;
  }
  }
  /* information
  ---------------------------------------------------------------------------- */
  section#information {
    padding: 80px 0;
  }

  section#information h2 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .05em;
  }
  section#information .sub_title {
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    font-size: 1.4rem;
    letter-spacing: .025em;
    font-weight: 400;
  }
  .info_list {
    flex-wrap: wrap;
    margin: -10px -5px;
  }
  .info_list li {
    display: flex;
    flex-direction: column;
    width: 25%;
    padding: 10px 5px;
    border: none;
    margin: 0;
  }
  .info_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .info_list time {
    display: block;
    width: 165px;
    background-color: #4c4c4c;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .05em;
    color: #ffffff!important;
  }
  .info_list time::before {
    content: "";
    display: block;
    border-bottom: 30px solid #4c4c4c;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
  }
  .info__box {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 320px;
    padding: 20px;
    background-color: #4c4c4c;
  }
  .info_list li a img {
    height: auto;
  }
  .info__title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: .05em;
    text-decoration: underline;
    color:#ffffff!important;
    height: 80px; 
  }

  #interview .info__title {
    height: 20px; 
  }

  .info__cat {
    margin-top: auto;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.333;
    letter-spacing: .05em;
  }
  .info__cat .flexBlock {
    justify-content: flex-start;
  }
  .info__cat span.rel {
    display: inline-block;
    margin-right: 5px;
  }
  .info__cat img.rel {
    width: 16px;
  }
  .info__index{
  font-size: 80%;
  text-align: left;
  }
  .info__txt{
  font-size: 70%;
  text-align: left;
  padding-bottom: 10px;
  }


  @media all and (max-width: 1023px) {
    section#information .inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  @media all and (max-width: 767px) {
    section#information {
      padding: 40px 0;
    }
    section#information h2 {
      margin-bottom: 20px;
      font-size: 30px;
      font-size: 2.4rem;
    }
    section#information .sub_title {
      margin-bottom: 15px;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 2;
    }
    .info_list {
      margin: -5px;
    }
    .info_list li {
      width: 50%;
      padding: 5px;
    }
    .info_list time {
      width: 85px;
      font-size: 10px;
      font-size: 1.0rem;
      line-height: 20px;
    }
    .info__box {
      min-height: inherit;
      padding: 10px;
    }
    .info__title {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.5;
      margin-bottom: 4px;
      height: 60px;
    }
    .info__cat {
      font-size: 11px;
      font-size: 1.1rem;
      line-height: 1.454;
    }

    #interview .info__title {
      height: 50px;
  }

  }




  /* Color
  ---------------------------------------------------------------------------- */
  section#ryo_asakura #color {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
  }
  section#ryo_asakura #color:before {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% - 30px);
      /*max-width: 600px;*/
      height: 2px;
      background: #4c4c4c;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top:0px;
      
  }
  section#ryo_asakura #color .img {
    width: 400px;
    max-width: 100%;
    position: absolute;
    /* top: 150px; */
    left: 30px;
    z-index: 2;
  }
  section#ryo_asakura #color .text {
    width: 100%;
    position: relative;
    /*z-index: 3;*/
  }
  section#ryo_asakura #color .title {
    margin-left: 485px;
    margin-bottom: 50px;
  }

  .color-text__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: auto -16px;
    justify-content: flex-end;
  }
  .color-text__wrap p {
    width: 50%;
    padding: 0 16px;
    line-height: 1.75;
    letter-spacing: .05em;
  }
  @media all and (max-width: 1023px) {
    section#ryo_asakura #color .text {
      padding: 0 15px;
    }
    section#ryo_asakura #color .title {
      margin-left: 50%;
    }
    section#ryo_asakura #color .img {
      width: 45%;
      top: 20%;
      left: 3%;
    }
  }
  @media all and (max-width: 767px) {
    section#ryo_asakura #color {
      padding-bottom: 80px;
      padding-top: 200px;
    }
    section#ryo_asakura #color:after {
      width: 87.5%;
    }
    section#ryo_asakura #color .img {
      width: 100%;
      position: relative;
      top: 10px;
      left: 0;
      /* margin-bottom: -20px; */
      position: static;
      margin-bottom: 30px;
      padding: 0 15px;
    }
    section#ryo_asakura #color .title {
      margin-left: 0;
      margin-bottom: 20px;
    }
    .color-text__wrap p {
      width: 100%;
    }

      section#ryo_asakura #color:before {
        top:100px;
    }
    }
  
    section#campaign{
      padding: 0;
    }

.t-collabo-movie__group-item {
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.t-collabo-movie__iframe-wrap {
padding-bottom: 56.17%;
position: relative;
}

.t-collabo-movie__iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*霑ｽ蜉�*/
.text-align-left{
	text-align: left;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

section#interview h2.main_title,
section#campaign h2.main_title {
    min-height: inherit;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 3.4rem;
    font-weight: 400;
    color: #ffffff;
	line-height: 100%;
}

section .inner div.p-contents-container {
    padding-bottom: 120px;
}

.special-image {
    text-align: center;
    margin-bottom: 25px;
}

section#lineup {
    background: #222222;
}

.inner h2{
font-family: 'Oswald', sans-serif;
letter-spacing: 0.05em;
}
/*螟画峩*/

#interview figure {
    margin: -20px -20px 1rem;
}

h2#h01 {
    font-size: 2.4rem;
}

.info__box:hover {
    opacity: 0.8;
}


@media all and (max-width: 767px) {
.p-contents-container {
    margin: 5px;
}

#interview figure {
    margin: -10px -10px 1rem;
}

.p-contents-container {
	margin: 0px 15px;
}

p.text-align-left {
    text-align: left;
    margin: 0 0 15px;
}

}

/* p-campaign css
----------------------------------------------------------------- */

section#campaign {
    color: #ffffff;
}

.p-campaign {
  padding-top: 10.7rem;
  /* p-campaign bottomArea */
}
@media (max-width: 766px) {
  .p-campaign {
    padding-top: 5rem;
  }
}
.p-campaign__card {
  background-color: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  padding: 4rem;
  background: #4c4c4c;
  text-align: left;
}
@media (max-width: 766px) {
  .p-campaign__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.8rem 1.3rem 2.8rem 1.4rem;
    gap: 2rem;
  }
}
.p-campaign__cardImgArea {
  max-width: 40rem;
  width: 100%;
}
@media (max-width: 960px) {
  .p-campaign__cardImgArea {
    max-width: 51rem;
  }
}
.p-campaign__cardImg {
  width: 100%;
}
.p-campaign__cardTextArea {
  max-width: 51rem;
}
@media (max-width: 960px) {
  .p-campaign__cardTextArea {
    max-width: 50%;
  }
}
@media (max-width: 766px) {
  .p-campaign__cardTextArea {
    max-width: 51rem;
  }
}
.p-campaign__cardTtl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 766px) {
  .p-campaign__cardTtl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    letter-spacing: 0.05em;
  }
}
.p-campaign__cardText {
  margin-top: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media (max-width: 766px) {
  .p-campaign__cardText {
    margin-top: 1.1rem;
  }
}
@media (max-width: 766px) and (max-width: 766px) {
  .p-campaign__cardText {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-campaign__cardBox {
  margin-top: 1.5rem;
  background-color: var(--white);
  padding: 1.5rem 0 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background: #000000;
}
@media (max-width: 766px) {
  .p-campaign__cardBox {
    margin-top: 2rem;
    padding: 2.5rem 0;
	font-size: 1.6rem;
  }
}
.p-campaign__cardBoxText, .p-campaign__cardBoxText--mtNone {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 766px) {
  .p-campaign__cardBoxText, .p-campaign__cardBoxText--mtNone {
    margin-top: 0.8rem;
  }
}
@media (max-width: 766px) {
  .p-campaign__cardBoxText--mtNone {
    margin-top: 0;
  }
}
.p-campaign__cardSnsList {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
@media (max-width: 960px) {
  .p-campaign__cardSnsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 766px) {
  .p-campaign__cardSnsList {
    margin-top: 2rem;
    gap: 1.4rem;
  }
}
.p-campaign__cardSnsItem {
  width: 100%;
}
@media (max-width: 766px) {
  .p-campaign__cardSnsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-campaign__bottom {
  margin-top: 10.7rem;
}
@media (max-width: 766px) {
  .p-campaign__bottom {
    margin-top: 11rem;
  }
}
.p-campaign__bigCard {
  margin-top: 3.2rem;
  background-color: var(--gray);
  padding: 4rem;
}
@media (max-width: 766px) {
  .p-campaign__bigCard {
    margin-top: 3.2em;
    padding: 1.7rem 1.4rem 2rem;
  }
}
.p-campaign__bigCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 960px) {
  .p-campaign__bigCardList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 766px) {
  .p-campaign__bigCardList {
    gap: 3rem;
  }
}
.p-campaign__bigCardItem {
  width: 100%;
}
.p-campaign__bigHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media (max-width: 766px) {
  .p-campaign__bigHead {
    gap: 1.5rem;
  }
}
.p-campaign__bigHeadImgArea {
  max-width: 20rem;
  width: 100%;
}
@media (max-width: 766px) {
  .p-campaign__bigHeadImgArea {
    max-width: 35.4%;
  }
}
.p-campaign__bigHeadImg {
  width: 100%;
}
.p-campaign__bigHeadTextArea {
  max-width: 23rem;
  width: 100%;
}
@media (max-width: 766px) {
  .p-campaign__bigHeadTextArea {
    max-width: unset;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-campaign__bigHeadSubTtl {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
.p-campaign__bigHeadTtl {
  margin-top: 0.7rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  letter-spacing: 0.025em;
}
@media (max-width: 766px) {
  .p-campaign__bigHeadTtl {
    margin-top: 0.4rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.p-campaign__bigHeadText {
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media (max-width: 766px) {
  .p-campaign__bigHeadText {
    margin-top: 1.1rem;
    font-size: 1.3rem;
    line-height: 1.8461538462;
    text-align: justify;
  }
}
.p-campaign__bigBottom {
  margin-top: 3rem;
}
@media (max-width: 766px) {
  .p-campaign__bigBottom {
    margin-top: 1.8rem;
  }
}
.p-campaign__bigBottomList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (max-width: 960px) {
  .p-campaign__bigBottomList {
    margin: 0 auto;
    max-width: 60%;
  }
}
@media (max-width: 766px) {
  .p-campaign__bigBottomList {
    gap: 1rem 1.5rem;
    max-width: 80%;
  }
}
@media (max-width: 500px) {
  .p-campaign__bigBottomList {
    max-width: 100%;
  }
}
.p-campaign__bigBottomItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 766px) {
  .p-campaign__bigBottomItem:nth-child(odd) {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (max-width: 766px) {
  .p-campaign__bigBottomItem:nth-child(even) {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.p-campaign__bigCardImgArea {
  margin-top: 6rem;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 766px) {
  .p-campaign__bigCardImgArea {
    margin-top: 3rem;
  }
}
.p-campaign__bigCardImg {
  width: 100%;
}

p.info__txt {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400;
}

p.info__txt a {
    color: #c4c4c4;
    font-weight: bold;
}

/* p-recommend css*/






    
p.SJ-items__none--title {
  color: #000;
}</pre></body></html>