@charset "UTF-8";
/*
 Share Style <
-------------------------------------------------
*/
html {
  scroll-behavior: smooth;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
dialog,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
button,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  background: none;
}
ul {
  list-style: none;
}
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}
a,
a:link {
  color: #d70000;
}
a:hover {
  text-decoration: none;
}

:root {
  --font-size-min: 10;
  --font-size-max: 16;

  --font-ratio-min: 1.2;
  --font-ratio-max: 1.25;

  --font-width-min: 375;
  --font-width-max: 1000;

  --variable-unit: 100vi;

  --color-Gray: #333;
  --color-White: #fff;
  --color-Red: #e60012;

  --radius-30: 30px;
  --radius-50: 50px;

  --width-size80per: 80%;
  --width-size90per: 90%;
  --width-size95per: 95%;
  --width-size100per: 100%;
}
.fluid {
  --fluid-min: calc(var(--font-size-min) * pow(var(--font-ratio-min), var(--font-level)));
  --fluid-max: calc(var(--font-size-max) * pow(var(--font-ratio-max), var(--font-level)));

  --fluid-preferred: calc((var(--fluid-max) - var(--fluid-min)) / (var(--font-width-max) - var(--font-width-min)));

  --fluid-type: clamp(
    (var(--fluid-min) / 16) * 1rem,
    ((var(--fluid-min) / 16) * 1rem) - (((var(--fluid-preferred) * var(--font-width-min)) / 16) * 1rem) + (var(--fluid-preferred) * var(--variable-unit)),
    (var(--fluid-max) / 16) * 1rem
  );

  font-size: var(--fluid-type);
  line-height: 1.8;
}

.xxxlg_txt {
  --font-level: 6;
}
.xxlg_txt {
  --font-level: 5;
}
.xlg_txt {
  --font-level: 4;
}
.mlg_txt {
  --font-level: 3;
}
.lg_txt {
  --font-level: 2;
}
.mid_txt {
  --font-level: 1;
}
.sm_txt {
  --font-level: 0.5;
}
.xsm_txt {
  --font-level: 0;
}
.xxsm_txt {
  --font-level: -1;
}
.txtRed {
  color: var(--color-Red);
}

@media screen and (max-width: 700px) {
  .fluid {
    line-height: 1.5;
  }
  .xxxlg_txt {
    --font-level: 6.5;
  }
  .xxlg_txt {
    --font-level: 5.5;
  }
  .xlg_txt {
    --font-level: 4.5;
  }
  .mlg_txt {
    --font-level: 3.5;
  }
  .lg_txt {
    --font-level: 2.5;
  }
  .mid_txt {
    --font-level: 1.5;
  }
  .sm_txt {
    --font-level: 1;
  }
  .xsm_txt {
    --font-level: 1;
  }
}

/* 全て fluid 計算を適用 */
.lg_txt,
.mid_txt,
.sm_txt,
.xsm_txt,
body {
  font-size: var(--fluid-type);
}

/* wrap */
#wrap {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 800px 100px;
  height: 100vh;
}

.mainNavi {
  grid-column: 3;
}
.mainContents {
  grid-column: 2;
}
.back {
  grid-column: 1;
}

/* mainContents */
.mainContents {
  max-width: 800px;
  width: 100%;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  overflow-y: scroll;
  height: 100vh;
}
.mainContents section {
  border-top: 4px solid #000;
  position: relative;
}
.mainContents .sectionBlock {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .mainContents .sectionBlock {
    padding: 30px 0;
  }
}

/* リンクボタン */
.linkBtn {
  position: relative;
  display: block;
  background-color: #ff0427;
  color: #fff;
  text-align: center;
  padding: 5px 15% 8px;
  margin: 0 auto;
  border-radius: 50px;
  width: fit-content;
  text-decoration: none;
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight: 800;
}
button.linkBtn {
  padding: 8px 15% 8px;
  cursor: pointer;
}
.linkBtn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
}
.linkBtn,
.linkBtn:link {
  color: #fff;
}
@media screen and (max-width: 600px) {
  .linkBtn {
    padding: 5px 13% 8px;
  }
}

/* 左コンテンツ */
.back {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
  line-height: 0;
}
.slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.slide.active {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  #wrap {
    grid-template-columns: auto auto;
  }
  .back {
    display: none;
  }
  .mainContents {
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  #wrap {
    overflow: inherit;
  }
  .mainContents {
    height: auto;
    overflow-y: inherit;
    border-right: none;
    border-left: none;
  }
  #wrap {
    display: block;
    height: 100%;
    overflow: inherit;
  }
  .mainNavi {
    display: none;
  }
}

/* ==== */
/* 右ナビゲーション */
/* ==== */
.mainNavi {
  background-color: #ff6404;
}
.mainNavi ul li {
  width: 100px;
  height: 100px;
  border-bottom: 1px solid #000;
}
.mainNavi ul li a,
.mainNavi ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mainNavi ul li.menu {
  background-color: #333;
}
.mainNavi ul li.pamphlet {
  background-color: #fff;
}
.mainNavi ul li.sosei {
  background-color: #c3edff;
}
.mainNavi ul li.factory {
  background-color: #ffeeee;
}

