@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,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: 3.0rem;
  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: 24px;
    height: auto;
    margin-bottom: 5px;
  }
  .ttl_main {
    margin-bottom: 5px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
  }
  .ttl_sub {
    font-size: 0.85rem;
  }
}

/*////////////////////////////
.head
////////////////////////////*/
.head {
  margin: 80px auto 70px;
  max-width: 900px;
}

.head_ttl {
  margin-bottom: 60px;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

.head_ttl > span {
  display: block;
  margin-top: 20px;
  color: #ec008c;
  font-size: 1.6rem;
}

.head_list {
  display: flex;
  justify-content: space-between;
  width: 712px;
  margin: 0 auto 70px;
  list-style: none;
}

.head_list > li {
  text-align: center;
}

.head_list > li > a {
  color: #1a2e6e;
  font-size: 1.8rem;
  font-weight: 700;
}

.head_list > li > a > img {
  display: block;
  margin: 0 auto 15px;
}

.head_lead {
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.head_note {
  margin-bottom: 70px;
  font-size: 1.2rem;
  color: #707070;
  line-height: 1.5;
}

@media (min-width: 600px) and (max-width: 959px) {
  .head {
    padding: 0 30px;
  }
  .head_list {
    max-width: 90%;
  }
  .head_list > li {
    max-width: 20%;
    line-height: 1.2;
  }
  .head_list > li > a {
    font-size: 1.4rem;
    word-break: keep-all;
  }
}

@media (max-width: 599px) {
  .head {
    margin: 25px auto 40px;
    padding: 0 25px;
  }
  .head_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .head_ttl > span {
    margin-top: 9px;
    font-size: 1rem;
  }
  .head_list {
    margin-bottom: 35px;
    width: 100%;
  }
  .head_list > li {
    width: 19%;
  }
  .head_list > li > a {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .head_list > li > a > img {
    margin: 0 auto 7px;
  }
  .head_lead {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .head_note {
    margin-bottom: 35px;
    font-size: 1.2rem;
  }
}

/*////////////////////////////
.radiko
////////////////////////////*/
.radio {
  padding: 70px 0;
  background: #eff3f6;
}

.radio_icon {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}

.radio_ttl {
  margin: 0 auto 50px;
  max-width: 750px;
  color: #1a2e6e;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.radio_lead {
  margin: 0 auto 60px;
  max-width: 765px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.radio_table {
  margin: 0 auto;
  max-width: 765px;
  background: #ffffff;
  border: 1px solid #dadada;
  border-left: none;
}

.radio_table tr {
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  border-bottom: 1px solid #dadada;
}

.radio_table tr:last-of-type {
  border-bottom: none;
}

.radio_table th {
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  background: #f0f0f0;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.radio_table td {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  width: 240px;
  color: #f0047f;
  font-size: 2rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.radio_table td[colspan="3"] {
  width: 620px;
}

.radio_tableLocate {
  margin-left: 20px;
  color: #333333;
  font-size: 1.6rem;
}

@media (min-width: 600px) and (max-width: 959px) {
  .radio {
    padding: 70px 30px;
  }
  .radio_table {
    max-width: 100%;
  }
  .radio_table td {
    flex: 1 0;
    flex-flow: column;
    width: auto;
  }
  .radio_table td[colspan="3"] {
    width: auto;
  }
  .radio_tableLocate {
    margin-left: 0;
  }
  .radio_tableSpace {
    display: none;
  }
  .radio_tablePref {
    font-weight: 700;
  }
}

@media (max-width: 599px) {
  .radio {
    padding: 35px 25px;
  }
  .radio_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .radio_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .radio_lead {
    margin: 0 auto 35px;
    font-size: 1.3rem;
  }
  .radio_lead > br {
    display: none;
  }
  .radio_table {
    max-width: 100%;
  }
  .radio_table th {
    flex: 0 0 16vw;
    width: 16vw;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
  }
  .radio_table td {
    flex: 1 0;
    align-items: flex-start;
    flex-flow: column;
    width: 25vw;
    padding: 10px;
    font-size: 1.7rem;
  }
  .radio_table td[colspan="3"] {
    width: auto;
  }
  .radio_tableLocate {
    margin-left: 0;
    font-size: 1.3rem;
  }
  .radio_tableSpace {
    display: none;
  }
  .radio_tablePref {
    font-weight: 700;
  }
}

/*////////////////////////////
.radiko
////////////////////////////*/
.radiko {
  padding: 70px 0;
}

.radiko_icon {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}

.radiko_ttl {
  margin: 0 auto 50px;
  max-width: 750px;
  color: #1a2e6e;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.radiko_lead {
  margin: 0 auto 80px;
  max-width: 950px;
  font-size: 1.6rem;
  line-height: 1.875;
}

.radiko_lead > a {
  color: #f0047f;
  text-decoration: underline;
}

.radiko_btn {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
  margin: 0 auto;
}

@media (min-width: 600px) and (max-width: 959px) {
  .radiko {
    padding: 70px 30px;
  }
  .radiko_btn {
    align-items: center;
    flex-flow: column;
  }
  .radiko_btn > a:first-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 599px) {
  .radiko {
    padding: 35px 25px 40px;
  }
  .radiko_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .radiko_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .radiko_lead {
    margin: 0 auto 40px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .radiko_btn {
    align-items: center;
    flex-flow: column;
    width: 75%;
  }
  .radiko_btn > a:first-of-type {
    margin-bottom: 20px;
  }
}

/*////////////////////////////
.jfnpark
////////////////////////////*/
.jfnpark {
  padding: 70px 0;
  background: #eff3f6;
}

.jfnpark_icon {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}

.jfnpark_ttl {
  margin: 0 auto 70px;
  max-width: 750px;
  color: #1a2e6e;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.jfnpark_lead {
  margin: 0 auto 70px;
  max-width: 765px;
  color: #333333;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}

.jfnpark_desc {
  max-width: 930px;
  margin: 0 auto 70px;
  overflow: hidden;
}

.jfnpark_right {
  float: right;
  padding-top: 20px;
}

.jfnpark_descHead {
  margin-bottom: 10px;
  color: #e73c64;
  font-size: 2.2rem;
  font-weight: 700;
}

.jfnpark_txt {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.jfnpark_txt:last-of-type {
  margin-bottom: 0;
}

.jfnpark_btn {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 600px) and (max-width: 959px) {
  .jfnpark {
    padding: 70px 30px;
  }
  .jfnpark_lead {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .jfnpark_right {
    float: none;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 599px) {
  .jfnpark {
    padding: 35px 25px;
  }
  .jfnpark_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .jfnpark_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .jfnpark_lead {
    margin: 0 auto 30px;
    color: #333333;
    font-size: 2rem;
    line-height: 1.2;
  }
  .jfnpark_desc {
    margin: 0 auto 30px;
  }
  .jfnpark_right {
    float: none;
    width: 49%;
    margin: 0 auto 25px;
    padding-top: 0;
    text-align: center;
  }
  .jfnpark_descHead {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.333;
  }
  .jfnpark_txt {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
}

/*////////////////////////////
.jfnpark > .howto
////////////////////////////*/
.howto {
  max-width: 940px;
  margin: 0 auto;
  padding-bottom: 30px;
  list-style: none;
}

.howto_box {
  margin-bottom: 35px;
  background: #ffffff;
  border-radius: 10px;
}

.howto_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  max-width: 940px;
  height: 50px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 500;
  background: #1a2e6e;
  border-radius: 25px 25px;
}

.howto_head {
  height: 37px;
  background: #ddecff;
  border-radius: 10px 10px 0 0;
  color: #0a0909;
  font-size: 2rem;
  font-weight: 700;
  line-height: 37px;
}

.howto_head > span:first-of-type {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  background: #1a2e6e;
  color: #ffffff;
  text-align: center;
  border-radius: 10px 0 0 0;
}

.howto_app {
  display: flex;
  justify-content: space-between;
  max-width: 465px;
  margin: 0 auto;
  padding: 30px;
}

.howto_register {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 20px;
}

.howto_step {
  width: 100%;
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}

.howto_step > span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: #ddecff;
  color: #1a2e6e;
  font-size: 1.6rem;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

.howto_1 {
  width: 47%;
  margin-bottom: 50px;
}

.howto_img {
  display: flex;
  justify-content: space-between;
}

.howto_apple {
  width: 191px;
  height: auto;
}

.howto_google {
  width: 216px;
  height: auto;
}

.howto_2 {
  width: 47%;
}

.howto_mail {
  display: flex;
  justify-content: flex-start;
}

.howto_mailTxt {
  margin-left: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.howto_mailTxt > span {
  color: #ec008c;
}

.howto_3 {
  width: 47%;
}

.howto_4 {
  width: 47%;
}

.howto_end {
  padding: 25px 0 30px;
}

.howto_end > p {
  width: 280px;
  height: 54px;
  margin: 0 auto;
  border: 1px solid #e51087;
  color: #e51087;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 54px;
  border-radius: 27px;
}

.howto_txt {
  padding: 25px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 600px) and (max-width: 959px) {
  .howto_1 {
    width: 100%;
  }
  .howto_2 {
    width: 100%;
    margin-bottom: 50px;
  }
  .howto_3 {
    width: 100%;
    margin-bottom: 50px;
  }
  .howto_4 {
    width: 100%;
  }
  .howto_img {
    justify-content: space-around;
  }
}

@media (max-width: 599px) {
  .howto {
    padding-bottom: 0;
  }
  .howto_box {
    background: transparent;
  }
  .howto_ttl {
    margin-bottom: 25px;
    height: 36px;
    font-size: 1.6rem;
    border-radius: 18px;
  }
  .howto_head {
    display: flex;
    height: auto;
    min-height: 25px;
    padding-right: 8px;
    font-size: 1.5rem;
    border-radius: 10px;
    line-height: 25px;
  }
  .howto_head > span:first-of-type {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: auto;
    border-radius: 10px 0 0 10px;
    line-height: 1;
  }
  .howto_head > span:nth-of-type(2) {
    display: flex;
    align-items: center;
    padding: 5px 0;
    line-height: 1.2;
  }
  .howto_1 {
    width: 100%;
    margin-bottom: 25px;
  }
  .howto_2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .howto_3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .howto_4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .howto_end {
    padding: 0;
  }
  .howto_end > p {
    width: 150px;
    height: 29px;
    font-size: 1.8rem;
    line-height: 29px;
    border-radius: 14.5px;
  }
  .howto_img {
    justify-content: space-between;
  }
  .howto_img picture:last-of-type {
    text-align: right;
  }
  .howto_img img {
    width: 93%;
  }
  .howto_app {
    width: 100%;
    padding: 15px 10px 0;
    box-sizing: border-box;
  }
  .howto_apple {
    width: 34.8vw;
    height: auto;
  }
  .howto_google {
    width: 39vw;
    height: auto;
  }
  .howto_register {
    padding: 15px 0 0;
  }
  .howto_step {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .howto_step > span {
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    line-height: 20px;
  }
  .howto_mail {
    display: flex;
    justify-content: flex-start;
  }
  .howto_mailTxt {
    margin-left: 15px;
    font-size: 1.3rem;
  }
  .howto_mailIcon {
    width: 8.2%;
    height: auto;
    padding-top: 1%;
  }
  .howto_txt {
    padding: 20px 0 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*////////////////////////////
.podcast
////////////////////////////*/
.podcast {
  padding: 50px 0 100px;
}

.podcast_icon {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 20px;
}

.podcast_ttl {
  margin: 0 auto 70px;
  max-width: 750px;
  color: #1a2e6e;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
}

.podcast_btn {
  display: block;
  margin: 0 auto 50px;
  text-align: center;
}

.podcast_txt {
  max-width: 920px;
  margin: 0 auto 80px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.podcast_app {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 626px;
  height: 242px;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #1a2e6e;
  border-radius: 10px;
  box-sizing: border-box;
}

@media (max-width: 599px) {
  .podcast_app {
    align-items: flex-start;
  }
}

.podcast_box {
  width: 50%;
  height: 100%;
  text-align: center;
  border-right: 1px dashed #1a2e6e;
}

.podcast_box:last-of-type {
  border-right: none;
}

.podcast_box span {
  display: block;
  font-size: 1.0rem;
  text-align: center;
  padding-top: 10px;
  line-height: 1.3;
}

@media (max-width: 599px) {
  .podcast_box span br {
    display: none;
  }
}

.podcast_box img {
  max-width: 100%;
  height: 56px;
}

@media (max-width: 599px) {
  .podcast_box img {
    max-height: 40px;
  }
}

.podcast_bbl {
  position: relative;
  width: 110px;
  height: 30px;
  margin: 10px auto 20px;
  background: #1a2e6e;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  border-radius: 15px;
}

.podcast_bbl:after {
  position: absolute;
  bottom: -9px;
  left: 50px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #1a2e6e transparent transparent transparent;
  content: "";
}

.podcast_name {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (min-width: 600px) and (max-width: 959px) {
  .podcast {
    padding: 50px 30px 100px;
  }
}

@media (max-width: 599px) {
  .podcast {
    padding: 35px 25px;
  }
  .podcast_icon {
    width: 55px;
    margin: 0 auto 15px;
  }
  .podcast_ttl {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .podcast_btn {
    margin: 0 auto 30px;
  }
  .podcast_txt {
    margin: 0 auto 25px;
    font-size: 1.3rem;
  }
  .podcast_app {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .podcast_box {
    height: auto;
    padding: 0 15px;
  }
  .podcast_bbl {
    width: 75px;
    height: 18px;
    margin: 0 auto 15px;
    font-size: 1rem;
    line-height: 18px;
  }
  .podcast_bbl:after {
    bottom: -6px;
    left: 36px;
    border-width: 6px 3px 0 3px;
  }
  .podcast_name {
    margin-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

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

.mb {
  display: none;
}

.sp {
  display: none;
}

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

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

/*# sourceMappingURL=./style.css.map */
/*////////////////////////////
.audee
////////////////////////////*/
.audee_kana {
  font-size: 70%;
}
