@charset "utf-8";
/*********************************
HOBBY ROUND 33 2025.11.03 STYLE-COMMON
last update - 2025.07.17
*********************************/ :root {
  --fs: min(2.114vw, 1rem);
  --rs: clamp(0.5rem, 1.042vw, 1rem);
  --bs-cmn: 0 2px 3px 1px rgb(50 50 50 / 10%);
  --fs-line: calc((1em - 1lh) / 2);
  --c-link: #27abdc;
  --c-link-hover: #00f;
  --c-link--b: #87CEEB;
  --c-link--b-hover: #A3E0FF;
  --c-main: #ff0e25;
  --c-blue: #152777;
  --c-black: #222222;
  --c-dark: #cd1e23;
  --c-foot: #00b8e9;
  --c-txt-base: #222;
  --c-base: #e72836;
  --c-wht: #fff;
  --w-site: min(100%, 128rem);
  --w-cont: min(100%, 96rem);
  --w-box: min(100%, 80rem);
  --triangle--top: polygon(50% 0, 100% 100%, 0 100%);
  --triangle--bottom: polygon(0 0, 100% 0, 50% 100%);
  --triangle--right: polygon(0 0, 100% 50%, 0 100%);
  --triangle--left: polygon(0 50%, 100% 0, 100% 100%);
  --triangle--lower-left: polygon(0 0, 100% 100%, 0 100%);
  --triangle--upper-left: polygon(0 0, 100% 0, 0 100%);
  --triangle--lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --triangle--upper-right: polygon(0 0, 100% 0, 100% 100%);
  --scroll-padding: 60px;
}
@media screen and (max-width: 959px) {
:root {
    --fs: 0.8rem;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--scroll-padding));
}
body {
  font-size: calc(var(--fs) * 1.6);
  font-family: sans-serif;
  color: var(--c-txt-base);
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  text-spacing-trim: trim-start;
  background: #f9d036;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  background: url(/event/hr33/assets/image/hr33_bg-r.png) no-repeat top right,url(/event/hr33/assets/image/hr33_bg-l.png) no-repeat bottom left,#f9d036;
  background-size: min(70% , 80rem);
  background-attachment: fixed;
  .logo-layer {
    position: fixed;
    left: -5rem;
    top: -15rem;
    width: 60rem;
    height: 60rem;
    background-image: url(/event/hr33/assets/image/hr33_logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    background-color: transparent;
    filter: opacity(0.4);
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}
/* Link*/
a {
  text-decoration: none;
  color: var(--c-link);
  &:hover {
    text-decoration: none;
    color: var(--c-link-hover);
  }
}
a:hover > img:not([src$=".gif"]), a:hover > picture:not([src$=".gif"]), a:hover > figure:not([src$=".gif"]) {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/* Text */
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.ta-r {
  text-align: right;
}
.red {
  color: var(--c-main);
}
strong {
  font-size: 125%;
}
em {
  font-size: 112.5%;
  font-style: normal;
}
small {
  font-size: 87.5%;
  font-weight: normal;
}
.br-off {
  display: none;
}
.br-on {
  display: block;
}
@media screen and (min-width: 767px) {
  .br-off {
    display: block;
  }
  .br-on {
    display: none;
  }
}
.price-tax > small {
  font-size: 75%;
}
.price-hontai {
  display: none;
}
.notice-list {
  font-size: calc(var(--fs) * 1.4);
  margin: 1rem auto 0;
  .notice {
    padding-left: 1em;
    font-size: 87.5%;
    text-align: left;
    text-indent: -1em;
    line-height: 1.3;
    display: block;
  }
}
/* Link-btn */
.link-btn {
  font-weight: bold;
  width: min(94%, 80rem);
  padding: 2.2rem 3.4rem 2rem;
  background: var(--c-link);
  border-radius: 0.5rem;
  color: hsl(0deg 0% 100%);
  text-align: center;
  display: inline-block;
  position: relative;
  &:hover {
    color: hsl(0deg 0% 100%);
    text-decoration: none;
    background: var(--c-link-hover);
  }
  &::after {
    content: "";
    clip-path: var(--triangle--right);
    width: calc(var(--fs) * 1.2);
    height: calc(var(--fs) * 1.8);
    inset-block: 0;
    inset-inline-end: calc(var(--fs) * 1);
    margin-block: auto;
    background: #fff;
    position: absolute;
  }
}
/* イベント関連リンクボタン */
.ev-link-btn {
  font-size: calc(var(--fs) * 1.8);
  font-weight: bold;
  text-align: center;
  width: min(82%, 45rem);
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
  @media (max-width: 768px) {
    text-align: left;
  }
  --btn-bg-default: #333;
  --btn-text-default: #fff;
  --btn-arrow-default: url("/event/hr33/assets/image/icon_arrow_w.png");
  --btn-outline-hover: #333;
  --btn-bg-hover: #fff;
  --btn-text-hover: #333;
  --btn-arrow-hover: url("/event/hr33/assets/image/icon_arrow_b.png");
  background: var(--btn-bg-default);
  transition: background 0.3s ease;
  a {
    color: var(--btn-text-default);
    display: block;
    background-image: var(--btn-arrow-default);
    background-repeat: no-repeat;
    background-position: center right 1em;
    background-size: 2em;
    padding: 1.9rem 2em 1.4rem;
    text-decoration: none;
    position: relative;
    z-index: 3;
    transition: color 0.3s ease, background-image 0.3s ease, background-position 0.3s ease;
  }
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--btn-outline-hover); /* ホバー時のアウトライン色 */
    box-sizing: border-box;
    transform: scale(0.8);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 2;
  }
  &:hover {
    background: var(--btn-bg-hover);
    a {
      color: var(--btn-text-hover);
      background-image: var(--btn-arrow-hover);
    }
    &::before {
      transform: scale(1);
      opacity: 1;
    }
  }
}
.ev-link-btn-w {
  --btn-bg-default: #fff;
  --btn-text-default: #333;
  --btn-arrow-default: url("/event/hr33/assets/image/icon_arrow_b.png");
  --btn-outline-hover: #fff;
  --btn-bg-hover: #333;
  --btn-text-hover: #fff;
  --btn-arrow-hover: url("/event/hr33/assets/image/icon_arrow_w.png");
}
.link-btn.link-not { /*link cancel*/
  pointer-events: none;
  color: hsla(0, 0%, 67%, 1.00);
  background: hsla(0, 0%, 93%, 1.00);
  &::after {
    content: none;
  }
}
.scroll-link {
  font-size: calc(var(--fs) * 1.3);
  color: hsla(0, 0%, 100%, 1.00);
  background-color: var(--c-link);
  border-radius: 0.5rem;
  padding: 0.1rem 0.8rem 0.1rem;
  position: relative;
  &::after {
    font-family: 'FontAwesome';
    content: "\f107";
    padding-left: 0.5em;
  }
  &:hover {
    color: hsla(0, 0%, 100%, 1.00);
    background-color: var(--c-link-hover);
    text-decoration: none;
  }
}
.scroll-link i {
  padding-left: 0.5em;
}
.link-txt--b {
  font-weight: bold;
  color: var(--c-link--b);
  text-decoration: underline;
  text-underline-offset: 5px;
  &:hover {
    color: var(--c-link--b-hover);
    text-decoration: underline;
  }
}
.link-not {
  pointer-events: none !important;
}
@media print {
  #onetrust-consent-sdk { /*Cookieバナー非表示*/
    display: none;
  }
  #wovn-translate-widget { /*WOVNウィジェット非表示*/
    display: none !important;
  }
  .nav_trigger_outer.js_nav_trigger {
    display: none !important;
  }
}
/*-------------------------------
 MAIN CONTENTS -- COMMON
---------------------------------*/
#site-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(0, 960px) 1fr;
  position: relative;
  &::before {
    content: "";
    width: 960px;
    margin: 0 auto;
    background: rgb(0 0 0 / 80%);
    height: 200vh;
    top: 0;
    left: 50%;
    position: fixed;
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: blur(10px);
  }
}
.header, .main-content, .footer {
  grid-column: 2;
  background-color: #fff;
  min-width: 0;
}
@media (max-width: 768px) {
  #site-wrapper {
    grid-template-columns: 1fr;
  }
  .header, .main-content, .footer {
    grid-column: 1;
    box-shadow: none;
  }
  .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*-------------------------------
 HEADER STYLES