/* ==== */
/* ヘッダstickyMenu */
/* ==== */
.mainContents .stickyMenu {
  border: none;
  border-bottom: 4px solid #000;
}
.mainContents .top.stickyMenu {
  display: none;
}
.mainContents .logoArea {
  height: 100px;
  background-color: #ffdd54;
  background-image: url(../images/flag.webp), url(../images/headerBack.webp);
  background-position:
    center top 70%,
    center;
  background-size: 100%, 200px;
  background-repeat: no-repeat, repeat;
  text-align: center;
  padding: 10px;
}
.mainContents .logoArea span {
  display: block;
  max-width: 400px;
  width: 50%;
  margin: 0 auto;
}
/* パンくずリスト */
.mainContents .breadcrumbs {
  background-color: #fff;
  border-top: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.mainContents .breadcrumbs ul {
  display: flex;
  padding: 20px;
}
.mainContents .breadcrumbs ul li {
  font-size: clamp(11px, 2vw, 14px);
  padding: 0 3px;
}
.mainContents .breadcrumbs ul li::after {
  content: ">";
  display: inline-block;
  padding-left: 5px;
}
.mainContents .breadcrumbs ul li:last-child::after {
  content: "";
}
.spMenu {
  display: none;
}

@media screen and (max-width: 800px) {
  .mainContents .logoArea {
    background-position:
      center top 30%,
      center;
    height: 52px;
    width: 100%;
    padding: 5px;
  }
  .mainContents .logoArea span {
    width: 200px;
    margin: auto;
  }
  .mainContents .stickyMenu {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .mainContents .top.stickyMenu {
    /* 初期状態：上に隠す ＆ 透明にする */
    display: flex;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }
  .mainContents .top.stickyMenu.is-active {
    transform: translateY(0);
    position: sticky;
    opacity: 1;
  }
  .mainContents .breadcrumbs ul {
    padding: 10px;
  }
  .mainContents .stickyMenu {
    display: flex;
  }
  .mainContents .spMenu {
    display: flex;
    align-items: center;
    /* width: 130px; 2つ用 */
    width: 65px;
  }
  .mainContents .spMenu li {
    /* width: 50%;　2つ用 */
    width: 100%;
    text-align: center;
    border-left: 1px solid #000;
  }
  .mainContents .spMenu li a,
  .mainContents .spMenu li button {
    display: block;
    padding: 11px 0;
    line-height: 0;
  }
  .mainContents .spMenu li button {
    display: inline-block;
  }
  .mainContents .spMenu li img {
    height: 30px;
  }
  .mainContents .spMenu li.pamphlet {
    background-color: #fff;
  }
  .mainContents .spMenu li.menu {
    background-color: #333;
  }
}

/* メニュー開閉 */
.side-menu {
  position: fixed;
  top: 0;
  right: -300px; /* 初期状態は画面外 */
  width: 300px;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1000000;
  background-color: #f8f8f8;
}
.side-menu.open {
  right: 0; /* 開いた状態 */
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
}

/* 背景オーバーレイ */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}
.overlay.show {
  z-index: 100000;
  opacity: 1;
  pointer-events: auto;
}
body.menu-open {
  overflow: hidden; /* メニューを開いたとき背後のスクロールを操作不能にする */
}

/* メニュー内容 */
.side-menu .linklst {
  height: 95vh;
  overflow-y: scroll;
}
.side-menu .linklst span {
  display: block;
  padding: 15px 20px;
  font-size: clamp(13px, 3vw, 15px);
  font-weight: 800;
  background-color: #ec5900;
  color: #fff;
}
/* .side-menu .linklst ul {
  border-top: 1px solid #ec5900;
} */
.side-menu .linklst ul li {
  margin: 10px 10px;
}
.side-menu .linklst ul li a {
  position: relative;
  display: block;
  padding: 5px 0 6px 20px;
  font-size: clamp(12px, 3vw, 13px);
  border: 1px solid #d70000;
  text-decoration: none;
  border-radius: 50px;
  background-color: #fff;
}
.side-menu .linklst ul li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23d70000'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
}
.side-menu .linklst ul li a:hover {
  background-color: #d70000;
  color: #fff;
}
.side-menu .linklst ul li a:hover::before {
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
}
.side-menu .close-btn {
  display: block;
  text-align: center;
  width: fit-content;
  margin: 5px auto 0;
  padding: 3px 10px 2px;
  font-size: 12px;
  color: #fff;
  background-color: #b7b6b6;
  border-radius: 50px;
}

.side-menu .acc-btn {
  width: 100%;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  position: relative;
}
.side-menu .acc-btn::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
  transform: rotate(90deg);
}
.side-menu .open .acc-btn::before {
  transform: rotate(-90deg);
}

.side-menu .acc-btn .icon {
  transition: transform 0.3s ease;
}
.side-menu .item.open .acc-btn .icon {
  transform: rotate(180deg);
}
.side-menu .acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 14px;
}
.side-menu .item.open .acc-content {
  max-height: 300px;
  padding-bottom: 14px;
}

@media screen and (max-width: 800px) {
  .side-menu .linklst {
    height: 78vh;
    overflow-y: scroll;
  }
}

/* ==== */
/* 本文セクション */
/* ==== */
.entry-block {
  width: 90%;
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
  margin: 20px auto;
  border: 1px solid #000;
}
.entry-block h3 {
  text-align: center;
  padding: 0;
  font-weight: 900;
  color: #ec3700;
}

