@charset "UTF-8";
/* --------------------------------------------------------------------
  #intro
 */
.pg-index {
  transition-duration: .3s;
}

.pg-index.is-loading {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media print, screen and (min-width: 769px) {
  .pg-heading1 {
    margin-top: 60px;
    margin-bottom: -60px;
  }
}

.pg-heading4 {
  margin-bottom: 80px;
}

.pg-heading5 {
  text-decoration: underline;
}

.pg-intro {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .pg-intro {
    margin-bottom: 80px;
  }
}

.pg-intro__slide {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
  .pg-intro__slide {
    margin-bottom: 20px;
  }
}

.pg-index {
  min-height: 30vh;
}

@media print, screen and (min-width: 769px) {
  .pg-index {
    min-height: 600px;
  }
}

.pg-index-item {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .pg-index-item {
    margin-bottom: 30px;
  }
}

.pg-index-item__sc {
  margin-bottom: 0;
}

.pg-index-item__sc iframe[src*="youtube"] {
  width: 100%;
  height: 47vw;
  margin: 0 auto 10px;
  display: block;
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .pg-index-item__sc iframe[src*="youtube"] {
    height: 46vw;
  }
}

@media print, screen and (min-width: 769px) {
  .pg-index-item__sc {
    margin-bottom: 5px;
  }
  .pg-index-item__sc iframe[src*="youtube"] {
    width: 560px;
    height: 315px;
    margin-bottom: 30px;
  }
}

.pg-index-item__trigger {
  padding-top: 10px;
  position: relative;
}

.pg-index-item__trigger.is-active {
  background-color: #f5f5f5;
}

.pg-index-item__trigger.is-active:after {
  transform: rotate(180deg);
}

@media print, screen and (min-width: 769px) {
  .pg-index-item__trigger {
    /*&:hover {
      background-color: #f5f5f5;
      &::after {
        opacity: 1;
      }
    }*/
  }
}

.pg-index-item__trigger2 {
  display: block;
  transition-duration: .3s;
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.pg-index-item__trigger2:before {
  content: "";
  display: block;
  height: 50px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  left: 0;
  top: -50px;
  transition-duration: .7s;
}

.pg-index-item__trigger2:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 10px;
  width: 20px;
  height: 10px;
  transition-duration: .3s;
  background: url(/assets/img/ic_arrow_b.png) no-repeat center center/20px 10px;
}

.pg-index-item__trigger2.is-active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.pg-index-item__trigger2.is-active:after {
  transform: rotate(180deg);
}

.pg-index-item__trigger2:hover:after {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.pg-index-item__inner {
  overflow: hidden;
  padding: 0;
  transition-duration: .7s;
  max-height: 110px;
}

.pg-index-item__inner .inner-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.pg-index-item__inner .guest-face {
  width: 20%;
}

.pg-index-item__inner .inner-guest {
  margin-bottom: 20px;
}

.pg-index-item__inner .inner-guest > li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
}

.pg-index-item__inner .guest-text {
  width: 75%;
  margin-left: 5%;
}

.pg-index-item__inner .guest-name-jp {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.pg-index-item__inner .guest-name-en {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

.pg-index-item__inner .inner-eight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pg-index-item__inner .inner-eight > li {
  width: 40px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.pg-index-item__inner .inner-eight > li:last-child {
  margin-right: 0;
}

.pg-index-item__inner .eight-name {
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}

.pg-index-item__inner.is-active {
  max-height: 3000px;
}

@media print, screen and (min-width: 769px) {
  .pg-index-item__inner {
    padding: 0 0 20px;
    max-height: 80px;
  }
  .pg-index-item__inner .inner-heading {
    font-size: 1.7rem;
  }
  .pg-index-item__inner .inner-guest {
    margin-bottom: 40px;
  }
  .pg-index-item__inner .guest-face {
    width: 16%;
  }
  .pg-index-item__inner .guest-name-jp {
    font-size: 1.5rem;
  }
  .pg-index-item__inner .guest-name-en {
    font-size: 1.2rem;
  }
  .pg-index-item__inner .inner-eight > li {
    width: 70px;
    height: 90px;
    margin-right: 10px;
  }
  .pg-index-item__inner .eight-name {
    font-size: 1.2rem;
  }
}

.eight-face {
  margin-bottom: .6em;
  height: 40px;
  position: relative;
  display: block;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.eight-face:after {
  position: absolute;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  bottom: -1.5em;
}

@media print, screen and (min-width: 769px) {
  .eight-face {
    height: 70px;
  }
  .eight-face:after {
    font-size: 1.2rem;
  }
}

.eight-face.is-nishizawa {
  background-image: url(/assets/img/channel/staff_nishizawa.jpg);
}

.eight-face.is-nishizawa:after {
  content: "西澤 明洋";
}

.eight-face.is-kiyotaki {
  background-image: url(/assets/img/channel/staff_kiyotaki.jpg);
}

.eight-face.is-kiyotaki:after {
  content: "清瀧 いずみ";
}

.eight-face.is-satake {
  background-image: url(/assets/img/channel/staff_satake.jpg);
}

.eight-face.is-satake:after {
  content: "佐竹 伸一";
}

.eight-face.is-murakami {
  background-image: url(/assets/img/channel/staff_murakami.jpg);
}

.eight-face.is-murakami:after {
  content: "村上 香";
}

.eight-face.is-watanabe {
  background-image: url(/assets/img/channel/staff_watanabe.jpg);
}

.eight-face.is-watanabe:after {
  content: "渡部 孝彦";
}

.eight-face.is-tachibana {
  background-image: url(/assets/img/channel/staff_tachibana.jpg);
}

.eight-face.is-tachibana:after {
  content: "橘 あずさ";
}

.eight-face.is-kitahara {
  background-image: url(/assets/img/channel/staff_kitahara.jpg);
}

.eight-face.is-kitahara:after {
  content: "北原 圭祐";
}

.eight-face.is-seto {
  background-image: url(/assets/img/channel/staff_seto.jpg);
}

.eight-face.is-seto:after {
  content: "瀬戸 望";
}

.eight-face.is-fukaji {
  background-image: url(/assets/img/channel/staff_fukaji.jpg);
}

.eight-face.is-fukaji:after {
  content: "深地 宏昌";
}

.eight-face.is-tokito {
  background-image: url(/assets/img/channel/staff_tokitou.jpg);
}

.eight-face.is-tokito:after {
  content: "時藤 愛";
}

.eight-face.is-iwasaki {
  background-image: url(/assets/img/channel/staff_iwasaki.jpg);
}

.eight-face.is-iwasaki:after {
  content: "岩崎 菜月";
}

.eight-face.is-takeda {
  background-image: url(/assets/img/channel/staff_takeda.jpg);
}

.eight-face.is-takeda:after {
  content: "武田 香葉子";
}

.eight-face.is-hattori {
  background-image: url(/assets/img/channel/staff_hattori.jpg);
}

.eight-face.is-hattori:after {
  content: "服部 冴佳";
}

.eight-face.is-yokoyama {
  background-image: url(/assets/img/channel/staff_yokoyama.jpg);
}

.eight-face.is-yokoyama:after {
  content: "横山 成美";
}
