@charset "utf-8";
/* CSS Document */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  line-height: 1.6;
  font-family: "AxisStd-Regular", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  ;
}
 @keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
img {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #F30;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}
/*main---*/
.main-picture {
  text-align: center;
}
article {
  background-color: #f5f5f5;
}
.datsusala {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
section {
  padding-bottom: 80px;
}
#about, #listen, #cast, #message {
  padding-top: 100px;
  margin-top: -100px;
}
.menu-icon {
  font-size: 26px;
  margin-right: 5px;
  color: #69C;
}
.page-menu {
  padding: 5px 0px;
}
.page-menu ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
}
.page-menu ul li {
  width: calc(100% / 4);
  position: relative;
}
.page-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 60px;
  border: 3px solid #000000;
  box-sizing: border-box;
  margin-right: 5px;
  color: #000000;
  z-index: 0 !important;
}
.page-menu ul li.last a {
  margin-right: 0px !important;
}
._datsu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-image: linear-gradient(#f5f5f5 0, #f5f5f5 100%);
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
  z-index: 999;
}
._datsu ul {
  max-width: 1100px !important;
  width: 100% !important;
  margin: 0 auto;
}
._datsu ul li a {
  border: 1px solid #000000;
  border-radius: 6px;
  box-shadow: 0px 5px 0 rgba(0,0,0,.05);
  background-color: #fff;
}
._datsu ul li a:hover {
  background-color: #CCC;
}
._datsu ul li a.current {
  background-color: #666;
  color: #fff;
}
.title {
  margin-bottom: 20px;
  text-align: center;
}
.title span {
  color: #fff;
  background-color: #69C;
  display: block;
  padding: 10px;
  border-radius: 5px;
  width: 100px;
  margin: 0 auto 10px;
  font-weight: 700;
  font-size: 12px;
}
.title h2 {
  border-bottom: none;
  display: inline-block;
  position: relative;
  font-size: 26px;
  margin: 0 auto 23px;
  padding: 0 .25em;
  line-height: 1.3;
  background-image: linear-gradient(to top, #f5ff00 0, #f5ff00 50%, transparent 50%, transparent 100%);
}
.title h3 {
  border-bottom: none;
  width:100%;
  font-size: 20px;
  text-align:center;
}
.title-icon {
  font-size: 30px;
  display: block !important;
  text-align: center;
}

/**/
.stage-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: hidden;
}
.stage {
  width: calc((100% / 2) - 20px);
  margin: 0px auto;
  position: relative;
}
.stage-ttl {
  text-align: center;
  padding-bottom: 5px;
}
.stage-ttl h3 {
  font-size: 20px;
}
.stage-ttl h3 span {
  display: block;
}
.txt-about {
  width: 80%;
  margin: 0 auto;
}
.radio-box {
  position: relative;
  width: 100%;
  padding-top: 0%;
  height: 315px;
}
.radio-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
}
.stage img {
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 100%;
}
.ttl-name {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  background-image: url(../../images/radio/icon-nametitle-btm.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.ttl-name span {
  display: block;
  font-size: 12px;
}
.bnr-musiclive {
  text-align: center;
  margin-bottom: 60px;
}
.radiolist {
  background-color: #efefef;
  padding: 5px 10px;
  margin-bottom: 0px !important;
}
.ttl-radiolist {
  font-size: 20px !important;
}
.area dt {
  font-weight: 600;
}
.area dd {
  margin-bottom: 20px;
}
.area dd:last-child {
  margin-bottom: 0px !important;
}
.area {
  padding: 20px 20px 0px;
}
.radiolist-title h2 {
  font-size: 24px;
  text-align: center;
}
.radiolist-box {
  background-color: #fff;
  padding: 15px;
  margin-bottom:40px;
}
.box-message {
  position: relative;
  padding: 10px 10px 10px 70px;
  background-color: #fff;
  border: 1px solid #CCC;
}
.box-message::before {
  padding-right: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
}
.box-message p {
  font-size: 18px;
  font-weight: 700;
}
.mail-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
}
.fax-icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ac";
}

.btn-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 40px;
}
.btn {
  width: calc((100% / 2) - 60px);
  margin: 0px auto;
}
.btn a:hover {
  opacity:0.6;}
@media screen and (min-width: 768px) {
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
}
}
@media screen and (max-width:768px) {
body {
  font-size: 12px;
}
img {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}
section {
  padding-bottom: 40px;
}
.radio-box {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.radio-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe {
  border: none;
  margin: 0px;
  padding: 0px;
}
.page-menu ul li {
  width: calc(100% / 2);
  font-size: 12px;
}
.page-menu ul li a {
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
  letter-spacing: -0.1em;
}
.page-menu ul li.last a {
  margin-right: 3px !important;
}
.page-menu ul li a:before {
  width: 1.7em !important;
  height: 1.7em !important;
}
.stage-outer {
  width: 98%;
}
.stage {
  width: calc(100%);
}
.stage:first-child {
  margin-bottom: 40px;
}
.title img {
  width: 45px;
  height: auto;
}
.txt-about, .txt-prof {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
._datsu ul li a:hover {
  background-color: #fff;
  color: #000;
}
._datsu ul li a.current {
  background-color: #000;
  color: #fff;
}
#about, #listen, #cast, #message {
  padding-top: 160px;
  margin-top: -160px;
}
.title-icon {
  font-size: 18px;
}
.title span {
  width: 80px;
}
.title h2 {
  font-size: 18px;
  margin: 0 auto;
}
.title h3 {
  font-size: 16px;
}
.stage.box-message:first-child {
  margin-bottom: 20px !important;
}
.radiolist-box {
  margin: 0 auto 40px;
  box-sizing: border-box;
  width: 98%;
}
.radiolist-title h2 {
  font-size: 18px;
}
.area {
  padding: 0px;
}
.btn-outer {
margin-bottom:0px;}
.btn {
  width: 98%;
}
.btn:first-child {
  margin-bottom:20px;}
}
