@charset "UTF-8";
/*本サイト*/
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #333333;
  background: #fff;
}

b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

section,
div,
article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0747b0;
}

a:hover {
  text-decoration: underline;
}

/*.pc or .sp*/
.pc {
  display: block;
}

.tab {
  display: none;
}

.sp,
.sp2 {
  display: none;
}

@media screen and (max-width: 1365px) {
  .pc {
    display: block;
  }
  .tab {
    display: block;
  }
  .sp,
  .sp2 {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp2 {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  .pc,
  .tab,
  .sp {
    display: none;
  }
  .sp2 {
    display: block;
  }
}

.comingsoon {
  text-align: center;
  color: #0747b0;
  font-weight: bold;
  font-size: 120%;
  padding: 40px 0;
}

/*////////////////
.header
////////////////*/
.header {
  width: auto;
  height: 606px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #50c7e4;
}

.header_inner {
  position: relative;
  max-width: 1366px;
  height: 607px;
  padding: 100px 0 0 0;
  margin: 0 auto;
  background: url(../../img/header_bg.png) top center no-repeat;
}

.header_ttl {
  width: 558px;
  margin: 0 auto 35px;
}

.header_ttl img {
  width: 100%;
  height: auto;
}

.header_personality {
  text-align: center;
}

.header_personality img {
  display: block;
  width: 219px;
  height: auto;
  margin: 0 auto 45px;
}

.header_lead {
  margin: 0 auto 0;
  text-align: center;
  color: #0747b0;
  font-weight: bold;
  font-size: 103%;
  line-height: 1.3;
}

.header_lead img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.header_lead img.pc {
  display: block;
}

.header nav {
  position: relative;
  width: 832px;
  height: 47px;
  margin: -20px auto;
  background: url(../../img/nav_bg.png) no-repeat;
}

.header nav ul {
  width: 90%;
  margin: 0 auto;
  padding: 14px 0 0 0;
  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;
}

.header nav ul li {
  padding: 0 20px 0 20px;
  text-align: center;
  border-right: 2px dotted #0747b0;
}

.header nav ul li a {
  text-decoration: none;
  color: #0747b0;
  font-size: 95%;
  font-weight: bold;
  text-align: center;
}

.header nav ul li a:hover {
  opacity: 0.7;
}

.header nav ul li:first-child {
  padding: 0 20px 0 0;
}

.header nav ul li:last-child {
  padding: 0 0 0 20px;
  border-right: none;
}

.header_top .header_inner {
  position: relative;
  max-width: 1366px;
  height: 607px;
  padding: 100px 0 0 0;
  margin: 0 auto;
  background: url(../../img/header_bg_top.png) top center no-repeat;
}

.header_top .header_inner .p1 {
  position: absolute;
  top: 1px;
  left: 170px;
}

.header_top .header_inner .p1 img {
  width: 148px;
  height: auto;
}

.header_top .header_inner .p2 {
  position: absolute;
  top: 105.5px;
  right: 10px;
}

.header_top .header_inner .p2 img {
  width: 182px;
  height: auto;
}

.header_top .header_inner .p3 {
  position: absolute;
  bottom: 1px;
  left: 75px;
}

.header_top .header_inner .p3 img {
  width: 222px;
  height: auto;
}

.header_top .header_inner .p4 {
  position: absolute;
  bottom: 1px;
  right: 105px;
}

.header_top .header_inner .p4 img {
  width: 172px;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .header {
    width: auto;
    height: auto;
  }
  .header_inner {
    height: auto;
    min-height: 108vw;
    padding: 25vw 0 0 0;
    background: url(../../img/header_bg_sp.png) top center no-repeat;
    background-size: 100% auto;
    border-top: 1px dashed #0747b0;
    border-bottom: 1px dashed #0747b0;
  }
  .header_ttl {
    width: 82%;
    margin: 0 auto 4.5vw;
  }
  .header_ttl img {
    width: 100%;
    height: auto;
  }
  .header_personality img {
    width: 40%;
    height: auto;
    margin: 0 auto 4.5vw;
  }
  .header_lead {
    width: 90%;
    margin: 0 auto 0;
    font-size: 76%;
  }
  .header_lead br {
    display: none;
  }
  .header_top {
    width: auto;
    height: auto;
  }
  .header_top .header_inner {
    height: auto;
    min-height: 108vw;
    padding: 25vw 0 0 0;
    background: url(../../img/header_bg_sp.png) top center no-repeat;
    background-size: 100% auto;
    border-top: 1px dashed #0747b0;
    border-bottom: 1px dashed #0747b0;
  }
}

/*////////////////
newguest
////////////////*/
.newguest {
  padding: 30px 0 0 0;
  background: url(../../img/nextguest_bg.png);
}

.newguest_inner {
  width: 850px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0747b0;
}

.newguest_group {
  padding: 20px 70px 20px 0;
  text-align: center;
  background: url(../../img/arrow.png) no-repeat right;
}

.newguest_group_tt {
  font-size: 130%;
  margin: 0 auto 10px;
  text-align: center;
}

.newguest_group img {
  width: 219px;
  height: auto;
}

.newguest_group2 {
  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;
}

.newguest_name {
  width: 350px;
  font-size: 120%;
  text-align: left;
}

.newguest_name strong {
  display: block;
  padding: 10px 0 10px;
  font-size: 180%;
}

.newguest_name strong span {
  font-size: 75%;
}

.newguest_name .day {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 85%;
}

.newguest_ph {
  width: 160px;
  border: 2px #0747b0 solid;
  border-radius: 13px;
  text-align: center;
  padding: 4px;
}

.newguest_ph img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px #0747b0 dotted;
  background: #eef1f3;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.newguest_ph_no {
  width: 105px;
  text-align: center;
}

.newguest_ph_no img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .newguest {
    padding: 5vw 0 5vw 0;
  }
  .newguest_inner {
    width: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .newguest_group {
    position: relative;
    display: block;
    border-bottom: solid 5px #0747b0;
    margin: 0 auto 5vw;
    padding: 0 0 4vw 0;
    min-width: 240px;
    width: 90%;
    text-align: center;
    background: none;
  }
  .newguest_group_tt {
    font-size: 120%;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .newguest_group img {
    width: 58%;
    max-width: 219px;
    height: auto;
  }
  .newguest_group:before, .newguest_group:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .newguest_group:before {
    border: solid 15px transparent;
    border-top: solid 15px #0747b0;
  }
  .newguest_group:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
  }
  .newguest_group2 {
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .newguest_name {
    width: 60%;
    margin: 0 2vw 0 0;
    font-size: 105%;
  }
  .newguest_name strong {
    font-size: 140%;
    padding: 2vw 0 1vw;
  }
  .newguest_name strong span {
    font-size: 65%;
  }
  .newguest_name .day {
    font-size: 70%;
  }
  .newguest_ph {
    width: 50%;
  }
  .newguest_ph_no {
    width: 20%;
  }
}

/*////////////////
.podcasts
////////////////*/
.podcasts {
  padding: 60px 0;
  background: #fbf154;
}

.podcasts_tt {
  padding: 0 0 50px 0;
  text-align: center;
}

.podcasts_tt img {
  width: 451px;
  height: auto;
  margin: 0 auto;
}

.podcasts img.icon {
  float: right;
  width: 48px;
  height: auto;
  border-radius: 0;
  background: none;
  border: none;
}

.podcasts .day {
  width: 97%;
  padding: 0 0 0 0;
  margin: 15px auto 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: -0.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.podcasts_btn {
  margin: 40px auto 0;
  text-align: center;
}

.podcasts_btn img {
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .podcasts {
    padding: 9vw 0 8vw;
    border-bottom-right-radius: 0;
  }
  .podcasts_tt {
    padding: 0 0 7vw 0;
    margin: 0 0 0 0;
  }
  .podcasts_tt img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .podcasts_btn {
    margin: 5vw 0 0 0;
  }
  .podcasts_btn img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

/*////////////////
.slide
////////////////*/
.slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*後で非表示*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*後で非表示*/
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slick-slide {
  position: relative;
  width: 270px;
  overflow: hidden;
  margin: 10px 20px 3vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #0747b0;
  line-height: 1.3;
}

.slick-slide a {
  color: #0747b0;
  text-decoration: none !important;
  line-height: 1.1;
}

.slick-slide img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 0.5vw 0;
  background: #eee;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.slick-slide .desc {
  width: 95%;
  margin: 0 auto;
}

.podcasts .slider {
  max-width: 1440px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .podcasts .slider {
    margin: 0 auto 6vw;
  }
}

.slick_play {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 270px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-slide img.iconplay {
  width: 60px;
  height: auto;
  background: none;
  border: none;
}

img.icon_p {
  display: inline;
  width: 100px;
  height: auto;
  margin: 0 0 0 0;
  border: none;
  background: none;
  border-radius: 0;
}

.slick-dots {
  bottom: -30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slick-dots li {
  padding: 0 !important;
  width: 13px;
  height: 13px;
  margin: 0 auto;
  text-align: center;
  margin: 0 5px;
}

.slick-dots li button {
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  padding: 0;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button {
  width: 13px;
  height: 13px;
  background-color: #fbf154;
}

.noslider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*後で非表示*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*後で非表示*/
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.noslider li {
  position: relative;
  width: 290px;
  overflow: hidden;
  margin: 10px 0 3vw 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #0747b0;
  line-height: 1.3;
}

.noslider li a {
  color: #0747b0;
  text-decoration: none !important;
  line-height: 1.1;
}

.noslider li img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 0 0.5vw 0;
  background: #eee;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

.noslider li img.icon_p {
  display: inline;
  width: 100px;
  height: auto;
  margin: 0 0 0 0;
  border: none;
  background: none;
  border-radius: 0;
}

.noslider li .desc {
  width: 95%;
  margin: 0 auto;
}

.audio_list {
  color: #437299;
  font-size: 0.84rem;
  margin: 0 0 15px 0;
  font-weight: normal;
}

.audio_list .audiojs {
  height: 32px;
  width: 100%;
  background: url(../../img/audiojs_bg.png) no-repeat left #fff;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 17px;
}

.audio_list .audiojs .play,
.audio_list .audiojs .pause,
.audio_list .audiojs .loading,
.audio_list .audiojs .error {
  background-image: url("../js/audiojs/player-graphics_blue.gif");
}

.audio_list .audiojs .play-pause {
  width: 15%;
  height: 28px;
  padding: 4px 0px 0px 6px;
  border: none;
}

.audio_list .audiojs p {
  width: 30px;
  height: 34px;
  margin: -3px 0px 0px -1px;
}

.audio_list .audiojs .scrubber {
  background: #ccc;
  width: 79%;
  height: 10px;
  margin: 12px 3px 0 3px;
  border-top: 0;
}

.audio_list .audiojs .progress {
  height: 10px;
  width: 0px;
  background: #4976bf;
}

.audio_list .audiojs .loaded {
  height: 10px;
  background: #b4c4d0;
  width: 100% !important;
}

.audio_list .audiojs .time {
  display: none;
  width: calc(35% - 6px);
  color: #437299;
  border-color: #b4c4d0;
  text-shadow: none;
  font-size: 0.6rem;
  padding: 0 5px 0 5px;
  margin-left: 0;
}

.audio_list .audiojs .time em {
  color: #437299;
}

.audio_list.audiojs .error-message {
  height: 24px;
  line-height: 24px;
}

@media screen and (max-width: 1000px) {
  /* SP slick style*/
  .slick-slide {
    margin: 0 4vw 3vw 0;
  }
  .slick-slide img {
    margin: 0 0 3vw 0;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 12vw;
  }
  .slick-dots {
    bottom: -7vw;
  }
  .slick-dots li {
    padding: 0 !important;
    width: 3vw;
    height: 3vw;
    margin: 0 auto;
    text-align: center;
    margin: 0 5px;
  }
  .slick-dots li button {
    background-color: #fff;
    width: 1vw;
    height: 1vw;
    border-radius: 2vw;
  }
  .slick-dots li.slick-active button {
    width: 3vw;
    height: 3vw;
    border: 1px solid #fbf154;
  }
}

/*////////////////
.podcasts_item
////////////////*/
.podcasts_item {
  padding: 80px 0 30px 0;
  background: #fefbcd;
}

.podcasts_item_inner {
  max-width: 1000px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.podcasts_item_inner:after {
  content: "";
  display: block;
  width: 29%;
  height: 0;
}

.podcasts_item_article {
  width: 29%;
  padding: 0;
  margin: 0 auto 20px;
}

.podcasts_item_ph {
  padding: 0;
}

.podcasts_item_ph img {
  width: 100%;
  height: auto;
  background: #eef1f3;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.podcasts_item_ent_tt {
  margin: 0 0 5px 0;
  padding: 0 5px 13px 5px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: -0.5px;
  min-height: 40px;
  color: #0747b0;
  text-align: left;
}

.podcasts_item .day {
  border-top: none;
  width: 97%;
  padding: 0 0 0 0;
  margin: 15px auto 15px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: -0.5px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  color: #0747b0;
}

.podcasts_item .day span {
  display: inline-block;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 1000px) {
  .podcasts_item {
    padding: 8vw 0 3vw 0;
  }
  .podcasts_item_article {
    width: 88%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 4vw 0;
  }
}

/*////////////////
.onair
////////////////*/
.onair {
  padding: 70px 0 30px 0;
  text-align: center;
  background: url(../../img/nextguest_bg.png);
}

.onair_tt {
  padding: 0 0 40px 0;
}

.onair_tt img {
  width: 458px;
  height: auto;
  margin: 0 auto;
}

.onair_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.onair strong.subtt {
  display: block;
  margin: 0 auto 40px;
}

.onair strong.subtt span {
  display: block;
  margin: 5px auto 0;
  color: #0747b0;
  font-size: 1.1rem;
}

.onair_inner:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.onair_article {
  display: block;
  position: relative;
  width: 32%;
  margin: 0 0 20px 0;
  padding: 2% 0%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onair_article a {
  text-decoration: none;
  line-height: 1.1;
  color: #0747b0;
}

.onair_ent_tt {
  margin: 0 0 5px 0;
  padding: 0 5px 13px 5px;
  border-bottom: 3px solid #0747b0;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: -0.5px;
  min-height: 40px;
}

.onair .day {
  padding: 10px 5px 0 5px;
  border-top: 2px dotted #0747b0;
  font-family: "Century Gothic", sans-serif;
  color: #0747b0;
  font-weight: bold;
  font-size: 85%;
  line-height: 1;
  letter-spacing: -0.5px;
}

.onair_ph {
  padding: 0 0 13px 0;
}

.onair_ph img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #eef1f3;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.onair_ph:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.onair p {
  margin: 0 auto;
}

.onair p img {
  margin: 0 auto;
}

.onair p:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.onair_morelink {
  display: block;
  width: 100%;
  margin: 25px auto 40px;
  text-align: center;
  cursor: pointer;
}

.onair_morelink img.pc {
  display: block;
  width: 215px;
  height: auto;
  margin: 0 auto;
}

.onair_morelink img.sp {
  display: none;
}

.onair_morelink:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.onair.onairbg {
  padding: 80px 0 10px 0;
}

.list-btn {
  width: 163px;
  margin: 0 auto;
}

.list-btn img {
  width: 100%;
  height: auto;
}

.list-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1000px) {
  .onair {
    padding: 8vw 0;
  }
  .onair_tt {
    padding: 0 0 7vw 0;
    background: url(../../img/sp_oa_bg.png) no-repeat center 3vw;
    background-size: 100%;
  }
  .onair_tt img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .onair_inner {
    width: auto;
    margin: 0 auto 10vw;
    display: block;
  }
  .onair_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
  }
  .onair_article {
    display: block;
    position: relative;
    width: 80%;
    margin: 0 auto 0;
    padding: 0 0 6vw 0;
  }
  .onair_article:last-child {
    padding: 0 0 0 0;
  }
  .onair_ph img {
    width: 100%;
    height: 185px;
  }
  .onair_ent_tt {
    line-height: 1.4;
    min-height: auto;
  }
  .onair_btn {
    width: 90%;
    margin: 0 auto 4vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .onair_btn li {
    width: 49%;
  }
  .onair_btn li img {
    width: 100%;
    height: auto;
  }
  .onair_btn li:first-child a,
  .onair_btn li:last-child a {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
  }
  .onair_morelink {
    display: block;
    width: 100%;
    height: auto;
    margin: 4vw auto 0;
    text-indent: 0;
  }
  .onair_morelink img {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
  .recent_inner .onair_morelink {
    display: block;
    width: 100%;
    margin: 0vw auto 0;
  }
  .list-btn {
    width: 35%;
    margin: 0 auto 0;
  }
  .list-btn img {
    width: 100%;
    height: auto;
  }
}

/*////////////////
.pager_btn
////////////////*/
.pager_btn {
  width: 100%;
}

.pager_btn ul {
  width: 300px;
  margin: 20px auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager_btn ul li {
  width: 50%;
  margin: 0 0 10px 0;
  color: #0747b0;
  line-height: 1;
  font-size: 140%;
  font-weight: bold;
  font-family: "Century Gothic";
  font-weight: bold;
  text-align: right;
}

.pager_btn ul li a {
  color: #0747b0;
  text-decoration: none;
}

.pager_btn ul li a:hover {
  text-decoration: underline;
}

.pager_btn ul li:first-child {
  width: 50%;
  border-right: 2px dotted #0747b0;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .pager_btn {
    margin: 0vw auto 3vw;
  }
  .pager_btn ul {
    width: 83%;
    margin: 0 auto;
    height: 60px;
    background: url(../../img/sp_pager_bg.png) no-repeat center;
    background-size: 100% 100%;
  }
  .pager_btn ul li {
    width: 50%;
  }
  .pager_btn ul li img {
    width: 46px;
    height: auto;
  }
  .pager_btn ul li:first-child img {
    width: 40px;
    height: auto;
  }
}

/*////////////////
.onair_item
////////////////*/
.onair_item {
  padding: 80px 0 20px 0;
}

.onair_item_inner {
  width: 1000px;
  margin: 0 auto;
}

.onair_item_article {
  display: block;
  position: relative;
  width: auto;
  margin: 10px auto 60px;
  padding: 4% 4% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dotted #0747b0;
  border-radius: 20px;
  background: #fff;
  text-align: left;
}

.onair_item_article a {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
}

.onair_item_article img {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 10px;
}

.onair_item_article .day {
  margin: 0;
  padding: 5px 10px;
  border-radius: 12px;
  background: #0747b0;
  color: #fff;
  border: none;
  text-align: center;
}

.onair_item_article .spotify {
  width: 80%;
  margin: 30px auto 20px;
}

.onair_item_group {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-bottom: solid 5px #0747b0;
  margin: 0 0 40px 0;
  min-width: 240px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.onair_item_group:before, .onair_item_group:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.onair_item_group:before {
  border: solid 15px transparent;
  border-top: solid 15px #0747b0;
}

.onair_item_group:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.onair_item_ent_tt {
  width: 90%;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #0747b0;
  text-align: left;
}

/*////////////////////////////////////////
item テキスト設定 全コーナー共通
////////////////*/
.txt {
  padding: 10px 0 0 0;
  line-height: 1.6;
}

.txt a {
  color: #0747b0;
}

.event_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event_txt strong {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.event_txt p {
  clear: both;
  width: 100%;
  padding: 0 0 20px 0;
}

.event_txt figure {
  display: block;
  margin: 0 auto auto;
}

.txt img,
.ph img {
  width: 600px;
  height: 430px;
  display: block;
  margin: 20px auto 20px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -o-object-fit: contain;
     object-fit: contain;
}

.sb {
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sb li {
  width: 35px;
}

.sb li img {
  width: 100%;
  height: auto;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.sb li:first-child {
  padding: 0 10px 0 0;
}

.small {
  width: 350px;
  margin: 0 auto;
}

.small img {
  width: 100%;
  height: 260px;
  margin: 20px auto 20px;
  padding: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
}

@media screen and (max-width: 1000px) {
  .onair_item {
    padding: 8vw 0 2vw;
  }
  .onair_item_inner {
    width: auto;
    margin: 2vw auto 5vw;
  }
  .onair_item_article {
    width: 90%;
    margin: 0 auto 5vw;
  }
  .onair_item_article .spotify {
    width: auto;
    margin: 4vw auto 4vw;
  }
  .onair_item_article .day {
    width: 30%;
    float: left;
  }
  .onair_item_ent_tt {
    margin: 0 0 3vw 0;
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .onair_item .spotify {
    width: 90%;
    margin: 30px auto 20px;
  }
  .onair_item_group {
    display: inline-block;
    padding: 0 0 3vw 0;
    margin: 0 0 3vw 0;
  }
  .onair_item_ent_tt {
    width: 100%;
  }
  /*////////////////////////////////////////
  item テキスト設定 全コーナー共通
  ////////////////*/
  .txt {
    line-height: 1.7;
  }
  .txt p {
    padding: 0 0 3vw 0;
  }
  .txt img,
  .ph img {
    width: 90%;
    height: 230px;
    display: block;
    margin: 3vw auto 3vw;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .small {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .small img {
    width: 100%;
    height: 200px;
    margin: 4vw auto 4vw;
    padding: 0px;
    -o-object-fit: contain;
       object-fit: contain;
    border: none;
  }
  .sb {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sb li img {
    width: 100%;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
  }
}

/*////////////////
recent
////////////////*/
.recent {
  padding: 10px 0 0px 0;
  text-align: center;
}

.recent_tt {
  padding: 0 0 10px 0;
}

.recent_tt img {
  margin: 0 auto;
}

.recent_inner {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recent .day {
  width: 100%;
  padding: 10px 5px 0 5px;
  border-top: 2px dotted #0747b0;
  font-family: "Century Gothic", sans-serif;
  color: #0747b0;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1000px) {
  .recent_tt {
    padding: 0 0 4vw 0;
    text-align: center;
  }
  .recent_inner {
    width: auto;
    margin: 0 auto 7vw;
  }
}

/*////////////////
.event
////////////////*/
.event {
  padding: 70px 0 50px 0;
  text-align: center;
  background: #e1f6fb;
}

.event_tt {
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: center;
}

.event_tt img {
  width: 467px;
  height: auto;
  margin: 0 auto;
}

.event_inner {
  max-width: 1000px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event_report {
  width: 1000px;
  border: 3px solid #0747b0;
  border-radius: 14px;
  margin: 0 auto 40px;
  padding: 40px 0 0;
  background: url(../../img/sankaku_bg.png) no-repeat top left #fff;
}

.event_report_tt {
  margin: 0 auto 40px;
}

.event_report_tt img {
  margin: 0 auto;
}

.event_report_inner {
  border-radius: 10px;
  padding: 0 20px;
  background: url(../../img/sankaku_bg2.png) no-repeat bottom right;
}

.event_backnum {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  color: #0747b0;
  font-size: 85%;
}

.event_backnum_tt {
  margin: 0 0 20px 0;
  text-align: left;
}

.event_backnum_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 40px 0;
  text-align: left;
}

.event_backnum_inner ul {
  width: 31%;
}

.event_backnum_inner ul li a {
  color: #0747b0;
  text-decoration: none;
}

.event_backnum_inner ul img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 0 10px 0;
}

.event .article {
  width: 90%;
  padding: 0 0 30px 0;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #0747b0;
}

.event .article_group {
  text-align: left;
  margin: 0 auto;
}

.event .article_tt {
  margin: 0 0 20px 0;
  color: #0747b0;
}

.event .article_tt em {
  padding: 3px 13px;
  font-style: normal;
  font-size: 140%;
  background: #fbf154;
}

.event .article_tt .event_day {
  display: block;
  margin: 10px 0 0 0;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 85%;
}

.event .article .topph img {
  width: 310px;
  border-radius: 10px;
  margin: 0 0 0 20px;
}

.event .article_txt {
  font-size: 95%;
  line-height: 1.8;
}

.event .article_txt a {
  color: #0747b0;
}

.event .article_txt img,
.event .article_ph img {
  width: 600px;
  height: 430px;
  display: block;
  border-radius: 0;
  margin: 20px auto 20px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  -o-object-fit: contain;
     object-fit: contain;
}

.event .recent .day {
  padding: 10px 5px 0 5px;
  border-top: 2px dotted #0747b0;
  font-family: "Century Gothic", sans-serif;
  color: #0747b0;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: -0.5px;
}

.event .article.item {
  border: none;
  margin: 0 auto;
}

.event_what {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 30px;
  background: #d9e2f0;
  border-radius: 14px;
  color: #0747b0;
  font-size: 90%;
  line-height: 1.8;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event_what a {
  text-decoration: underline;
  color: #0747b0;
}

.event_what_tt {
  font-size: 180%;
  margin: 0 0 10px 0;
  line-height: 1.7;
}

.event_what_tt img {
  float: left;
  margin: 0 5px 0 0;
}

.event_what img.map {
  margin: 0 0 0 20px;
}

.event_what a:hover img.map {
  opacity: 0.7;
}

.event .list-btn {
  width: 160px;
  margin: 0 auto;
}

.event .list-btn img {
  width: 100%;
  height: auto;
}

.event a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.event .past_event {
  width: 500px;
  margin: 40px auto 0;
  padding: 10px;
  text-align: center;
  border: 3px solid #0747b0;
  background: #fff;
}

@media screen and (max-width: 1000px) {
  .event {
    padding: 8vw 0 5vw 0;
  }
  .event_tt {
    padding: 0 0 6vw 0;
  }
  .event_tt img {
    width: 100%;
    margin: 0 auto;
  }
  .event_inner {
    width: 90%;
    max-width: auto;
    margin: 0 auto 3vw;
  }
  .event_report {
    margin: 0 auto 6vw;
    padding: 8vw 0 0;
    background-size: 14% auto;
  }
  .event_report_tt {
    margin: 0 auto 4vw;
  }
  .event_report_tt img.sp {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto 5vw;
  }
  .event_report_inner {
    padding: 0;
    background-size: 14% auto;
  }
  .event_backnum {
    padding: 0 0 7vw 0;
    font-size: 75%;
  }
  .event_backnum_tt {
    margin: 0 0 5vw 0;
    text-align: center;
  }
  .event_backnum_tt img.sp {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }
  .event_backnum_tt img.pc {
    display: none;
  }
  .event_backnum_inner {
    margin: 0 0 6vw 0;
  }
  .event_backnum_inner ul img {
    margin: 0 0 2vw 0;
    border-radius: 5px;
  }
  .event .article {
    width: 90%;
    padding: 0 0 6vw 0;
    margin: 0 auto 6vw;
    display: block;
  }
  .event .article_group {
    text-align: left;
  }
  .event .article_tt {
    margin: 0 0 5vw 0;
  }
  .event .article_tt em {
    padding: 3px 0;
    font-size: 120%;
    line-height: 1.4;
  }
  .event .article_tt .event_day {
    display: block;
    margin: 2vw 0 0 0;
  }
  .event .article .topph img {
    width: 80%;
    height: auto;
    border-radius: 10px;
    margin: 6vw auto 0;
  }
  .event .article_txt {
    font-size: 95%;
    line-height: 1.6;
  }
  .event .article_txt img,
  .event .article_ph img {
    width: 90%;
    height: 430px;
    display: block;
    border-radius: 0;
    margin: 20px auto 20px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .event .recent .day {
    padding: 10px 5px 0 5px;
    border-top: 2px dotted #0747b0;
    font-family: "Century Gothic", sans-serif;
    color: #0747b0;
    font-weight: bold;
    font-size: 85%;
    letter-spacing: -0.5px;
  }
  .event .article.item {
    border: none;
    margin: 0 auto;
  }
  .event_what {
    max-width: auto;
    padding: 4vw 4vw 5vw;
    font-size: 90%;
    line-height: 1.8;
    display: block;
  }
  .event_what_tt {
    font-size: 140%;
    margin: 0 0 4vw 0;
    line-height: 1.6;
  }
  .event_what_tt img {
    width: 30px;
    height: auto;
    margin: 0 8px 0 0;
  }
  .event_what img.map {
    display: block;
    margin: 0 auto;
  }
  .event_what p {
    margin: 0 0 4vw 0;
  }
  .event .list-btn {
    width: 35%;
    margin: 0 auto;
  }
  .event .list-btn img {
    width: 100%;
    height: auto;
  }
  .event a:hover img {
    opacity: 0.7;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .event .past_event {
    width: 83%;
    margin: 5vw auto 4vw;
    padding: 10px;
  }
}

/*////////////////
.event_item
////////////////*/
.event_item {
  padding: 80px 0 70px 0;
}

.event_item .day {
  padding: 10px 5px 0 5px;
  border-top: 2px dotted #0747b0;
  font-family: "Century Gothic", sans-serif;
  color: #0747b0;
  font-weight: bold;
  font-size: 85%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1000px) {
  .event_item {
    padding: 8vw 0 8vw 0;
  }
  .event_item .event_what {
    width: 90%;
    margin: 8vw auto 0;
  }
  .event_item .past_event {
    margin: 5vw auto 0;
  }
}

/*////////////////
.message
////////////////*/
.message {
  padding: 50px 0 50px 0;
  margin: 0 0 0 0;
  text-align: center;
  background: #fbf154;
}

.message_tt {
  margin: 0 0 30px 0;
  color: #fff;
  background: #0747b0;
  text-align: center;
  font-size: 140%;
  line-height: 1.4;
}

.message_tt span {
  display: inline-block;
  width: 85%;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  padding: 3px 30px;
}

.message_tt br {
  display: none;
}

.message_inner {
  max-width: 850px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.message_group {
  width: 70%;
  text-align: left;
  color: #0747b0;
  line-height: 1.6;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.message_group strong {
  font-size: 120%;
}

.message_ph {
  width: 200px;
  border: 2px #0747b0 solid;
  border-radius: 13px;
  text-align: center;
  padding: 6px;
  margin: 0 0 0 25px;
  background: #fff;
}

.message_ph img {
  width: 100%;
  height: 204px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px #0747b0 dotted;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.message_btn img {
  display: block;
  margin: 0 auto;
  width: 250px;
  height: auto;
  border: 4.5px solid #0747b0;
  border-radius: 30px;
}

.message p {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1000px) {
  .message {
    padding: 8vw 0 8vw 0;
    margin: 0 0 0 0;
    text-align: center;
  }
  .message_tt {
    margin: 0 0 5vw 0;
    padding: 3px 0vw;
    font-size: 140%;
    line-height: 1.4;
  }
  .message_tt span {
    border-left: none;
    border-right: none;
    padding: 0;
  }
  .message_tt br {
    display: block;
  }
  .message_inner {
    margin: 0 auto;
    display: block;
  }
  .message_group {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #0747b0;
    font-size: 90%;
    line-height: 1.4;
    padding: 0;
  }
  .message_group strong {
    font-size: 120%;
  }
  .message_group p {
    width: 90%;
    margin: 0 auto;
  }
  .message_ph {
    width: 200px;
    margin: 5vw auto 0;
    border: 2px #0747b0 solid;
    border-radius: 13px;
    text-align: center;
    padding: 6px;
    background: #fff;
  }
  .message_ph img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border: 2px #0747b0 dotted;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: top;
  }
  .message_btn {
    margin: 0 auto;
    text-align: center;
  }
  .message_btn img {
    width: 70%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}

/*////////////////
.sns_group
////////////////*/
.sns_wrapper {
  padding: 50px 0 50px 0;
}

.sns_group {
  width: 860px;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .sns_wrapper {
    padding: 7vw 0 7vw 0;
  }
  .sns_group {
    width: 90%;
    margin: 0 auto 0;
  }
}

/*////////////////
.facebook
////////////////*/
.facebook {
  width: 49%;
  text-align: center;
  background: #6b99d5;
}

@media screen and (max-width: 1000px) {
  .facebook {
    width: 100%;
    margin: 0 auto 4vw;
  }
}

/*////////////////
.youtube
////////////////*/
.youtube {
  width: 49%;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1000px) {
  .youtube {
    width: 100%;
    margin: 0 auto 5vw;
    padding: 0;
  }
  .youtube iframe {
    width: 100%;
  }
}

/*////////////////
.bnr
////////////////*/
.bnr {
  width: 48%;
  margin: 0 auto 0px;
}

.bnr li {
  width: 100%;
}

.bnr li img {
  width: 100%;
  height: auto;
}

.bnr li:first-child {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 1000px) {
  .bnr {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .bnr li {
    width: 100%;
    margin: 0 auto 0;
  }
  .bnr li img {
    width: 100%;
    height: auto;
  }
  .bnr li:first-child {
    margin: 0 auto 3vw;
  }
}

/*////////////////
.other_pod
////////////////*/
.other_pod {
  width: 100%;
}

.other_pod_tt {
  margin: 0 0 50px 0;
  font-size: 150%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0px;
  color: #0747b0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other_pod_tt:before, .other_pod_tt:after {
  content: "";
  height: 1px;
  border-bottom: 4px dashed #0747b0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.other_pod_tt:before {
  margin-right: 1rem;
}

.other_pod_tt:after {
  margin-left: 1rem;
}

.other_pod ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other_pod ul li {
  width: 270px;
  margin: 0 40px 0 0;
}

.other_pod ul li img {
  width: 100%;
  height: auto;
}

.other_pod ul li:last-child {
  width: 175px;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .other_pod {
    width: 100%;
    margin: 2vw 0 0 0;
  }
  .other_pod_tt {
    margin: 0 0 4vw 0;
    font-size: 130%;
  }
  .other_pod_tt:before, .other_pod_tt:after {
    content: "";
    border-bottom: none;
  }
  .other_pod_tt:before {
    margin-right: 0rem;
  }
  .other_pod_tt:after {
    margin-left: 0rem;
  }
  .other_pod ul {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .other_pod ul li {
    width: 58%;
    max-width: 270px;
    margin: 0 0 2vw 0;
  }
  .other_pod ul li img {
    width: 100%;
    height: auto;
  }
  .other_pod ul li:last-child {
    width: 36%;
    max-width: 175px;
    margin: 0;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_listen {
  padding: 10px 0 40px 0;
  border-top: 4px double #0747b0;
  border-bottom: 4px solid #0747b0;
}

.footer_inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_subttl {
  margin: 0 0 15px 0;
  color: #0747b0;
  font-size: 120%;
}

.footer_group {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.footer_aside ul.logo {
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.footer_aside ul.logo > li {
  width: 126px;
  margin: 0 15px 0 0;
}

.footer_aside ul.logo > li img {
  width: 100%;
  height: auto;
}

.footer_aside ul.logo > li:last-child {
  width: 210px;
}

.footer_aside ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_aside ul.sns > li {
  width: 38px;
  margin: 0 10px 0 0;
}

.footer_aside ul.sns > li img {
  width: 100%;
  height: auto;
}

.footer .pastsite {
  padding: 0 0 10px 0;
  color: #0747b0;
  text-align: right;
}

.footer .pastsite a {
  color: #0747b0;
  font-size: 0.9rem;
}

.footer .pastsite a span {
  display: block;
  float: right;
  width: 180px;
  margin: 8px 0 0 0;
  padding: 3px 0;
  color: #fff;
  font-size: 85%;
  text-align: center;
  border-radius: 10px;
  background: #0747b0;
}

.footer_copyright {
  clear: both;
  margin: 40px 0 0 0;
  font-size: 65%;
  color: #0747b0;
  font-weight: normal;
  text-align: right;
}

@media screen and (max-width: 1000px) {
  .footer_listen {
    padding: 0;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 3vw 0 3vw 0;
    display: block;
  }
  .footer_group {
    width: 100%;
    display: block;
  }
  .footer_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer_aside ul.logo {
    width: 90%;
    margin: 0 auto 3vw;
    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;
    float: none;
  }
  .footer_aside ul.logo > li {
    width: 126px;
    margin: 0 15px 0 0;
  }
  .footer_aside ul.logo > li img {
    width: 100%;
    height: auto;
  }
  .footer_aside ul.logo > li:last-child {
    width: 210px;
  }
  .footer_aside ul.sns {
    width: 90%;
    margin: 0 auto 3vw;
    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;
  }
  .footer_aside ul.sns > li {
    width: 38px;
    margin: 0 10px 0 0;
  }
  .footer_aside ul.sns > li img {
    width: 100%;
    height: auto;
  }
  .footer .pastsite {
    padding: 6vw 0 6vw 0;
    color: #0747b0;
    border-top: 2px solid #0747b0;
    text-align: center;
  }
  .footer .pastsite a {
    color: #0747b0;
    font-size: 0.9rem;
  }
  .footer .pastsite a span {
    display: block;
    float: none;
    width: 180px;
    margin: 2vw auto 6vw;
    padding: 3px 0;
  }
  .footer_copyright {
    clear: both;
    border-top: 2px solid #0747b0;
    margin: 0;
    padding: 7vw 0 0 0;
    font-size: 65%;
    text-align: center;
  }
}

a.is-top {
  position: fixed;
  bottom: 150px;
  right: 90px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  a.is-top {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50px;
    padding: 0;
    margin: 0vw auto 0;
  }
}

a.is-top img {
  width: 55px;
  height: auto;
}

@media screen and (max-width: 1365px) {
  a.is-top img {
    width: 55px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */