
 .clearfix {
   display: block;
   padding: 0;
 }

 .clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }

 .radiko {
	 font-size: 12px;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
	background-repeat: no-repeat;
	padding-left: 70px;
	background-position: left;
	line-height: 2;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: block;
 }

.radiko a::before {
	content: "";
	background-image: url(/images/radiko.jpg);
	background-size: contain;
	display: inline-block;
	width: 60px;
	height: 24px;
	margin-right: 10px;
	vertical-align: middle;
	background-repeat: no-repeat;
}

 .radiko_sp {
 display: none;
 }

/* ▼ */


#wrap {
width: 100%;
height: auto;
position: relative;
line-height: 1.5;
    overflow: hidden;
}

#bg {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  height: auto;
  background: url(../images/bg.jpg);
  background-repeat: repeat;
  z-index: 0;
color: #805729;
}

/*  */

@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#menu {
  width: 100%;
      height: auto;
      position: relative;
      background: url(../images/menu_bg.png);
      background-repeat: repeat-x;
      background-position: 100% auto;
      background-size: auto 100%;
      padding: 10px 0 15px 0;
      color: #FEEED4;
      font-size: 16px;
      z-index: 77;
}

#menu ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
max-width: 1040px;
   justify-content: space-around;
}

#menu ul li.m_li{
width: 18%;
margin: 0 auto;
text-align: center;
}

#menu ul li {
position: relative;
}

#menu ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2;
}

#menu ul li.li_after{
  width: 2.5%;
  margin: 0 auto;
  text-align: center;
  margin: 27px 0;
  height: 15px;
}

#menu ul li .m_icon img {
width: 100%;
height: auto;
margin: 0 auto;
min-width: 30px;
max-width: 30px;
}

#menu ul li .m_logo img {
width: 100%;
height: auto;
margin: 0 auto;
min-width: 97px;
max-width: 97px;
}

#menu ul li p.m_text {
filter: drop-shadow(0px 0px 1px rgba(252,246,215,1));
}

/* //////////////////////////////////// */

#header {
  width: 100%;
  height: auto;
  background: url(../images/header_bg.jpg);
  position: relative;
  background-position: center bottom;
      background-size: cover;
    background-repeat: no-repeat;
}

#header .mail {
  width: 100%;
      height: auto;
      position: absolute;
      top: 2%;
      right: 2%;
      max-width: 185px;
      z-index: 1000;
}

#header .mail img {
  width: 100%;
  height: auto;
}

#header::before {
  position: absolute;
      content: url(../images/accent_header_l.png);
      left: 0%;
      top: 0%;
      z-index: 1;
}

#header::after {
  position: absolute;
  content: url(../images/accent_header_r.png);
  right: 0%;
  top: 0%;
  z-index: 1;
}

#header .header_wrap {
  width: 100%;
  height: auto;
  max-width: 1357px;
  margin: 0 auto;
}

#header img{
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  max-width: 1357px;
    margin-bottom: -7px;
}


/* /////////////////ヘッダーから下/////////////////// */

.description {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 850px;
  padding-bottom: 5vh;
}

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

/* ///////////////////// */

#main {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2vh;
  padding-bottom: 2em;
  background: url(../images/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  font-family: heisei-kaku-gothic-std, sans-serif;
font-weight: 500;
font-style: normal;
}

#main .max-width {
  width: 100%;
  height: auto;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 10vh;
}

.box_wrap{
width: 100%;
background: #fff;
border-radius: 15px;
padding: 2em;
box-sizing: border-box;
position: relative;
}

.box_wrap::before {
  position: absolute;
      content: url(../images/accent_box_l.png);
      left: 0%;
      top: 0%;
      z-index: 1;
}

.box_wrap::after {
  position: absolute;
  content: url(../images/accent_box_r.png);
  right: 0%;
  top: 0%;
  z-index: 1;
}

.box {
  width: 100%;
  padding: 3vh 0;
}

