@charset "utf-8";

/***************
* Google Fonts *
***************/
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');

.natsu-rd_wp {
  font-size: 15px;
  /* background: url(/radio/natsu-rd/images/bg_2024_hd4.jpg) top center no-repeat;
  background-size: cover; */
}

.natsu-rd_wp img {
  vertical-align: middle;
}

.natsu-rd_hd {
  background: url(/radio/natsu-rd/images/bg_2024_hd4.jpg) top center no-repeat;
  background-size: cover;
}

.natsu-rd_hd .hd_bx {
  width: 960px;
  margin: 0 auto;
  padding: 2em 0 4em;
  text-align: center;
}

.natsu-rd_hd .logo {
  width: 720px;
  margin: 0 auto;
}

.natsu-rd_hd .logo img {
  filter: drop-shadow(2px 2px 8px #fff);
}

.natsu-rd_hd .theme {
  margin: 1em auto 0;
  width: 840px;
}

.natsu-rd_hd .theme img {
  filter: drop-shadow(2px 2px 2px #fff);
}

.natsu-rd_hd .confirmed {
  /* background: repeating-linear-gradient(45deg, #ffb30f, #ffb30f 0.5em, #fff6de 0.5em, #fff6de 1em); */
  background-color: rgba(244, 158, 23, 0.9);
  color: #fff;
  display: block;
  font-weight: 600;
  position: relative;
  padding: 1em 0;
  text-align: center;
}

.natsu-rd_hd .confirmed span {
  font-size: 4.8em;
  font-style: italic;
  filter: drop-shadow(4px 4px 0px #005CA3);
}

.natsu-rd_bd {
  position: relative;
  background-color: #ffffd0;
  z-index: 0;
  padding: 6em 0 15em;
}

/* .natsu-rd_bd::before {
  position: absolute;
  width: 100%;
  content: "";
  background: #CCF6FF url(/radio/natsu-rd/images/bg_bd_upper_wht.png) top center no-repeat;
  background-size: 100%;
  z-index: -1;
  aspect-ratio: 421/143;
  top: 0;
} */

.natsu-rd_bd::after {
  position: absolute;
  width: 100%;
  content: "";
  background: url(/radio/natsu-rd/images/bg_ft_2024_wave.png) center no-repeat;
  background-size: 100%;
  z-index: -1;
  aspect-ratio: 2560 / 200;
  /* height: 100%; */
  bottom: 0;
}

.sec_bx {
  width: 1280px;
  margin: 0 auto;
}

.sec_bx .detail {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4em;
  padding: 2em;
  text-align: center;
  margin: 0 0 4em;
  position: relative;
}

.sec_bx .detail::before,
.sec_bx .detail::after {
  position: absolute;
  width: 15em;
  content: "";
  z-index: 1;
  aspect-ratio: 428 / 337;
  top: 0;
}

.sec_bx .detail::before {
  background: url(/radio/natsu-rd/images/flag_left.png) no-repeat;
  background-size: 100%;
  left: 0;
}

.sec_bx .detail::after {
  background: url(/radio/natsu-rd/images/flag_right.png) no-repeat;
  background-size: 100%;
  right: 0;
}

.sec_bx .detail .inner {
  display: inline-block;
  text-align: left;
  width: 720px;
}

.sec_bx .detail .date,
.sec_bx .detail .venue {
  font-size: 2em;
  margin: 0 0 1em;
  font-weight: 600;
}

.sec_bx .detail .venue {
  margin: 0 0 0.5em;
}

.sec_bx .detail .date span:first-child,
.sec_bx .detail .venue span:first-child {
  color: #fff;
  padding: 0.25em 0;
  border-radius: 0.5em;
  margin: 0 1em 0 0;
  width: 4em;
  display: inline-block;
  text-align: center;
  font-weight: 400;
}

.sec_bx .detail .date span:first-child {
  background: #78afff;
}

.sec_bx .detail .venue span:first-child {
  background: #90ca03;
}

.sec_bx .detail .venue span:last-child {
  font-size: 0.8em;
}

.sec_bx .detail .venue .g-map {
  position: relative;
  width: 720px;
  aspect-ratio: 16 / 9;
  margin: 1em auto 0;
}

.sec_bx .detail .venue .g-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec_bx .detail .caution {
  border: 2px solid #ff0000;
  padding: 1em;
}

.sec_bx .detail .caution a {
  color: #064987;
  text-decoration: underline;
}

.sec_bx .lead {
  font-family: "Kiwi Maru", serif;
  position: relative;
  text-align: center;
  font-size: 1.8em;
  color: #005CA3;
}

.sec_bx .lead p {
  margin: 0 0 1em;
}

.sec_bx .lead .middle {
  font-size: 1.2em;
  font-weight: 500;
}

.sec_bx .lead .marker-og {
  background: linear-gradient(transparent 50%, #ffb30f 80%);
  padding: 0 0 0.25em;
}

.sec_bx .lead em {
  font-weight: 500;
  font-size: 1.4em;
}

.sec_bx .lead .lead_img {
  width: 20em;
  margin: 0 0 0 1em;
  filter: drop-shadow(4px 4px 0px #fff);
}

/* 風船のスタイル */
.balloons button {
  position: absolute;
  width: 6em;
  height: 8em;
  border: none;
  border-radius: 50%;
  box-shadow: -0.5em -0.5em 0 rgba(0, 0, 0, 0.15) inset;
  cursor: pointer;
  transform-origin: center bottom;
  z-index: -1;
}

/* 風船の線のスタイル */
.balloons button:before {
  content: "";
  position: absolute;
  left: 2.25em;
  bottom: -4em;
  width: 0.12em;
  height: 4.25em;
  background: #a0a0a0;
  transform: rotate(15deg);
  cursor: default;
}

/* 各風船のスタイル */
#balloon_1 {
  top: 2em;
  left: 4em;
  background-color: #ffb8b8;
  animation: sway 5s linear infinite;
}

#balloon_2 {
  bottom: 16em;
  right: 4em;
  background-color: #7de0ff;
  animation: sway 5s linear infinite;
}

/* 風船のゆらゆらアニメーション */
@keyframes sway {
  /* 最初と最後の位置 */
  0%,
  100% {
      transform: translateY(0px);
  }

  /* 途中の位置 */
  50% {
      transform: translateY(4em);
  }
}

/* バルーンがホバーされたらアニメーションを止める */
#balloon_1:hover {
  animation-play-state: paused;
}

.scroll_btn {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 2em 0 0;
}

.btn-item {
  width: 32%;
}

.btn-item a,
.scroll_btn .link_photo-session {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 100vh;
  padding: 0.5em 0;
}

.btn-item a::before,
.scroll_btn .link_photo-session::before {
  content: '';
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 100vh;
  transition: 0.3s;
}

.btn-item a:hover::before,
.scroll_btn .link_photo-session:hover::before {
  top: 0;
  left: 0;
}

.btn-item:nth-of-type(1) a {
  background: #F1BAB1;
}

.btn-item:nth-of-type(2) a {
  background: #E68EAE;
}

.scroll_btn .link_photo-session {
  background: #8EDAE5;
}

.btn-item:nth-of-type(4) a {
  background: #60CAAD;
  margin: 1em 0 0;
}

.btn-item:nth-of-type(5) a {
  background: #E6C68E;
  margin: 1em 0 0;
}

.scroll_btn a span,
.scroll_btn .link_photo-session .popup-open {
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

.sec_bx .karaoke_link {
  margin: 3em auto 0;
  text-align: center;
  width: 680px;
}

.sec_bx .karaoke_link img {
  filter: drop-shadow(6px 6px 2px #aaa);
}

.tt_bx {
  width: 1280px;
  margin: 4em auto;
  font-family: "Kiwi Maru", serif;
}

.tt_bx table .bold {
  font-weight: 600;
}

.tt_bx table .red {
  color: #f00;
}

.tt_bx h3 {
  color: #fff;
  font-size: 2em;
  padding: 0.5em 0;
  text-align: center;
}

.tt_bx.first h3 {
  background: #79B1FF;
}

.tt_bx.second h3 {
  background: #F49F10;
}

.tt_bx table {
  background: #fff;
  width: 100%;
  border-collapse: separate;
}

.tt_bx.first table {
  border: 0.25em solid #79B1FF;
}

.tt_bx.second table {
  border: 0.25em solid #F49F10;
}

.tt_bx table th {
  vertical-align: middle;
  color: #fff;
  font-size: 1.4em;
  text-shadow: 1px 1px 3px #000;
  border-left: 1px dotted #000;
  border-bottom: 1px solid #000;
  padding: 0.25em 0;
}

.tt_bx table th:first-child {
  border-left: none;
}

.tt_bx table th.date {
  width: 6%;
}

.tt_bx table th.stage {
  width: 30%;
  background-color: #8EDAE5;
}

.tt_bx table th.bazaar-kan {
  width: 30%;
  background-color: #60CAAD;
}

.tt_bx table th.niigata-kan {
  width: 34%;
  background-color: #F0E68C;
  border-bottom: 1px solid #000;
}

.tt_bx table td.in-left,
.tt_bx table td.in-right {
  width: 17%;
}

.tt_bx table td.in-left {
  border-top: 1px solid #000;
}

.tt_bx table td {
  padding: 0.5em 0;
  border-left: 1px dotted #000;
}

.tt_bx table td:first-child {
  border-left: none;
}

/* .tt_bx table td.on-the-hour {
  border-top: 1px solid #000;
} */

/* .tt_bx table td.half-hour {
  border-top: 1px dotted #000;
} */

.tt_bx table .start-time .time,
.tt_bx table .end-time td {
  border-top: 1px solid #000;
}

.tt_bx table .end-time td.blank {
  border-top: none;
}

.tt_bx table .time {
  text-align: center;
  vertical-align: top;
  font-size: 1.2em;
  font-weight: 500;
}

.tt_bx table .cnt {
  text-align: center;
  text-align: center;
  border: 0.5em double;
  margin: 0 1em;
  padding: 1em;
}

.tt_bx table .cnt p {
  font-size: 1.2em;
}

.tt_bx table .cnt span {
  font-weight: 500;
}

.tt_bx table .haretta {
  vertical-align: middle;
  border-top: 1px solid #000;
}

.tt_bx table .onair,
.tt_bx table .event,
.tt_bx table .sales {
  border-top: 1px solid #000;
  /* border-bottom: 1px dotted #000; */
  padding: 0.5em 1em;
  vertical-align: top;
}

.tt_bx table .onair {
  background-color: #FCECEA;
}

.tt_bx table .event {
  background-color: #EEF9FF;
}

.tt_bx table .sales {
  background-color: #F8FFEE;
}


.tt_bx table .onair::before,
.tt_bx table .event::before {
  position: absolute;
  width: 5em;
  text-align: center;
  color: #fff;
  padding: 0.25em 0;
  font-size: 0.8em;
  font-family: 'Noto Sans JP', sans-serif;
}

.tt_bx table .onair::before {
  content: "ON AIR";
  background: #f00;
}

.tt_bx table .event::before {
  content: "EVENT";
  background: #00f;
}

.tt_bx table .onair h4,
.tt_bx table .event h4 {
  position: relative;
  margin: 0 0 2.5em;
  font-family: 'Noto Sans JP', sans-serif;
}

.tt_bx table .onair h4 span,
.tt_bx table .event h4 span {
  font-size: 1.4em;
  font-weight: 600;
  position: relative;
  top: 1.25em;
  padding: 0 0 0.25em;
  /* word-break: auto-phrase; */
  font-style: italic;
  line-height: 1.75em;
}

.tt_bx table .onair h4 span,
.tt_bx table .event h4 span {
  background: linear-gradient(transparent 50%, #ffb30f 80%);
}

/* .tt_bx table .event h4 span {
  background: linear-gradient(transparent 50%, #79B1FF 80%);
} */

.tt_bx table .event h5 {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  margin: 0 0 2.5em;
}

.tt_bx table .event h5 span {
  position: relative;
  top: 1.5em;
  font-weight: 600;
  font-size: 1.2em;
  background: linear-gradient(transparent 50%, #0fd3ff 80%);
  padding: 0 0 0.25em;
  line-height: 1.75em;
}

.tt_bx table .sales h5 {
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 1em;
}

.tt_bx table .sales h5 span {
  font-weight: 600;
  font-size: 1.2em;
  background: linear-gradient(transparent 50%, #0fd3ff 80%);
  padding: 0 0 0.25em;
}

.tt_bx table .actor p {
  background: #78afff;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  margin: 0 0 0.5em;
}

.tt_bx table .actor ul,
.tt_bx table .mc ul {
  display: flex;
  flex-wrap: wrap;
}

.tt_bx table .actor li,
.tt_bx table .reporter li,
.tt_bx table .mc li {
  width: 30%;
  text-align: center;
  margin: 0 2% 2% 0;
  font-size: 0.8em;
}

.tt_bx table .actor li.full {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

.tt_bx table .actor li.full strong {
  font-weight: 500;
  font-size: 1.2em;
}

.tt_bx table .actor li.group {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tt_bx table .actor li.group .pic {
  width: 50%;
}

.tt_bx table .actor li.group .name {
  text-align: center;
  width: 100%;
}

.tt_bx table .reporter,
.tt_bx table .guest {
  position: relative;
  margin: 1em 0 0;
}

.tt_bx table .reporter p,
.tt_bx table .guest p,
.tt_bx table .mc p {
  background: #90ca03;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
  margin: 0 0 0.5em;
}

.tt_bx table .guest ul {
  display: flex;
  align-items: center;
}

.tt_bx table .guest li {
  width: 40%;
  text-align: center;
  margin: 0 2% 2% 0;
  font-size: 0.8em;
}

.tt_bx table .guest li img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.tt_bx table .guest li span.position {
  display: block;
  font-size: 0.9em;
}

.tt_bx table .guest li span.san {
  font-size: 0.9em;
}

.tt_bx table .guest span.and-more {
  /* position: absolute;
  bottom: 0;
  right: 0; */
  display: block;
  text-align: right;
}

.tt_bx table .event .fukidashi {
  position: relative;
  background: #D6FFCC;
  padding: 1em 0;
  text-align: center;
  color: #000000;
  border-radius: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  margin: 1em 0;
  filter: drop-shadow(0.25em 0.25em 0px #4c6645);
}

.tt_bx table .event .fukidashi:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 1em;
  border-bottom-width: 1em;
  border-left-width: 1.4em;
  border-right-width: 1.4em;
  margin-left: -1.4em;
  border-bottom-color: #D6FFCC;
  bottom: 100%;
  left: 50%;
}

.tt_bx table .haretta_bx {
  position: relative;
  padding: 0.5em 1em;
}

.tt_bx table .haretta_bx img {
  width: 46%;
}

.fukidashi_haretta {
  position: absolute;
  top: 1em;
  left: 48%;
  display: grid;
  place-items: center;
  width: 11em;
  height: 11em;
  border: 2px solid #333333;
  border-radius: 50%;
  text-align: center;
}

.fukidashi_haretta > .ornament {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(0.5em) translateY(0.5em); /* 位置をややズラす */
  border-radius: 50%;
  background-color: #ffadbe;
  pointer-events: none; /* クリック不可にする（下のテキストに触れるように） */
  mix-blend-mode: multiply; /* 乗算 */
}

.tt_bx table .photo-session ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.5em 0 0;
}

.tt_bx table .photo-session li {
  width: 45%;
  margin: 0 0 0.5em;
  font-size: 0.8em;
  text-align: center;
}

.tt_bx table .photo-session li:nth-last-child(1),
.tt_bx table .photo-session li:nth-last-child(2) {
  margin: 0;
}

.tt_bx table .photo-session .reception {
  font-size: 1.2em;
}

.tt_bx table .photo-session .reception span {
  display: block;
}

.tt_bx table .photo-session .reception span:last-child {
  text-align: right;
}

.tt_bx table .participate_photo-session {
  margin: 1em 0 0.5em;
}

#popup {
  display: none;
}

.popup-open {
  cursor: pointer;
}

.tt_bx table .participate_photo-session .popup-open {
  cursor: pointer;
  font-size: 0.8em;
  text-align: center;
  display: block;
  background: #0071C1;
  padding: 0.25em 0;
  color: #fff;
  border-radius: 100vh;
}

.popup-overlay {
  display: none;
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000090;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 640px;
  padding: 1em;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
}

.tt_bx table .stanprally_bx ul {
  background: #fff;
  border: 1px solid;
  border-radius: 1em;
  padding: 0.5em;
  margin: 0.5em 0;
}

.tt_bx table .stanprally_bx li {
  display: flex;
}

.tt_bx table .stanprally_bx li span {
  min-width: 1em;
}

.fukidashi-02-04 {
  position: relative;
  width: fit-content;
  margin: 1em 0;
  font-weight: 500;
}

.fukidashi-02-04 > .text {
  position: relative;
  padding: 0.75em 1em;
  border-radius: 0.25em;
  background-color: #fff3d1;
}

.fukidashi-02-04 > .text span {
  border-bottom: 1px solid #ff0000;
  line-height: 1.75em;
}

/* .fukidashi-02-04 > .text::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  box-sizing: border-box;
  background-color: #fff3d1;
} */

.fukidashi-02-04 > .ornament {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.fukidashi-02-04 > .ornament::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.75em;
  width: 2.4em;
  height: 1em;
  transform: rotate(-45deg);
  box-sizing: border-box;
  background-color: #ff57b1;
  mix-blend-mode: multiply; /* 乗算 */
}

.fukidashi-02-04 > .ornament::after {
  content: "";
  position: absolute;
  top: calc(100% - 15px);
  right: -0.75em;
  width: 2.4em;
  height: 1em;
  transform: rotate(-45deg);
  box-sizing: border-box;
  background-color: #64d1ff;
  mix-blend-mode: multiply; /* 乗算 */
}

.tt_bx table .stanprally_bx .dtl-btn,
.tt_bx table .goods_bx .dtl-btn {
  margin: 0.5em 0 0;
}

.tt_bx table .stanprally_bx .dtl-btn a,
.tt_bx table .goods_bx .dtl-btn a {
  font-size: 0.8em;
  text-align: center;
  display: block;
  padding: 0.25em 0;
  border-radius: 100vh;
  font-weight: 500;
  color: #fff;
}

.tt_bx table .stanprally_bx .dtl-btn a {
  background: #60CAAD;
}

.tt_bx table .goods_bx .dtl-btn a {
  background: #E68EAE;
}

.coming-soon {
  margin: 1em;
}

.coming-soon h5 {
  position: relative;
  margin: 0 0 1em;
}

.coming-soon h5 span {
  padding: 0.5em 0.25em;
  color: #78afff;
  font-size: 1.8em;
  letter-spacing: 0.25em;
}

.coming-soon h5::before,
.coming-soon h5::after {
  position: absolute;
  content: '';
  height: 0.4em;
  width: 100%;
  background-image: repeating-linear-gradient(135deg, #78afff 0px 5px, transparent 5px 10px),
      linear-gradient(90deg, #78afff 0 100%);
  background-repeat: no-repeat;
  background-size: 20% 100%, 80% 100%;
}

.coming-soon h5::before {
  top: -0.4em;
  left: 0;
  background-position: left, right;
}

.coming-soon h5::after {
  bottom: -0.4em;
  right: 0;
  background-position: right, left;
}

.coming-soon h6 {
  position: relative;
  padding: 0.25em 0.5em;
  border-left: 0.5em solid #90ca03;
  background-image: linear-gradient(-45deg, transparent 10px, #efefef 10px);
  color: #212121;
  overflow: hidden;
  margin: 0 0 0.5em;
}

.coming-soon h6 span {
  font-size: 1.6em;
}

.coming-soon h6::before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  border-width: 0 0 1em 1em;
  border-style: solid;
  border-color: transparent #90ca03 transparent;
}

.coming-soon div {
  margin: 0 0 1em;
}

.table_note {
  margin: 0.5em 0 0;
}

.message {
  display: flex;
  justify-content: center;
  margin: 2em 0 0;
}

.message p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 100vh;
}

.message p.form {
  background: #79B1FF;
  margin: 0 2em 0 0;
}

.message p.mail {
  background: #90ca03;
}

.message p::before {
  content: '';
  position: absolute;
  top: -0.4em;
  left: -0.4em;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 100vh;
  transition: 0.3s;
}

.message p:hover::before {
  top: 0;
  left: 0;
}

.message a {
  color: #fff;
  position: relative;
  display: block;
  padding: 1em 2em;
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

.message a:hover {
  text-decoration: none;
}

.collabo {
  font-family: "Kiwi Maru", serif;
  background: repeating-linear-gradient(90deg, #b1e8f1, #b1e8f1 2em, #e4faff 2em, #e4faff 4em);
  width: 1280px;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
}

.collabo h4 {
  text-align: center;
  font-size: 3.2em;
  background: #F1BAB1;
  width: 12em;
  margin: 0 auto;
  color: #fff;
  border-radius: 100vh;
}

.collabo h4 span {
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

.collabo dl {
  margin: 4em 0 2em;
  display: flex;
  justify-content: space-between;
}

.collabo dl .menu {
  position: relative;
  width: 32%;
  padding: 4em 1em 2em;
  border-radius: 2em;
  box-sizing: border-box;
}

.collabo dl .menu:nth-of-type(1) {
  background: #F1B1C8;
}

.collabo dl .menu:nth-of-type(2) {
  background: #E8F1B1;
}

.collabo dl .menu:nth-of-type(3) {
  background: #F1DAB1;
}

.collabo dt {
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50%;
}

.collabo dt.bnd {
  width: 38%;
  top: -6em;
}

.collabo dt.goki {
  top: -2.5em;
  width: 75%;
}

.collabo dt.ttm {
  width: 85%;
  top: -2.5em;
}

.collabo dd.name {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

.collabo dd.img {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 1em 0;
}

.collabo dd.img img {
  width: 50%;
}

.collabo dd.img img[src="/radio/natsu-rd/images/collabo-menu_ttm_1.jpg"] {
  width: 66%;
}

.collabo dd.txt {
  font-size: 1.2em;
}

.collabo .price {
  text-align: center;
}

.collabo .price p {
  display: inline-block;
  background: #fff;
  border-top: 0.6em solid #F0E68C;
  border-bottom: 0.6em solid #F0E68C;
  padding: 1em;
}

.collabo .price span {
  font-size: 2em;
  font-weight: 300;
}

#original-goods {
  font-family: "Kiwi Maru", serif;
  background: repeating-linear-gradient(90deg, #B1F2DA, #B1F2DA 2em, #E3FFF6 2em, #E3FFF6 4em);
  width: 1280px;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
}

#original-goods h4 {
  text-align: center;
  font-size: 3.2em;
  background: #E68EAE;
  width: 18em;
  margin: 0 auto;
  color: #fff;
  border-radius: 100vh;
}

#original-goods h4 span {
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

#original-goods .goods-detail {
  width: 960px;
  margin: 2em auto;
  text-align: center;
}

#original-goods .goods-detail p:nth-of-type(1) {
  font-size: 2em;
  font-weight: 500;
}

#original-goods .goods-img {
  margin: 1em 0 0;
}

#original-goods .goods-img img {
  margin: 0 0 0.25em;
}

#original-goods .goods-img span {
  text-align: right;
  display: block;
}

#original-goods .goods-detail .price-etc {
  background: #fff;
  margin: 1em 0 0;
  border-top: 0.6em solid #F0E68C;
  border-bottom: 0.6em solid #F0E68C;
  padding: 1em 0;
}

#original-goods .goods-detail .price-etc p {
  font-size: 1.8em;
  font-weight: 300;
}

#map {
  font-family: "Kiwi Maru", serif;
  background: repeating-linear-gradient(90deg, #EAF2B1, #EAF2B1 2em, #FAFFE3 2em, #FAFFE3 4em);
  width: 1280px;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
}

#map h4 {
  text-align: center;
  font-size: 3.2em;
  background: #60CAAD;
  width: 8em;
  margin: 0 auto;
  color: #fff;
  border-radius: 100vh;
}

#map h4 span {
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

#map .map-detail {
  width: 960px;
  margin: 2em auto;
  text-align: center;
}

#map .map-detail .booth {
  background: #fff;
  padding: 2em;
}

#map .map-detail .stitch {
  padding: 2em;
  background: #fff;
  border: 0.25em dashed #006EB0;
  border-radius: 0.75em;
  font-weight: 500;
}

