@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand");

@font-face {
  font-family: "rounded-mplus-1p";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/rounded-mplus-1p-light.eot");
  src: url("../../fonts/rounded-mplus-1p-light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/rounded-mplus-1p-light.woff") format("woff"),
    url("../../fonts/rounded-mplus-1p-light.ttf") format("truetype");
}

@font-face {
  font-family: "rounded-mplus-1p";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/rounded-mplus-1p-regular.eot");
  src: url("../../fonts/rounded-mplus-1p-regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/rounded-mplus-1p-regular.woff") format("woff"),
    url("../../fonts/rounded-mplus-1p-regular.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #575757;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}

a:hover {
  opacity: 0.8;
}

.header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #333;
  line-height: 1;
}

.header__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  /* background: url(/shared/fixedsite/img/bg_header.gif) no-repeat; */
  /* background-position: right; */
}

@media (max-width: 800px) {
  .header__container {
    background: none;
  }
}

.header__tokyofm {
  width: 140px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 800px) {
  .header__tokyofm {
    width: 105px;
    height: 70px;
  }
}

.header__tokyofm img {
  width: 140px;
  height: auto;
}

@media (max-width: 800px) {
  .header__tokyofm img {
    width: 105px;
    height: auto;
  }
}

.header__freq {
  position: absolute;
  right: 0;
  bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
  transform: rotate(0);
}

@media (max-width: 800px) {
  .header__freq {
    display: none;
  }
}

.container {
  margin: 0 auto 20px;
  max-width: 1000px;
}

@media (max-width: 1100px) {
  .container {
    width: 90%;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  font-family: "Quicksand";
  background: rgba(255, 255, 255, 0.9);
  word-break: keep-all;
}

@media (max-width: 480px) {
  .nav {
    display: none;
  }
}

.nav__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}

@media (max-width: 480px) {
  .nav__menu {
    display: none;
  }
}

.nav__menu > li {
  padding-right: 30px;
}

.nav__menu > li:last-child {
  padding-right: 0;
}

@media (max-width: 480px) {
  .nav__menu > li {
    padding-right: 15px;
  }

  .nav__menu > li:last-child {
    padding-left: 0;
  }
}

.nav__sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.nav__sns > li {
  margin-left: 15px;
}

.nav__sns img {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

@media (max-width: 480px) {
  .nav__sns {
    display: none;
  }

  .nav__sns img {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
  }
}

.nav__sns a:hover {
  background: white;
}

.ham {
  position: relative;
  display: none;
}

@media (max-width: 480px) {
  .ham {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  .ham__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 0;
  }
}

.ham__menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  left: 0;
  top: 0;
  z-index: 10;
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.ham__contents {
  margin-top: 100px;
  font-family: "Quicksand";
  text-align: center;
}

.ham__contents > li {
  margin-bottom: 30px;
}

.ham__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.ham__sns > li {
  margin: 0 20px;
}

.ham__sns img {
  width: 30px;
  height: auto;
}

.hide__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
}

.title {
  font-family: "rounded-mplus-1p";
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-align: center;
}

@media (max-width: 800px) {
  .title {
    padding: 20px 0 50px;
  }
}
@media (max-width: 480px) {
  .title {
    padding: 20px 0 30px;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
  }
}

.onairtime {
  font-size: 2rem;
  color: #858585;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 480px) {
  .onairtime {
    font-size: 1.7rem;
  }
}

.onairtime__onair {
  margin-right: 10px;
}

.lead {
  display: flex;
  justify-content: center;
  margin: 40px auto 50px;
  text-align: center;
}
@media (max-width: 800px) {
  .lead {
    display: block;
    margin: 0px auto 30px;
    flex-flow: column;
    text-align: center;
  }
}

.person img {
  width: 166px;
  height: auto;
}
@media (max-width: 800px) {
  .person img {
    width: 60%;
    max-width: 270px;
  }
}

.person__name {
  padding-top: 10px;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
}

