@charset "UTF-8";


/* ===============================================
MARGIN STYLE
=============================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt1e {
  margin-top: 1em !important;
}

.mt2e {
  margin-top: 2em !important;
}

.mt3e {
  margin-top: 3em !important;
}

.mt4e {
  margin-top: 4em !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.ml2e {
  margin-left: 2em !important;
}

.p10 {
  padding: 10px;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}



/* ===============================================
TEXT INDENT STYLE
=============================================== */
.indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

.indent3 {
  padding-left: 3em;
  text-indent: -3em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
}

.mv {
  position: relative;
}
.mv span {
  font-size: 1.2rem;
  position: absolute;
  right: 15%;
  bottom: 4.5%;
}
.mv .siteauther {
  font-size: 1.3rem;
  position: absolute;
  right: 6.6%;
  top: 2.4%;
}

.headernavi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 15px 10px;
}
.headernavi.on .bkbtn {
  display: none;
  opacity: 0;
}
.headernavi .bkbtn {
  display: inline-block;
  padding: 0 0.7em;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: 2px solid #4b575e;
  border-radius: 12px;
  box-sizing: border-box;
  opacity: 1;
  transition: all 0.3s;
}
.headernavi .bkbtn a {
  color: #000;
  text-decoration: none;
  line-height: 40px;
  box-sizing: border-box;
}
.headernavi .bkbtn a::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #4b575e;
  border-right: solid 2px #4b575e;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.headernavi .aboutbox {
  text-align: right;
}
.headernavi .about {
  display: inline-block;
  margin: 0 0 0 auto;
  position: relative;
  background: #ffffff;
  border: 2px solid #4b575e;
  border-radius: 12px;
  transition: all 0.5s;
}
.headernavi .about.open {
  display: block;
}
.headernavi .about.open .inner {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 4%;
}
.headernavi .about.open .text1 {
  padding-top: 5px;
  padding-bottom: 10px;
  margin: 0 4%;
  font-size: 1.8rem;
  position: relative;
}
.headernavi .about.open .text1::after {
  width: 100%;
  background-color: #000;
}
.headernavi .about.open .text1::before {
  content: "×";
  font-weight: bold;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.headernavi .about .text1 {
  padding: 0 1.5em;
  color: #000000;
  text-align: center;
  font-size: 1.6rem;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s;
  position: relative;
  box-sizing: border-box;
}
.headernavi .about .text1::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all 0.5s;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.headernavi .about .inner {
  display: none;
  width: 0;
  height: 0;
  text-align: left;
  transition: all 0.5s;
  font-size: 1.4rem;
  line-height: 1.6;
  box-sizing: border-box;
}
.headernavi .about .inner strong {
  font-size: 1.8rem;
}
.headernavi .about .inner .biography {
  margin-top: 30px;
}
.headernavi .about .inner .biography li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dotted #ccc;
}
.headernavi .about .inner .biography li:first-child {
  padding-top: 0;
  border-top: none;
}

.sitename {
  padding: 50px 0;
  text-align: center;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  background: #ccc;
}
.sitename span {
  padding-right: 4px;
  border-bottom: 2px solid #000;
}
.sitename img {
  width: 1.4em;
  height: auto;
  margin-left: -2px;
}

.pagetitle {
  position: relative;
  margin: 40px 0 20px;
  padding: 8px 0;
  font-size: 2.2rem;
  line-height: 1.5;
}
.pagetitle::before {
  content: attr(data-number);
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  color: #50874b;
  font-size: 3rem;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pagetitle::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #50874b;
}
.pagetitle .no {
  text-align: right;
  display: block;
  margin-top: -30px;
}
.pagetitle .no time {
  margin-left: 10px;
  color: #999;
  font-size: 0.9375rem;
  font-weight: bold;
}