.entry-block dl .dtddBlock {
  display: flex;
  padding: 15px 20px;
  margin: 10px auto;
  background-color: #faf8f6;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.entry-block dl .dtddBlock dt {
  width: 22%;
  font-weight: 800;
  color: #ec3700;
  margin-right: 10px;
}
.entry-block dl .dtddBlock dd {
  width: 77%;
}
@media screen and (max-width: 800px) {
  .entry-block {
    padding: 25px;
    width: 94%;
  }
}

/* ==== */
/* TOPページ */
/* ==== */

/*=== header ===*/
/* TOP */
#wrap #header-block.top {
  background-color: #ffdd54;
  background-image: url(../images/headerBack.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0 0;
  border-top: none;
}
#wrap #header-block.top h1 {
  text-align: center;
  padding: 20px 0 0;
  margin: 0 auto;
  width: 90%;
  transition: transform 0.2s ease;
  animation: poyoyon 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes poyoyon {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.83, 1.17);
  }
  45% {
    transform: scale(1.11, 0.89);
  }
  60% {
    transform: scale(0.89, 1.11);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  88% {
    transform: scale(0.99, 1.01);
  }
  100% {
    transform: scale(1, 1);
  }
}
#wrap #header-block.top .date {
  margin: 0 auto 30px;
  width: 90%;
  opacity: 0;
  transform: translateY(50px);
  animation-name: dateanime;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes dateanime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#wrap #header-block.top .place {
  display: flex;
  gap: 2%;
  justify-content: space-between;
  margin: 0 auto 20px;
  width: 90%;
  opacity: 0;
  transform: translateY(50px);
  animation-name: placeanime;
  animation-duration: 0.5s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}
@keyframes placeanime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 800px) {
  #wrap #header-block.top {
    /* background-size: 20%, 100%, 30%; */
    padding: 6% 0 0;
    margin-top: -55px;
  }
  #wrap #header-block.top h1 {
    padding: 5% 0 0;
  }
  #wrap #header-block.top .date {
    margin: 0 auto 3%;
  }
  #wrap #header-block.top .place {
    margin: 0 auto 2%;
  }
}

/* 会場　一覧 */
#wrap #header-block.sosei {
  background-color: #e5e5e5;
  background-image: url(../images/ac_sosei.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 500px;

  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #header-block.sosei h1 {
  text-align: center;
  padding: 15px 5px 17px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  width: 90%;
  background-color: #087bf0;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
}
#wrap #header-block.factory {
  background-color: #e5e5e5;
  background-image: url(../images/ac_factory.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 500px;

  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #header-block.factory h1 {
  text-align: center;
  padding: 15px 5px 17px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  width: 90%;
  background-color: #ff006e;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
}

/* 番組企画一覧 */
#wrap #header-block.project {
  background-color: #e5e5e5;
  background-image: url(../images/top_plan01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 500px;

  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #header-block.project h1 {
  text-align: center;
  padding: 15px 5px 17px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  width: 90%;
  background-color: #d70000;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
}

#wrap #header-block .titleanime {
  opacity: 0;
  transform: translateY(50px);
  animation-name: titleanime;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes titleanime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 600px) {
  #wrap #header-block.sosei,
  #wrap #header-block.factory,
  #wrap #header-block.project {
    min-height: 300px;
  }
  #wrap #header-block.sosei h1,
  #wrap #header-block.factory h1,
  #wrap #header-block.project h1 {
    font-size: clamp(20px, 5vw, 40px);
  }
}

/* セクションタイトルh2 */
#wrap .sectionBlock h2 {
  color: #ffed2b;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-size: clamp(2.3rem, 5vw, 3.5rem);
  letter-spacing: 2px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-text-stroke: 10px #000;
  text-stroke: 10px #000;
  paint-order: stroke;
  text-shadow:
    2px 0 #000,
    -2px 0 #000,
    0 2px #000,
    0 -2px #000,
    2px 2px #000,
    -2px -2px #000,
    2px -2px #000,
    -2px 2px #000;
}

/* お知らせ */
.news {
  background: #ec5900 url(../images/newsBack.png) repeat top center;
  padding: 50px 0;
}
.news .newsArea {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.news .newsArea ul {
  height: 230px;
  overflow-y: scroll;
}
.news .newsArea ul li {
  font-weight: 700;
  border-bottom: 1px solid #c3c3c3;
  padding: 15px 0;
  line-height: 1.2;
}
.news .newsArea ul li:first-child {
  padding: 0 0 15px;
}
.news .newsArea ul li span {
  display: block;
  color: #333;
}
.news .newsArea ul li a {
  color: #d70000;
}
.news .newsSNS {
  text-align: center;
  margin-top: 30px;
  max-width: 386px;
  width: 70%;
  margin: 30px auto 0;
}
/* キャラクター */
.news .onchan {
  position: absolute;
  top: -5%;
  right: 10px;
  animation: onchantop 2s ease-in-out infinite;
  transform-origin: center;
}
.news .nochan {
  position: absolute;
  bottom: -8%;
  left: 1%;
  z-index: 100;
  animation: nochantop 2s ease-in-out infinite;
  transform-origin: center;
  width: 20%;
}
@keyframes onchantop {
  0%,
  100% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg); /* 右に5度傾く */
  }
}
@keyframes nochantop {
  0%,
  100% {
    transform: translate(50%);
  }
  50% {
    transform: translate(10%);
  }
}

@media screen and (max-width: 600px) {
  .news .newsArea {
    padding: 30px;
  }
  /* キャラクター */
  .news .onchan {
    position: absolute;
    top: -15px;
    right: 10px;
    width: 30%;
  }
  .news .nochan {
    position: absolute;
    bottom: -30px;
    left: -1%;
    z-index: 100;
    width: 20%;
  }
}