#map .map-detail .stitch h5 {
  line-height: 4em;
  position: relative;
  margin: 0 2em;
  text-align: center;
  color: #fff;
  background: #F49F10;
}

#map .map-detail .stitch h5:before,
#map .map-detail .stitch h5:after {
  position: absolute;
  top: 0;
  display: block;
  height: 0em;
  content: '';
  border: 2em solid #F49F10;
}

#map .map-detail .stitch h5:before {
  left: -1.5em;
  border-left-width: 1em;
  border-left-color: transparent;
}

#map .map-detail .stitch h5:after {
  right: -1.5em;
  border-right-width: 1em;
  border-right-color: transparent;
}

#map .map-detail .stitch h5 span {
  position: relative;
  display: block;
  font-size: 2em;
}

#map .map-detail .stitch-box {
  text-align: left;
  margin: 1em 0 0;
}

#map .map-detail .stitch-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#map .map-detail .stitch-box li {
  width: 48%;
  display: flex;
  margin: 0 0 1em;
}

#map .map-detail .stitch-box li:last-child {
  margin: 0;
}

#map .map-detail .stitch-box li .num {
  margin: 0 0.5em 0 0;
}

#map .map-detail .stitch-box li .num span {
  font-size: 1.4em;
}

#map .map-detail .stitch-box li h6 {
  font-size: 1.4em;
  margin: 0 0 0.25em;
}

