@charset "UTF-8";
/* fontサイズ・バリエーション */
/* -------------------------------------------------------------------------------------------------------------------
SP
------------------------------------------------------------------------------------------------------------------- */
.pc {
  display: none;
}

.tb {
  display: none;
}

.sp {
  display: block;
}

/* -------------------------------------
* 共通パーツ　table,list,btn
* ------------------------------------- */
table.listTable {
  margin: 0 auto 40px;
  padding: 1em 0;
  text-align: left;
  border: 1px solid #333;
  border-radius: 1rem;
  display: block;
}
table.listTable tbody {
  display: block;
}
table.listTable tr {
  display: block;
  border-bottom: 1px solid #333;
}
table.listTable tr:last-child {
  border-bottom: none;
}
table.listTable th {
  display: list-item;
  list-style: none;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.5em;
  letter-spacing: 0.3rem;
}
table.listTable td {
  display: list-item;
  list-style: none;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  padding: 0.5em;
  border-bottom: #f5f5f5 1px solid;
  line-height: 1.6;
}

table.columnTable {
  width: 100%;
  margin: 0 auto 40px;
  border: 1px solid #fff;
}
table.columnTable th {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}
table.columnTable td {
  font-size: 1em;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
}

ul.attentionList {
  font-size: 0.8em;
  margin: 0 auto 40px;
  padding: 0 0 0 0.8em;
}
ul.attentionList li {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 6px;
  text-indent: -0.8em;
}
ul.attentionList li::before {
  content: "・";
  font-size: 0.8em;
}

.btn1 {
  display: block;
  width: 22rem;
  margin: 20px auto;
  background: #ed770d;
  padding: 16px 20px 14px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 3rem;
}
.btn1:hover {
  opacity: 0.8;
  color: #fff;
}
.btn1 a {
  text-decoration: none;
  color: #f2ebd4;
}

/* ----------------------
NAVI
------------------------- */
body {
  margin: 0;
  width: 100vw;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  overflow-x: hidden;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  right: 2%;
  top: 8px;
  padding: 26px 11px;
  z-index: 11;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#overlay-button span {
  height: 1px;
  width: 35px;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  background: #333;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 1px;
  width: 35px;
  position: absolute;
  right: 0;
  content: "";
  transition: all 0.2s ease-in-out;
  background: #333;
}
#overlay-button.active span {
  background: transparent;
}
#overlay-button.active span:before {
  transform: rotate(45deg) translate(7px, 7px);
  background: #fff;
}
#overlay-button.active span:after {
  transform: rotate(-45deg) translate(7px, -7px);
  background: #fff;
}

#overlay {
  height: 101vh;
  width: 100vw;
  background: #333;
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 75vh;
  padding-left: 0;
  list-style-type: none;
}
#overlay ul li {
  padding: 0.4em 0.4em 0.2em 0.4em;
  width: 45%;
}
#overlay ul li a {
  transition: opacity 0.2s ease;
  text-decoration: none;
  font-size: 1.5em;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(29deg) brightness(107%) contrast(105%);
}
#overlay ul li a:hover {
  color: #000 !important;
}

.navLogoSp {
  width: 15%;
}
.navLogoSp img {
  max-width: 100%;
  vertical-align: middle;
}
.navLogoSp a {
  transition: opacity 0.3s ease;
}

.headerNav {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 15px;
  background-color: #fff;
}
.headerNav .navLogo {
  width: 15%;
}
.headerNav .navLogo img {
  max-width: 100%;
  vertical-align: middle;
}

/* ===== ページトップバー ===== */
#pageTopBar {
  display: block;
  background: #34620b;
}

#pageTopBar a {
  display: block;
  width: 100%;
  padding: 1.5em 0;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5rem;
  text-decoration: none;
}

#pageTopBar a:hover, #pageTopBar a:active, #pageTopBar a:focus {
  text-decoration: none;
  background: #34620b;
}

/* ===== ページトップアイコン ===== */
#pageTop {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.8;
  background: #34620b;
  border-radius: 50%;
}

#pageTop a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

#pageTop a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f077";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.contentBlock {
  width: 96%;
  margin: 0 auto;
}

p {
  text-align: left;
}

#top_area {
  padding: 3rem 0 3.5rem;
}

#main_area {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  padding: 0 5% 30px;
  background: #f5f5f5;
  text-align: center;
}

#secondary_area {
  border-radius: 20px 20px 0 0;
  padding: 0.5rem 5% 2rem;
}

h1 {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
}

h2 {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  margin: 2.5rem 0 1.5rem;
  line-height: 1;
}

h3 {
  font-size: 1.4rem;
  margin: 2rem 0 1.2rem;
  border-left: 8px solid #ffbb00;
  padding-left: 1rem;
  line-height: 1.6;
}

h3.deco_2 {
  border-left: 8px solid #FFF;
}

.box {
  margin: 0 auto;
  padding: 0 0 1.5rem;
}

#main_container {
  margin: 0 3%;
  padding: 0 0 60px;
}

h2 + p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 13px;
  letter-spacing: 0;
  color: #666;
}

.item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  justify-content: flex-start;
}

.item {
  position: relative;
  width: 48.5%; /* 2列表示 */
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.item:not(.no-icon):hover > a > img {
  transform: scale(1.12);
}

.item::after,
.item::before {
  pointer-events: none;
  transition: all 0.3s ease;
}

.item:not(.no-icon)::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
}

.item:not(.no-icon):not(.no_pgm):hover::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.item:not(.no-icon):not(.no_pgm)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-image: url("../img/play_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.item:not(.no-icon):hover::before {
  opacity: 1;
}

.item.program::before {
  display: none;
}

スマホ版ではマウスオーバーアニメーション無効 .item:not(.no-icon):hover > a > img {
  transform: none !important;
}

.item:not(.no-icon):hover::after {
  background-color: rgba(0, 0, 0, 0) !important;
}

.item:not(.no-icon):hover::before {
  opacity: 0 !important;
}

.item.no_pgm {
  display: none;
}

a.link_Playlist.pc {
  display: none;
}

.link_Playlist_wrap {
  text-align: center;
}

.link_Playlist_wrap a.link_Playlist {
  display: inline-block;
  margin: 0.5rem auto 0;
  font-size: 1rem;
  padding: 6px 1.6rem;
  line-height: 2;
}

.back-to-top i {
  font-size: 18px;
  font-weight: 900;
}

/* -------------------------------------
* footer
* ------------------------------------- */
footer .credit {
  padding: 10px 3%;
}
footer #footer_logo {
  padding: 40px 0;
}
footer #footer_logo img {
  width: 160px;
}/*# sourceMappingURL=base_sp.css.map */