/*=== introduction ===*/
#introduction.sectionBlock {
  padding: 80px 0 50px;
}
#introduction.sectionBlock .sectionWrap {
  max-width: 800px;
  margin: 0 auto;
}
#introduction.sectionBlock {
  background: #ffb640 url(../images/line01.png) repeat-x top 2% center;
}
#introduction.sectionBlock h2 {
  text-align: center;
  padding: 0 20px;
  font-size: 30px;
  -webkit-text-stroke: 8px #000;
  text-stroke: 8px #000;
  letter-spacing: 3px;
}
#introduction.sectionBlock h2 span {
  display: block;
}
#introduction.sectionBlock h2 span.text {
  font-weight: 900;
  font-size: clamp(25px, 4vw, 30px);
  padding: 10px 0 0;
  line-height: 1.3;
}

.imgmidashi {
  display: block;
  text-align: center;
  font-size: 13px;
  margin: 30px auto 16px;
  color: #666;
}
.flexImg {
  display: flex;
  justify-content: space-between;
  gap: 1%;
  margin: 10px auto 10px;
}
.flexImg li {
  width: 48%;
}
.flexImg li img {
  border-radius: 20px;
}
.flexImg li span {
  text-align: center;
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 600px) {
  #introduction.sectionBlock {
    background-size: 100%;
  }
  #introduction.sectionBlock {
    padding: 40px 0 40px;
  }
  .flexImg {
    display: flex;
    flex-direction: column;
  }
  .flexImg li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}

/*=== 生配信 ===*/
.liveStreaming {
  background: #ffb640 url(../images/liveStreaming.png) repeat top center;
}
.embed-container {
  width: 90%;
  max-width: 600px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
}

/*=== TOP onちゃん撮影会スケジュール ===*/
.onchanPhotoSpot {
  background: #ffb640 url(../images/projectBack.webp) repeat top center;
}

/*=== 番組企画 ===*/
.plan {
  background: #ffb640 url(../images/planBack.webp) repeat top center;
}
.plan .sectionWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 70px;
  width: 90%;
  margin: 70px auto 0;
}
.plan .sectionWrap .card {
  width: 48%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #000;
  border-radius: 30px;
}
.plan .sectionWrap .card .update {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;

  aspect-ratio: 5 / 1.1;
  background: url(../images/ribon.webp) no-repeat top center;
  background-size: contain;

  text-align: center;
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 800;
  color: #fff;
  padding-top: 5px;
}
.plan .sectionWrap .card .update span {
  font-size: clamp(16px, 3vw, 25px);
}
.plan .sectionWrap .card figure {
  border-bottom: 1px solid #dddddd;
  line-height: 0;
}
.plan .sectionWrap .card figure img {
  border-radius: 30px 30px 0 0;
}
.plan .sectionWrap .card .cardContents {
  padding: 20px;
}
/* キャラクター */
.plan .okchan {
  position: absolute;
  top: -7%;
  right: 0;
  width: 26%;
  animation: okchantop 1.5s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes okchantop {
  0%,
  100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.9);
  }
  30% {
    transform: scaleY(1.1);
  }
  60% {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 600px) {
  .plan .sectionWrap {
    display: block;
    gap: 4%;
    width: 90%;
    max-width: 350px;
    margin: 70px auto 0;
  }
  .plan .sectionWrap .card {
    width: 100%;
    margin-bottom: 20%;
  }
  .plan .sectionWrap .card:last-of-type {
    margin-bottom: 0;
  }
  .plan .sectionWrap .card .update {
    aspect-ratio: 5 / 1.2;
    padding-top: 3%;
    font-size: clamp(15px, 3vw, 18px);
  }
  .plan .sectionWrap .card .update span {
    font-size: clamp(19px, 4vw, 25px);
  }
  .plan .sectionWrap .card .cardContents {
    padding: 5%;
  }
  /* キャラクター */
  .plan .okchan {
    position: absolute;
    top: 1%;
    right: 5px;
    width: 25%;
  }
}

