@charset "UTF-8";
main {
  padding: 0;
}

body {
  position: relative;
}

#fv {
  position: relative;
  height: 100%;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
}
#fv .fv-bg {
  position: relative;
  width: 100%;
  height: 42vw;
  overflow: hidden;
}
#fv video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
}
#fv h1 {
  position: absolute;
  bottom: 30px;
  right: 2%;
  font-size: 6vw;
}
@media screen and (max-width: 768px) {
  #fv h1 {
    bottom: 4vw;
  }
}

#now-on-air {
  padding: 0 2%;
}
#now-on-air .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 990;
  background-color: #49a839;
  display: grid;
  place-items: center;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #now-on-air .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 8px;
  }
}
#now-on-air .slick-prev {
  left: -1px;
  bottom: -1px;
}
#now-on-air .slick-prev::before {
  content: "\f060";
}
#now-on-air .slick-next {
  bottom: -1px;
  left: 49px;
}
#now-on-air .slick-next::before {
  content: "\f061";
}
@media screen and (max-width: 768px) {
  #now-on-air .slick-next {
    left: 29px;
  }
}
#now-on-air .slick-dots {
  display: none;
}
#now-on-air img {
  max-width: 1024px;
}
#now-on-air .time-table-slide {
  max-width: 1024px;
  margin: 50px auto 0;
  border: 5px solid #49a839;
  border-radius: 5px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 768px) {
  #now-on-air .time-table-slide {
    margin-top: 20px;
    border: 3px solid #49a839;
  }
}
#now-on-air li {
  display: flex;
}
#now-on-air li a {
  width: 100%;
}
#now-on-air li .on-air-time {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #5a5858;
}
@media screen and (max-width: 425px) {
  #now-on-air li .on-air-time {
    font-size: 12px;
  }
}
#now-on-air li .program-box {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
#now-on-air li .program-box figure {
  display: grid;
  place-items: center;
  max-width: 533px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  #now-on-air li .program-box figure {
    height: 220px;
  }
}
@media screen and (max-width: 425px) {
  #now-on-air li .program-box figure {
    height: 120px;
  }
}
#now-on-air li .program-box figure .post-bgi {
  width: 100%;
  height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #now-on-air li .program-box figure .post-bgi {
    height: 220px;
  }
}
@media screen and (max-width: 425px) {
  #now-on-air li .program-box figure .post-bgi {
    height: 110px;
  }
}
#now-on-air li .program-box .program-information {
  margin-top: 20px;
  max-width: 430px;
  width: 100%;
}
@media screen and (max-width: 425px) {
  #now-on-air li .program-box .program-information {
    margin-top: 8px;
  }
}
#now-on-air li .program-box .program-information .program-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #006934;
}
@media screen and (max-width: 425px) {
  #now-on-air li .program-box .program-information .program-title {
    font-size: 18px;
  }
}
#now-on-air li .program-box .program-information .personality {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.2em;
}
#now-on-air li .program-box .program-information .personality::before {
  display: inline-block;
  margin-right: 10px;
  content: "\f130";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
}
@media screen and (max-width: 425px) {
  #now-on-air li .program-box .program-information .personality {
    margin-top: 8px;
    font-size: 12px;
  }
}
#now-on-air li .program-box .program-information p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5rem;
  white-space: pre-line;
}

.now-on-air-mark {
  position: relative;
}
.now-on-air-mark::before {
  display: grid;
  place-items: center;
  position: absolute;
  content: "\f8d7";
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  background-color: #49a839;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .now-on-air-mark::before {
    width: 7vw;
    height: 7vw;
    font-size: 4vw;
    top: 1vw;
    left: 2vw;
  }
}
.now-on-air-mark::after {
  display: grid;
  place-items: center;
  position: absolute;
  content: "NOW ON AIR";
  white-space: nowrap;
  font-size: 12px;
  color: #49a839;
  top: 64px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .now-on-air-mark::after {
    font-size: 2vw;
    top: 9vw;
    left: 0.5vw;
  }
}

