@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, 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, 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;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #f4a000;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #f4a000;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo,
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1;
  height: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  height: 100%; /*scroll-behavior: smooth;*/
  scroll-padding-top: 1.5em;
}

a,
input {
  outline: none;
}
a {
  color: #e7465a;
  text-decoration: underline;
}
a:hover {
  color: #e7465a;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background-color: #ffffff;
  transition: 0.2s;
}

/**** Start of "Micro cf" ****/
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.fs-11 {
  font-size: 1.1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-14 {
  font-size: 1.4rem !important;
}

.fs-16 {
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 2rem !important;
}

.fs-22 {
  font-size: 2.2rem !important;
}

.fs-24 {
  font-size: 2.4rem !important;
}

.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

.lh-120 {
  line-height: 120% !important;
}

.lh-140 {
  line-height: 140% !important;
}

.lh-160 {
  line-height: 160% !important;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

/* --------------------------------------------------------
	style
-------------------------------------------------------- */

html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;
}
.no-spam {
  display: none;
}

/* --------------------------------------------------------
	header
-------------------------------------------------------- */
.loading {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;

  opacity: 0.8;
  transition: all 1s;
  background: #fff;
}
/*
.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5bb547;
  z-index: -1;
}

.loading:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
*/
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  /*  width: 2.5%; */
  width: auto;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

/*
.loading.loaded:before {
  left: 100%;
  opacity: 0.5;
  transition: 1s;
  transition-delay: 500ms;
}

.loading.loaded:after {
  width: 0%;
  opacity: 0.5;
  transition: 1s;
  transition-delay: 250ms;
}
*/
.loading.loaded {
  transition: all 1s;
  background: none;
}
.loading.loaded img {
  opacity: 0;
  transition: 0.5s;
}


/* Bike Girl
.loading {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10010;
  background: #fff;
  opacity: 0.8;
  transition: all 1s;
}
.loading img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.loading .loading_bike {
  position: absolute;
  animation: fadeInTop 2s forwards;
}
@keyframes fadeInTop {
  0% {
    width: 50px;
    height: auto;
    aspect-racio: 404/300;
    right: 0;
    top: 20vh;
    opacity: 0;
  }
  100% {
    width: 240px;
    right: calc(50% - 120px);
    top: calc(50vh - 160px);
    opacity: 1;
  }
}
.loading.loaded {
  transition: all 2s;
  background: none;
}
.loading.loaded img {
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  @keyframes fadeInTop {
    0% {
      width: 10%;
      height: auto;
      aspect-racio: 404/300;
      right: 0;
      top: 20vh;
      opacity: 0;
    }
    100% {
      width: 60%;
      right: 0;
      top: 45vh;
      opacity: 1;
    }
  }
}
*/

/* --------------------------------------------------------
	Page Layout
-------------------------------------------------------- */
.pcSideArea__main {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - (37.5% + 20%));
  height: 100%;
  background-color: #fff;
  z-index: 0;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.pcSideArea__aside {
  position: fixed;
  top: 0;
  right: 0;
  /*  padding: 45px 0; */
  padding: min(4.8vh, 45vh) 0;
  width: 20%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  /*  justify-content: flex-start; */
  align-items: flex-start;
  flex-direction: column;
}
.pcSideArea__main img {
  width: auto;
  max-width: 100%;
}
.pcSideArea__main .upper {
  position: relative;
  width: 100%;
  /*
  height: 70%;
*/
  height: 24.65%;
/*  min-height: 145px; */
}
.pcSideArea__main .lower {
  position: relative;
  width: 100%;
  /*
  height: 30%;
*/
  height: 34.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pcSideArea__main .upper .event__ttl {
  width: 100%;
  height: auto;
}
.pcSideArea__main .logo img {
/*  margin: 0 6% 4%; */
  margin: 0 6%;
  width: 88%; /* 900px
  aspect-ratio: 900 / 500; */
}
.pcSideArea__main .logo {
  width: 100%;
/*  height: 80%; */
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center; /* チケットなし */
  align-items: flex-start; /* チケットあり */
}

/*
.pcSideArea__main .lower.column2 {
  padding-bottom: 3%;
}
.pcSideArea__main .lower.column2 img {
  margin: 0 6%;
  width: 88%;
}
*/

/*
@media screen and (max-width: 1400px) {
  .pcSideArea__main .upper .logo {
    height: 50%;
  }
}
.pcSideArea__main .upper.column2 {
  margin-bottom: 1%;
  height: 77.5%;
  height: 64%;
}
.pcSideArea__main .lower.column2 {
  height: 22.5%;
  height: 35%;
}
.pcSideArea__main .upper.column2 .logo {
  padding-top: 5%;
}
@media screen and (max-width: 1400px) {
  .pcSideArea__main .upper.column2 .logo {
    padding-top: 0;
  }
}
*/

/* === ticket === */
.pcSideArea__main .bottom_ticket {
  width: 94.11%;
  /*
  height: 56%;
*/
}
.pcSideArea__main .bottom_sns {
  width: 88%; /* チケットなし */
  /*
  height: 44%;
*/
  width: 94.11%; /* チケットあり */
}
.pcSideArea__main .bottom_sns .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.pcSideArea__main .bottom_sns .sns_share {
  margin-left: 5.2%;
  width: 30.2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding-bottom: 8px;
  border-bottom: 2px solid #222;
}
.pcSideArea__main .bottom_sns .check_ticket {
  width: 37.08%;
}
.pcSideArea__main .bottom_sns .sns_share li {
  margin-left: 3%;
  width: 13.8%;
}
.pcSideArea__main .bottom_sns .sns_share li:first-child {
  margin-right: auto;
  width: 41.38%;
}

/* === entry === */
.pcSideArea__main .info_box {
  margin-bottom: 4%;
  width: 100%;
}

/* === entry === */
.pcSideArea__main .bottom_sns .check_entry {
/*  width: 60%; */
  width: 35.3%; /* チケットあり */
  width: 100%; /* チケットなし */
}
.pcSideArea__main .bottom_sns .check_entry.shim {
  aspect-ratio: 1160 / 468;
}
/*
.pcSideArea__main .bottom_sns .check_entry .btn {
  margin-left: auto;
  width: 58.68%;
}
*/
.go__map {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 78.125%;
  box-sizing: border-box;
/* 単独
  margin-bottom: auto; */
}
.go__schedule {
  margin: 0 auto auto;
  padding: 0 0 10px;
  width: 78.125%;
  box-sizing: border-box;
}

.pcSideArea__aside .shareContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 10px 6px;
  width: 78.125%;
  border-top: 4px solid #f4a000;
  border-bottom: 4px solid #f4a000;
  box-sizing: border-box;
}
.pcSideArea__aside .shareContainer .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4%;
  /*  padding-right: 6%; */
  color: #222;
  font-size: clamp(1rem, 0.3136rem + 0.67vw, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
  box-sizing: border-box;
}
.pcSideArea__aside .shareContainer .buttonContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.pcSideArea__aside .shareContainer .buttonContainer a {
  margin: 0 4%;
  width: 20%;
}
.pcSideArea__aside .shareContainer .buttonContainer a:last-child {
  margin-right: 0;
}
.pcSideArea__aside .shareContainer .buttonContainer a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.pcSideArea__aside nav {
/*  margin: 15px auto; */
  margin: 15px auto 0;
  width: 78.125%;
  height: auto;
  /*
  height: calc(100% - 240px);
  position: absolute;
  left: 11%;
  bottom: 70px;
*/
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.pcSideArea__aside nav ul {
  display: flex;
  flex-direction: column;
}
.pcSideArea__aside nav ul li {
  /*  padding: 5px 0;*/
  /*  padding: min(1.2vh, 9vh) 0; */
  padding: min(1.1vh, 8vh) 0;
  position: relative;
  color: #cbcbcb;
  font-weight: 700;
  text-decoration: none;
}
.pcSideArea__aside nav ul li dl,
.pcSideArea__aside nav ul li a {
  position: relative;
  color: #222;
  font-weight: 700;
  text-decoration: none;
}
.pcSideArea__aside nav ul li dl {
  cursor: pointer;
}

/* no Map */
/*
.pcSideArea__aside nav {
  height: calc(100% - 240px);
}
.pcSideArea__aside nav ul {
  height: 100%;
  justify-content: space-around;
}
*/
.pcSideArea__aside nav ul li dl,
.pcSideArea__aside nav ul li,
.pcSideArea__aside nav ul li a {
  /*  font-size: clamp(2.4rem, 2vw, 3rem); */
/*  font-size: clamp(2.4rem, 2vw, 2.8rem); */
  font-size: clamp(1.66rem, 1.6vw, 1.85rem);
  line-height: 1.2;
}
.pcSideArea__aside nav.after-event ul li dl,
.pcSideArea__aside nav.after-event ul li,
.pcSideArea__aside nav.after-event ul li a {
  /*  font-size: clamp(2.4rem, 2vw, 3rem); */
  font-size: clamp(2.4rem, 2vw, 2.8rem);
  line-height: 1.2;
}
.pcSideArea__aside nav ul li dd p {
  font-size: 64%;
  line-height: 1.9;
  color: #cbcbcb;
  font-weight: 700;
  cursor: auto;
}
.pcSideArea__aside nav ul li dd p a {
  font-size: 100%;
  line-height: 1.9;
  color: #222;
  text-decoration: none;
}
.pcSideArea__aside nav ul li dl dt p a:hover,
.pcSideArea__aside nav ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background-color: #fff;
  transition: 0.2s;
}

/*
.pcSideArea__aside nav ul li a:before {
  content: "";
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline;
  margin-right: 8px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.pcSideArea__aside nav ul li:not(:last-child) a:before {
  content: "\f138";
}
.pcSideArea__aside nav ul li:last-child a:before {
  content: "\f019";
}
.pcSideArea__aside nav ul li + li {
  margin-top: 20px;
  margin-top: 1vh;
}
*/

/* --------------------------------------------------------
	.mainContainer 
-------------------------------------------------------- */
.mainContainer .site__ttl {
  display: none;
}

.mainContainer .holding__period {
  margin: 0 auto 30px;
  padding-top: 70px;
  width: 88%; /*500px*/
}

.mainContainer {
  position: relative;
  width: 37.5%;
  margin: 0 20% 0 auto;
  background-color: #fff;
  border-right: 2px solid #222;
  border-left: 2px solid #222;
}
section .section__inner {
  transform: translate(0, 5%);
  opacity: 0;
}
section.fadein .section__inner {
  transform: translate(0, 0);
  opacity: 1;
  transition: 2s;
}

.mainContainer #share {
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  /* background: url(/assets/img/top/icon_phone.png);
  background-size: 42% auto;
  background-position: right bottom;
  background-repeat: no-repeat; */
}
.mainContainer #share .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
/*  margin: 0 47% 0 3%; */
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
.mainContainer #share .section__inner.covid {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainContainer #share .covid .section__title {
  margin-bottom: 20px;
  color: #333;
  font-size: 2.4rem;
  font-weight: 500;
}
.mainContainer #share .covid ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.mainContainer #share .covid li {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  list-style-position: inside;
  list-style-type: disc;
}