/*=== エリアガイド ===*/
.areaGuide {
  background: #53b0ed url(../images/areaBack.webp) no-repeat top center;
  background-size: contain;
}
.mainContents .areaGuide.sectionBlock {
  padding-bottom: 0;
}
.areaGuide .sosei,
.areaGuide .factory {
  position: relative;
  overflow: hidden; /* ぼかしがはみ出ないように */
}
.areaGuide .sosei::before {
  background-image: url(../images/ac_sosei.jpg);
}
.areaGuide .factory::before {
  background-image: url(../images/ac_factory.jpg);
}
.areaGuide .sosei::before,
.areaGuide .factory::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  filter: blur(20px) brightness(0.8);
  transform: scale(1.1);
}
.areaGuide .area {
  display: flex;
  align-items: center;
}
.areaGuide .area figure {
  position: relative;
  z-index: 2;
  max-width: 300px;
  width: 60%;
  margin: 3% 5%;
  line-height: 0;
}
.areaGuide .area figure img {
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.areaGuide .area .areaText {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 80%;
  padding-right: 20px;
}
.areaGuide .area .areaText p {
  font-weight: 800;
  font-size: clamp(10px, 2vw, 17px);
  line-height: 1.6;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.areaGuide .area .areaText p span {
  display: inline-block;
  padding-top: 5px;
  font-size: clamp(18px, 3vw, 31px);
  line-height: 1.3;
}
.areaGuide .area .areaText .linkBtn {
  margin: 20px 0 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .areaGuide .area .areaText p {
    font-size: clamp(10px, 2.3vw, 17px);
  }
  .areaGuide .area .areaText p span {
    padding-top: 3px;
    font-size: clamp(18px, 4vw, 31px);
  }
  .areaGuide .area .areaText .linkBtn {
    margin: 3% 0 0;
  }
  .areaGuide .area figure {
    width: 55%;
  }
}
/* キャラクター */
.areaGuide .guchi {
  position: absolute;
  top: 2.5%;
  left: 10%;
  z-index: 100;
  width: 13%;
  animation: guchitop 3s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes guchitop {
  0%,
  100% {
    transform: translateY(0) scaleX(1);
  }
  40% {
    transform: translateY(0) scaleX(1);
  }
  50% {
    transform: translateY(-5%) scaleX(-1);
  }
  55% {
    transform: translateY(0) scaleX(-1);
  }
  80% {
    transform: translateY(0) scaleX(-1);
  }
  90% {
    transform: translateY(-5%) scaleX(1);
  }
  95% {
    transform: translateY(0) scaleX(1);
  }
}
@media screen and (max-width: 600px) {
  /* キャラクター */
  .areaGuide .guchi {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 13%;
  }
}

/*=== 開催概要 ===*/
.information {
  background-color: #ffb640;
}
.sectionBlock.information h3 {
  background: none;
  padding: 0;
  margin: 0;
}
.sectionBlock.information .add {
  display: flex;
  gap: 4%;
  margin: 30px auto;
}
.sectionBlock.information .add .acImg {
  width: 40%;
}
.sectionBlock.information .add .acImg img {
  border-radius: 20px;
}
.sectionBlock.information .add .access {
  width: 60%;
}
.sectionBlock.information .add .access .lg_txt {
  font-weight: 700;
  margin-bottom: 10px;
}
.sectionBlock.information .add .access span {
  font-weight: 800;
}
@media screen and (max-width: 600px) {
  .sectionBlock.information .add {
    margin: 20px auto;
  }
}

.googlemap.embed-container {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
}

/*=== フッターエリア ===*/
.mainContents .footer-block {
  margin: 0 auto;
  border-top: none;
  background-color: #ffb640;
}
.mainContents .footer-block .onchans {
  display: block;
  text-align: center;
  padding: 30px 50px;
}
.mainContents .footer-block .footerLink {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 20px;
  justify-content: space-between;
  max-width: 800px;
  width: 90%;
  margin: 0 auto 30px;
  padding-top: 30px;
}
.mainContents .footer-block .footerLink .linklst {
  width: 48%;
  background-color: #524134;
  padding: 20px;
  border-radius: 20px;
}
.mainContents .footer-block .footerLink .linklst span {
  display: inline-block;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.mainContents .footer-block .footerLink .linklst ul {
  font-size: clamp(10px, 2vw, 13px);
}
.mainContents .footer-block .footerLink .linklst ul li {
  margin: 10px auto;
  line-height: 1.4;
  text-indent: -0.5rem;
  padding-left: 0.5rem;
}
.mainContents .footer-block .footerLink .linklst ul li a {
  color: #fff;
}
.mainContents .footer-block .footerLink .linklst ul li::before {
  content: "-";
  font-weight: 900;
  color: #ffef08;
  padding-right: 5px;
}

@media screen and (max-width: 600px) {
  .mainContents .footer-block .onchans {
    display: block;
    text-align: center;
    padding: 20px 50px;
  }
  .mainContents .footer-block .footerLink {
    display: block;
    max-width: 360px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .mainContents .footer-block .footerLink .linklst {
    width: 100%;
    margin-bottom: 10px;
  }
  .mainContents .footer-block .footerLink .linklst span {
    font-size: clamp(14px, 2vw, 15px);
  }
  .mainContents .footer-block .footerLink .linklst ul {
    font-size: clamp(12px, 2vw, 13px);
  }
}

/* ==== */
/* 一覧ページ */
/* ==== */
.mainContents .sectionBlock.venue {
  padding: 30px 0;
}
.venue {
  background-color: #ffb640;
}
.venue .contents-box {
  position: relative;
  padding-top: 11%;
  margin: 0 auto 50px;
  background: url(../images/line_orange.webp) no-repeat top center;
  background-size: contain;
}

/* キャラクター */
.venue .contents-box .onchan {
  position: absolute;
  top: 9%;
  right: 10px;
  width: 25%;
  animation: onchantop 2s ease-in-out infinite;
  transform-origin: center;
}
.venue .contents-box .okchan {
  position: absolute;
  top: 5%;
  left: 0;
  width: 20%;

  animation: okchantop 1.5s ease-in-out infinite;
  transform-origin: bottom center;
}
@media screen and (max-width: 600px) {
  .venue .contents-box .onchan {
    top: 21%;
    width: 22%;
  }
  .venue .contents-box .okchan {
    position: absolute;
    top: auto;
    bottom: -8%;
    left: 0;
    width: 18%;
    z-index: 100;
  }
}

/* エリアガイド */
.areaguide {
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
}
.areaguide ul {
  max-width: 400px;
  margin: 0 auto;
  /* width: 90%; */
}
.areaguide ul li {
  margin: 10px auto;
}
.areaguide ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 5px;
  color: #fff;
  border-radius: 50px;
  font-weight: 800;
  text-decoration: none;
}
.areaguide ul li a::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
  transform: rotate(90deg);
}
.areaguide ul li.nijokan a {
  background-color: #087bf0;
}
.areaguide ul li.nishihiroba a {
  background-color: #ed728f;
}
.areaguide ul li.entotsuhiroba a {
  background-color: #3ebff1;
}
.areaguide ul li.atrium a {
  background-color: #00adad;
}
.areaguide ul li.honsya-office a {
  background-color: #f7a600;
}
.areaguide ul li.okugai a {
  background-color: #f7a600;
}
.areaguide ul li.minamitsujihiroba a {
  background-color: #f7a600;
}
.areaguide ul li.plaza-f1 a {
  background-color: #5596be;
}
.areaguide ul li.plaza-f2 a {
  background-color: #5596be;
}
.areaguide ul li.plaza-f3 a {
  background-color: #5596be;
}
.areaguide ul li.hitaru a {
  background-color: #92693c;
}

.stageArea {
  width: 90%;
  margin: 0 auto;
  max-width: 600px;
}
.stageArea .linkBtn {
  margin-top: 20px;
}

.sectionBlock h3 {
  text-align: center;
  font-size: clamp(25px, 3vw, 30px);
}

/* onちゃんズスケジュール */
.photoSpot-block {
  width: 90%;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border: 3px solid #582d00;
  border-radius: 25px;
  background-color: #f2f2f2;
}
.onchanSchedule {
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 3%;
  justify-content: space-between;
}
.photoSpot {
  width: 95%;
  padding: 5px 0;
  margin: 0 auto 15px;
  text-align: center;
  color: #fff;
  /* font-size: 24px; */
  font-weight: 800;
  line-height: 1.6;
  border-radius: 50px;
}
.photoSpot.sosei {
  background-color: #008aff;
}
.photoSpot.factory {
  background-color: #ff006e;
}
.photoSpot span {
  position: relative;
  display: block;
  /* font-size: 14px; */
  width: fit-content;
  margin: 0 auto;
  padding-left: 20px;
}
.photoSpot span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M480-200Q338.33-303.33 269.17-404.67 200-506 200-598q0-123.67 78.33-202.83Q356.67-880 480-880q123.33 0 201.67 79.17Q760-721.67 760-598q0 92-69.17 193.33Q621.67-303.33 480-200Zm-.67-320q33.67 0 57.17-23.5T560-600q0-33-23.5-56.5T479.33-680q-33 0-56.16 23.5Q400-633 400-600t23.17 56.5q23.16 23.5 56.16 23.5ZM200-80v-66.67h560V-80H200Z'/></svg>")
    no-repeat center / cover;
}
.photoSpotTitle {
  text-align: center;
  background-color: #582d00;
  border-radius: 21px 21px 0 0;
  color: #fff;
  padding: 6px 0 8px;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 800;
}

.onchanSchedule .schedule-block {
  background-color: #fff;
  border: 1px solid #000;
  width: 32%;
  border-radius: 20px;
  padding: 20px;
}
.onchanSchedule .schedule-block .date {
  background-color: #dc2323;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
}
.onchanSchedule .schedule-block .date.friday {
  background-color: #ff9600;
}
.onchanSchedule .schedule-block .date.saturday {
  background-color: #008aff;
}
.onchanSchedule .schedule-block .date.sunday {
  background-color: #ff001e;
}
.onchanSchedule .schedule-block dl {
  margin-top: 15px;
  border-top: 2px solid #eceaea;
}
.onchanSchedule .schedule-block dl div {
  padding: 5px 0;
  border-bottom: 2px solid #eceaea;
}
.onchanSchedule .schedule-block dl dt {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.onchanSchedule .schedule-block dl dd img {
  width: 20px;
  padding: 0 2px 0 0;
}
.photoSpot-block p {
  width: 95%;
  padding: 5px 0;
  margin: 0 auto 5px;
  font-size: 11px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .onchanSchedule {
    display: block;
  }

  .onchanSchedule {
    width: 100%;
  }
  .photoSpot {
    max-width: 300px;
    width: 90%;
  }
  .onchanSchedule .schedule-block {
    max-width: 300px;
    width: 90%;
    margin: 0 auto 10px;
    border-radius: 20px;
    padding: 20px;
  }
}

/* ブース一覧 */
.list-box .nochan {
  position: absolute;
  top: -0.5%;
  left: 5%;
  width: 26%;
  animation: nochannaka 1.5s ease-in-out infinite;
  transform-origin: center;
}
@keyframes nochannaka {
  0%,
  100% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0) scale(1, 0.9);
  }
  90% {
    transform: translateY(-15px);
  }
}
@media screen and (max-width: 600px) {
  .list-box .nochan {
    top: 0;
    left: 2%;
  }
}
.list-box.sectionBlock h3 {
  background-color: #ddf7ff;
  font-size: clamp(19px, 3vw, 30px);
  padding: 8px 20px 10px;
  margin: 20px 0;
  width: calc(100% - 1px);
}
.cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  width: 90%;
  margin: 0 auto;
}
.cardList li {
  width: 48%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.cardList li a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #c2c2c2;
}
.cardList li:hover {
  transform: scale(1.05);
  opacity: 0.6;
}
.cardList li figure {
  border-bottom: 1px solid #dddddd;
  line-height: 0;
  overflow: hidden;
}
.cardList li figure img {
  border-radius: 30px 30px 0 0;
}