#information {
  padding: 0 2%;
}
#information .information-main {
  max-width: 1024px;
  background-color: #fff;
  margin: 50px auto 0;
  padding: 20px;
  border: #49a839 5px solid;
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 768px) {
  #information .information-main {
    margin-top: 20px;
    padding: 10px;
    border: 3px solid #49a839;
  }
}
#information .information-top::after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #bbb;
}
#information .information-top .information-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 8px;
}
#information .information-top .information-title a {
  display: grid;
  place-content: center;
  background-color: #49a839;
  border-radius: 5px;
  width: 120px;
}
@media screen and (max-width: 768px) {
  #information .information-top .information-title a {
    font-size: 8px;
    width: 80px;
  }
}
#information .information-container {
  display: grid;
  flex-direction: row;
  margin-top: 20px;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
}
@media screen and (max-width: 768px) {
  #information .information-container {
    margin-top: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
#information .information-container a {
  padding: 10px;
  gap: 10px;
  display: flex;
  transition: 0.3s;
}
@media screen and (max-width: 425px) {
  #information .information-container a {
    padding: 0;
  }
}
#information .information-container a:hover {
  background-color: rgba(150, 150, 150, 0.1);
}
#information .information-container a:hover .post-bgi {
  transform: scale(110%);
}
#information .information-container h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #information .information-container h4 {
    -webkit-line-clamp: 2;
  }
}
#information .information-container h4 span {
  display: block;
  padding-top: 10px;
  margin-bottom: 4px;
}
#information .information-container figure {
  display: inline;
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #information .information-container figure {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
  }
}
#information .information-container .post-bgi {
  display: block;
  max-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #information .information-container .post-bgi {
    max-width: 50px;
    height: 50px;
    border-radius: 5px;
  }
}
#information .information-container .post-categories {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#content {
  padding: 0 2%;
}
#content .content-box {
  display: flex;
  margin: 50px auto 0;
  max-width: 1024px;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  #content .content-box {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #content .content-box {
    margin-top: 20px;
  }
}
#content .content-box .twicasting-box {
  padding: 5px;
  background-color: #0280fc;
  border-radius: 5px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
  max-width: 1024px;
  width: 100%;
  height: auto;
}
#content .content-box .twicasting-box::before {
  display: block;
  content: "FMやんばるツイキャス放送";
  text-align: center;
  color: #fff;
  padding: 10px;
}
#content .content-box .twicasting-box .twicasting {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#content .content-box .twicasting-box .twicasting iframe {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #content .content-box .twicasting-box .twicasting iframe {
    border-radius: 5px;
  }
}
#content .content-box .twitter-box {
  padding: 5px;
  background-color: #3290cf;
  border-radius: 5px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
}
#content .content-box .twitter-box p {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
#content .content-box .twitter-box .twitter {
  width: 260px;
  height: 420px;
  overflow-y: scroll;
}
@media screen and (max-width: 1023px) {
  #content .content-box .twitter-box .twitter {
    width: 100%;
    height: 420px;
  }
}

