@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600,700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem/1 "Noto Sans JP", sans-serif;
  color: #000000;
  background: #ffffff;
  font-weight: 400;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

main {
  display: block;
}

/*////////////////////////////
.ttl
////////////////////////////*/
.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 166px;
  margin-bottom: 9px;
  background: linear-gradient(90deg, #1a2e6e, #0c68ab);
}

.ttl_icon {
  display: block;
  margin-bottom: 10px;
}

.ttl_main {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
}

.ttl_sub {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

@media (max-width: 599px) {
  .ttl {
    height: 81px;
    margin-bottom: 0;
  }
  .ttl_icon {
    width: auto;
    height: 22px;
    margin-bottom: 5px;
  }
  .ttl_main {
    margin-bottom: 5px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
  .ttl_sub {
    font-size: 0.85rem;
  }
}

/*////////////////////////////
パーソナリティを探す
.reserch
////////////////////////////*/
.reserch {
  width: 50%;
  margin: 16px auto 16px;
  padding: 0 0 5px 0;
  background-color: #fff;
  border: 2px solid #1a2e6e;
  text-align: center;
}

@media (max-width: 959px) {
  .reserch {
    width: 90%;
  }
}

.reserch h3 {
  padding: 8px;
  background-color: #1a2e6e;
  color: #fff;
}

.reserch select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 26px;
  background: transparent;
  background-image: none;
  border: none;
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.reserch .reserch_select {
  width: 100%;
  background: url(../../img/i_search.png) no-repeat;
  background-size: 18px 18px;
  background-position: left 7px bottom 2px;
  text-align: center;
  z-index: 2;
}

.reserch .reserch_wrap {
  width: 100%;
  background: url(../../img/arrow_ico_down.png) no-repeat;
  background-size: 14px 8px;
  background-position: right 10px bottom 5px;
  z-index: 2;
}

.reserch .form_select {
  position: relative;
  width: 100%;
  padding-top: 5px;
  line-height: 1.5em;
  text-align: center;
}

.reserch .select_label {
  position: relative;
  padding-top: 8px;
  font-size: 100%;
  font-weight: bold;
}

/*////////////////////////////
パーソナリティ一覧
.kanablock
////////////////////////////*/
.kanablock .phrase {
  max-width: 35px;
  margin: 20px auto;
  border-bottom: #0c68ab 5px solid;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.kanablock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 1000px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}

@media (max-width: 959px) {
  .kanablock ul {
    width: 90%;
  }
}

.kanablock ul::after {
  content: "";
  display: block;
  width: 30%;
}

.kanablock ul li {
  position: relative;
  display: inline-block;
  width: 14%;
  margin-bottom: 70px;
  margin-right: 1.33%;
  margin-left: 1.33%;
  background: #eee;
  box-sizing: border-box;
  line-height: 0em;
  text-align: center;
}

@media (min-width: 600px) and (max-width: 959px) {
  .kanablock ul li {
    width: 22.3%;
  }
}

@media (max-width: 599px) {
  .kanablock ul li {
    width: 30%;
  }
}

.kanablock ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.kanablock ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kanablock ul li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.kanablock ul li span {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 10px;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.2em;
  word-break: initial;
}

/*////////////////////////////
detail コンテンツ
////////////////////////////*/
.contents {
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 90%;
}

.contents_list {
  width: 55%;
  margin: 15px auto;
}

.contents_list_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  line-height: 0em;
  text-align: center;
  margin: 0 auto;
}
.contents_list_img::before {
  content: "";
  display: block;
  padding-top: 300px;
}

.contents_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.contents_list_name {
  width: 55%;
  margin: 15px auto;
  padding-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}
.contents_list_url {
  width: 55%;
  margin: 2px auto;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}
.contents_list_profile {
  width: 55%;
  margin: 15px auto;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.4;
}

.contents_list a {
  color: #0079b2;
}

.contents_list .close a {
  display: block;
  max-width: 520px;
  width: 55%;
  margin: 15px auto;
  padding: 10px;
  border: 2px solid #000;
  color: #000;
  text-align: center;
}

@media (max-width: 599px) {
  .contents_list {
    width: 100%;
  }
  .contents_list_name {
    width: 100%;
  }
  .contents_list_url {
    width: 100%;
    font-size: 1.2rem;
  }
  .contents_list_profile {
    width: 100%;
    font-size: 1.2rem;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (min-width: 600px) and (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media (max-width: 599px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