.cardList li .cardContents {
  position: relative;
  padding: 25px 20px;
}
.cardList li .cardContents .title {
  display: inline-block;
  font-size: clamp(13px, 3vw, 21px);
  font-weight: 800;
  color: #000;
  line-height: 1.3;
}
.cardList li .cardContents .att {
  display: block;
  font-size: clamp(12px, 2vw, 15px);
  font-weight: 600;
  color: #dc2323;
  transform: rotate(0.03deg);
  padding-top: 5px;
}

.cardList li .dayofweek {
  position: absolute;
  top: -23px;
  right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  gap: 3px;
  width: 130px;
  position: absolute;
}
.cardList li .dayofweek li {
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  padding: 3px;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 800;
}
.cardList li .dayofweek li.friday {
  background-color: #ff9600;
}
.cardList li .dayofweek li.saturday {
  background-color: #008aff;
}
.cardList li .dayofweek li.sunday {
  background-color: #ff001e;
}
@media screen and (max-width: 600px) {
  .sectionBlock h3 {
    padding: 8px 20px 10px;
    margin: 20px 0 40px;
    width: calc(100% - 1px);
  }
  .sectionBlock h3 {
    background-color: #ddf7ff;
    padding: 8px 20px 10px;
    margin: 20px 0 20px;
  }

  .cardList li {
    border-radius: 20px;
    margin-bottom: 13px;
  }
  .cardList li figure img {
    border-radius: 20px 20px 0 0;
  }
  .cardList li .dayofweek {
    top: -14px;
    gap: 2px;
  }
  .cardList li .dayofweek li {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    padding: 2px;
    font-size: 12px;
  }
  .cardList li .cardContents {
    padding: 15px 10px;
  }
}

