@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;900&display=swap");
.common-bg {
  width: 100%;
  height: calc(100% + 1.56667vw);
  position: absolute;
  top: -1.56667vw;
  left: 0;
  background-image: url(../img/top/noise.gif);
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  @media only screen and (min-width: 767px) {
    .common-bg {
      height: 100%;
      top: 0; } }

.common-wrapper {
  padding: 12vw 0 24vw;
  width: 89.33333vw;
  border-right: 0.26667vw solid rgba(255, 255, 255, 0.2);
  border-left: 0.26667vw solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  min-height: 50vw; }
  @media only screen and (min-width: 767px) {
    .common-wrapper {
      padding: 2.92826vw 0 5.85652vw;
      width: 62.22548vw;
      border-right: 0.07321vw solid rgba(255, 255, 255, 0.2);
      border-left: 0.07321vw solid rgba(255, 255, 255, 0.2); } }

.common-inner {
  position: relative; }

.common-box {
  position: relative; }

.common-line {
  width: 24.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .common-line {
      width: 10.43192vw;
      margin: 3.29429vw 0 0; } }

.show .common-wrapper {
  -webkit-transform: none;
          transform: none; }

.show .common-inner {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-box {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.show .common-h2, .show .common-line {
  -webkit-filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 0vw 0 rgba(0, 84, 255, 0.9)); }

.common-wrapper {
  transition: all 500ms;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1); }

.common-inner {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 500ms;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-box {
  transition: all 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 550ms;
  -webkit-transform: translateY(1%);
          transform: translateY(1%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.common-h2, .common-line {
  transition: all 1000ms;
  transition-delay: 800ms;
  transition-timing-function: cubic-bezier(0, 0, 0.5, 1);
  -webkit-filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9));
          filter: drop-shadow(0 1.33333vw 0 rgba(0, 84, 255, 0.9)); }
  @media only screen and (min-width: 767px) {
    .common-h2, .common-line {
      -webkit-filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9));
              filter: drop-shadow(0 0.36603vw 0 rgba(0, 84, 255, 0.9)); } }

.staff-bg {
  background-image: url(../img/staff/bg.jpg);
  background-size: cover; }
  @media only screen and (min-width: 767px) {
    .staff-bg {
      background-image: url(../img/staff/bg_pc.jpg); } }

.staff-h2 {
  width: 89.33333vw;
  margin: 0 auto; }
  @media only screen and (min-width: 767px) {
    .staff-h2 {
      width: 32.43045vw;
      margin: 0; } }

