@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: 16px;
  /* 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: 840px;
  margin: 0 auto;
}

.natsu-rd_hd .logo img {
  filter: drop-shadow(2px 2px 8px #fff);
}

.natsu-rd_hd .theme {
  margin: 0 auto;
  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;
}

.natsu-rd_bd section {
  margin: 0 0 8em;
}

.sec_bx {
  width: 1280px;
  margin: 0 auto;
}

.sec_bx .sec_hl {
  font-family: "Kiwi Maru", serif;
  text-align: center;
  margin: 0 0 3em;
}

.sec_bx .sec_hl span {
  background: linear-gradient(transparent 50%, #ffb30f 80%);
  padding: 0 0.5em 0.25em;
  font-size: 2.4em;
  display: inline-flex;
  justify-content: center;
  font-weight: 500;
  color: #005CA3;
}

.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: 12em;
  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: 900px;
}

.sec_bx .detail .date,
.sec_bx .detail .venue {
  font-size: 2em;
  margin: 0 0 2.4rem;
  font-weight: 600;
  color: #005ca2;
  display: flex;
  flex-wrap: wrap;
}

.sec_bx .detail .date {
  align-items: center;
}

.sec_bx .detail .venue {
  align-items: baseline;
  margin: 0 0 1.6rem;
}

.sec_bx .detail .contact {
  margin: 0 0 1.6rem;
  text-align: center;
}

.sec_bx .detail .date span.detail_hd,
.sec_bx .detail .venue span.detail_hd {
  color: #fff;
  padding: 0.25em 0;
  border-radius: 0.5em;
  margin: 0 1.6rem 0 0;
  width: 4em;
  display: inline-block;
  text-align: center;
  font-weight: 400;
}

.sec_bx .detail .date span.detail_hd {
  background: #78afff;
}

.sec_bx .detail .venue span.detail_hd {
  background: #90ca03;
}

.sec_bx .detail .date .sm,
.sec_bx .detail .venue .sm {
  font-size: 0.8em;
}

.sec_bx .detail .date a,
.sec_bx .detail .venue a,
.sec_bx .detail .contact a {
  color: #005ca2 !important;
  text-decoration: underline;
}

.sec_bx .detail .date span em {
  font-size: 1.5em;
}

.sec_bx .detail .venue_map {
  margin: 1.6rem 1.6rem 0;
}

/* .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: 0.8rem double #ff0000;
  padding: 1.6rem;
  font-size: 1.25em;
}

/* .sec_bx .detail .caution a {
  color: #064987;
  text-decoration: underline;
} */

.modal-btn li a {
  /* color: #fff !important; */
  text-decoration: none;
  padding: 0.5em 2em;
  display: inline-block;
  border-radius: 50vh;
  font-size: 0.8em;
}

.modal-btn li:nth-of-type(1) a {
  background: #9beee4;
}

.modal-btn li:nth-of-type(2) a {
  background: #7EE1FF;
}

.modal-btn li:nth-of-type(3) a {
  background: #FFB9B9;
}

/* 吹き出しのコンテナ */
.speech-bubble {
  position: relative;
  background-color: #FFDA61;
  color: white;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 2rem;
}

/* ::after擬似要素を使って突起（しっぽ）を作成 */
.speech-bubble::after {
  content: '';
  position: absolute;
  top: -1.5rem;
  right: 12rem;
  width: 0;
  height: 0;
  border-bottom: 1.5rem solid #FFDA61;
  border-left: 1.5rem solid transparent;
  border-right: 1.5rem solid transparent;
  border-top: 0;
}

.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;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 2em;
  /* margin: 0 0 4em; */
}

.btn-items {
  width: 46%;
}

.btn-item {
  position: relative;
  /* width: 32%; */
  /* width: 45%; */
  margin: 0 0 1em;
}