/* ==== */
/* 記事本文 */
/* ==== */
.sectionBlock.maintext-block {
  padding: 90px 0;
  background-color: #ffb640;
  background-image: url(../images/line_orange.webp), url(../images/line_orange.webp);
  background-position:
    center top 1%,
    center bottom 1%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}
.sectionBlock.maintext-block h1 {
  color: #d70000;
  border-bottom: 4px solid #d70000;
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 800;
  padding-bottom: 10px;
  max-width: 600px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 600px) {
  .sectionBlock.maintext-block {
    padding: 11% 0;
  }
  .sectionBlock.maintext-block h1 {
    margin-bottom: 15px;
  }
}

/* 日程と場所 */
.sectionBlock.maintext-block .date_place div {
  color: #dc2323;
  font-size: clamp(11px, 3vw, 14px);
  font-weight: 800;
  padding-bottom: 5px;
  max-width: 600px;
  margin: 0 auto;
}
.sectionBlock.maintext-block .date_place .date {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.sectionBlock.maintext-block .date_place .date::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23d70000'><path d='M480-400q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-188.5-11.5Q280-423 280-440t11.5-28.5Q303-480 320-480t28.5 11.5Q360-457 360-440t-11.5 28.5Q337-400 320-400t-28.5-11.5ZM640-400q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-188.5-11.5Q280-263 280-280t11.5-28.5Q303-320 320-320t28.5 11.5Q360-297 360-280t-11.5 28.5Q337-240 320-240t-28.5-11.5ZM640-240q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240ZM186.67-80q-27 0-46.84-19.83Q120-119.67 120-146.67v-600q0-27 19.83-46.83 19.84-19.83 46.84-19.83h56.66V-880h70v66.67h333.34V-880h70v66.67h56.66q27 0 46.84 19.83Q840-773.67 840-746.67v600q0 27-19.83 46.84Q800.33-80 773.33-80H186.67Zm0-66.67h586.66v-420H186.67v420Z'/></svg>")
    no-repeat center / cover;
}
.sectionBlock.maintext-block .date_place .date span {
  display: inline-block;
  background-color: #dc2323;
  color: #fff;
  padding: 1px 10px 3px;
  margin-right: 10px;
  max-width: 85px;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
}
.sectionBlock.maintext-block .date_place .date span.friday {
  background-color: #ff9600;
}
.sectionBlock.maintext-block .date_place .date span.saturday {
  background-color: #008aff;
}
.sectionBlock.maintext-block .date_place .date span.sunday {
  background-color: #ff001e;
}

.sectionBlock.maintext-block .date_place .place {
  position: relative;
  padding-left: 35px;
}
.sectionBlock.maintext-block .date_place .place::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23d70000'><path d='M480-200Q338.33-303.33 269.17-404.67 200-506 200-598q0-123.67 78.33-202.83Q356.67-880 480-880q123.33 0 201.67 79.17Q760-721.67 760-598q0 92-69.17 193.33Q621.67-303.33 480-200Zm-.67-320q33.67 0 57.17-23.5T560-600q0-33-23.5-56.5T479.33-680q-33 0-56.16 23.5Q400-633 400-600t23.17 56.5q23.16 23.5 56.16 23.5ZM200-80v-66.67h560V-80H200Z'/></svg>")
    no-repeat center / cover;
}
@media screen and (max-width: 600px) {
  .sectionBlock.maintext-block .date_place .date span {
    margin-right: 5px;
  }
  .sectionBlock.maintext-block .date_place .date {
    padding-left: 25px;
  }
  .sectionBlock.maintext-block .date_place .date::before {
    width: 20px;
    height: 20px;
  }
  .sectionBlock.maintext-block .date_place .place {
    padding-left: 25px;
  }
  .sectionBlock.maintext-block .date_place .place::before {
    width: 20px;
    height: 20px;
    top: -4px;
  }
}