.box p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.title {
  display: inline-block;
  position: relative;
  width: auto;
padding: 5px 6em;
  text-align: center;
  background: #f45353;
  color: #FFF;
  box-sizing: border-box;
  margin-bottom: 5vh;
  font-family: bokutoh-ruika, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.title h2 {
font-size:35px;
letter-spacing: 0.2em;
font-weight: 100;
}

.title:before, .title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.title:before {
  top: 0;
  left: 0;
border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.title:after {
  top: 0;
  right: 0;
    border-width: 32px 15px 32px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.personality {
  width: 100%;
  position: relative;
}

.personality ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.kusano img {
  width: 100%;
  max-width: 370px;
}

.guest img {
  width: 100%;
  max-width: 660px;
}

.personality p {
  font-size: 18px;
}

.personality h5 {
font-size: 15px;
letter-spacing: 0.2em;
padding: 0.1em 0;
}

.personality h3 {
  font-size: 25px;
margin-bottom: 1em;
}



/* ///// */

.pod_wrap {
  width: 100%;
  height: auto;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.pod_box {
  height: auto;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin: 0.5em;
  width: 40%;
background-image: linear-gradient(to right top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  border-radius: 100%;
  min-width: 350px;
  color: #fff;
  padding: 10vh 2vh;
  min-height: 300px;
  text-align: center;
  box-shadow: 9px 8px 9px 0px #00000024;
  margin-bottom: 5vh;
}

.pod_box .text h4 {
  font-size: 18px;
  margin-bottom: 0.2em;
  min-height: 50px;
}

.pod_box .text p {
  font-family: heisei-kaku-gothic-std, sans-serif;
      font-weight: 100;
      font-style: normal;
      min-height: 100px;
    font-size: 14px;
}

/* .pod_box .sound {
  width: 30%;
} */

/* //// */

.banner {
width: 100%;
height: auto;
margin: 0 auto;
text-align: center;
position: relative;
    padding-top: 5vh;
}

.banner ul {
  display: flex;
  align-items: center;
  width: 75%;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}

.banner ul li {
  width: 50%;
      height: auto;
}

.banner img{
width: 100%;
height: auto;
max-width: 320px;
}



/* ▼common */

a {
transition: 0.3s;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}

.sp {
display: none;
}

.pc {
  display: block;
  }

hr {
border-top: 0px;
}

/* //////////////////result css//////////////////// */

.main_left_re {
width: 100%;
height: auto;
margin: 0 auto;
position: relative;
margin-top: 6vh;
}

.main_left_re .main_left {
margin-top: 0vh;
}

.main_left .program .box_li {
    width: 100%;
    padding-bottom: 0.5em;
    font-size: 14px;
    margin-bottom: 0.1em;
    background: rgba(185, 145, 81, 0.28);
    border-radius: 10px;
    margin-bottom: 2em;
padding: 1em;
}

.ul_wrap ul {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.ul_wrap ul li {
  width: 32.9%;
  padding: 0.5em;
  font-size: 14px;
  margin-bottom: 0.1em;
  background: rgba(185, 145, 81, 0.28);
  margin-bottom: 0.2em;
  margin-right: 0.2em;
  box-sizing: border-box;
}

.years {
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 20px;
  margin-bottom: -5px;
  vertical-align: bottom;
}

.century{
  width: 100%;
  height: auto;
  display: inline-block;
  font-size: 12px;
  padding-bottom:0.5em;
    color: #bd9c78;
    vertical-align: top;
}

.ul_wrap ul li.li_wrap a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2;
}

.red {
color: #DD0000;
}



/*  ============================= */

@media screen and (max-width: 814px) {


  #header .header_left {
    width: 100%;
        height: auto;
        float: none;
  }

  #header .header_right {
    width: 90%;
    margin: 0 auto;
    float: none;
  }

}

/*  ============================= */

@media screen and (max-width: 768px) {

#wrap {
  margin-top: -7px;
}

  .sp {
  display: block;
  }

  .pc {
  display: none;
  }


	.radiko{
	display: none;
	}

	.radiko_sp {
	display: block;
	width: 100%;
	position: relative;
	}

	.radiko_sp a img {
	 position: relative;
	 width: 100%;
	 height: auto;
	}

#bg {
margin-top: -7px;
}

#header img {
width: 100%;
height: auto;
margin: 0 auto;
}

#header {
margin-top: 0px;
padding: 0vh 0;
width: 100%;
margin: 0 auto;
}