.mainContainer #share .section__inner.sns {
  margin-bottom: 0;
}
.mainContainer #share .sns .section__title {
  width: 80.68%;
}
.mainContainer #share .sns h2.section__title {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mainContainer #share .sns h2.section__title::after {
  content: none;
}

.mainContainer #share .buttonContainer {
  /*  display: inline-block; */
  margin: 10px auto 0;
  width: 88%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.mainContainer #share .buttonContainer span {
  /*  display: inline-block;
  width: 60px; */
  width: 20%;
}
/*
.mainContainer #share .buttonContainer a + a {
  margin-left: 20px;
}
*/
.mainContainer #share .buttonContainer a img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.mainContainer #share .buttonContainer a:hover img {
  background-color: transparent;
}

.mainContainer #banner {
  width: 100%;
  background-color: #fff2c3;
  box-sizing: border-box;
}
.mainContainer #banner .section__inner.outer_banner {
  margin: 0 auto;
  padding: 40px 0;
  /*  width: 88%; */
  width: 320px;
  box-sizing: border-box;
}
.mainContainer #banner .outer_banner div + div {
  margin-top: 20px;
}
.mainContainer #banner .outer_banner a img {
  border: 1px solid #ddd;
  width: auto;
  height: auto;
  max-width: 100%;
}
.mainContainer #banner .outer_banner a:hover img {
  background-color: transparent;
}
/*
.mainContainer #banner .outer_banner img {
  width: auto;
  max-width: 100%;
}
*/

