@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

img {
  max-width: 100%;
}

/* ============================================================
   SITE STYLES — HoHoHow! 2026
   ============================================================ */

/* Base
-------------------------------------------------------------- */
html {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  background: #fff;
  overflow-x: hidden;
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

figure {
  margin: 0;
}

/* Layout
-------------------------------------------------------------- */
.wrapper {
  position: relative;
}

.layout-main {
  position: relative;
  width: 100%;
}


.slide_box {
  max-width: 430px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Fixed: site logo top-left
-------------------------------------------------------------- */
.site-logo {
  position: fixed;
  top: clamp(8px, 0.833vw, 12px);
  left: clamp(8px, 0.833vw, 12px);
  z-index: 200;
}

.site-logo a {
  display: block;
  background: #fff;
  border-radius: clamp(5px, 0.463vw, 7px) clamp(5px, 0.463vw, 7px) clamp(17px, 1.852vw, 27px) clamp(5px, 0.463vw, 7px);
  padding: clamp(8px, 0.833vw, 12px);
}

.site-logo img {
  width: clamp(53px, 10.185vw, 147px);
  max-width: calc(50vw - 252px);
  height: auto;
  display: block;
}

/* Fixed: entry button bottom-left
-------------------------------------------------------------- */
.entry-btn-fixed {
  position: fixed;
  left: 45px;
  bottom: 45px;
  z-index: 200;
  width: 170px;
}

.entry-btn-fixed a {
  display: block;
}

.entry-btn-fixed img {
  display: block;
  width: 100%;
  height: auto;
}

/* Fixed: hamburger button top-right
-------------------------------------------------------------- */
.hamburger-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: clamp(90px, 8.681vw, 125px);
  height: clamp(80px, 7.708vw, 111px);
  background: #DF1C21;
  border-radius: clamp(22px, 2.083vw, 30px) 0 0 clamp(22px, 2.083vw, 30px);
  border: 3px solid #FECE00;
  border-right: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 0.833vw, 12px);
  cursor: pointer;
}

.hamburger-btn span {
  display: block;
  width: clamp(27px, 2.639vw, 38px);
  height: 3px;
  background: #FECE00;
  border-radius: 2px;
}

/* Hamburger overlay
-------------------------------------------------------------- */
.ham-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 250;
}

/* メニュー開いた時は開ボタンを非表示 */
body.menu-open .hamburger-btn {
  display: none;
}

.ham-overlay.open {
  display: block;
}

/* Hamburger wrapper + menu
-------------------------------------------------------------- */
.ham-wrapper {
  position: fixed;
  top: 0;
  right: -630px;
  height: 100%;
  height: 100svh;
  z-index: 300;
  display: flex;
  align-items: flex-start;
  transition: right 0.3s ease;
}

.ham-wrapper.open {
  right: 0;
}

/* × close button — independent yellow border, on top layer */
.ham-close {
  width: clamp(90px, 8.681vw, 125px);
  height: clamp(80px, 7.708vw, 111px);
  background: #DF1C21;
  border: 3px solid #FECE00;
  border-right: none;
  border-radius: clamp(22px, 2.083vw, 30px) 0 0 clamp(22px, 2.083vw, 30px);
  color: #FECE00;
  font-size: clamp(22px, 1.944vw, 28px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-right: -3px;
}

/* menu panel — independent yellow border, no right (screen edge) */
.ham-menu {
  width: 500px;
  background: #DF1C21;
  border: 3px solid #FECE00;
  border-right: none;
  padding: min(clamp(50px, 7.708vw, 111px), 10svh) clamp(86px, 11.944vw, 172px) min(40px, 4svh) clamp(44px, 6.111vw, 88px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100svh;
  box-sizing: border-box;
}

.ham-nav-list {
  flex: 1;
}

.ham-nav-list li a {
  display: block;
  padding: min(1.111vw, 1.4svh) 0;
  color: #fff;
}

.ham-nav-list li:first-child a {
  color: #FECE00;
}

.ham-nav-list li a .en {
  display: block;
  font-size: min(clamp(13px, 1.736vw, 25px), 2.8svh);
  font-weight: 800;
  line-height: 1.2;
}

.ham-nav-list li a .ja {
  display: block;
  font-size: min(clamp(10px, 0.972vw, 14px), 1.6svh);
  font-weight: bold;
  opacity: 0.8;
}

.ham-entry-btn {
  margin-top: 30px;
}

.ham-entry-btn a {
  display: block;
  background: #FECE00;
  color: #DF1C21;
  border-radius: 34px;
  padding: 14px 20px;
  font-weight: 900;
  text-align: center;
}

.ham-entry-btn a .en {
  display: block;
  font-size: clamp(16px, 1.528vw, 22px);
  font-weight: 900;
  line-height: 1.2;
}

.ham-entry-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px;
  color: #DF1C21;
  margin-top: 6px;
  flex-wrap: wrap;
}

.ham-entry-date-label {
  display: inline-block;
  background: #DF1C21;
  color: #fff;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: bold;
  flex-shrink: 0;
}

/* Entry button wide (ham-menu内エントリーボタン)
-------------------------------------------------------------- */
.ham-nav-entry {
  padding-top: min(2.222vw, 2svh);
}

.ham-nav-entry a {
  display: block;
}

.ham-nav-entry a img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 12svh;
  object-fit: contain;
  object-position: left;
}