.desc {
  min-width: 50%;
  padding-left: 30px;
  line-height: 2;
}
.desc a {
  color: #f54d6d;
  padding: 0 5px;
}
.desc a:hover {
  opacity: 0.6;
}
.desc span {
  display:block;
}
@media (max-width: 800px) {
  .desc {
    margin: 0 auto;
    padding:0;
    text-align: left;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .desc {
    width: 100%;
  }
}
.report_btn{
  display: block;
  margin: 20px auto;
  padding: 20px;
  width: 320px;
  height: 70px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: normal;
  color: #fff;
  background: #f54d6d;
  border-bottom: solid 8px #f22f55;
}
.message_btn,
.about_btn {
  display: block;
  margin: 20px auto;
  padding: 20px;
  width: 320px;
  height: 70px;
  text-align: center;
  font-size: 2.0rem;
  font-weight: normal;
  color: #fff;
  background: #07b197;
  border-bottom: solid 8px #079983;
}
.message_btn > span {
  font-size: 1.6rem;
}
.about_btn > span {
  font-size: 2.0rem;
}
@media (max-width: 480px) {
  .report_btn,
  .message_btn,
  .about_btn  {
    width: 80%;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .about_btn > span {
    font-size: 1.6rem;
  }
}
.report_desc{
  text-align: center;
  font-weight: bold;
  margin: 70px 0;
}
@media (max-width: 480px) {
  .report_desc{
    border-top: 1px solid #ddd;
    margin: 40px 0;
  }
}
.links a{
  text-decoration: underline;
}
.message_txt{
  text-align: center;
  /*font-weight: bold;*/
  margin-bottom: 20px;
}
.message_txt span{
  color: #07b197;
}
.about_txt{
  text-align: center;
  font-weight: normal;
  padding:7px 0;
}
.message_lead{
  margin-bottom: 60px;
}
.report_wrap {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: stretch;
}
@media (max-width: 480px) {
  .report_wrap {
    flex-direction: column;
  }
}
.sub_wrap {
  display: flex;
  width: 1000px;
}
@media (max-width: 480px) {
  .sub_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .sub_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
  }
}
.message_box,
.about_box {
  width: 50%;
  padding:0 15px;
}

@media (max-width: 480px) {
  .message_box,
  .about_box {
    padding:0;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .message_box,
  .about_box {
    padding:0;
    width: 100%;
  }
}
.report {
  margin:0 50px 20px 0;
  width:calc(33.3333333% - 34px);
}
.report:nth-child(3n){
  margin-right:0;
}
@media (max-width: 480px) {
  .report {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .report:nth-child(3n){
    margin-right:auto;
  }
}
@media (max-width: 800px) {
  .report {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .report:nth-child(3n){
    margin-right:auto;
  }
}
.message_title,
.about_title {
  margin-bottom: 30px;
  padding: 15px 0;
  color: #333;
  font-size: 2.2rem;
  text-align: center;
  font-family: "Quicksand";
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;  
}
.message_present{
  padding: 0;
  text-align: center;
}
.message_present > p{
  font-size: 1.4rem;
}
.about_present{
  padding: 20px 0;
  text-align: center;
}
.message_present > img{
  width: 70%;
  max-width: 320px;
}
.about_present > img{
  width: 100%;
  max-width: 380px;
}
.article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  flex-flow: wrap;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.article div {
  min-height: 0%;
}

@media (max-width: 480px) {
  .article {
    flex-flow: wrap;
    margin: 0 auto;
  }
}

.article__image {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  /*background: #eee;*/
  box-sizing: border-box;
  line-height: 0em;
  text-align: center;
  border: 1px solid #DDD;
}
.article__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

@media (max-width: 800px) {
  .article__image {
    height: 600px;
  }
  .article__image::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  .article__image {
    height: auto;
  }
  .article__image::before {
    content: "";
    display: block;
    padding-top: 0;
  }
}

.article__image > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 800px) {
  .article__image > img {
    position: absolute;
  }
}
@media (max-width: 480px) {
  .article__image > img {
    position: relative;
  }
}

.article__content {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  width: 100%;
  padding: 15px 0;
}

@media (max-width: 800px) {
  .article__content {
    width: 100%;
    border-left: none;
  }
}

.article__space {
  float: right;
  height: 100%;
}

.article__more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 30px;
  font-size: 1.4rem;
  margin: 0 0 0 auto;
  padding:0 10px;
  color: #fff;
  background: #f54d6d;
  font-family: "Quicksand";
  border-bottom: solid 2px #f22f55;
}
@media (max-width: 800px) {
  .article__more {
    width: 100%;
    margin-top: 0px;
  }
}

.article__title {
  padding-top: 13px;
  font-size: 1.6rem;
  border-top: 3px double #ddd;
  padding-bottom: 10px;
}

@media (max-width: 480px) {
  .article__title {
    font-size: 1.6rem;
  }
}

.article__time {
  font-size: 1.6rem;
  margin-bottom: 7px;
  color: #858585;
  font-family: "Quicksand";
}

.article__text {
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  height: auto;
  margin: 6px 0;
}

@media (min-width: 800px) {
  .article__text--index {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
  }
}

.article__text--index img {
  display: none;
}

.article__share {
  margin-top: 30px;
  width: 100%;
  height: 50px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  border-top: 1px solid #ddd;
}

.article__share svg {
  width: 25px;
  height: 25px;
  vertical-align: bottom;
}

.fb-like {
  margin-right: 5px;
}

.sponsor {
  padding: 20px 0;
  text-align: center;
}

.sponsor > a img {
  width: 70%;
  max-width: 150px;
  height: auto;
}

@media (max-width: 800px) {
  .sponsor {
    padding: 0 0 50px;
    text-align: center;
  }
  .sponsor > a img {
    max-width: 120px;
  } 
}

footer {
  clear: both;
  margin: 0 auto;
  padding-bottom: 6px;
  font-size: 1.1rem;
  word-break: normal;
}

.copyright {
  margin: 20px 0 0;
  padding: 0 0 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand";
  clear: both;
  transform: rotate(0);
}

.page-top {
  position: fixed;
  padding: 2px;
  bottom: 20px;
  right: 20px;
  background: transparent;
  cursor: pointer;
  text-align: center;
  background: #ffffffaa;
  z-index: 100;
}

.page-top:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.page-top img {
  width: 30px;
  height: auto;
  margin-bottom: 10px;
}

.page-top svg {
  width: 30px;
  min-height: 0;
}

.page-top p {
  margin-top: -15px;
  font-family: "Quicksand";
  font-size: 1.2rem;
}

.page-top__arrow {
  min-height: 0;
}

/* On Air Report */
.title--onair {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  letter-spacing: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
}

@media (max-width: 480px) {
  .title--onair {
    padding-top: 50px;
    font-size: 2rem;
  }
}

.backnumber {
  width: 150px;
  height: 30px;
  padding-left: 7px;
  color: #575757;
  border: 1px solid #575757;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 480px) {
  .backnumber {
    width: 130px;
  }
}

.selectWrapper {
  position: relative;
}

.selectWrapper:after {
  position: absolute;
  content: "";
  background: url(../../img/arrow_down.png) no-repeat;
  background-size: 50%;
  bottom: 3px;
  right: 0;
  width: 15px;
  height: 15px;
}

.report--onair {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}

.article--onair {
  margin: 0 2% 2% 0;
  width: 32%;
  display: block;
}

@media (max-width: 480px) {
  .article--onair {
    margin: 0 0 20px;
    width: 100%;
  }
}

.article--onair:nth-of-type(3n) {
  margin-right: 0;
}

.article__image--onair {
  width: 100%;
  border-right: none;
}

.article__content--onair {
  flex-flow: row;
  padding: 10px;
  width: 100%;
  border-left: none;
}

.article__time--onair {
  font-size: 2.4rem;
  color: #959595;
}

@media (min-width: 481px) and (max-width: 800px) {
  .article__time--onair {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .article__time--onair {
    font-size: 2.2rem;
  }
}

.article__title--onair {
  margin-bottom: 0;
  font-size: 1.4rem;
  border-bottom: none;
}

.pageswitch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand";
  margin-bottom: 70px;
  transform: rotate(0);
}

.pageswitch img {
  margin: 0 10px;
  width: 18px;
  height: 28px;
  vertical-align: bottom;
  opacity: 0.4;
}

.pageswitch a img {
  opacity: 0.8;
}

.pageswitch .pre {
  transform: rotateZ(-180deg);
}

.report--onair .pageswitch {
  width: 100%;
}

.num {
  display: block;
  margin: 0 3px;
  padding: 0px 5px;
  height: 28px;
  border: 1px solid #959595;
}

strong.num {
  color: #fff;
  background: #575757;
}

/* Indivisual */
.report--individ {
  margin-top: 30px;
}

.article--individ {
  flex-flow: column;
  align-items: center;
  padding-top: 50px;
}

@media (max-width: 480px) {
  .article--individ {
    padding-top: 20px;
  }
}

.article__time--individ,
.article__title--individ,
.article__image--individ,
.article__content--individ {
  width: 70%;
  height: 100%;
}

@media (max-width: 480px) {
  .article__time--individ,
  .article__title--individ,
  .article__image--individ,
  .article__content--individ {
    width: 90%;
  }
}

.article__time--individ {
  font-size: 1.6rem;
  border-bottom: none;
}

.article__title--individ {
  font-size: 2.8rem;
  border-bottom: none;
}

@media (max-width: 480px) {
  .article__title--individ {
    font-size: 2rem;
  }
}

.article__image--individ {
  border: none;
}

.article__content--individ {
  padding: 0px 0 50px;
  border-left: none;
}

@media (max-width: 480px) {
  .article__content--individ {
    padding-bottom: 0;
  }
}

.article__text--individ {
  font-size: 1.6rem;
}

.article__text--individ a {
  color: #fc012e;
}

@media (max-width: 480px) {
  .article__text--individ {
    font-size: 1.4rem;
  }
}

.article__text--individ > img {
  display: block;
  margin: 30px 0;
}

.article__text--individ > img:first-child {
  margin-top: 0;
}

/* Archive */
.title--archive {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  text-align: left;
  letter-spacing: normal;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
}

@media (max-width: 480px) {
  .title--archive {
    font-size: 2rem;
  }
}

.fb_iframe_widget {
  margin-right: 5px;
}

/* Utility */

.u-flexsb {
  display: flex;
  justify-content: space-between;
}

.u-red {
  color: #fc012e;
}

.u-pc {
  display: block;
}

@media (max-width: 480px) {
  .u-pc {
    display: none;
  }
}

.spDetail {
  display: none;
}

@media screen and (max-width: 767px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}

@media screen and (max-width: 999px) and (min-width: 768px) {
  .spDetail {
    display: block;
  }

  .pcDetail {
    display: none;
  }
}

/* 共通フッター　WIZ RADIOのみ削除 */
/* 
#listen-pc > div > div {
  width: 766px !important;
  background-size: 123% !important;
}
#listen-pc > div > div > dl > dd:nth-child(4) {
  display: none;
}

@media (max-width: 800px) {
  #listen-sp > section > div:nth-child(4) > div:nth-child(1){
    margin: 0 auto !important;
    width: 42.5% !important;
    float: none !important;
  }
  #listen-sp > section > div:nth-child(4) > div:nth-child(2) {
    display: none;
  }
} */


/* ///////////////////////////////////////////////////////////////////

共通フッター　不具合修正 (2020/05/25 takahashi)

/////////////////////////////////////////////////////////////////// */

#listen-sp section div{
	box-sizing: content-box;
}