/* --------------------------------------------------------
  footer
-------------------------------------------------------- */
footer {
  padding: 30px 0;
  background: #222;
}

footer p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
footer p a,
footer p a:hover {
  color: #fff;
  text-decoration: none;
}
footer p + p {
  margin-top: 10px;
}

/* --------------------------------------------------------
	drawer
-------------------------------------------------------- */
#nav-tgl {
  display: none;
}
.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.nav-tgl-btn {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 20%;
  margin: 0;
}

.drawer-open {
  z-index: 999;
  width: 60px;
  height: 60px;
  transition: background 0.6s,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  clip-path: polygon(100% 0, 100% 100%, 20% 100%, 0% 80%, 0 0);
  background-color: #222;
}
.drawer-open::before,
.drawer-open::after {
  content: "";
}
.drawer-open span,
.drawer-open::before,
.drawer-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 25%;
  width: 43%;
  border-bottom: 4px solid #f4a000;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.drawer-open::before {
  transform: translateY(-12px);
}
.drawer-open::after {
  transform: translateY(12px);
}
.drawer-close {
  z-index: 997;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background 0.6s;
}
#nav-tgl:checked + .drawer-open {
  transform: translateX(0);
}
#nav-tgl:checked + .drawer-open span {
  transform: scaleX(0);
}
#nav-tgl:checked + .drawer-open::before {
  transform: rotate(45deg);
}
#nav-tgl:checked + .drawer-open::after {
  transform: rotate(-45deg);
}
#nav-tgl:checked ~ .drawer-close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}
.content-wrapper {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .content-wrapper {
  transform: translateX(-250px);
}
.drawer-menu {
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
  /*  padding-top: 70px;
  width: calc(20% + 500px);
  width: calc(20% + 500px);
 */
  padding-top: 40px;
  width: 57.5%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-tgl:checked ~ .drawer-menu {
  transform: none;
}
.drawer-menu > ul {
  padding-bottom: 0;
  box-sizing: border-box;
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}
.drawer-menu .drawer-dropdown {
  background: #e99d40;
}
.drawer-menu .drawer-dropdown > p {
  color: #fff;
}
.drawer-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 4vw;
  width: 100%;
  color: #cbcbcb;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 160%;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.drawer-menu li dl,
.drawer-menu li > a {
  color: #333;
  text-decoration: none;
}
.drawer-menu li dd p a,
.drawer-menu li > a {
  color: #333;
  text-decoration: none;
  line-height: 200%;
}

.drawer-menu li dl:hover,
.drawer-menu li > a:hover {
  text-decoration: none;
}
.drawer-menu li > p {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 4vw;
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 160%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.drawer-menu li > p:hover {
  text-decoration: none;
}
.drawer-menu li > a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.drawer-menu li dt:after,
.drawer-menu li > a:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.drawer-menu li > p:after {
  pointer-events: none;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.drawer-menu li dt.open:after {
  content: "\f078";
}
.drawer-menu li > p.open:after {
  content: "\f068";
}

.drawer-menu li dd {
  color: #cbcbcb;
}
.drawer-menu li dd a {
  color: #333;
}


.drawer-dropdown-menu > li > a {
  font-size: 1.4rem;
  background: #fff;
}
.drawer-dropdown-menu > li > .subcatTitle {
  padding: 15px 4vw;
  color: #7f3c2f;
  font-size: 1.5rem;
  background: #fff4e6;
}
.drawer-nav .formContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 4vw;
  width: 100%;
  box-sizing: border-box;
}
.drawer-nav .formContainer .txtBoxSize {
  width: 200px;
  border: 1px solid #ddd;
}
.drawer-nav .formContainer a {
  color: #333;
}

.drawer-menu .shareContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 10px;
  padding: 10px 6px;
  width: 70%;
  max-width: 300px;
  border-top: 4px solid #f4a000;
  border-bottom: 4px solid #f4a000;
  box-sizing: border-box;
}
.drawer-menu .shareContainer .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4%;
  /*  padding-right: 6%; */
  color: #222;
  font-size: clamp(1rem, 0.3136rem + 0.67vw, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
  box-sizing: border-box;
}
.drawer-menu .shareContainer .buttonContainer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.drawer-menu .shareContainer .buttonContainer a {
  margin: 0 4%;
  width: 20%;
}
.drawer-menu .shareContainer .buttonContainer a:last-child {
  margin-right: 0;
}
.drawer-menu .shareContainer .buttonContainer a img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
.page-top {
  z-index: 10000;
  position: fixed;
  bottom: 30px;
  right: 21%;
}
.page-top a {
  width: 65px;
  height: 65px;
  cursor: pointer;
}
.page-top a img {
  width: 65px;
  height: 65px;
  background-color: transparent;
}
.page-top a,
.page-top a:hover {
  transition: 0.2s;
  text-decoration: none;
}

.btn-back {
  margin: 80px auto;
  /*  width: 71.2%; */
  width: 50%;
  max-width: 250px;
}
.btn-back a {
  cursor: pointer;
}
.btn-back a img {
  width: auto;
  max-width: 100%;
  background-color: transparent;
}
.btn-back a,
.btn-back a:hover {
  transition: 0.2s;
  text-decoration: none;
}
.linkcolor,
a.linkcolor:link,
a.linkcolor:visited,
a.linkcolor:hover,
a.linkcolor:active {
  color: #0000ff;
  text-decoration: underline;
}

.red {
  color: #f00;
}
.note {
  text-indent: -1em;
  padding-left: 1em;
}

.pc,
.br-pc {
  display: block;
}
.sp,
.br-sp {
  display: none;
}

.mainContainer .hero__logo {
  height: 60px;
  background-color: #81b327;
  text-align: center;
}
.mainContainer .hero__logo img {
  width: auto;
  height: auto;
  max-height: 60px;
}

/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1500px) {
  /*
  .pcSideArea__main .application span {
    height: 50px;
  }
  */
}
@media screen and (max-width: 1440px) and (max-height: 685px) and (min-width: 1401px) {
  /*
  .mainContainer .hero__upper, .mainContainer .hero__logo {
    margin: 0 auto;
    width: 76%;
  }
  .mainContainer .hero__upper + .hero__logo {
    margin-top: 5%;
  }
*/
}
@media screen and (max-width: 1400px) {
  /*
  .pcSideArea__main .application span {
    width: 100%;
    height: 50px;
  }
  .pcSideArea__main .application span:before {
    font-size: 1.8rem;
  }
  .pcSideArea__main .application span br {
    display: none;
  }
  .pcSideArea__main .application span + span {
    margin-top:10px;
  }
  */
}
@media screen and (max-width: 1025px) {
  /* --------------------------------------------------------
	drawer
-------------------------------------------------------- */
  .nav-tgl-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .pcSideArea__main {
    width: calc(100% - 50%);
  }
  .pcSideArea__aside {
    display: none;
  }
  .mainContainer {
    width: 50%;
    margin: 0 0 0 50%;
  }
  .page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000;
  }
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 834px) {
  /* --------------------------------------------------------
	.mainContainer 
-------------------------------------------------------- */
  .mainContainer .site__ttl {
    display: block;
    padding-top: 20px;
    margin: 0 calc(6% + 40px) 20px 6%;
    width: calc(88% - 40px);
    /*
    margin: 0 6% 20px;
    width: 88%;
*/
  }
  .mainContainer .site__ttl a:hover img {
    background-color: transparent;
  }

  .mainContainer {
    /*
    background-image: linear-gradient(
        0deg,
        rgba(255, 219, 44, 1),
        rgba(255, 219, 44, 1)
      ),
      url(/assets/img/top/ttl_bg_tri.svg);
    background-repeat: no-repeat;
    background-position: left top, left 60px;
    background-size: 100% 60px, 100% auto;
*/
    /*
    background: url(/assets/img/top/ttl_bg_tri.svg);
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
*/
  }
  .mainContainer .holding__period {
    margin: 0 auto 30px;
    padding-top: 0;
    width: 88%; /*500px*/
  }

  .mainContainer #share {
    border: none;
  }
  .mainContainer #share .section__title {
    font-size: clamp(1.4rem, 0.8576rem + 1.13vw, 1.6rem);
  }
  /* --------------------------------------------------------
	drawer
-------------------------------------------------------- */
  .nav-tgl-btn {
    display: block;
    position: fixed;
  }
  .drawer-menu {
    width: 80%;
  }
  .loading {
    height: 100%;
  }
  .loading img {
    width: 40%;
  }
  .page-top {
    bottom: 20px;
    right: 20px;
  }
  .page-top a,
  .page-top a img {
    width: 40px;
    height: 40px;
  }
  .page-top.mostbottom {
    bottom: 175px;
    transition: 0.2s;
  }
  .pcSideArea__main {
    display: none;
  }
  .mainContainer {
    width: 100%;
    margin: 0;
    border-right: none;
    border-left: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 540px) {
}