#header::before {
  position: absolute;
      content: url(../images/accent_header_l.png);
      left: -20%;
      top: 0%;
      z-index: 1;
}

#header::after {
  position: absolute;
  content: url(../images/accent_header_r.png);
  right: -20%;
  top: 0%;
  z-index: 1;
}

#header .header_wrap {
 padding-top: 0.7em;
 z-index: 100;
 position: relative;
}

#header .header_right .right_wrap {
    border-radius: 15px;
    box-sizing: border-box;
    text-align: left;
    min-height: 320px;
}

#header .header_right .right_wrap .right_title {
padding: 0.3em 0em;
border-radius: 5px;
font-size: 20px;
margin-bottom: 0.1em;
}

#header .header_right .right_wrap ul li {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 0px 25px 25px 0px;
    font-size: 16px;
    margin-bottom: 0.5em;
}

#header .header_right .right_wrap ul li.side::after {
  padding: 10px 10px 10px 10px;
  border-radius: 0px 10px 10px 0px;
}

#header .header_right .right_wrap ul li.note p::after {
  content: "";
  font-size: 10px;
}

.pod_box{
height: auto;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 45%;
    border-radius: 10px;
    min-width: 290px;
    color: #fff;
    padding: 2vh 2vh;
    min-height: 300px;
    text-align: center;
    box-shadow: 9px 8px 9px 0px #00000024;
    margin-bottom: 2vh;
}

/* /////////////////////////////// */

#main {
  width: 100%;
  padding: 0vh 0;
  margin-top: -2vh;
}

#main p {
font-size: 14px;
}

.description {
    width: 90%;
  }

  .box_wrap {
      width: 90%;
      margin: 0 auto;
  }

  .title:before {
      left: -1px;
    }

    .title:after {
        right: -1px;
      }

.title h4 {
    font-size: 25px;
}

.title h5 {
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: -5px;
}

.personality ul {
    justify-content: space-evenly;
  }


/* ///////////////////////// */

.main_left .t_ribbon {
width: 100%;
}

.pod_box {
    justify-content: space-between;
  }

audio {
      width: 100%;
}

}

/*  ============================= */

@media screen and (max-width: 700px) {

#header::before {
      display: none;
}

#header::after {
        display: none;
}

#header .mail {
    right: -30%;
  }

#header .mail img {
    width: 40%;
    height: auto;
}

.box_wrap::before {
    position: absolute;
    content: url(../images/accent_box_l.png);
    left: -40%;
  }

.box_wrap::after {
    position: absolute;
    content: url(../images/accent_box_r.png);
    right: -40%;
  }

  .title {
        padding: 5px 0em;
        width: 100%;
    }

.title h2 {
font-size: 20px;
letter-spacing: 0.1em;
}

.title:before {
    border-width: 23px 0px 23px 15px;
  }

  .title:after {
      border-width: 23px 15px 23px 0px;
    }

.personality ul {
  justify-content: space-evenly;
}

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

      .personality h5 {
          font-size: 12px
        }

        .personality h3 {
            font-size: 18px;
            line-height: 1;
            padding-top: 0.3em;
        }

        .personality .mini {
            font-size: 13px;
            display: inline-block;
            line-height: 1.2;
        }

    .pod_box {
        display: block;
      }

      .pod_box .text {
          width: 100%;
        }

        .pod_box .text h4 {
            font-size: 18px;
          }

          .pod_box .sound {
              width: 100%;
          }

          .banner {
              width: 100%;
              padding-top: 4vh;
            }

.banner ul {
  flex-direction: column;
}

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

          .banner img {
              min-width: inherit;
          }


}