.btn-item a,
.scroll_btn .link_photo-session {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 1.25em;
  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(3) a {
  background: #8EDAE5;
}

.btn-item:nth-of-type(4) a {
  background: #60CAAD;
}

.btn-item:nth-of-type(5) a {
  background: #E6C68E;
}

.scroll_btn a span,
.scroll_btn .link_photo-session .popup-open {
  filter: drop-shadow(0.05em 0.05em 0.05em #666);
}

.link-banner {
  width: 46%;
  position: relative;
}

.link-banner span.cs {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 2rem;
  top: calc(50% - 1em);
  background: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  color: #f46a5d;
  font-size: 2.4em;
  margin: auto 0;
  width: 100%;
  text-align: center;
}

.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_wp {
  /* max-width: 1200px !important; */
  margin: 4em auto 0;
  padding: 0 1em;
  font-family: "Kiwi Maru", serif;
}

.tt_wp.first-day h3 {
  background: #79B1FF;
}

.tt_wp.second-day h3 {
  background: #F49F10;
}

.tt_wp.third-day h3 {
  background: #FFB8B8;
}

.tt_wp table thead {
  background: #0052a4;
}

.bb-org {
  background: linear-gradient(transparent 50%, #ffb30f 80%);
}


.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;
}

h5.coming-soon {
  margin: 1em;
}

h5.coming-soon {
  position: relative;
  margin: 0 0 1em;
}

h5.coming-soon span {
  padding: 0.5em 0.25em;
  color: #78afff;
  letter-spacing: 0.25em;
  font-size: 3em;
  font-weight: 600;
  filter: drop-shadow(0.1em 0.1em 0 #fff);
  display: inline-block;
}

h5.coming-soon::before,
h5.coming-soon::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%;
}

h5.coming-soon::before {
  top: -0.4em;
  left: 0;
  background-position: left, right;
}

h5.coming-soon::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_box {
  margin: 2em 0;
  display: flex;
  justify-content: center;
}

.collabo_txt {
  max-width: 960px;
  margin: 0 auto;
}

.collabo_txt > p {
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  background: #1E90FF;
  color: #fff;
  padding: 0.5rem;
}

.collabo_txt > div {
  padding: 1rem 0;
  background: #fff;
}

.collabo dl {
  padding: 1rem 2rem;
}

.collabo dl:last-child {
  color:red;
}

.collabo dt {
  font-size: 1.4em;
}

.collabo dd {
  font-size: 1.25em;
}

/* めくれ効果を適用するコンテナ */
.page-curl {
  position: relative; /* 疑似要素を絶対配置するための基準 */
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden; /* 角の丸みからはみ出さないように */
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* めくれた角を作成する疑似要素 */
.page-curl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /* めくれる部分のサイズ */
  width: 2rem;
  height: 2rem;

  /* めくれた部分のリアルな影と背面のグラデーション */
  background: linear-gradient(135deg, #f0f0f0 50%, #dddddd 50%);

  /* 影を複数重ねて立体感を出す */
  box-shadow:
      -5px 5px 12px -2px rgba(0, 0, 0, 0.4),  /* めくれた紙が落とす濃い影 */
      -10px 10px 10px rgba(0, 0, 0, 0.2),  /* 本体から浮き上がっているように見せる影 */
      inset 2px -2px 5px rgba(255, 255, 255, 0.5); /* めくれた部分のハイライト */

  /* 角の丸みに合わせる */
  border-bottom-right-radius: 8px;

  /* ホバー時のアニメーション */
  transition: all 0.3s ease-in-out;
}

/* ホバー時にめくれを大きくする */
.page-curl:hover::before {
  width: 3rem;
  height: 3rem;
}

/* 画像がコンテナに収まるように設定 */
.page-curl img {
  display: block;
  width: 100%;
  height: auto;
}

/*
.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 .title-text {
  text-shadow: 3px 3px 0px #FBBF24; /* 黄色の影 */
}

#original-goods .card {
  background-color: white;
  border-radius: 2rem;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}

#original-goods .card:hover {
  transform: translateY(-10px) rotate(1deg);
}

#original-goods .program-tag {
  background: linear-gradient(135deg, #F9A8D4, #F472B6); /* ピンクのグラデーション */
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  display: inline-block;
  /* font-weight: bold; */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

#original-goods .price-badge {
  background-color: #F59E0B; /* オレンジ色 */
  color: white;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  line-height: 1.2;
  box-shadow: 0 0 0 5px white, 0 5px 10px rgba(0,0,0,0.2);
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
}

.download-button {
  background: linear-gradient(135deg, #6EE7B7, #34D399);
  color: white;
  padding: 1.5rem 4rem;
  border-radius: 9999px;
  font-weight: 400;
  font-size: 2.4rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  border: 4px solid white;
}

.download-button:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 25px rgba(0,0,0,0.25);
  opacity: 1;
  text-decoration: none;
}

#original-goods .buying {
  color: #FBBF24;
  filter: drop-shadow(0.25rem 0.3rem 0 #fff);
}

#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;
}

/* タイムテーブルCSS */
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
}
.v-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* アクティブなタブのスタイル */
.tab-active {
  border-color: #3b82f6; /* blue-500 */
  color: #3b82f6;
  font-weight: 600;
}

/* 「水上のな・い・しょ話」CSS */
.heading-gradient-handwriting {
  font-family: 'Kaisei Decol', serif;
  font-weight: 600;
  background: linear-gradient(45deg, #87CEEB, #1E90FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.content-body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* #paid-event .dtl-bx > ul li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}

.custom-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #38bdf8;
} */

.custom-list > li {
  position: relative;
  padding-left: 1.5em;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  margin-bottom: 2.4rem;
}

.custom-list > li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: #38bdf8;
}