@media screen and (max-width: 414px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/* --------------------------------------------------------
	COLOR
-------------------------------------------------------- */
.pink {
  color: #e7465a;
}
.blue {
  color: #008cce;
}
.orange {
  color: #f4a000;
}
.green {
  color: #81b327;
}

.bg-pink {
  background-color: #e7465a;
}
.bg-blue {
  background-color: #008cce;
}
.bg-orange {
  background-color: #f4a000;
}
.bg-green {
  background-color: #81b327;
}

/* --------------------------------------------------------
	animated
  ***** b-risk.jp/wp/wp-content/themes/brisk/sample/entry/20210107/
-------------------------------------------------------- */
.poyoyon3 {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%,
  40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: auto;
  margin-top: 15px;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}

.fuwafuwa2 {
  animation: fuwafuwa2 5s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: auto;
  margin-top: 15px;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0) rotate(7deg);
  }
  50% {
    transform: translate(0, 7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-7deg);
  }
}

.fuwafuwa3 {
  animation: fuwafuwa3 5s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.2s ease-in-out;
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0) rotate(10deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-10deg);
  }
}

.fuwafuwa4 {
  animation: fuwafuwa4 5s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.8s ease-in-out;
}
@keyframes fuwafuwa4 {
  0% {
    transform: translate(0, 0) rotate(-10deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(10deg);
  }
}

.fuwafuwa5 {
  animation: fuwafuwa5 7s ease-in-out infinite alternate;
  display: inline-block;
  transition: 3.3s ease-in-out;
}
@keyframes fuwafuwa5 {
  0% {
    transform: translate(0, 0) rotate(14deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-14deg);
  }
}

.fuwafuwa6 {
  animation: fuwafuwa6 5s ease-in-out infinite alternate;
  display: inline-block;
  transition: 2.4s ease-in-out;
}
@keyframes fuwafuwa6 {
  0% {
    transform: translate(0, 0) rotate(-12deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(12deg);
  }
}

.fuwafuwa7 {
  animation: fuwafuwa7 7s ease-in-out infinite alternate;
  display: inline-block;
  transition: 3s ease-in-out;
}
@keyframes fuwafuwa7 {
  0% {
    transform: translate(0, 0) rotate(16deg);
  }
  50% {
    transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-16deg);
  }
}

/* --------------------------------------------------------
	animated
  ***** b-risk.jp/wp/wp-content/themes/brisk/sample/entry/20210107/
-------------------------------------------------------- */
.yura1 {
  animation-duration: 1.1s;
}
.yura2 {
  animation-duration: 1.3s;
}
.yura3 {
  animation-duration: 1.5s;
}
.yura1,
.yura2,
.yura3 {
  animation: horizontal 1s ease-in-out infinite alternate;
}
.yura1 a,
.yura2 a,
.yura3 a {
  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* 2024/03 */
.quickmenu .yt {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quickmenu .yt iframe {
  width: 100%;
  height: auto;
  max-width: 480px;
  aspect-ratio: 9 /16;
  position: relative;
}
.section__inner p.thanks {
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
/* 結果発表 */
.greetings .tbArea {
  margin: 30px auto 20px;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.greetings .tbArea td {
  padding: 2% 0;
/*
  font-weight: bold;
  line-height: 1.6;
*/
  /*  font-size: 1.8rem;
  font-size: 1.7vw;
  font-size: 1.53vw; */
  font-size: 1.22vw;
  color: #222;
  font-weight: 700;
  line-height: 1.8;
}
.greetings .tbArea td.weather {
  text-align: center;
}
.greetings .tbArea td.tdr {
  text-align: right;
}

.greetings .tbArea td.tdr span {
  font-size: 0.8rem;
}

.greetings .tbArea h3 {
/*  font-size: 1.22vw; */
  /*  font-size: 1.8rem;
  font-size: 1.7vw; */
  font-size: 1.53vw;

  border-bottom: 5px solid #eee;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.greetings .tbArea h4 {
  margin: 0;
  padding: 2% 0;
  font-size: 1.22vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.6;
}
.greetings .tbArea table {
  width: 100%;
  border-collapse: collapse;
}

.greetings .tbArea .tb1,
.greetings .tbArea .tb2 {
  margin: 0 2% 4% 2%;
  box-sizing: border-box;
  width: 96%;
  font-size: 1.22vw;
  font-weight: bold;
  float: left;
}
.greetings .tbArea .tb1,
.greetings .tbArea .tb2 .wrapping {
  padding: 3%;
  border: 5px solid #eee;
}
.greetings .tbArea .tb1 table tr.total {
  border-bottom: 1px solid #ccc !important;
}
.greetings .tbArea .tb1 table tr.total td {
  padding-bottom: 4%;
}
.greetings .tbArea .tb2 {
  margin-bottom: 0;
}
.greetings .tbArea .tb2 .wrapping:first-child {
  margin-bottom: 4%;
}

.greetings .txt_box .tbArea p.bf {
  margin: 0;
  padding: 0 0 2% 0;
  font-size: 1.22vw;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 1025px) {
  .greetings .tbArea h3 {
      font-size: 1.8rem;
  }
  
  .greetings .tbArea td,
  .greetings .tbArea .tb1,
  .greetings .tbArea .tb2,
  .greetings .tbArea h4,
  .greetings .txt_box .tbArea p.bf {
    font-size: 1.4rem;
  }
}


/* 2024-09-17 */
.add_202409 {
  margin: 8% 11% 2%;
  font-size: 1.22vw;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.2em;
  border:2px solid #333;
  line-height:1.3;
}

.lower .add_202409 {
  margin: 10% 0 0;
  padding: 0.5em 0.6em;
/*  font-size: 1.7vw; */
}

@media screen and (max-width: 1025px) {
  .add_202409 {
  margin-top: 6%;
      font-size: 1.74vw;
  }
.lower .add_202409 {
  padding: 0.5em 0.6em;
  font-size: 2vw;
}
}
@media screen and (max-width: 834px) {
  .add_202409 {
  margin-top: 8%;
      font-size: 3.3vw;
  }
}