/* 注意エリア */
#wrap .sectionBlock.maintext-block .attention {
  border: 3px solid #d70000;
  background-color: #ffedf0;
  border-radius: 15px;
  margin: 20px auto;
  padding: 20px 20px 0;
  max-width: 600px;
}
#wrap .sectionBlock.maintext-block .attention p {
  font-size: clamp(12px, 3vw, 14px);
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  color: #d70000;
}
@media screen and (max-width: 600px) {
  #wrap .sectionBlock.maintext-block .attention {
    margin: 20px auto;
    padding: 15px 15px 0;
  }
  #wrap .sectionBlock.maintext-block .attention p {
    margin: 0 0 15px;
  }
}

/* 本文内 */
#wrap .entryBody {
  max-width: 600px;
  margin: 0 auto;
}
#wrap .sectionBlock.maintext-block h2 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: clamp(16px, 4vw, 23px);
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  margin: 20px 0;
  -webkit-text-stroke: inherit;
  text-stroke: inherit;
  paint-order: none;
  text-shadow: none;
}
#wrap .sectionBlock.maintext-block h3 {
  text-align: left;
  font-size: clamp(17px, 3vw, 20px);
  color: #000;
}

#wrap .sectionBlock.maintext-block p {
  margin: 25px 0;
  line-height: 1.7;
  font-size: clamp(13px, 3vw, 16px);
}

#wrap .sectionBlock.maintext-block p strong {
  font-weight: 800;
}
#wrap .sectionBlock.maintext-block .linkBtn {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #wrap .sectionBlock.maintext-block h3 {
    background: none;
    padding: 0;
    margin: 15px 0;
  }
  #wrap .sectionBlock.maintext-block p {
    margin: 20px 0;
  }
}

/* ==== */
/* 番組企画 */
/* ==== */
.mainContents .project-header {
  text-align: center;
  background-color: #ccc;
  background-image: url(../images/headerBack.webp);
  background-repeat: repeat;
  background-size: 10%;
}
.mainContents .project-header h1 {
  line-height: 0;
}
.mainContents:has(.project-list) {
  background-color: #d70000;
  background-image: url(../images/projectBack.webp);
  background-repeat: repeat;
}
.project-list .achives-block {
  width: 90%;
  margin: 0 auto 15px;
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #000;

  transition: all 0.5s ease;
}
.project-list .achives-block:hover {
  transform: scale(1.05);
}
.project-list .achives-block a {
  display: flex;
  position: relative;
  padding: 15px;
  text-decoration: none;
  color: #000;
}
.project-list .achives-block a figure {
  line-height: 0;
  width: 40%;
  max-width: 300px;
}
.project-list .achives-block a figure img {
  border-radius: 15px;
}

.project-list .achives-block a .textArea {
  padding: 0 0 0 10px;
  width: 60%;
}
.project-list .achives-block a .textArea .title {
  display: block;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 48px;
}
.project-list .achives-block a .textArea .date_btn {
  display: flex;
  gap: 5px;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.project-list .achives-block a .textArea .date {
  display: block;
  font-size: 14px;
  font-weight: 800;
}
.project-list .achives-block a .textArea .btn {
  position: relative;
  display: block;
  background-color: #d70000;
  color: #fff;
  border-radius: 50px;
  padding: 5px 25px 7px;
  font-size: 14px;
  font-weight: 800;
}
.project-list .achives-block a .textArea .btn::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto;
  background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
    no-repeat center / cover;
}
.project-list .projectInfo {
  background-color: #fff;
  width: 90%;
  margin: 0 auto 15px;
  padding: 30px;
  border-radius: 30px;
  border: 3px solid #000;
}
.project-list .projectInfo .bold {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
}
.project-list .projectInfo p {
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .project-list .achives-block a {
    display: block;
  }
  .project-list .achives-block a figure {
    width: 100%;
    max-width: 600px;
  }

  .project-list .achives-block a .textArea {
    padding: 0;
    width: 100%;
  }
  .project-list .achives-block a .textArea .title {
    font-size: 15px;
    padding: 10px;
  }
  .project-list .achives-block a .textArea .date {
    font-size: 12px;
  }
  .project-list .achives-block a .textArea .btn {
    font-size: 12px;
  }
  .project-list .achives-block a .textArea .btn::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3%;
    margin: auto;
    background: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' height='20px' viewBox='0 -960 960 960' width='20px' fill='%23ffffff'><path d='M494.67-480.67 301.33-674l74-74 267.34 267.33-267.34 267.34-74-74 193.34-193.34Z'/></svg>")
      no-repeat center / cover;
  }
  .project-list .achives-block a .textArea .date_btn {
    display: flex;
    justify-content: right;
    gap: 5px;
    align-items: center;
    position: static;
  }
  .project-list .projectInfo {
    padding: 20px;
  }
  .project-list .projectInfo .bold {
    font-size: 18px;
  }
  .project-list .projectInfo p {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  #nijokan,
  #nishihiroba,
  #entotsuhiroba,
  #atrium,
  #honsya-office,
  #okugai,
  #minamitsujihiroba,
  #plaza-f1,
  #plaza-f2,
  #plaza-f3,
  #hitaru {
    scroll-margin-top: 52px;
  }
}