/* 上下左右をぼかすスタイル */
.fade-edges {
  -webkit-mask-image:
      linear-gradient(to bottom, transparent 0, black 1.5625rem, black calc(100% - 1.5625rem), transparent 100%),
      linear-gradient(to right, transparent 0, black 1.5625rem, black calc(100% - 1.5625rem), transparent 100%);
  mask-image:
      linear-gradient(to bottom, transparent 0, black 1.5625rem, black calc(100% - 1.5625rem), transparent 100%),
      linear-gradient(to right, transparent 0, black 1.5625rem, black calc(100% - 1.5625rem), transparent 100%);
  -webkit-mask-composite: source-in; /* for Chrome, Safari */
  mask-composite: intersect; /* Standard syntax */
}

#paid-event .dtl-bx > ul {

}

@media screen and (max-width: 899px) {
  header .lower:first-child {
    height: auto !important;
  }

  .natsu-rd_wp {
    font-size: 12px;
    margin: 0 0 3em;
  }

  .natsu-rd_wp .pc {
    display: none !important;
  }
  .natsu-rd_hd .hd_bx {
    width: auto;
    padding: 2em 1em;
  }

  .natsu-rd_hd .logo {
    width: 96%;
    margin: 0 auto;
  }

  .modal-btn li a {
    display: block;
    text-align: center;
  }

  .modal-images.multiple {
    display: flex;
    gap: 1rem;
  }

  .modal-images.multiple img {
    max-width: calc(50% - 0.5rem);
    margin-bottom: 0;
  }

  .natsu-rd_hd .theme {
    width: 92%;
  }

  .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;
  }

  .natsu-rd_bd section {
    margin: 0 0 4em;
  }

  .sec_bx {
    width: auto;
    margin: 0 1em;
  }

  .sec_bx .sec_hl span {
    display: inline;
    padding: 0 0 0.25em;
  }

  .sec_bx .sec_hl span em {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0 0.25em;
  }

  .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 {
    display: block;
    font-size: 1.6em;
    margin: 0 0 1.6rem;
  }

  .sec_bx .detail .date span:first-child,
  .sec_bx .detail .venue span:first-child {
    margin: 0 0 0.5em;
  }

  .sec_bx .detail .date span:last-child {
    display: block;
  }

  .sec_bx .detail .venue .g-map {
    width: 100%;
  }

  .sec_bx .detail .caution {
    text-align: left;
    border: 0.6rem double #ff0000;
    padding: 0.8rem;
  }

  /* Custom styles for the modal */
  .modal {
    transition: opacity 0.3s ease;
  }
  .modal-content {
    transition: transform 0.3s ease;
  }
  /* Style for multiple images */
  .modal-images img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .speech-bubble {
    padding: 1rem;
  }

  .speech-bubble::after {
    right: calc(50% - 1.5rem);
  }

  .sec_bx .detail .venue_map {
    margin: 0.8rem 0.8rem 0;
  }

  .link-banner {
    width: 75%;
    margin: 0 auto;
  }

  .link-banner span.cs {
    top: calc(50% - 1.5rem);
    padding: 0.5rem;
    font-size: 1.6rem;
  }

  .sec_bx .lead {
    font-size: 1.6em;
  }

  .sec_bx .lead .lead_img {
    width: 90%;
    margin: 1em auto 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-items {
    margin: 0 0 2em;
  }

  .btn-items,
  .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 {
    padding: 0.5rem 1rem;
  }

  /*
  .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;
  }

  .page-curl::before {
    width: 1rem;
    height: 1rem;
  }

  .page-curl:hover::before {
    width: 1.5rem;
    height: 1.5rem;
  }

  #original-goods {
    width: auto;
    padding: 2em 1em 1em;
  }

  #original-goods .title-text {
    text-shadow: 2px 2px 0px #FBBF24; /* 黄色の影 */
  }

  .download-button {
    padding: 1rem 3rem;
    font-size: 1.125rem;
    border: 3px solid white;
  }

  #original-goods .price-badge {
    width: 5rem;
    height: 5rem;
    top: -0.75rem;
    right: -0.75rem;
  }

  #original-goods .buying {
    filter: drop-shadow(0.15rem 0.15rem 0 #fff);
  }

  #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;
  }

  .custom-list > li {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }

  .custom-list > li strong {
    position: relative;
    left: 1.5rem;
    padding-right: 1.5rem;
  }

  footer .footer_img img {
    margin: 0 auto 15px;
  }

}