---------------------------------*/
.header {
  color: #fff;
  padding: 0.5em calc(var(--rs) * 2) 0.5em;
  background-color: var(--c-main);
  border-bottom: 2px solid rgb(255,255,255,0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  inset: 0;
  z-index: 15;
}
.logo {
  font-size: calc(var(--fs) * 2.4);
  font-family: 'M PLUS 1p', sans-serif;
  a {
    color: #fff;
    text-decoration: none;
    margin: 0;
  }
}
/* ------------------------------------- */
/* NAVIGATION TOGGLE BUTTON (☰ / ✕)      */
/* ------------------------------------- */
.nav-toggle {
  font-size: 30px;
  cursor: pointer;
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  position: relative;
  width: 30px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  &::before, &::after, span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  &::before {
    top: 0;
  }
  span {
    top: 50%;
    transform: translateY(-50%);
  }
  &::after {
    bottom: 0;
  }
  &.open {
    span {
      opacity: 0;
    }
    &::before {
      transform: translateY(10px) rotate(45deg);
    }
    &::after {
      transform: translateY(-10px) rotate(-45deg);
    }
  }
}
/* ------------------------------------- */
/* MAIN NAVIGATION (OVERLAY)             */
/* ------------------------------------- */
.main-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(34 34 34 / 95%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 60px;
  box-sizing: border-box;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  z-index: 999;
  scrollbar-width: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  &.active {
    transform: translateX(0);
  }
  @media (min-width: 769px) {
    width: 50%;
    max-width: 700px;
  }
  .close-nav {
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    padding: 6px 15px 4px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, color 0.2s ease-in-out;
    position: absolute;
    top: 15px;
    right: calc(var(--rs) * 2);
    &:hover {
      color: #000;
      background-color: #f0f0f0;
      transform: scale(1.05);
    }
    &:active {
      transform: scale(0.95);
    }
    .close-icon {
      line-height: 1;
    }
    .close-text {
      font-weight: bold;
      text-transform: uppercase;
    }
  }
  /* ナビゲーションリスト */
  ul {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    width: 100%;
  }
  li {
    &:not(:last-of-type) {
      width: 100%;
      border-bottom: 1px solid #555;
    }
  }
  a {
    display: block;
    padding: 1.5rem 3rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    font-size: calc(var(--fs) * 1.8);
    &:hover {
      background-color: #555;
    }
  }
  /* ドロップダウンメニュー (サブメニュー) */
  .dropdown-menu {
    position: static;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear;
  }
  .dropdown-parent {
    &.open {
      & > .dropdown-menu {
        max-height: 600px;
      }
    }
    & > a {
      position: relative;
      &::after {
        content: '+';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s ease-in-out;
      }
    }
    &.open {
      & > a {
        &::after {
          transform: translateY(-50%) rotate(45deg);
        }
      }
    }
  }
}
/* ------------------------------------- */
/* MAIN CONTENT & FOOTER STYLES          */
/* ------------------------------------- */
.main-content {}
/*-------------------------------
 ADVERTISING -- CONTENTS
---------------------------------*/
.ads {
  container-type: inline-size;
  max-width: 96rem;
  padding: calc(var(--rs) * 6) 2vw calc(var(--rs) * 6);
  background: #101010;
  a {
    color: #fff;
  }
  figure {
    font-size: calc(var(--fs) * 1.8);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    figcaption {
      padding: 1.4rem calc(var(--rs)* 1) 1rem;
      background: #cd1e23;
    }
  }
  article + article {
    margin-top: calc(var(--rs) * 4);
  }
}
/*-------------------------------
 breadcrumb
---------------------------------*/
.breadcrumb {
  width: 100%;
  padding: 0.5em calc(var(--rs) * 2);
  background: #fff;
}
.navi-breadcrumb {
  font-size: calc(var(--fs) * 1.4);
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.navi-breadcrumb > * ~ *::before {
  content: "\f054";
  margin: 0 1em;
  color: var(--c-link);
  font-family: "Font Awesome 5 Free";
  font-size: 93.75%;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.navi-breadcrumb > *:last-of-type > a {
  color: #333;
  pointer-events: none;
}
/*-------------------------------
 FLOATING －- BANNER
---------------------------------*/
.floating-banner {
  position: fixed;
  bottom: 5%;
  right: -36rem;
  transform: translateY(-50%);
  width: min(62%, 36rem);
  height: 5em;
  background: #385AFC;
  background: url(/event/hr33/assets/image/icon_arrow_w.png) no-repeat center right 1em / 2em, linear-gradient(90deg,rgba(92, 234, 253, 1) 0%, rgba(56, 90, 252, 1) 70%);
  box-shadow: 3px 3px 10px rgb(116 226 252);
  transition: right 0.3s ease-out;
  z-index: 1000;
  border: none;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 11;
  @media (any-hover: hover) {
    &:hover {
      filter: brightness(1.2);
    }
    
  }
  a {
    font-size: calc(var(--fs) * 2.2);
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 3px #333333b8;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    position: relative;
    overflow: hidden;
    span {
      position: relative;
      z-index: 1;
    }
    @media (max-width: 630px) {
      font-size: calc(var(--fs) * 1.8);
    }
    &::before {
      font-size: 290%;
      font-weight: bold;
      font-style: italic;
      color: transparent;
      content: "TICKET";
      position: absolute;
      top: 56%;
      left: 40%;
      transform: translate(-50%, -50%);
      -webkit-text-stroke: 1px rgb(255 255 255 / 30%);
      text-stroke: 1px rgb(255 255 255 / 30%);
      text-shadow: none;
      pointer-events: none;
      z-index: 0;
      white-space: nowrap;
    }
  }
  a:hover {
  
  }
}
.floating-banner.is-visible {
  right: 0;
}
/*-------------------------------
 FOOTER -- CONTENTS
---------------------------------*/
footer {
  width: 100%;
  padding: calc(var(--fs) * 2) calc(var(--rs) * 1) calc(var(--fs) * 2);
  text-align: center;
  article {
    width: var(--w-box);
    margin: 0 auto;
  }
}
.footer {
  background: var(--c-foot);
}
/* link banner */
.link-banner {
  display: flex;
  justify-content: center;
  gap: calc(var(--rs)* 2);
}
/* copy light */
.footer-logo {
  width: calc(100vw / 2);
  max-width: 18rem;
  margin: calc(var(--fs) * 4) auto calc(var(--fs) * 2);
}
.footer-logo > a {}
.footer__copylight {
  margin: 0 auto;
  font-size: calc(var(--fs) * 1.4);
  line-height: 1;
}
.footer__copylight > li {
  margin: 0.5rem 0;
}
.footer__note {
  margin: calc(var(--fs) * 1.5) auto 0;
  font-size: calc(var(--fs) * 1.1);
  line-height: 1.3;
  display: inline-block;
}
.footer__note > li {
  padding-left: 1em;
  margin: 0.5rem 0;
  text-align: left;
  text-indent: -1em;
}
/*-------------------------------
 map
---------------------------------*/
.event-map {
  background: hsl(0deg 0% 100%);
  padding: 1rem;
  margin: 3rem 0 2rem 0;
  display: inline-block;
}
.event-map img {
  text-align: center;
}
.event-data__maplink {
  position: relative;
}
.event-data__maplink.link-not {
  color: #ccc;
  pointer-events: none;
}
.event-data__maplink:hover {
  text-decoration: none;
}
.event-data__maplink::after {
  content: "\f0c1";
  padding-left: 0.5em;
  font-family: "Font Awesome 5 Free";
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px;
}
.mfp-fade.mfp-bg{
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing{
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content{
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content{
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content{
  opacity: 0;
}
.white-popup-block {
  background: #FFF;
  width: 80rem;
  max-width: 94%;
  margin: calc(var(--rs) * 2) auto;
  padding: calc(var(--rs) * 4) calc(var(--rs) * 2) calc(var(--rs) * 2);
  text-align: left;
  position: relative;
}
.hr_map-title {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 175%;
  color: #d60001;
  padding-bottom: 1rem;
}
.hr_map-img {
  padding: 1rem 0;
  margin-bottom: 2rem;
}
/*-------------------------------
 EVENT -- COMMON
---------------------------------*/
.ctg-header {
  height: calc(var(--rs) * 30);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 1;
  }
}
.ctg-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 0.2rem 0.2rem rgb(0 0 0 / 80%), 0 0 0.5rem rgb(0 0 0 / 80%);
  position: relative;
  z-index: 3;
  h2 {
    font-size: calc(var(--fs) * 4);
  }
  p {
    font-size: calc(var(--fs) * 2.2);
  }
}
.copy-section {
  font-size: calc(var(--fs)* 1.4);
  background: #fef7f7;
  padding: 3.4rem calc(var(--rs) * 2) 3rem;
}
.event-copylight-list {
  max-width: var(--w-cont);
  margin: 0 auto;
  text-align: center;
}
.event-copylight-list > * {
  margin: 0.3rem 0.25em;
  display: inline-block;
}
/********************** 
 CONTAINER － PATTERN
************************/
.container {
  padding: calc(var(--rs) * 4) calc(var(--rs) * 2);
}
.container-plaid {
  background: rgb(255 255 255 / 90%);
  background-image: url(/event/assets/image/common/bg-ruledline.png);
  background-position: 50% 50%;
  background-size: calc(var(--rs) * 6);
  background-repeat: repeat;
}
.outline {
  .read-dscr {
    padding: 0 0 0;
    strong {
      display: inline-block;
      padding: 0 0 0.3em;
    }
  }
  .notice-list {
    padding: 0.5em 0 2rem;
  }
  .read-dscr + .event-data {
    margin: 2rem 0 0;
  }
}
.event-notice-list {
  font-size: calc(var(--fs) * 1.2);
}
.event-notice {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
  line-height: 1.3;
  display: block;
}
.event-catch {
  font-size: calc(var(--fs) * 2);
  font-weight: bold;
  display: inline-block;
  padding: 0 0 0.5rem 0;
}
.event-descrip {
  font-size: calc(var(--fs) * 1.6);
}
.event-descrip + .ta-c {
  margin: 2rem auto 0;
}
/*event - data*/
.event-data {
  font-size: calc(var(--fs) * 1.6);
  padding: calc(var(--rs) * 2);
  background: #f2f1ed;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.event-title + .event-data {
  margin-top: 1rem;
}
.event-data > * {
  margin: 0 0;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.event-data li+li {
  margin-top: calc(var(--fs) * 1);
}
@media screen and (min-width: 767px) {
  .event-data > * {
    flex: 1 1 auto;
    width: calc(100% / 2);
  }
  .event-data > *:nth-of-type(n+3) {
    margin-top: 1rem;
  }
  .event-data li+li {
    margin-top: 0;
  }
}
.event-data__head {
  padding: 0.2em 0rem;
  margin: 0 1em 0 0rem;
  background: var(--c-dark);
  color: hsl(0deg 0% 100%);
  font-weight: normal;
  width: 6em;
  display: inline-block;
  text-align: center;
}