#livecamera {
  padding: 0 2%;
  margin-top: 50px;
}
#livecamera .youtube-box {
  margin: 0 auto;
  padding: 5px;
  background-color: #006934;
  border-radius: 5px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
  max-width: 1024px;
  width: 100%;
}
#livecamera .youtube-box img {
  max-width: 370px;
  margin: 0 auto;
}
#livecamera .youtube-box .youtube-content {
  width: 100%;
  aspect-ratio: 16/9;
}
#livecamera .youtube-box .youtube-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#content-tree {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #content-tree {
    margin-top: 20px;
  }
}
#content-tree h3 {
  padding: 20px;
  text-align: center;
  background-color: #006934;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #content-tree h3 {
    padding: 10px;
  }
}
#content-tree .content-tree-box {
  position: relative;
  margin: 70px auto;
  max-width: 900px;
  width: 94vw;
  max-height: 900px;
  height: 94vw;
}
@media screen and (max-width: 768px) {
  #content-tree .content-tree-box {
    margin: 30px auto;
  }
}
#content-tree .content-tree-icon {
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: 150px;
  background-position: center;
  background-repeat: none;
  transition: 0.3s;
}
@media screen and (max-width: 1023px) {
  #content-tree .content-tree-icon {
    width: 15vw;
    height: 15vw;
    background-size: 15vw;
  }
}
@media screen and (max-width: 768px) {
  #content-tree .content-tree-icon {
    width: 12vw;
    height: 12vw;
    background-size: 12vw;
  }
}
#content-tree .content-tree-icon::after {
  color: #5a5858;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  #content-tree .content-tree-icon::after {
    font-size: 10px;
    bottom: -12px;
    white-space: nowrap;
  }
}
#content-tree .antenna {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-image: url(../images/profile-1.png);
  background-size: 200px;
  background-position: center;
  background-repeat: none;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#content-tree .antenna::after {
  content: "会社概要";
  color: #5a5858;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -32px;
}
@media screen and (max-width: 768px) {
  #content-tree .antenna::after {
    font-size: 10px;
    bottom: -18px;
  }
}
#content-tree .antenna:hover {
  background-image: url(../images/profile-2.png);
}
@media screen and (max-width: 1023px) {
  #content-tree .antenna {
    width: 20vw;
    height: 20vw;
    background-size: 20vw;
  }
}
@media screen and (max-width: 768px) {
  #content-tree .antenna {
    width: 15vw;
    height: 15vw;
    background-size: 15vw;
  }
}
#content-tree .radio {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/listening-1.png);
}
#content-tree .radio:hover {
  background-image: url(../images/listening-2.png);
}
#content-tree .radio::after {
  content: "聴く";
}
#content-tree .pc {
  top: 8%;
  right: 17%;
  background-image: url(../images/PC-1.png);
}
#content-tree .pc:hover {
  background-image: url(../images/PC-2.png);
}
#content-tree .pc::after {
  content: "ツイキャス";
}
#content-tree .calendar {
  top: 30%;
  right: 3%;
  background-image: url(../images/time-table-1.png);
}
#content-tree .calendar:hover {
  background-image: url(../images/time-table-2.png);
}
#content-tree .calendar::after {
  content: "タイムテーブル";
}
#content-tree .card {
  bottom: 30%;
  right: 3%;
  background-image: url(../images/card-1.png);
}
#content-tree .card:hover {
  background-image: url(../images/card-2.png);
}
#content-tree .card::after {
  content: "会員カード";
}
#content-tree .yando-shop {
  bottom: 8%;
  right: 17%;
  background-image: url(../images/member-shop-1.png);
}
#content-tree .yando-shop:hover {
  background-image: url(../images/member-shop-2.png);
}
#content-tree .yando-shop::after {
  content: "会員ショップ";
}
#content-tree .shop {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/sponsor-1.png);
}
#content-tree .shop:hover {
  background-image: url(../images/sponsor-2.png);
}
#content-tree .shop::after {
  content: "スポンサー";
}
#content-tree .mail-form {
  bottom: 8%;
  left: 17%;
  background-image: url(../images/message-1.png);
}
#content-tree .mail-form:hover {
  background-image: url(../images/message-2.png);
}
#content-tree .mail-form::after {
  content: "メッセージ";
}
#content-tree .diary {
  top: 30%;
  left: 3%;
  background-image: url(../images/news-1.png);
}
#content-tree .diary:hover {
  background-image: url(../images/news-2.png);
}
#content-tree .diary::after {
  content: "やんばる経済新聞";
}
#content-tree .recruit {
  bottom: 30%;
  left: 3%;
  background-image: url(../images/recruit-1.png);
}
#content-tree .recruit:hover {
  background-image: url(../images/recruit-2.png);
}
#content-tree .recruit::after {
  content: "リクルート";
}
#content-tree .online-shop {
  top: 8%;
  left: 17%;
  background-image: url(../images/shop-1.png);
}
#content-tree .online-shop:hover {
  background-image: url(../images/shop-2.png);
}
#content-tree .online-shop::after {
  content: "ショップ";
}

#banner {
  margin: 50px 0 50px;
  padding: 0 0 50px;
  display: block;
  height: 55px;
}
#banner .banner {
  display: block;
  margin: 0 auto;
  max-width: 273px;
  height: 55px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.external_sites {
  display: block;
  margin: 50px auto 0px;
  padding: 0 2%;
}
.external_sites .sitelink {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  height: auto;
}
.external_sites .sitelink img {
  border-radius: 10px;
  box-shadow: 8px 8px 0 rgba(51, 51, 51, 0.1);
}

#yambarukeizai img {
  border: #175aa1 5px solid;
}

#online-shop-banner img {
  border: #49a839 5px solid;
}/*# sourceMappingURL=index.css.map */