.page-content {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
.page-content .pragraph img {
  max-width: 100%;
}
.page-content .pragraph p {
  overflow: hidden;
  margin-bottom: 20px;
}
.page-content .pragraph .name {
  display: block;
  margin-right: 5px;
  float: left;
  font-size: 1.7rem;
  font-weight: bold;
  color: #50874b;
}
.page-content .pragraph .text {
  display: block;
  overflow: auto;
}
.page-content .pragraph blockquote {
  position: relative;
  margin: 30px 0 25px;
  padding: 15px 10px 5px;
  box-sizing: border-box;
  font-style: normal;
  background: #f9f9f9;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
}
.page-content .pragraph blockquote:after {
  position: absolute;
  content: "";
  top: -8px;
  left: 39px;
  border: none;
  border-bottom: solid 8px #6cacb5;
  border-right: solid 9px transparent;
}
.page-content .pragraph blockquote p {
  position: relative;
  padding: 0;
  z-index: 3;
  margin-bottom: 0;
}
.page-content .pragraph blockquote p .name {
  color: #000;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.7;
}
.page-content .pragraph blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.page-content .podcast {
  margin-top: 60px;
  border: 2px solid #333333;
  border-radius: 5px;
  padding: 0 3% 20px;
  background-color: #f5f5f5;
}
.page-content .podcast .time {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -1.5em;
}
.page-content .podcast .time img {
  width: 60px;
  display: none;
}
.page-content .podcast .time time {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.page-content .podcast .time time span {
  padding: 5px 12px;
  color: #fff;
  background-color: #333;
  border-radius: 5px;
}
.page-content .podcast .title {
  margin-bottom: 30px;
  padding: 0 0 14px 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px solid #000;
}

.bklist {
  margin-top: 80px;
  margin-bottom: 60px;
  border-bottom: 2px solid #999;
}
.bklist .bktext {
  margin: 40px auto 20px;
  text-align: center;
  font-weight: bold;
}
.bklist li {
  border-top: 2px solid #999;
}
.bklist li .no {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
.bklist li .title {
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bklist li time {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #999;
  font-size: 1.4rem;
}
.bklist li time::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/udoradi/pen.svg) no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
.bklist a {
  display: block;
  padding: 10px 15px;
  color: #000;
  line-height: 1.4;
  text-decoration: none;
  overflow: hidden;
}

.mv img {
  width: 100%;
}

/* ---------------------------------------------
udoradi_text
--------------------------------------------- */

#udoraji_text header h1 {
  position: relative;
  z-index: 1;
}
#udoraji_text header h1 .btn_spotify {
  position: absolute;
  bottom: 6%;
  right: 19%;
  padding: 5px 18px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #46d466;
  border-radius: 20px;
  transition: filter 0.3s;
}
#udoraji_text header h1 .btn_spotify:hover {
  filter: brightness(1.1);
}

#udoraji_text header h1 .btn_spotify img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}

#udoraji_text .mv {
    position: relative;
}

#udoraji_text .mv span {
    font-size: 0.8rem;
    position: absolute;
    right: 15%;
    bottom: 4.5%;
}

#udoraji_text .mv .siteauther {
    font-size: 0.8rem;
    position: absolute;
    right: 6.6%;
    top: 4%;
}

#udoraji_text .udoraji_text-h3 {
    color: #333;
    font-size: 2em;
    text-align: center;
    margin: 1em 0;
}

@media screen and (min-width: 768px) {
  #udoraji_text .udoraji_text-h3 .sp {
    display: none;
  }
}

#udoraji_text .udoraji_text-intro {
    font-size: 1.05rem;
    line-height: 1.8;
}

#udoraji_text .mentudan_btn {
    width: 200px;
    margin: 0 auto;
    background-color: #f4c040;
    padding: 10px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 20px;
    transition: 0.4s;
    border: 2px solid #f4c040;
    position: relative;
}

#udoraji_text .mentudan_btn::after {
    content: '';
    display: inline-block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}

#udoraji_text .mentudan_btn a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    display: block;
}

#udoraji_text .mentudan_btn:hover {
    background-color: #fff;
    color: #f4c040;
    border: 2px solid #f4c040;
}

#udoraji_text .mentudan_btn:hover a {
    color: #333;
}

#udoraji_text .udoraji_text-box {
    padding: 32px 0;
    border-top: 3px solid #bd4513;
    border-bottom: 3px solid #bd4513;
}

#udoraji_text .udoraji_text-h4 {
    font-size: 1.4em;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    margin-top: 32px;
}

#udoraji_text .udoraji_text-h4::before {
    content: '';
    display: block;
    width: 40px;
    height: 39px;
    background: url(../images/udoradi/icon-radio_red.png) no-repeat center/ contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.backnumber-list {
    margin-top: 28px;
    list-style: none;
    padding-left: 0;
}

.backnumber-list li a {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-bottom: 13px;
    border-bottom: dotted 1px #333;
    margin-bottom: 13px;
    font-weight: 600;
    color: #333;
}

.backnumber-list li a .tumbnail-img {
    flex: 0 0 auto;
}
@media screen and (max-width: 768px) {
    .backnumber-list li a {
        gap: 20px;
    }
    .backnumber-list li a .tumbnail-img {
        max-width: 20%;
    }
}
.backnumber-list li a {
  transition: color 0.3s;
}
.backnumber-list li a:hover {
  color: #bd4513;
  text-decoration: none;
}

.backnumber-list li a .title {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.backnumber-list li a .title .date {
  font-size: 0.8rem;
  flex: 1 1 auto;
  width: 100%;
  margin-top: 4px;
}
@media screen and (min-width: 769px) {
  .backnumber-list li a .title .no {
    font-size: 1.25rem;
  }
  .backnumber-list li a .title .theme {
    font-size: 1.1rem;
  }
  .backnumber-list li a .title .date {
    flex: 1 1 auto;
    width: 100%;
    margin-top: 8px;
    font-size: 1rem;
  }
}

#udoraji_text #hidden_text {
    padding: 1em;
    border: 1px solid #f4c040;
    margin-bottom: 32px;
    background-color: #f7f7db;
}