.staff-h3 {
  width: 25.33333vw;
  height: 8.8vw;
  font-size: 3.2vw;
  padding-top: 2vw;
  margin: 0 auto;
  background-image: url(../img/onair/h3.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto Sans JP", serif;
  font-weight: bold;
  margin-bottom: 6.66667vw; }
  @media only screen and (min-width: 767px) {
    .staff-h3 {
      margin: 0;
      width: 10.2489vw;
      height: 2.56223vw;
      font-size: 1.02489vw;
      padding-top: 0.54905vw;
      margin-bottom: 1.46413vw;
      background-image: url(../img/onair/h3_pc.png); } }

@media only screen and (min-width: 767px) {
  .staff-mainBox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.staff-wrapper {
  margin-top: 8vw;
  text-align: center; }
  .staff-wrapper:not(:first-child) {
    margin-top: 12vw; }
    @media only screen and (min-width: 767px) {
      .staff-wrapper:not(:first-child) {
        margin-top: 3.29429vw;
        border-left: 0.07321vw solid rgba(255, 255, 255, 0.2);
        height: 200vw;
        position: absolute;
        left: 50%;
        top: -12.4451vw;
        padding-top: 12.42811vw; } }
  @media only screen and (min-width: 767px) {
    .staff-wrapper {
      margin-top: 3.29429vw;
      text-align: left;
      width: 50%; } }

.staff-box:not(:first-child) {
  margin-top: 6.66667vw; }
  @media only screen and (min-width: 767px) {
    .staff-box:not(:first-child) {
      margin-top: 2.19619vw; } }
  .staff-box:not(:first-child).mt-half {
    margin-top: 2vw; }
    @media only screen and (min-width: 767px) {
      .staff-box:not(:first-child).mt-half {
        margin-top: 0.73206vw; } }

.staff-head {
  font-size: 3.2vw;
  color: #00d2ff;
  background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; }
  @media only screen and (min-width: 767px) {
    .staff-head {
      font-size: 1.02489vw; } }

.staff-name {
  font-size: 4vw;
  margin-top: 1.33333vw;
  color: #fff;
  line-height: 1.5; }
  @media only screen and (min-width: 767px) {
    .staff-name {
      font-size: 1.46413vw;
      margin-top: 0.36603vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .staff-name.notFlex {
        display: block; }
        .staff-name.notFlex .staff-name__text {
          margin-top: 0.54905vw;
          margin-left: 0; } }
  .staff-name__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (min-width: 767px) {
      .staff-name__text {
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .staff-name__text:not(:first-child) {
      margin-top: 2vw; }
      @media only screen and (min-width: 767px) {
        .staff-name__text:not(:first-child) {
          margin-top: 0;
          margin-left: 0.73206vw; }
          .staff-name__text:not(:first-child).ml0 {
            margin-left: 0; } }
  .staff-name a {
    display: block;
    width: 20vw;
    margin-left: 4vw; }
    @media only screen and (min-width: 767px) {
      .staff-name a {
        width: 6.49048vw;
        margin-left: 1.0981vw;
        margin-top: -0.2vw; } }
    .staff-name a.ml0 {
      margin: 1.33333vw auto 0; }
      @media only screen and (min-width: 767px) {
        .staff-name a.ml0 {
          margin: 0.36603vw 0 0 0.36603vw; } }

.staff-comment__btn {
  display: block;
  width: 82.66667vw;
  margin: 8vw auto 0; }
  @media only screen and (min-width: 767px) {
    .staff-comment__btn {
      transition: all 300ms; }
      .staff-comment__btn:hover {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
  @media only screen and (min-width: 767px) {
    .staff-comment__btn {
      margin-top: 1.0981vw;
      width: 100%; } }

.staff-comment__inner {
  padding: 13.33333vw 5.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__inner {
      padding: 0;
      margin: 0 auto;
      width: 64.65593vw;
      padding: 3.66032vw 0; } }

.staff-comment__box:not(:first-child) {
  margin-top: 7.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__box:not(:first-child) {
      margin-top: 3.66032vw; } }

@media only screen and (min-width: 767px) {
  .staff-comment__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; } }

.staff-comment__country--ja {
  width: 3.86667vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__country--ja {
      width: 1.1713vw; } }

.staff-comment__country--en {
  width: 4vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__country--en {
      width: 1.24451vw; } }

.staff-comment__country--tw {
  width: 4.66667vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__country--tw {
      width: 1.39092vw; } }

.staff-comment__country--hk {
  width: 4.66667vw; }
  @media only screen and (min-width: 767px) {
    .staff-comment__country--hk {
      width: 1.42753vw; } }

.staff-comment__text {
  margin-top: 4vw;
  font-size: 2.93333vw;
  line-height: 1.7;
  color: #fff; }
  @media only screen and (min-width: 767px) {
    .staff-comment__text {
      margin-top: 0;
      font-size: 1.02489vw;
      -webkit-flex: 2;
          -ms-flex: 2;
              flex: 2;
      margin-left: 2.56223vw; } }

.staff-comment__name {
  font-size: 4.53333vw;
  margin-top: 8vw;
  color: #fff;
  text-align: right; }
  @media only screen and (min-width: 767px) {
    .staff-comment__name {
      font-size: 1.75695vw;
      margin-top: 4.75842vw; } }

.staff-comment__close {
  width: 8vw;
  margin: 6.66667vw auto 0;
  cursor: pointer; }
  @media only screen and (min-width: 767px) {
    .staff-comment__close {
      width: 2.74524vw;
      margin-top: 2.92826vw; } }

.staff-pv__contents:not(:first-child) {
  margin-top: 13.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents:not(:first-child) {
      margin-top: 3.66032vw; } }

.staff-pv__contents--head {
  position: relative;
  height: 7.46667vw;
  background-color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 3.2vw;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 5.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--head {
      height: 2.56223vw;
      font-size: 1.1713vw;
      padding: 0 1.46413vw; } }
  .staff-pv__contents--head:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.8vw;
    background-image: url(../img/special/birthday/h3.png);
    background-size: contain;
    z-index: -1; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--head:before {
        height: 2.92826vw; } }

@media only screen and (min-width: 767px) {
  .staff-pv__contents--box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; } }

.staff-pv__contents--box:not(:first-child) {
  margin-top: 10vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--box:not(:first-child) {
      margin-top: 2.92826vw; } }

.staff-pv__contents--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--inner {
      position: static;
      width: auto; } }

.staff-pv__contents--thumb {
  width: 25.86667vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--thumb {
      width: 14.27526vw; } }

.staff-pv__contents--profile {
  margin-left: 4vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--profile {
      margin-left: 0; } }
  .staff-pv__contents--profile.sp {
    display: block; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--profile.sp {
        display: none; } }
  .staff-pv__contents--profile.pc {
    display: none; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--profile.pc {
        display: block; } }

.staff-pv__contents--wrapper {
  margin-top: 7.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--wrapper {
      margin-top: 2.56223vw; } }

.staff-pv__contents--chara {
  font-size: 2.66667vw;
  color: #00d2ff;
  background: linear-gradient(90deg, #00d2ff 0%, #0054ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.5; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--chara {
      font-size: 1.1713vw;
      line-height: 1.4; } }

.staff-pv__contents--cv {
  font-size: 4.26667vw;
  color: #fff;
  font-weight: bold;
  margin-top: 1.33333vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--cv {
      font-size: 1.75695vw;
      line-height: 1;
      margin-top: 0.54905vw; } }

.staff-pv__contents--icon {
  position: absolute;
  right: 0; }
  .staff-pv__contents--icon.i01 {
    width: 30.66667vw; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--icon.i01 {
        width: 16.83748vw; } }
  .staff-pv__contents--icon.i02 {
    width: 23.06667vw; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--icon.i02 {
        width: 12.81113vw; } }
  .staff-pv__contents--icon.i03 {
    width: 24.13333vw; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--icon.i03 {
        width: 13.28697vw; } }
  .staff-pv__contents--icon.i04 {
    width: 25.86667vw; }
    @media only screen and (min-width: 767px) {
      .staff-pv__contents--icon.i04 {
        width: 14.20205vw; } }

.staff-pv__contents--info {
  margin-top: 4vw; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--info {
      text-align: left;
      margin-top: 0;
      margin-left: 2.01318vw; } }

.staff-pv__contents--text {
  font-size: 2.66667vw;
  color: #fff;
  text-align: left;
  line-height: 1.6; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--text {
      font-size: 1.02489vw;
      width: 37.70132vw;
      margin-top: 1.0981vw; } }

.staff-pv__contents--history {
  color: #fff;
  font-size: 2.2vw;
  text-align: left;
  padding: 4vw;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 4vw;
  line-height: 1.6; }
  @media only screen and (min-width: 767px) {
    .staff-pv__contents--history {
      text-align: left;
      font-size: 0.87848vw;
      padding: 1.64714vw;
      margin-top: 1.28111vw; } }