#map .map-detail .stitch-box li .kome {
  padding: 0 0 0 1em;
  font-size: 0.8em;
}

.stamprally-link {
  margin: 2em 0 1em;
}

.stamprally-link a {
  position: relative;
  width: 24em;
  display: block;
  margin: 0 auto;
  font-size: 1.6em;
  color: #fef400;
}

.stamprally-link a:hover {
  text-decoration: none;
}

.stamprally-link a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0052a4;
  border: 1px solid transparent;
  z-index: 2;
  padding: 0.5em 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.stamprally-link a::before {
  content: '';
  position: absolute;
  bottom: -0.3em;
  right: -0.3em;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #0034A3, #0034A3 0.15em, transparent 0, transparent 0.3em);
  z-index: 1;
}

.stamprally-link a span:hover {
  bottom: -0.3em;
  right: -0.3em;
}

@media screen and (max-width: 899px) {
  .natsu-rd_wp {
    font-size: 12px;
    margin: 0 0 3em;
  }

  .natsu-rd_hd .hd_bx {
    width: auto;
    padding: 2em 1em;
  }

  .natsu-rd_hd .logo {
    width: 90%;
  }

  .natsu-rd_hd .theme {
    width: auto;
  }

  .natsu-rd_hd .confirmed span {
    font-size: 3.2em;
    font-style: italic;
    filter: drop-shadow(2px 3px 0px #005CA3);
  }

  .natsu-rd_bd {
    padding: 4em 0 6em;
    overflow: hidden;
  }

  .sec_bx {
    width: auto;
    margin: 0 1em;
  }

  .sec_bx .detail {
    border-radius: 2em;
    padding: 2em 1em;
    margin: 0 0 2em;
  }

  .sec_bx .detail::before,
  .sec_bx .detail::after {
    width: 8em;
  }

  .sec_bx .detail .inner {
    position: relative;
    z-index: 2;
    text-align: center;
    width: auto;
  }

  .sec_bx .detail .date,
  .sec_bx .detail .venue {
    font-size: 1.6em;
  }

  .sec_bx .detail .date span:first-child,
  .sec_bx .detail .venue span:first-child {
    margin: 0 0 0.5em;
  }

  .sec_bx .detail .venue .g-map {
    width: 100%;
  }

  .sec_bx .detail .caution {
    text-align: left;
  }

  .sec_bx .lead {
    font-size: 1.6em;
  }

  .sec_bx .lead .lead_img {
    width: 90%;
    margin: 1em 0 0 0;
    filter: drop-shadow(3px 3px 0px #fff);
  }

  .balloons button {
    width: 4em;
    height: 6em;
  }

  .balloons button:before {
    left: 1.5em;
    bottom: -2.9em;
    height: 3em;
  }

  #balloon_1 {
    top: 3em;
    left: -1.5em;
  }

  #balloon_2 {
    bottom: 2em;
    right: -1.5em;
  }

  .scroll_btn {
    display: block;
  }

  .btn-item {
    width: auto;
  }

  .scroll_btn a {
    margin: 0 0 1em;
  }

  .sec_bx .karaoke_link {
    width: 80%;
  }

  .sec_bx .karaoke_link img {
    filter: drop-shadow(4px 4px 2px #aaa);
  }

  .tt_bx {
    width: auto;
    margin: 4em 2em;
  }

  .tt_bx .table_box {
    width: 100%;
    aspect-ratio: 9 / 16;
    /* height: 860px; */
    overflow-x: auto;
    overflow-y: auto;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .tt_bx.first .table_box {
    border: 0.25em solid #79B1FF;
  }

  .tt_bx.second .table_box {
    border: 0.25em solid #F49F10;
  }

  .tt_bx table {
    border: none !important;
  }

  .tt_bx table th {
    border-left: none;
  }

  .tt_bx table th.date,
  .tt_bx table th.stage,
  .tt_bx table th.bazaar-kan,
  .tt_bx table th.niigata-kan,
  .tt_bx table th.ev-hole,
  .tt_bx table th.gallery {
    width: auto;
    max-width: none;
  }

  .tt_bx table th.date {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 30;
    min-width: 3em;
  }

  .tt_bx table th.date::before {
    content: "時間";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tt_bx table th.stage,
  .tt_bx table th.bazaar-kan,
  .tt_bx table th.niigata-kan,
  .tt_bx table th.ev-hole,
  .tt_bx table th.gallery {
    position: sticky;
    top: 0;
    left: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    z-index: 20;
  }

  .tt_bx table th.stage::before,
  .tt_bx table th.bazaar-kan::before,
  .tt_bx table th.niigata-kan::before,
  .tt_bx table th.ev-hole::before,
  .tt_bx table th.gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-left: 1px dotted #000;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tt_bx table th.stage::before {
    content: "屋外ステージ";
    background-color: #8EDAE5;
    border-bottom: 1px solid #000;
  }

  .tt_bx table th.bazaar-kan::before {
    content: "バザール館  放送ブース";
    background-color: #60CAAD;
    border-bottom: 1px solid #000;
  }

  .tt_bx table th.niigata-kan::before {
    content: "ファイブワンいいね！新潟館";
    background-color: #F0E68C;
    border-bottom: 1px dotted #000;
  }

  .tt_bx table th.ev-hole::before {
    content: "イベントホール";
    background-color: #E68EAE;
    border-bottom: 1px solid #000;
  }

  .tt_bx table th.gallery::before {
    content: "ギャラリースペース";
    background-color: #E6C68E;
    border-bottom: 1px solid #000;
  }

  .tt_bx table td,
  .tt_bx table th {
    white-space: nowrap;
  }

  .tt_bx table td.time {
    position: sticky;
    top: 0;
    left: 0;
    background: none;
    border-left: none;
    border-right: none;
    z-index: 10;
  }

  .tt_bx table td.time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fff;
    border-right: 1px dotted;
  }

  .tt_bx table .onair::before,
  .tt_bx table .event::before {
    position: relative;
    display: block;
  }

  .tt_bx table .onair h4 span,
  .tt_bx table .event h4 span {
    position: static;
  }

  .tt_bx table .photo-session .reception span {
    display: inline;
  }

  #popup:checked ~ .popup-overlay {

  }

  .popup-window {
    width: 80vw;
    max-width: 360px;
  }

  .table_note {
    font-size: 0.8em;
  }

  .message {
    display: block;
  }

  .message p {
    font-size: 3.5vw;
  }

  .message p.form {
    margin: 0 0 1.5em;
  }

  .message p::before {
    top: -0.3em;
    left: -0.3em;
  }

  .message a {
    padding: 0.75em 1em;
  }

  .collabo {
    width: auto;
    padding: 2em 1em;
  }

  .collabo h4 {
    font-size: 2.4em;
    width: 12em;
    line-height: 1.2em;
    padding: 0.25em 0;
  }

  .collabo dl {
    display: block;
    margin: 2em 0 0;
  }

  .collabo dl .menu {
    width: auto;
    padding: 1em;
    margin: 0 0 1em;
  }

  .collabo dt {
    position: static;
    margin: 0 auto 0.5em;
  }

  .collabo dd.name {
    font-size: 1.8em;
  }

  .collabo .price span {
    font-size: 1.6em;
  }

  #original-goods {
    width: auto;
    padding: 2em 1em 1em;
  }

  #original-goods h4 {
    font-size: 2.4em;
    width: 12em;
    line-height: 1.2em;
    padding: 0.25em 0;
  }

  #original-goods .goods-detail {
    width: auto;
    margin: 2em auto 1em;
  }

  #original-goods .goods-detail p:nth-of-type(1) {
    font-size: 1.6em;
  }

  #original-goods .goods-detail .price-etc p {
    font-size: 1.4em;
  }

  #map {
    width: auto;
    padding: 2em 1em;
  }

  #map .map-detail {
    width: auto;
  }

  #map .map-detail .stitch-box {
    display: block;
  }

  #map .map-detail .stitch-box li {
    width: auto;
  }

  .stamprally-link a {
    width: 16em;
    font-size: 1.4em;
  }
}