#udoraji_text #hidden_text .text1 {
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 2px solid #333;
}

#udoraji_text .biography {
    margin-top: 16px;
}

#udoraji_text .biography ul {
    margin-top: 0;
}

#udoraji_text .biography ul dl {
    border-bottom: dotted 1px #333;
}

@media screen and (max-width: 768px) {
    #udoraji_text .udoraji_text-h3 {
        font-size: 1.6em;
    }

    #udoraji_text li a {
        gap: 10px;
    }
}

/* ---------------------------------------------
udoradi_talk
--------------------------------------------- */
#udoradi_talk header {
  position: relative;
  z-index: 1;
}
#udoradi_talk header .editor {
  position: absolute;
  top: 6%;
  right: 2%;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 768px) {
  #udoradi_talk header .editor {
    font-size: 0.8rem;
  }
}

#udoradi_talk .pagetitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #bd4513;
    margin: 40px 0 40px;
    line-height: 1;
}
#udoradi_talk .pagetitle.type-no {
  font-size: 2.4rem;
}

#udoradi_talk .pagetitle span time {
    display: block;
}

#udoradi_talk .pagetitle::after {
    display: none;
}

#udoradi_talk .pagetitle .sharp {
  font-style: italic;
}

#udoradi_talk .pagetitle .no {
    text-align: right;
    display: block;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
  #udoradi_talk .pagetitle .no {
    margin-top: 8px;
  }
}

#udoradi_talk blockquote {
    position: relative;
    padding: 10px 16px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #fff;
}

#udoradi_talk blockquote::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    top: -18px;
    left: 10px;
    transform: translateY(-50%);
    background: url(../images/udoradi/ico_bq.svg) no-repeat center / cover;
    transform: rotate(180deg);
    filter: brightness(0.7);
}

#udoradi_talk .pragraph blockquote .name {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.5;
    width: auto;
    height: auto;
    background-color: #fff;
    color: #333;
    font-style: normal;
    font-size: 1rem;
}

#udoradi_talk blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

#udoradi_talk blockquote:after {
    display: none;
}

#udoradi_talk .podcast {
    padding: 40px 3%;
    border: none;
    background-color: #f7f7db;
    margin-bottom: 50px;
}

#udoradi_talk .podcast .time {
    justify-content: center;
    background-color: #d62515;
    width: 70%;
    margin: 0 auto 40px auto;
}

#udoradi_talk .podcast .time time span {
    padding: 20px 10px;
    color: #fff;
    background-color: #d62515;
    border-radius: 0;
    position: relative;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}

#udoradi_talk .podcast .time img {
    display: block;
    width: 35px;
}

.headernavi {
    display: block;
}

.headernavi .about {
    border-radius: 0;
    border: 1px solid #f4c040;
    background-color: #f7f7db;
    position: relative;
}

.headernavi .about::after {
    content: '';
    display: inline-block;
    border-top: solid 2px #4b575e;
    border-right: solid 2px #4b575e;
    border-radius: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.headernavi .about .text1 {
    margin: 0 auto;
    background-color: #f4c040;
    padding: 5px 50px;
    text-align: center;
    transition: 0.4s;
    border: 2px solid #f4c040;
    color: #333;
    position: relative;
}

.headernavi .about .text1::after {
    display: none;
}

.headernavi .about.open .text1 {
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 20px 4%;
    font-size: 1.8rem;
    position: relative;
}

.mv .siteauther {
    font-size: 1.3rem;
    position: absolute;
    right: 6.6%;
    top: 4%;
}

#udoradi_talk .pragraph > p {
    display: flex;
    margin-right: 5px;
    font-size: 1.0625rem;
    width: 100%;
    margin-bottom: 1em;
}

#udoradi_talk .pragraph > p .name {
    width: 2.8em;
    height: 2.8em;
    flex: 0 0 auto;
    line-height: 1;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 0.9375rem;
    padding: 5px;
    letter-spacing: 0;
    text-align: center;
}

#udoradi_talk .pragraph .text {
    display: block;
    width: 100%;
    padding: 8px 0 0 0.5em;
    position: relative;
    display: inline-block;
    overflow: unset;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #udoradi_talk .pragraph .text {
        font-size: 1rem;
    }
    #udoradi_talk .pagetitle.type-no {
        margin: 20px 0 25px;
        padding-bottom: 15px;
        text-align: center;
    }

    #udoradi_talk blockquote {
      padding-bottom: 5px;
    }

    #udoradi_talk .pragraph > p .name {
        margin-right: 8px;
        font-size: 0.8rem;
    }

    .pagetitle::before {
        display: none;
    }

    #udoradi_talk .podcast .time {
        width: 100%;
        padding: 10px;
    }

    #udoradi_talk .podcast .time time span {
        padding: 0;
    }
}