/* MAINVISUAL
-------------------------------------------------------------- */
.mainv {
  padding: 70px 0 10px;
}

.mainv-inner {
  width: 100%;
  display: block;
}

.mainv-card {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #DF1C21;
  padding: 70px 24px;
}

.sp-fv-slides {
  display: none;
}

.sp-fv-ticker {
  display: none;
}

.mainv-card img {
  display: block;
  width: 100%;
  height: auto;
}


.fv-ticker {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}

.fv-ticker-track {
  display: flex;
  width: max-content;
  animation: fvTicker 45s linear infinite;
}

.fv-ticker-track img {
  display: block;
  height: 65px;
  width: auto;
  flex-shrink: 0;
}

@keyframes fvTicker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mainv-entry {
  text-align: center;
  margin-top: 22px;
  color: #fff;
}

.mainv-entry-ttl {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.mainv-entry-date {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
}

/* Section base
-------------------------------------------------------------- */
section {
  position: relative;
  overflow: visible;
  border-radius: 20px;
}

section + section {
  margin-top: 0;
}

section > .inner {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

/* Section backgrounds — color order: yellow → red → white → yellow → red → white → yellow → red */
.sec-message {
  /* 1: yellow */
  background-color: #FECE00;
  background-image: url(../img/bg-01.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-thema {
  /* 2: red */
  background-color: #DF1C21;
  background-image: url(../img/bg-02.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-flow {
  /* 3: white */
  background-color: #fff;
  background-image: url(../img/bg-03.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-requirements {
  /* 4: yellow */
  background-color: #FECE00;
  background-image: url(../img/bg-04.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-sponsor {
  /* 5: red */
  background-color: #DF1C21;
  background-image: url(../img/bg-05.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-judges {
  /* 6: white */
  background-color: #fff;
  background-image: url(../img/bg-06.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec-archive {
  /* 7: yellow */
  background-color: #FECE00;
}

.sec-contact {
  /* 8: red */
  background-color: #DF1C21;
  background-image: url(../img/bg-08.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

/* Section padding */
.sec-message {
  padding: 56px 0 64px;
}

.sec-thema {
  padding: 64px 0 100px;
}

.sec-requirements,
.sec-judges,
.sec-sponsor,
.sec-contact {
  padding: 64px 0 72px;
}

.sec-archive {
  padding: 64px 0 72px;
}

.sec-flow {
  padding: 70px 0 72px;
  border: 2px solid #000;
}

@media screen and (max-width: 430px) {
  .sec-message,
  .sec-thema,
  .sec-flow,
  .sec-requirements,
  .sec-judges,
  .sec-sponsor,
  .sec-archive,
  .sec-contact {
    padding: 8vw 0 10vw;
  }
  .person-sec-message      { width: 120px; right: -10px; top: 0px; }
  .person-sec-flow         { display: none; }
  .person-sec-requirements { right: -15px; top: 5px; width: 110px; }
  .person-sec-judges       { left: -20px; top: 30px; width: 140px; }
  .person-sec-contact      { right: -20px; top: 20px; width: 130px; }
}

/* Section head layout (badge + person)
-------------------------------------------------------------- */
.sec-head {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
}

.sec-badge-img,
.sec-txt-img {
  display: block;
  width: 170px;
  height: auto;
  margin: 0 auto;
}

.sec-head-txt {
  padding: 0 0 32px;
}

/* Person illustrations — absolute relative to section, overflow above */
.person-sec {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.person-sec img {
  display: block;
  width: 100%;
  height: auto;
}

/* person-01: MESSAGE right */
.person-sec-message {
  width: 130px;
  right: -10px;
  top: -30px;
}

/* person-02: FLOW — 非表示 */
.person-sec-flow {
  display: none;
}

/* person-03: REQUIREMENTS right */
.person-sec-requirements {
  right: -5px;
  top: -5px;
  width: 110px;
}

/* person-04: JUDGES left */
.person-sec-judges {
  left: -10px;
  top: 20px;
  width: 140px;
}

/* person-05: CONTACT right */
.person-sec-contact {
  right: -30px;
  top: 0px;
  width: 150px;
}

/* MESSAGE section
-------------------------------------------------------------- */
.top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.22;
  text-align: left;
  color: #3e3e3e;
}

.top-txt .txt-l {
  display: inline-block;
  line-height: 1.6;
  margin: 4px 0;
}

.top-txt b {
  font-size: 26px;
  color: #DF1C21;
}

@media screen and (max-width: 430px) {
  .top-txt {
    font-size: 3.488vw;
    line-height: 2.1;
  }
  .top-txt b {
    font-size: 6.047vw;
  }
}

/* 応募期間 */
.kikan {
  margin: 48px 0 0;
  text-align: center;
}

.kikan-t {
  display: block;
  width: 100%;
  background: transparent;
  border: 3px solid #DF1C21;
  color: #DF1C21;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  border-radius: 15px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.kikan .date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #3e3e3e;
}

@media screen and (max-width: 430px) {
  .kikan-t {
    font-size: 4.186vw;
    padding: 2.326vw 0;
  }
  .kikan .date {
    font-size: 3.488vw;
  }
}

/* THEMA section text */
.thema-card {
  background: transparent;
  padding: 0;
}

.thema-card p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
}

.thema-card .marker {
  display: inline;
  color: #fff;
}

/* <b> 要素（旧赤アニメーション）は非表示 */
.thema-card b {
  display: none;
}

/* 白下線アニメーション */
.thema-card .marker-wrap {
  position: relative;
  display: inline;
  white-space: nowrap;
}

.thema-card .marker-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.6s ease;
}

.thema-card.animated .marker-wrap:nth-of-type(1)::after { width: 100%; transition-delay: 0s; }
.thema-card.animated .marker-wrap:nth-of-type(2)::after { width: 100%; transition-delay: 0.3s; }
.thema-card.animated .marker-wrap:nth-of-type(3)::after { width: 100%; transition-delay: 0.8s; }
.thema-card.animated .marker-wrap:nth-of-type(4)::after { width: 100%; transition-delay: 1.3s; }

/* FLOW section
-------------------------------------------------------------- */
.sec-head-flow {
  text-align: center;
  padding-bottom: 50px;
}

.flow-list {
  padding-top: 10px;
}

.flow-list ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 14px;
  padding-left: 20px;
}

.flow-list ul li .step {
  width: 79px;
  flex-shrink: 0;
  position: relative;
}

.flow-list ul li .step p {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
  color: #DF1C21;
  background: transparent;
  border: 1px solid #DF1C21;
  border-radius: 5px;
  text-align: center;
  padding: 0 0.5em;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Downward arrow between steps */
.flow-list ul li:not(:last-child) .step::after {
  content: "▼";
  display: block;
  text-align: center;
  color: #DF1C21;
  font-size: 14px;
  padding: 8px 0;
}

.flow-list ul li .detail {
  width: calc(100% - 93px);
  padding-bottom: 50px;
}

.flow-list ul li:last-child .detail {
  padding-bottom: 0;
}

.flow-list ul li .detail .date {
  font-size: 14px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 1.6;
  margin-bottom: 5px;
}

.flow-list ul li .detail .txt {
  font-size: 20px;
  font-weight: bold;
  color: #DF1C21;
  line-height: 1.5;
}

/* Flow scroll animation */
.flow-list.scrollAnime ul li {
  opacity: 0;
  transform: translateY(-10px);
  transition: 1s opacity, 0.5s transform;
}

.flow-list.scrollAnime ul li:nth-child(1) { transition-delay: 0s; }
.flow-list.scrollAnime ul li:nth-child(2) { transition-delay: 0.3s; }
.flow-list.scrollAnime ul li:nth-child(3) { transition-delay: 0.6s; }
.flow-list.scrollAnime ul li:nth-child(4) { transition-delay: 0.9s; }
.flow-list.scrollAnime ul li:nth-child(5) { transition-delay: 1.2s; }
.flow-list.scrollAnime ul li:nth-child(6) { transition-delay: 1.5s; }

.flow-list.animated ul li {
  opacity: 1;
  transform: translateY(0);
}

/* REQUIREMENTS section
-------------------------------------------------------------- */
.req-card {
  background: transparent;
}

.req-list {
  display: flex;
  flex-direction: column;
}

.req-row {
  display: flex;
  align-items: stretch;
  border: 2px solid #DF1C21;
  border-radius: 8px;
  margin-top: -2px;
  overflow: hidden;
}

.req-row:first-child {
  margin-top: 0;
}

.req-row dt {
  width: 32%;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #DF1C21;
  padding: 14px 10px;
  display: block;
  text-align: left;
}

.req-row dd {
  flex: 1;
  font-size: 14px;
  padding: 14px 14px;
  color: #3e3e3e;
  line-height: 1.7;
}

.req-row dd a {
  color: #343DD7;
  text-decoration: underline;
}

.award-item {
  margin-bottom: 14px;
}

.award-item:last-child {
  margin-bottom: 0;
}

/* Award animation */
.award-prize.scrollAnime {
  opacity: 0;
  transform: translateY(-10px);
  transition: 1s opacity, 0.5s transform;
}

.award-prize.animated {
  opacity: 1;
  transform: translateY(0);
}

.award-prize-s.scrollAnime {
  transition-delay: 0.3s;
}

.award-label {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #DF1C21;
  border-radius: 7px;
  padding: 2px 1em;
  font-size: 13px;
  font-weight: bold;
  color: #DF1C21;
  margin-bottom: 4px;
  box-sizing: border-box;
  text-align: center;
}

.award-label span {
  font-size: 11px;
}

.award-prize {
  font-size: 32px;
  font-weight: bold;
  color: #DF1C21;
  line-height: 1.2;
}

.award-prize strong {
  display: inline;
  font-size: 46px;
  font-family: "Noto Sans JP", sans-serif;
}

/* SPONSOR section
-------------------------------------------------------------- */
.company-list {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 30px;
}

.coming-soon {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}

.video-btn {
  margin-bottom: 12px;
}

.video-btn a {
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  border: 3px solid #fff;
  border-radius: 15px;
  box-sizing: border-box;
  transition: opacity 0.2s;
}

.video-btn a:hover {
  opacity: 0.8;
}

.sponsor-catch {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}

.sec-flow .video-btn {
  margin-top: 70px;
  text-align: center;
}

.sec-flow .video-btn a {
  color: #DF1C21;
  border: none;
  padding: 0;
  display: inline;
}

.sec-flow .sponsor-catch img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.archive-caption {
  margin-top: 10px;
  text-align: right;
}

.archive-caption a {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #DF1C21;
  text-decoration: none;
  padding-right: 18px;
}

.archive-caption a::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  background: url(../img/contact-arrow-dark.svg) no-repeat center;
  background-size: contain;
  transition: transform 0.3s;
}

.archive-caption a:hover::after {
  transform: translateY(-50%) translateX(4px);
}

/* JUDGES section
-------------------------------------------------------------- */
.sec-head-judges {
  text-align: center;
  padding-bottom: 20px;
}

.judges-intro {
  font-size: clamp(13px, 3.2vw, 16px);
  font-weight: 500;
  color: #3e3e3e;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  white-space: nowrap;
}

.box-txt {
  padding: 0;
  background: transparent;
}

.box-txt .req-row dt {
  font-size: 16px;
}

.box-txt ul li {
  line-height: 1.6;
}

.box-txt ul li b {
  font-size: 18px;
  font-weight: bold;
}

.box-txt ul li span {
  font-size: 15px;
}

.box-txt ul li + li {
  margin-top: 9px;
}

.box-txt p {
  font-size: 15px;
  margin-top: 16px;
}

/* ARCHIVE section
-------------------------------------------------------------- */
.archive-list {
  padding: 9px 0 132px;
}

.archive-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 2px solid #DF1C21;
  border-radius: 8px;
  padding: 14px 16px;
  color: #DF1C21;
  font-weight: bold;
  font-size: 16px;
  box-sizing: border-box;
  transition: background 0.2s, color 0.2s;
}

.archive-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 2px solid #DF1C21;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 1em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.archive-btn:hover {
  background: #DF1C21;
  color: #fff;
}

.archive-btn:hover .archive-arrow {
  border-color: #fff;
}

/* CONTACT section
-------------------------------------------------------------- */
.sec-head-contact {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}


.contact-box {
  position: relative;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 54px 32px 50px;
  margin-top: 20px;
  margin-bottom: 24px;
}

.contact-office {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #DF1C21;
  font-size: 16px;
  font-weight: bold;
  border-radius: 7px;
  padding: 6px 16px;
  white-space: nowrap;
}

.contact-mail-txt {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.contact-btn-arrow {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 285px;
  line-height: 3.5;
  border: 1px solid #fff;
  border-radius: 28.5px;
  padding: 0 1em;
  padding-right: 32px;
  background: #DF1C21;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  text-align: center;
  transition: opacity 0.2s;
}

.contact-btn-arrow:hover {
  opacity: 0.85;
}

.contact-btn-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  background: url(../img/contact-arrow.svg) no-repeat center;
  background-size: contain;
  z-index: 1;
  transition: right 0.3s;
}

.contact-btn-arrow:hover::before {
  right: 14px;
}

.contact-arrow {
  display: none;
}

.tel-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 4px;
}

.tel {
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.02em;
}

.contact-notes {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
}

.contact-notes h3 {
  font-weight: bold;
  color: #fff;
  margin: 16px 0 6px;
}

/* CTA section
-------------------------------------------------------------- */
.sec-cta {
  background-color: #fff;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 3px solid #DF1C21;
  padding: 40px 16px;
  border-radius: 16px;
  gap: 10px;
}

.cta-copy {
  font-size: clamp(14px, 4.8vw, 20px);
  font-weight: 700;
  color: #DF1C21;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}

.cta-btn-wrap {
  background: #fff;
  border-radius: 12px;
  border: 2px solid #DF1C21;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-align: center;
  transition: background 0.2s;
}

.cta-btn-wrap:hover {
  background: #DF1C21;
  text-decoration: none;
}

.cta-btn {
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #DF1C21;
  background: transparent;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}

.cta-btn-wrap:hover .cta-btn {
  color: #fff;
}

@media screen and (max-width: 430px) {
  .sec-cta {
    padding: 8.628vw 5.581vw;
  }
  .cta-copy {
    font-size: clamp(12px, 4.4vw, 18px);
  }
  .cta-btn {
    font-size: 4.186vw;
    padding: 3.256vw 11.163vw 3.256vw 6.512vw;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer {
  background: #fff;
  border: 2px solid #DF1C21;
  padding: 50px 0 40px;
  border-radius: 20px;
  margin-top: 0;
}

.footer > .inner {
  padding: 0 20px;
}

.sponsor-block {
  text-align: center;
  margin-bottom: 28px;
}

.sponsor-block-label {
  margin-bottom: 10px;
}

.sponsor-block-label span {
  display: block;
  width: 100%;
  background: #DF1C21;
  color: #fff;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: bold;
  font-size: 17px;
  box-sizing: border-box;
}

.sponsor-block p + p {
  font-size: 17px;
  font-weight: 500;
  color: #3e3e3e;
}

.footer-logo-wrap {
  text-align: center;
  margin: 30px 0 22px;
}

.footer-logo-wrap img {
  width: 180px;
  height: auto;
}

.copyright {
  text-align: center;
  font-size: 12px;
  color: #DF1C21;
  line-height: 1.6;
}

/* Scroll animations (generic)
-------------------------------------------------------------- */
.scrollAnime {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s opacity, 0.6s transform;
}

.scrollAnime.animated {
  opacity: 1;
  transform: translateY(0);
}

/* flow-list overrides generic scrollAnime for li items */
.flow-list.scrollAnime {
  opacity: 1;
  transform: none;
}



/* SP (max-width: 430px) adjustments
-------------------------------------------------------------- */
@media screen and (max-width: 430px) {
  .slide_box {
    max-width: 100%;
    width: 100%;
  }

  section + section {
    margin-top: 0;
  }

  section > .inner {
    padding: 0 3vw;
  }

  .site-logo img {
    width: 18.605vw;
  }

  .bg-slideshow {
    display: none;
  }

  .site-logo {
    display: none;
  }


  .hamburger-btn {
    width: 20.930vw;
    height: 18.605vw;
    border-radius: 5.116vw 0 0 5.116vw;
    gap: 1.860vw;
  }

  .hamburger-btn span {
    width: 6.279vw;
  }

  .ham-wrapper {
    right: -96vw;
  }

  .ham-close {
    width: 20.930vw;
    height: 18.605vw;
    border-radius: 5.116vw 0 0 5.116vw;
    font-size: 5.116vw;
  }

  .ham-menu {
    width: 72vw;
    padding: min(18.605vw, 8svh) 5vw min(40px, 3.5svh) 6vw;
  }

  .ham-nav-entry {
    padding-top: min(3.256vw, 1.8svh);
  }

  .ham-nav-entry a img {
    max-height: 16svh;
  }

  .ham-nav-list li a {
    padding: min(1.8vw, 0.9svh) 0;
  }

  .ham-nav-list li a .en {
    font-size: min(4.651vw, 2.8svh);
  }

  .ham-nav-list li a .ja {
    font-size: min(2.558vw, 1.6svh);
  }

  .entry-fixed {
    width: 53.488vw;
    padding: 1.860vw 3.256vw 3.256vw;
  }

  .entry-fixed-label {
    font-size: 9.302vw;
  }

  .entry-fixed-ticker {
    height: 4.186vw;
  }

  .entry-fixed-ticker img {
    height: 4.186vw;
  }

  .entry-kikan-label {
    font-size: 2.326vw;
    padding: 0.233vw 2.326vw;
  }

  .entry-dates {
    font-size: 2.791vw;
  }

  .mainv {
    padding: 22vw 0 2.326vw;
  }

  .mainv-card {
    padding: 4vw 5.581vw 8vw;
  }

  .mainv-entry-ttl {
    font-size: 6.047vw;
  }

  .mainv-entry-date {
    font-size: 3.023vw;
  }

  .sec-badge-img,
  .sec-txt-img {
    width: 130px;
  }

  .sec-head {
    padding-bottom: 50px;
  }

  .sec-head-txt {
    padding-bottom: 50px;
  }

  .person-r {
    width: 30.233vw;
  }

  .person-l {
    width: 23.256vw;
  }

  .message-card {
    padding: 9.070vw 5.814vw 8.140vw;
  }

  .top-txt {
    font-size: 3.488vw;
    line-height: 2.1;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .top-txt b {
    font-size: 6.047vw;
  }

  .thema-card {
    padding: 8.372vw 5.814vw 7.907vw;
  }

  .thema-card p {
    font-size: 3.256vw;
  }

  .flow-list ul li {
    padding-left: 4.651vw;
  }

  .flow-list ul li .step {
    width: 18.372vw;
  }

  .flow-list ul li .step p {
    font-size: 3.023vw;
    border-radius: 1.163vw;
  }

  .flow-list ul li .detail .date {
    font-size: 3.256vw;
  }

  .flow-list ul li .detail .txt {
    font-size: 4.651vw;
  }

  .req-row dt {
    font-size: 3.256vw;
    padding: 3.256vw 2.326vw;
  }

  .req-row dd {
    font-size: 3.256vw;
    padding: 3.256vw 3.256vw;
  }

  .award-prize {
    font-size: 7.442vw;
  }

  .award-prize strong {
    font-size: 10.698vw;
  }

  .sponsor-catch {
    font-size: 5.581vw;
  }

  .person-judges-l {
    width: 27.907vw;
  }

  .box-txt {
    padding: 4.651vw 0 7.907vw;
  }

  .sec-judges {
    border: 2px solid #000;
  }

  .judges-intro {
    margin-bottom: 0;
  }

  .box-txt ul li b {
    font-size: 4.186vw;
  }

  .box-txt ul li span {
    font-size: 3.488vw;
  }

  .archive-btn {
    font-size: 4.186vw;
    padding: 3.256vw 9.302vw;
  }

  .contact-office {
    font-size: 3.953vw;
  }

  .contact-btn {
    font-size: 3.488vw;
    padding: 3.256vw 4.651vw;
  }

  .contact-btn-arrow {
    font-size: 3.721vw;
    width: 66.279vw;
    border-radius: 6.628vw;
    padding-right: 7.442vw;
  }

  .contact-btn-arrow::before {
    width: 2.326vw;
    height: 3.488vw;
    right: 4.186vw;
  }

  .contact-btn-arrow:hover::before {
    right: 3.256vw;
  }

  .tel {
    font-size: 7.907vw;
  }

  .contact-notes {
    font-size: 3.023vw;
  }

  .footer-logo-wrap img {
    width: 41.860vw;
  }

  .copyright {
    font-size: 2.791vw;
  }

  .footer {
    border-radius: 4.651vw;
    margin-top: 2.326vw;
  }
}

/* ========================================
   BG SLIDESHOW
   ======================================== */

.bg-slideshow {
  position: fixed;
  top: 18px;
  bottom: 18px;
  left: 25px;
  right: 25px;
  border: 3px solid #DF1C21;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}

.bg-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  animation: bgSlide 28s infinite;
}

.bg-slide-1 {
  background-image: url(../img/fv-photo1.jpg);
  animation-delay: -3s;
}

.bg-slide-2 {
  background-image: url(../img/fv-photo2.jpg);
  animation-delay: 4s;
}

.bg-slide-3 {
  background-image: url(../img/fv-photo3.jpg);
  animation-delay: 11s;
}

.bg-slide-4 {
  background-image: url(../img/fv-photo4.jpg);
  animation-delay: 18s;
}

@keyframes bgSlide {
  0%   { opacity: 0; }
  14%  { opacity: 1; }
  33%  { opacity: 1; }
  48%  { opacity: 0; }
  100% { opacity: 0; }
}

/* ========================================
   SP FINAL OVERRIDES (max-width: 430px)
   ======================================== */
@media screen and (max-width: 430px) {
  /* 背景スライドショーを非表示（SP FVカード内に代替あり） */
  .bg-slideshow {
    display: none !important;
  }

  /* SP FV: mainvを全画面高さに */
  .mainv {
    height: 100svh !important;
    min-height: unset !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
  }

  .mainv-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 18px 0 15px !important;
    box-sizing: border-box !important;
    height: 100% !important;
    min-height: unset !important;
  }

  /* SP FV: 1枚の角丸カード（上:写真スライド / 下:ロゴ） */
  .mainv-card {
    height: calc(100svh - 33px) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .sp-fv-slides {
    display: block !important;
    flex: 3 !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .sp-fv-slide {
    position: absolute !important;
    top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    opacity: 0;
    animation: bgSlide 28s infinite;
  }

  .sp-fv-slide-1 { background-image: url(../img/fv-photo1.jpg) !important; animation-delay: -3s; }
  .sp-fv-slide-2 { background-image: url(../img/fv-photo2.jpg) !important; animation-delay: 4s; }
  .sp-fv-slide-3 { background-image: url(../img/fv-photo3-sp.jpg) !important; animation-delay: 11s; }
  .sp-fv-slide-4 { background-image: url(../img/fv-photo4.jpg) !important; animation-delay: 18s; }

  .sp-fv-ticker {
    display: block !important;
    position: absolute !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    overflow: hidden !important;
    z-index: 2 !important;
  }

  .sp-fv-ticker-track {
    display: flex !important;
    width: max-content !important;
    animation: fvTicker 45s linear infinite !important;
  }

  .sp-fv-ticker-track img {
    display: block !important;
    height: 32px !important;
    width: auto !important;
    flex-shrink: 0 !important;
  }

  .mainv-card > picture {
    flex: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 5vw !important;
  }

  .mainv-card > picture img {
    width: 75% !important;
    height: auto !important;
    display: block !important;
  }

  .entry-btn-fixed {
    display: block !important;
    top: 4.651vw;
    bottom: auto;
    left: 4.651vw;
    width: 26.744vw;
  }

  /* サイトロゴを非表示 */
  .site-logo {
    display: none !important;
  }

  /* ハンバーガーボタンを確実に表示・最前面 */
  .hamburger-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
  }

  /* メニュー開いた時は開ボタンを非表示 */
  body.menu-open .hamburger-btn {
    display: none !important;
  }

  /* コンテンツ幅を430px時に約400pxに（画面比93%） */
  .slide_box {
    width: 93vw !important;
    max-width: 93vw !important;
    margin: 0 auto !important;
  }

  /* ハンバーガーメニュー：position固定・全表示 */
  .ham-wrapper {
    position: fixed !important;
    height: 100svh !important;
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    box-sizing: border-box !important;
  }

  .ham-menu {
    position: relative !important;
    height: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    padding-bottom: max(min(40px, 5svh), env(safe-area-inset-bottom, 0px)) !important;
  }

}
