@charset "UTF-8";
/* Scss Document */
/*--------------------------------- 
html5doctor.com Reset Stylesheet
v1.6.1

Added option settings
---------------------------------*/
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, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: inherit;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: inherit;
  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;
}

th {
  text-align: left;
}

hr {
  display: block;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: top;
}

video {
  vertical-align: top;
}

iframe {
  vertical-align: top;
}

:focus {
  outline: 0;
}

/*---------------------------------
＊    フォーム関連
----------------------------------*/
input, button, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  color: inherit;
}

input, select {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
  resize: vertical;
}

/* CSS Document======================================
*
*	Setting CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/* Scss Document */
/* CSS Document======================================
*
*	General CSS SET
*
====================================================*/
/*===================================================
＊    General purpose
===================================================*/
/*--- clearfix ---*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*--- clear ---*/
.clr {
  clear: both;
}

/*--- float ---*/
.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*--- text-align ---*/
.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.alignJ {
  text-align: justify;
}

/*----------------------------
＊    font etc.
----------------------------*/
.bold {
  font-weight: bold;
}

.ls_n005 {
  letter-spacing: -0.05em;
}

/*--- color ---*/
.color-important {
  color: #ca0000;
}

.color-accent {
  color: #b9a03c;
}

/*--- font-size ---*/
/* relative-size */
.f_smaller {
  font-size: smaller;
}

.f_larger {
  font-size: larger;
}

/*----------*/
.f10 {
  font-size: 10px;
  font-size: 1rem;
}

.f11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.f12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.f13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.f14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.f15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.f16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.f17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.f18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.f19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.f20 {
  font-size: 20px;
  font-size: 2rem;
}

.f21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.f22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.f23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.f25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.f26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.f27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.f28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.f29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.f30 {
  font-size: 30px;
  font-size: 3rem;
}

.f31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.f32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.f33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.f34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.f35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.f37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.f38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.f39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.f40 {
  font-size: 40px;
  font-size: 4rem;
}

.f41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.f42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.f43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.f44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.f45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.f46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.f47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.f48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.f49 {
  font-size: 49px;
  font-size: 4.9rem;
}

.f50 {
  font-size: 50px;
  font-size: 5rem;
}

/*----------------------------
＊    padding
----------------------------*/
.pT_5 {
  padding-top: 5px;
}

.pB_5 {
  padding-bottom: 5px;
}

.pR_5 {
  padding-right: 5px;
}

.pL_5 {
  padding-left: 5px;
}

.pT_10 {
  padding-top: 10px;
}

.pB_10 {
  padding-bottom: 10px;
}

.pR_10 {
  padding-right: 10px;
}

.pL_10 {
  padding-left: 10px;
}

.pT_15 {
  padding-top: 15px;
}

.pB_15 {
  padding-bottom: 15px;
}

.pR_15 {
  padding-right: 15px;
}

.pL_15 {
  padding-left: 15px;
}

.pT_20 {
  padding-top: 20px;
}

.pB_20 {
  padding-bottom: 20px;
}

.pR_20 {
  padding-right: 20px;
}

.pL_20 {
  padding-left: 20px;
}

.pT_25 {
  padding-top: 25px;
}

.pB_25 {
  padding-bottom: 25px;
}

.pR_25 {
  padding-right: 25px;
}

.pL_25 {
  padding-left: 25px;
}

.pT_30 {
  padding-top: 30px;
}

.pB_30 {
  padding-bottom: 30px;
}

.pR_30 {
  padding-right: 30px;
}

.pL_30 {
  padding-left: 30px;
}

.pT_35 {
  padding-top: 35px;
}

.pB_35 {
  padding-bottom: 35px;
}

.pR_35 {
  padding-right: 35px;
}

.pL_35 {
  padding-left: 35px;
}

.pT_40 {
  padding-top: 40px;
}

.pB_40 {
  padding-bottom: 40px;
}

.pR_40 {
  padding-right: 40px;
}

.pL_40 {
  padding-left: 40px;
}

.pT_45 {
  padding-top: 45px;
}

.pB_45 {
  padding-bottom: 45px;
}

.pR_45 {
  padding-right: 45px;
}

.pL_45 {
  padding-left: 45px;
}

.pT_50 {
  padding-top: 50px;
}

.pB_50 {
  padding-bottom: 50px;
}

.pR_50 {
  padding-right: 50px;
}

.pL_50 {
  padding-left: 50px;
}

.pT_55 {
  padding-top: 55px;
}

.pB_55 {
  padding-bottom: 55px;
}

.pR_55 {
  padding-right: 55px;
}

.pL_55 {
  padding-left: 55px;
}

.pT_60 {
  padding-top: 60px;
}

.pB_60 {
  padding-bottom: 60px;
}

.pR_60 {
  padding-right: 60px;
}

.pL_60 {
  padding-left: 60px;
}

.pT_65 {
  padding-top: 65px;
}

.pB_65 {
  padding-bottom: 65px;
}

.pR_65 {
  padding-right: 65px;
}

.pL_65 {
  padding-left: 65px;
}

.pT_70 {
  padding-top: 70px;
}

.pB_70 {
  padding-bottom: 70px;
}

.pR_70 {
  padding-right: 70px;
}

.pL_70 {
  padding-left: 70px;
}

.pT_75 {
  padding-top: 75px;
}

.pB_75 {
  padding-bottom: 75px;
}

.pR_75 {
  padding-right: 75px;
}

.pL_75 {
  padding-left: 75px;
}

.pT_80 {
  padding-top: 80px;
}

.pB_80 {
  padding-bottom: 80px;
}

.pR_80 {
  padding-right: 80px;
}

.pL_80 {
  padding-left: 80px;
}

.pT_85 {
  padding-top: 85px;
}

.pB_85 {
  padding-bottom: 85px;
}

.pR_85 {
  padding-right: 85px;
}

.pL_85 {
  padding-left: 85px;
}

.pT_90 {
  padding-top: 90px;
}

.pB_90 {
  padding-bottom: 90px;
}

.pR_90 {
  padding-right: 90px;
}

.pL_90 {
  padding-left: 90px;
}

.pT_95 {
  padding-top: 95px;
}

.pB_95 {
  padding-bottom: 95px;
}

.pR_95 {
  padding-right: 95px;
}

.pL_95 {
  padding-left: 95px;
}

.pT_100 {
  padding-top: 100px;
}

.pB_100 {
  padding-bottom: 100px;
}

.pR_100 {
  padding-right: 100px;
}

.pL_100 {
  padding-left: 100px;
}

/*----------------------------
＊    margin
----------------------------*/
.mT_5 {
  margin-top: 5px;
}

.mB_5 {
  margin-bottom: 5px;
}

.mR_5 {
  margin-right: 5px;
}

.mL_5 {
  margin-left: 5px;
}

.mT_10 {
  margin-top: 10px;
}

.mB_10 {
  margin-bottom: 10px;
}

.mR_10 {
  margin-right: 10px;
}

.mL_10 {
  margin-left: 10px;
}

.mT_15 {
  margin-top: 15px;
}

.mB_15 {
  margin-bottom: 15px;
}

.mR_15 {
  margin-right: 15px;
}

.mL_15 {
  margin-left: 15px;
}

.mT_20 {
  margin-top: 20px;
}

.mB_20 {
  margin-bottom: 20px;
}

.mR_20 {
  margin-right: 20px;
}

.mL_20 {
  margin-left: 20px;
}

.mT_25 {
  margin-top: 25px;
}

.mB_25 {
  margin-bottom: 25px;
}

.mR_25 {
  margin-right: 25px;
}

.mL_25 {
  margin-left: 25px;
}

.mT_30 {
  margin-top: 30px;
}

.mB_30 {
  margin-bottom: 30px;
}

.mR_30 {
  margin-right: 30px;
}

.mL_30 {
  margin-left: 30px;
}

.mT_35 {
  margin-top: 35px;
}

.mB_35 {
  margin-bottom: 35px;
}

.mR_35 {
  margin-right: 35px;
}

.mL_35 {
  margin-left: 35px;
}

.mT_40 {
  margin-top: 40px;
}

.mB_40 {
  margin-bottom: 40px;
}

.mR_40 {
  margin-right: 40px;
}

.mL_40 {
  margin-left: 40px;
}

.mT_45 {
  margin-top: 45px;
}

.mB_45 {
  margin-bottom: 45px;
}

.mR_45 {
  margin-right: 45px;
}

.mL_45 {
  margin-left: 45px;
}

.mT_50 {
  margin-top: 50px;
}

.mB_50 {
  margin-bottom: 50px;
}

.mR_50 {
  margin-right: 50px;
}

.mL_50 {
  margin-left: 50px;
}

.mT_55 {
  margin-top: 55px;
}

.mB_55 {
  margin-bottom: 55px;
}

.mR_55 {
  margin-right: 55px;
}

.mL_55 {
  margin-left: 55px;
}

.mT_60 {
  margin-top: 60px;
}

.mB_60 {
  margin-bottom: 60px;
}

.mR_60 {
  margin-right: 60px;
}

.mL_60 {
  margin-left: 60px;
}

.mT_65 {
  margin-top: 65px;
}

.mB_65 {
  margin-bottom: 65px;
}

.mR_65 {
  margin-right: 65px;
}

.mL_65 {
  margin-left: 65px;
}

.mT_70 {
  margin-top: 70px;
}

.mB_70 {
  margin-bottom: 70px;
}

.mR_70 {
  margin-right: 70px;
}

.mL_70 {
  margin-left: 70px;
}

.mT_75 {
  margin-top: 75px;
}

.mB_75 {
  margin-bottom: 75px;
}

.mR_75 {
  margin-right: 75px;
}

.mL_75 {
  margin-left: 75px;
}

.mT_80 {
  margin-top: 80px;
}

.mB_80 {
  margin-bottom: 80px;
}

.mR_80 {
  margin-right: 80px;
}

.mL_80 {
  margin-left: 80px;
}

.mT_85 {
  margin-top: 85px;
}

.mB_85 {
  margin-bottom: 85px;
}

.mR_85 {
  margin-right: 85px;
}

.mL_85 {
  margin-left: 85px;
}

.mT_90 {
  margin-top: 90px;
}

.mB_90 {
  margin-bottom: 90px;
}

.mR_90 {
  margin-right: 90px;
}

.mL_90 {
  margin-left: 90px;
}

.mT_95 {
  margin-top: 95px;
}

.mB_95 {
  margin-bottom: 95px;
}

.mR_95 {
  margin-right: 95px;
}

.mL_95 {
  margin-left: 95px;
}

.mT_100 {
  margin-top: 100px;
}

.mB_100 {
  margin-bottom: 100px;
}

.mR_100 {
  margin-right: 100px;
}

.mL_100 {
  margin-left: 100px;
}

/*----------------------------
＊    display
----------------------------*/
.inline-block {
  display: inline-block;
}

.display-none {
  display: none !important;
}

.sp-none {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .sp-none {
    display: block !important;
  }
}

.sp-tb-none {
  display: none !important;
}
@media screen and (min-width: 960px) {
  .sp-tb-none {
    display: block !important;
  }
}

@media screen and (min-width: 600px) {
  .tb-pc-none {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}

/* CSS Document======================================
*
*	Common CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*===================================================
*   html
===================================================*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*===================================================
＊    body
===================================================*/
body {
  background: #05122a;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

/*===================================================
＊    Hyperlink Style
===================================================*/
a {
  color: #b9a03c;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:before, a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

/* inline-block要素に text-decoration が継承されないのを解消する */
a * {
  text-decoration: inherit;
}

/*===================================================
＊    Fluid Image
===================================================*/
img {
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

/*===================================================
＊    Button
===================================================*/
button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* iPhone, iPadでフォームにforcusした時の拡大を防ぐ */
input,
select,
textarea {
  font-size: 1.6rem;
}

/*===================================================
＊    Heading
===================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

/*===================================================
＊    Layout Style
===================================================*/
/*---------------------------------------
＊    container
---------------------------------------*/
.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 4vw;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}

/*--------------------------------------
＊    header
--------------------------------------*/
.header {
  position: relative;
  z-index: 1000;
}
.header .header-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
}
.header .header-logo a:hover .img-logo {
  -webkit-filter: drop-shadow(0 0 9px rgba(255, 255, 203, 0.5));
          filter: drop-shadow(0 0 9px rgba(255, 255, 203, 0.5));
}
.header .header-logo .img-logo {
  width: clamp(80px, 16vw, 140px);
  height: auto;
  -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-navicon {
  display: block;
  width: 50px;
  height: 50px;
  background: #b9a03c;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-navicon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.header .header-navicon .txt {
  display: none;
}
.header .header-navicon span {
  width: 30px;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .header-navicon .part-middle {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header .header-navicon .part-top {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .header-navicon .part-bottom {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.header .header-navicon.is-open .part-middle {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  background: rgba(255, 255, 255, 0);
}
.header .header-navicon.is-open .part-top {
  -webkit-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}
.header .header-navicon.is-open .part-bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}
.header .header-nav-wrap {
  display: none;
  background: #05122a;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px 10px 10px;
  overflow: auto;
}
.header .header-nav-wrap::before {
  content: "";
  display: block;
  width: min(100%, 500px);
  height: 100%;
  background: url(../img/common/bg-glitter-w.png) no-repeat 0% 0%/100%;
  position: fixed;
  top: -30px;
  right: -50px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.header .header-nav-wrap.is-open::before {
  top: 0;
  right: 0;
  opacity: 0.4;
}
.header .header-nav-wrap .header-nav-wrap-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header-nav-wrap .header-nav {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .header-nav-wrap .header-nav .header-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-nav-wrap .header-nav .header-gnav > li {
  width: 49%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  margin: 0.8em 0;
}
.header .header-nav-wrap .header-nav .header-gnav > li small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  opacity: 0.5;
}
.header .header-nav-wrap .header-nav .header-gnav > li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.header .header-nav-wrap .header-nav .header-gnav > li a:hover {
  color: #b9a03c;
}
.header .header-nav-wrap .header-nav .header-nav-links {
  margin: 30px 0;
}
.header .header-nav-wrap .header-nav .header-press {
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .header .header-navicon {
    width: 70px;
    height: 70px;
  }
  .header .header-nav-wrap .header-nav {
    max-width: 700px;
  }
  .header .header-nav-wrap .header-nav .header-gnav > li {
    font-size: 2.1rem;
  }
  .header .header-nav-wrap .header-nav .header-gnav > li small {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .header .header-navicon {
    width: 90px;
    height: 90px;
  }
  .header .header-navicon .txt {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
  }
  .header .header-nav-wrap {
    padding: 10px;
  }
  .header .header-nav-wrap .header-nav {
    max-width: 900px;
  }
  .header .header-nav-wrap .header-nav .header-gnav > li {
    font-size: 2.7rem;
  }
  .header .header-nav-wrap .header-nav .header-gnav > li small {
    display: inline-block;
    margin-left: 1.5em;
  }
  .header .header-nav-wrap .header-nav .header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-nav-wrap .header-nav .header-press {
    margin: 0 0 0 4em;
  }
}

/* メニューを開いている時の、背後コンテンツの設定 */
body.backlayer {
  overflow: hidden;
}

/*---------------------------------------
＊    footer
---------------------------------------*/
.footer .footer-link .footer-link-list > li {
  margin-top: 5px;
}
.footer .footer-link .footer-link-list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 220px;
  text-align: center;
  text-decoration: none;
  background: url(../img/common/bg-suzuka.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.footer .footer-link .footer-link-list > li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer-link .footer-link-list > li a .item-main {
  position: relative;
  z-index: 1;
}
.footer .footer-link .footer-link-list > li a .item-main .item-ttl {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #f1cb66;
}
.footer .footer-link .footer-link-list > li a .item-main .item-txt {
  color: #fff;
  font-size: 1.6rem;
}
.footer .footer-link .footer-link-list > li a:hover::before {
  opacity: 0;
}
.footer .footer-link .footer-link-list .item-mie a {
  background-image: url(../img/common/bg-mie.jpg);
}
.footer .footer-main {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.footer .footer-main .footer-name {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer .footer-main .footer-name a {
  color: inherit;
  text-decoration: inherit;
}
.footer .footer-main .footer-name a:hover {
  opacity: 0.7;
}
.footer .footer-main .footer-address {
  margin: 1.2em 0;
}
.footer .footer-main .footer-organizer {
  font-size: 1.2em;
  font-weight: bold;
}
.footer .footer-main .footer-tel {
  font-size: 1.1em;
  font-weight: bold;
}
.footer .footer-main .footer-tel .tel-time {
  font-size: 0.8em;
}
.footer .footer-main .footer-sponsor {
  font-size: 1.3rem;
  margin: 1em 0;
}
.footer .footer-main .footer-sns {
  margin-top: 15px;
}
.footer .footer-main .footer-press {
  margin: 2em 0;
}
.footer .footer-main .footer-copyright-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0 0.5em;
}
.footer .footer-main .footer-copyright-set .link-privacy {
  font-size: 1rem;
}
.footer .footer-main .footer-copyright {
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .footer .footer-main .footer-organizer {
    display: inline-block;
  }
  .footer .footer-main .footer-tel {
    display: inline-block;
    margin-left: 1em;
  }
  .footer .footer-main .footer-sponsor {
    font-size: 1.4rem;
  }
  .footer .footer-main .footer-sns {
    margin: 0;
    position: absolute;
    top: 0;
    right: 4vw;
  }
  .footer .footer-main .footer-copyright-set .link-privacy {
    font-size: 1.2rem;
  }
  .footer .footer-main .footer-copyright {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .footer .footer-link .footer-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-link .footer-link-list > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-left: 5px;
  }
  .footer .footer-link .footer-link-list > li:first-child {
    margin-left: 0;
  }
  .footer .footer-link .footer-link-list > li a .item-main .item-ttl {
    font-size: 2.7rem;
  }
  .footer .footer-link .footer-link-list > li a .item-main .item-txt {
    font-size: 1.8rem;
  }
  .footer .footer-main .footer-name {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer-link .footer-link-list > li a .item-main .item-ttl {
    font-size: 3rem;
  }
  .footer .footer-main .footer-sponsor {
    width: 720px;
  }
  .footer .footer-main .footer-sns {
    right: 40px;
    top: 5px;
  }
  .footer .footer-main .footer-press {
    position: absolute;
    top: 80px;
    right: 40px;
    margin: 0;
  }
}

/*---------------------------------------
＊    main
---------------------------------------*/
.main {
  overflow: hidden;
}

/*===================================================
＊    clearfix
===================================================*/
.container::after,
.main::after,
.footer::after {
  content: "";
  display: block;
  clear: both;
}

/* CSS Document======================================
*
*	Modules CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*===================================================
＊    Cover
===================================================*/
body:not(.home) {
  position: relative;
}
body:not(.home)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-hanabi.jpg) no-repeat 50% 0/1000px;
  z-index: -10;
}
@media screen and (min-width: 960px) {
  body:not(.home)::before {
    background-size: 100%;
  }
}

.page-cover {
  width: 100%;
  position: relative;
}
.page-cover .page-heading {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  padding: 150px 0 50px;
}
.page-cover .page-heading .txt-sub {
  font-size: 0.8em;
}
.page-cover .page-heading small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .page-cover .page-heading {
    font-size: 3.4rem;
    padding-top: 200px;
  }
  .page-cover .page-heading small {
    font-size: 1.6rem;
  }
}

/*===================================================
＊    Contents
===================================================*/
.page-contents {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (min-width: 1280px) {
  .page-contents {
    padding: 80px 0;
  }
}

/*===================================================
＊    Title
===================================================*/
.ttl-primary {
  padding: 0.4em;
  font-size: 1.3em;
  text-align: center;
  border: 2px solid;
  border-left: 0;
  border-right: 0;
  margin-bottom: 1.4em;
  position: relative;
}
.ttl-primary .unit {
  display: block;
}
.ttl-primary .comment {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 2px 7px;
  margin: 0 0 0 1em;
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.ttl-primary .mark {
  position: absolute;
  left: 0;
  top: -50px;
  left: -10px;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  background-color: #e42b60;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.ttl-primary .mark.line-2 {
  font-size: 14px;
}
.ttl-primary .mark.line-3 {
  font-size: 12px;
}
.ttl-primary .mark.new {
  background-color: #2eb6b3;
}
@media screen and (min-width: 600px) {
  .ttl-primary .unit {
    display: inline-block;
    margin-left: 1em;
  }
  .ttl-primary .mark {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
  .ttl-primary .mark.line-2 {
    font-size: 16px;
  }
  .ttl-primary .mark.line-3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  .ttl-primary {
    font-size: 1.6em;
  }
}

/*===================================================
＊    Section
===================================================*/
.sec-primary {
  margin: 100px 0;
}
.sec-primary:first-child {
  margin-top: 0;
}
.sec-primary:last-child {
  margin-bottom: 0;
}

/*===================================================
＊    List
===================================================*/
/*----------------------------
＊    list-primary
----------------------------*/
.list-primary {
  text-align: left;
  margin: 1em 0;
}
.list-primary li {
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 1em;
  position: relative;
}
.list-primary li:last-child {
  margin-bottom: 0 !important;
}
.list-primary li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

/*----------------------------
＊    number-list
----------------------------*/
.number-list {
  counter-reset: list-num;
  text-align: left;
  margin: 1em 0;
}
.number-list > li {
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 1em;
  position: relative;
}
.number-list > li:last-child {
  margin-bottom: 0 !important;
}
.number-list > li::before {
  content: counter(list-num) ".";
  counter-increment: list-num;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------
＊    kome-list
----------------------------*/
.kome-list {
  font-size: 0.9em;
  text-align: left;
  margin: 1em 0;
}
.kome-list li {
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.4em;
}
.kome-list li:last-child {
  margin-bottom: 0 !important;
}

/*===================================================
＊    Button
===================================================*/
/*-----------------------
■チケット購入
・販売中：「チケット購入」
・販売終了：「販売終了」（.disabled 付与）

■協賛申し込み
・受付中：「申し込む」
・受付終了：「受付終了」（.disabled 付与）
-----------------------*/
.btn-buy {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #32b16c;
  border: 3px solid #32b16c;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.6em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-buy:hover {
  background-color: #fff;
  color: #32b16c;
}
.btn-buy.disabled {
  pointer-events: none;
  background-color: #999;
  border-color: #999;
}

/*-----------------------
■ボランティア応募
・募集中：「応募する」
・募集終了：「募集終了」（.disabled 付与）
-----------------------*/
.btn-entry {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #129c99;
  border: 3px solid #129c99;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 0.6em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-entry:hover {
  background-color: #fff;
  color: #129c99;
}
.btn-entry.disabled {
  pointer-events: none;
  background-color: #999;
  border-color: #999;
}

.gmap-btn {
  width: 140px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0 0 1em;
  font-size: 1.1rem;
  border: 1px solid;
  color: #fff;
  padding: 0.4em 1em;
  text-decoration: none;
  border-radius: 100px;
}
.gmap-btn::after {
  content: "";
  display: inline-block;
  border: 1px solid;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-left: 0.5em;
}
.gmap-btn:hover {
  background-color: #fff;
  color: #05122a;
}

.pdf-btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 2px solid;
  color: #fff;
  font-weight: bold;
  padding: 0.4em 1.5em;
  text-decoration: none;
  border-radius: 100px;
}
.pdf-btn .icon {
  vertical-align: middle;
  margin-right: 0.5em;
}
.pdf-btn:hover {
  background-color: #b9a03c;
  border-color: #b9a03c;
}

/*===================================================
＊    Pagination
===================================================*/
.pagination {
  text-align: center;
  padding: 30px 0 0;
}
.pagination a.page-numbers,
.pagination .current {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-decoration: none;
}
.pagination a.page-numbers:hover,
.pagination .current:hover {
  background: #b9a03c;
  color: #fff;
  border-radius: 50%;
}
.pagination .current {
  background: #b9a03c;
  color: #fff;
  border-radius: 50%;
}
.pagination a.prev,
.pagination a.next {
  font-size: 85%;
}

/*===================================================
＊    Details Parts
===================================================*/
a.tel-link {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  a.tel-link {
    pointer-events: none;
  }
}

.page-coming-soon {
  text-align: center;
  font-size: 1.8rem;
  margin: 3em 0;
}
.page-coming-soon small {
  font-size: 0.86em;
}

/*===================================================
＊    Figure
===================================================*/
.area-map-card figcaption {
  background: #f6f6f6;
  color: #05122a;
  padding: 1em;
  font-weight: bold;
}

.seat-card {
  background-color: #def5ff;
  color: #05122a;
}
.seat-card figcaption {
  display: block;
  padding: 0.6em 0.3em;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
}
.seat-card figcaption .notes {
  font-size: 0.8em;
  font-weight: normal;
}

/*===================================================
＊    Block Parts
===================================================*/
/*----------------------------
＊    sns-icon-list
----------------------------*/
.sns-icon-list {
  line-height: 1;
}
.sns-icon-list > li {
  display: inline-block;
  margin: 7px;
}
.sns-icon-list > li a {
  display: block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}
.sns-icon-list > li a:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.sns-icon-list > li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
}

/*----------------------------
＊    banner-press
----------------------------*/
.banner-press > a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.banner-press img {
  width: 400px;
  height: auto;
}

/*----------------------------
＊    ad-banner-sec
----------------------------*/
.ad-banner-sec {
  padding: 80px 0;
  margin-top: 0;
  background: #eee;
}
.ad-banner-sec .ad-banner-ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #05122a;
  margin-bottom: 30px;
}
.ad-banner-sec .ad-banner-list > li {
  margin-top: 30px;
  border: 1px solid #ccc;
}
.ad-banner-sec .ad-banner-list > li:first-child {
  margin-top: 0;
}
.ad-banner-sec .ad-banner-list > li img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ad-banner-sec .ad-banner-list > li a:hover img {
  -webkit-filter: brightness(1.24);
          filter: brightness(1.24);
}
.ad-banner-sec .ad-banner-btn {
  font-family: "Noto Serif JP", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  background-color: #05122a;
  color: #fff;
  margin-top: 3em;
  padding: 0.8em;
  position: relative;
}
.ad-banner-sec .ad-banner-btn::after {
  content: "";
  display: inline-block;
  -webkit-transform: skewX(50deg) translateY(-50%);
          transform: skewX(50deg) translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  width: 10vw;
  height: 9px;
  border: 1px solid #fff;
  border-top: 0;
  border-left: 0;
  border-right-width: 2px;
  margin-left: 13px;
}
.ad-banner-sec .ad-banner-btn:hover::after {
  -webkit-animation: ad-banner-btn 1s ease infinite both;
          animation: ad-banner-btn 1s ease infinite both;
}
.ad-banner-sec .ad-banner-btn strong {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 85%;
  background-color: #ca0000;
  padding: 0 0.5em;
  margin-right: 13px;
}
@media screen and (min-width: 600px) {
  .ad-banner-sec .ad-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ad-banner-sec .ad-banner-btn {
    font-size: 1.2em;
  }
  .ad-banner-sec .ad-banner-btn::after {
    position: absolute;
    right: min(5%, 40px);
    top: 50%;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .ad-banner-sec .ad-banner-list > li {
    width: 48%;
    margin: 30px 0 0 4%;
  }
  .ad-banner-sec .ad-banner-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .ad-banner-sec .ad-banner-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .ad-banner-sec .ad-banner-list > li {
    width: 30%;
    margin: 30px 0 0 5%;
  }
  .ad-banner-sec .ad-banner-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
  .ad-banner-sec .ad-banner-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
}

@-webkit-keyframes ad-banner-btn {
  0% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(0);
            transform: skewX(50deg) translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(1);
            transform: skewX(50deg) translateY(-50%) scaleX(1);
  }
}

@keyframes ad-banner-btn {
  0% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(0);
            transform: skewX(50deg) translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(1);
            transform: skewX(50deg) translateY(-50%) scaleX(1);
  }
}
/*----------------------------
＊    parts-pickup
----------------------------*/
.parts-pickup {
  padding: 100px 0;
}
.parts-pickup .parts-pickup-list > li {
  margin-top: 60px;
}
.parts-pickup .parts-pickup-list > li:first-child {
  margin-top: 0;
}
.parts-pickup .parts-pickup-list > li > a {
  display: block;
  text-decoration: none;
}
.parts-pickup .parts-pickup-list > li > a .item-image {
  position: relative;
  overflow: hidden;
}
.parts-pickup .parts-pickup-list > li > a .item-image img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parts-pickup .parts-pickup-list > li > a .item-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parts-pickup .parts-pickup-list > li > a .item-btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
.parts-pickup .parts-pickup-list > li > a .item-btn {
  margin: 1.8em auto 0;
  pointer-events: none;
}
.parts-pickup .parts-pickup-list > li > a:hover .item-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.parts-pickup .parts-pickup-list > li > a:hover .item-btn {
  background-color: #05122a;
  border-color: #fff;
}
@media screen and (max-width: 959px) {
  .parts-pickup .parts-pickup-list {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .parts-pickup .parts-pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .parts-pickup .parts-pickup-list > li {
    width: 30%;
    margin-top: 0;
  }
}

/*----------------------------
＊    qa-box
----------------------------*/
.qa-box .qa-dl {
  margin-top: 3em;
}
.qa-box .qa-dl:first-child {
  margin-top: 0;
}
.qa-box .qa-dl > dt,
.qa-box .qa-dl > dd {
  padding: 4px 0 4px 45px;
}
.qa-box .qa-dl > dt::before,
.qa-box .qa-dl > dd::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: normal;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: #b9a03c;
  border-radius: 50%;
  color: #fff;
}
.qa-box .qa-dl > dt {
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
}
.qa-box .qa-dl > dt::before {
  content: "Q";
}
.qa-box .qa-dl > dd {
  margin-top: 10px;
  position: relative;
}
.qa-box .qa-dl > dd::before {
  content: "A";
  background-color: transparent;
  color: #fff;
  border: 1px solid;
}
.qa-box .qa-dl > dd p {
  margin-bottom: 0.5em;
}
.qa-box .qa-dl > dd p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .qa-box .qa-dl > dt,
  .qa-box .qa-dl > dd {
    padding: 6px 0 6px 55px;
  }
  .qa-box .qa-dl > dt::before,
  .qa-box .qa-dl > dd::before {
    width: 40px;
    height: 40px;
    line-height: 37px;
  }
}

/*----------------------------
＊    bank-table-box
----------------------------*/
.bank-table-box {
  background: #fff;
  padding: 1.5em;
  margin: 2em 0;
}
.bank-table-box .bank-table {
  width: 100%;
  font-size: 1.6rem;
}
.bank-table-box .bank-table caption {
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
}
.bank-table-box .bank-table tr {
  display: block;
  border-bottom: 1px solid;
  margin: 10px 0 0;
}
.bank-table-box .bank-table tr:first-child {
  margin-top: 0;
}
.bank-table-box .bank-table th {
  display: block;
}
.bank-table-box .bank-table th::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #05122a;
  margin-right: 10px;
}
.bank-table-box .bank-table td {
  display: inline-block;
  margin-left: 1em;
}
.bank-table-box .bank-table td:first-of-type {
  margin-left: 0;
}
.bank-table-box .bank-notes {
  font-size: 0.9em;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .bank-table-box .bank-table tr {
    display: table-row;
  }
  .bank-table-box .bank-table th,
  .bank-table-box .bank-table td {
    display: table-cell;
    padding: 0.2em 1em;
  }
}

/*----------------------------
＊    traffic-sec
----------------------------*/
.traffic-sec {
  margin: 100px 0;
}
.traffic-sec:first-child {
  margin-top: 0;
}
.traffic-sec:last-child {
  margin-bottom: 0;
}
.traffic-sec .traffic-ttl {
  background-color: #ca0000;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}
.traffic-sec .traffic-ttl .word {
  display: block;
}
.traffic-sec .traffic-maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.traffic-sec .traffic-txt-box {
  margin-top: 20px;
}
.traffic-sec .traffic-txt-box .caution {
  color: #ff0;
  font-weight: bold;
}
.traffic-sec .traffic-txt-box .notes {
  background-color: #fff;
  color: #ca0000;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.5em;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .traffic-sec .traffic-ttl {
    font-size: 1.5em;
  }
  .traffic-sec .traffic-ttl .word {
    display: inline-block;
  }
  .traffic-sec .traffic-ttl .word::before {
    content: "/";
    display: inline-block;
    padding: 0 0.5em;
    font-weight: normal;
  }
  .traffic-sec .traffic-txt-box .caution {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 960px) {
  .traffic-sec {
    width: auto;
    max-width: 100vw;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    clear: both;
  }
  .traffic-sec .traffic-maps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .traffic-sec .traffic-txt-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* CSS Document======================================
*
*	Form CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*===================================================
＊    Form
===================================================*/
.page-form .form-body {
  background: #eee;
  color: #05122a;
  padding: 30px 4vw;
}
@media screen and (min-width: 600px) {
  .page-form .form-body {
    padding: 30px;
  }
  .page-form .form-body .form-content {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .page-form .form-body {
    padding: 50px;
  }
  .page-form .form-body .form-content {
    max-width: 1000px;
  }
}

.wpcf7 form.form-primary .form-content {
  font-size: 1.6rem;
}
.wpcf7 form.form-primary .form-content .form-item {
  border-top: 1px dotted #aaa;
  padding: 25px 0;
}
.wpcf7 form.form-primary .form-content .form-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.wpcf7 form.form-primary .form-content .form-item:last-child {
  padding-bottom: 0;
}
.wpcf7 form.form-primary .form-content .head {
  font-weight: bold;
  margin: 0 0 1em;
}
.wpcf7 form.form-primary .form-content div[data-class=wpcf7cf_group] {
  background: #fff;
  padding: 1em;
  margin-bottom: 25px;
}
.wpcf7 form.form-primary .form-content div[data-class=wpcf7cf_group] input:not([type=file]),
.wpcf7 form.form-primary .form-content div[data-class=wpcf7cf_group] textarea {
  background-color: #f6f6f6;
}
.wpcf7 form.form-primary .mark-must {
  color: #ca0000;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1em;
  position: relative;
  top: -1px;
  border-radius: 999px;
}
.wpcf7 form.form-primary .mark-must::before {
  content: "※";
  display: inline-block;
}
.wpcf7 form.form-primary .input-notes {
  font-size: 90%;
  margin-top: 10px;
}
.wpcf7 form.form-primary .input-notes:first-child {
  margin-top: 0;
}
.wpcf7 form.form-primary input:not([type=file]),
.wpcf7 form.form-primary textarea {
  width: 100%;
  background: #fff;
  border-radius: 0;
  padding: 5px 10px;
}
.wpcf7 form.form-primary input.input-number {
  width: 80px;
}
.wpcf7 form.form-primary textarea {
  height: 200px;
}
.wpcf7 form.form-primary textarea.low {
  height: 100px;
}
.wpcf7 form.form-primary select {
  background: #fff;
  height: 35px;
}
.wpcf7 form.form-primary .choice-item {
  display: block;
  margin-left: -40px;
  overflow: hidden;
}
.wpcf7 form.form-primary .choice-item.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wpcf7 form.form-primary .choice-item .wpcf7-list-item {
  float: left;
  margin: 10px 0 10px 40px;
}
.wpcf7 form.form-primary .choice-item label {
  cursor: pointer;
  display: inline-block;
}
.wpcf7 form.form-primary .choice-item label span {
  padding-left: 36px;
  display: inline-block;
  line-height: 26px;
  position: relative;
}
.wpcf7 form.form-primary .choice-item label span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #aaa;
}
.wpcf7 form.form-primary .choice-item input[type=radio], .wpcf7 form.form-primary .choice-item input[type=checkbox] {
  display: none;
}
.wpcf7 form.form-primary .choice-item input[type=radio] + span::before {
  border-radius: 50%;
}
.wpcf7 form.form-primary .choice-item input[type=radio]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #05122a;
  border-radius: 50%;
}
.wpcf7 form.form-primary .choice-item input[type=checkbox]:checked + span:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #05122a;
}
.wpcf7 form.form-primary .form-zip {
  display: block;
  margin-bottom: 13px;
}
.wpcf7 form.form-primary .form-zip input {
  width: 150px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.form-primary .form-content {
    font-size: 1.7rem;
  }
  .wpcf7 form.form-primary .form-content .head {
    width: 250px;
    float: left;
    clear: both;
    padding-top: 5px;
    border: 0;
    margin: 0;
  }
  .wpcf7 form.form-primary .form-content .data {
    padding: 0 0 0 250px;
  }
}

/* 送信ボタン */
.wpcf7 form.form-primary .form-btn {
  text-align: center;
  margin: 50px 0 30px;
}
.wpcf7 form.form-primary .form-btn .btn-submit {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7 form.form-primary .form-btn .btn-submit:hover {
  background-color: #05122a;
  border-color: #fff;
}
.wpcf7 form.form-primary .form-btn .btn-submit {
  width: 100%;
  font-weight: bold;
  font-size: 1.2em;
  border-width: 3px;
  border-color: #b9a03c;
  -webkit-appearance: none;
}
.wpcf7 form.form-primary .form-btn .ajax-loader {
  display: none;
}
.wpcf7 form.form-primary .form-btn .ajax-loader.is-active {
  display: block;
  margin: 10px auto;
}

/* エラー表示 */
.wpcf7 form.form-primary span.wpcf7-not-valid-tip {
  font-size: 90%;
}
.wpcf7 form.form-primary.use-floating-validation-tip span.wpcf7-not-valid-tip {
  min-width: 260px;
  left: 0;
  top: auto;
  padding: 0;
  border: 0;
  background: none;
}
.wpcf7 form.form-primary div.wpcf7-response-output {
  margin: 2em 0;
  padding: 0.5em 1em;
  color: #ca0000;
  border-color: #ca0000;
}

/* 送信完了画面 */
.wpcf7 form.form-primary.sent div.wpcf7-response-output {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(17px, 3.5vw, 24px);
  color: #fff;
  text-align: center;
  border: 0;
  padding: 1em;
  margin: 0;
  background: rgba(5, 18, 42, 0.92);
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.wpcf7 form.form-primary.sent div.wpcf7-response-output::before {
  content: "送信完了";
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: min(10vw, 80px);
  color: #b9a03c;
}

/* 送信ボタン下の注意書き */
.form-warning {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .form-warning {
    font-size: 1.7rem;
  }
}

/*----------------------------
＊    reCAPTCHA関連
----------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.form-recaptcha-policy {
  margin: 40px 0;
  color: #999;
  font-size: 10px;
}
.form-recaptcha-policy a {
  color: inherit;
}
@media screen and (min-width: 600px) {
  .form-recaptcha-policy {
    text-align: center;
  }
}

/*----------------------------
＊    バナー協賛フォーム
----------------------------*/
.wpcf7 form.form-primary.sponsor-entry.sponsor-banner .form-content div[data-class=wpcf7cf_group][data-id=request-group3] .form-group-summary-txt {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes a {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
            transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@keyframes c {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-1turn);
            transform: translate(-50%, -50%) rotate(-1turn);
  }
}
@-webkit-keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes d {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes e {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: c 1.8s linear infinite;
          animation: c 1.8s linear infinite;
}

.lum-lightbox-loader:after, .lum-lightbox-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: hsla(0, 0%, 100%, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: d 1.8s linear infinite;
          animation: d 1.8s linear infinite;
}

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: e 1.8s linear infinite;
          animation: e 1.8s linear infinite;
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.lum-lightbox.lum-opening {
  -webkit-animation: a 0.18s ease-out;
          animation: a 0.18s ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: b 0.18s ease-out;
          animation: b 0.18s ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: a 0.3s ease-in;
          animation: a 0.3s ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: b 0.3s ease-in;
          animation: b 0.3s ease-in;
  animation-direction: reverse;
}

.lum-img {
  -webkit-transition: opacity 0.12s ease-out;
  transition: opacity 0.12s ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

.lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:after, .lum-close-button:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lum-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid hsla(0, 0%, 100%, 0.8);
}

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid hsla(0, 0%, 100%, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid hsla(0, 0%, 100%, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
  }
}
/*====================================================
*
*	Luminous
*
*   luminous-basic.min.scss の設定を上書き
====================================================*/
.lum-lightbox {
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.lum-gallery-button {
  display: none !important;
}

.luminous-notes {
  font-size: 0.8em;
  font-weight: normal;
  margin-top: 0.5em;
}

@media (max-width: 959px) {
  .lum-lightbox-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 40px;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: 300vw;
    max-height: 80vh;
  }
  .lum-lightbox-inner .lum-lightbox-caption {
    max-width: none;
  }
}
@media (min-width: 960px) {
  .lum-lightbox-inner .lum-lightbox-caption {
    display: none;
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

/* CSS Document======================================
*
*	Home CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.home-bg-ptn-area {
  position: relative;
  padding-bottom: 200px;
}
.home-bg-ptn-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#05122a), color-stop(10%, transparent)), url(../img/common/bg-ptn-y-night-sky.jpg) repeat-y 50% 0/100%;
  background: linear-gradient(to bottom, #05122a 0%, transparent 10%), url(../img/common/bg-ptn-y-night-sky.jpg) repeat-y 50% 0/100%;
  opacity: 0.8;
  z-index: -11;
}
.home-bg-ptn-area::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/home/bg-hanabi-photo.png) no-repeat 50% 100%/130%;
  z-index: -10;
}
@media screen and (min-width: 600px) {
  .home-bg-ptn-area::after {
    background-size: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .home-bg-ptn-area {
    padding-bottom: 400px;
  }
}

.home-sec {
  margin: 8em 0;
}
.home-sec:first-child {
  margin-top: 0;
}
.home-sec:last-child {
  margin-bottom: 0;
}

.home-sec-ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
.home-sns .home-sec-ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .home-sec-ttl {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .home-sec-ttl {
    font-size: 2.8rem;
  }
}

/*----------------------------
＊    home-cover
----------------------------*/
.home-cover {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.home-cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-ptn-y-night-sky.jpg) repeat-y 50% 0/100%;
  z-index: 1;
}
.home-cover .home-cover-logo {
  background: url(../img/home/cover-logo-deco-w.svg) no-repeat 0% 50%/contain, url(../img/home/cover-logo-deco-w.svg) no-repeat 100% 50%/contain;
  width: 55%;
  max-width: 340px;
  padding: 0 3%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
  z-index: 10;
}
.home-cover .home-cover-mark {
  background: url(../img/home/cover-label-bg.svg) no-repeat 50% 50%/contain;
  color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 19px;
  text-shadow: #000 0 0 10px;
  line-height: 1.3;
  z-index: 11;
}
.home-cover .home-cover-mark small {
  font-size: 11px;
  margin-top: 4px;
}
.home-cover .home-cover-catch {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 3.5vw, 40px);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 12px black);
          filter: drop-shadow(0 0 12px black);
  position: absolute;
  top: 20%;
  right: 7%;
  z-index: 10;
  -webkit-animation: home-cover-catch 1.5s 1.2s ease-out both;
          animation: home-cover-catch 1.5s 1.2s ease-out both;
}
.home-cover .home-cover-photo {
  width: 100%;
  height: 100%;
}
.home-cover .home-cover-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  -webkit-animation: home-cover-photo 4s ease-out both;
          animation: home-cover-photo 4s ease-out both;
}
.home-cover .home-cover-doco .doco {
  position: absolute;
  z-index: 9;
}
.home-cover .home-cover-doco .doco-1 {
  width: min(42%, 220px);
  top: 20%;
  left: -3%;
}
.home-cover .home-cover-doco .doco-2 {
  width: min(24%, 140px);
  top: 10%;
  right: 9%;
}
.home-cover .home-cover-doco .doco-3 {
  width: min(37%, 200px);
  bottom: 10%;
  left: 8%;
}
.home-cover .home-cover-doco .doco-4 {
  width: min(40%, 210px);
  bottom: 14%;
  right: -7%;
}
@media (orientation: portrait) {
  .home-cover {
    height: 80vh;
  }
}
@media screen and (min-width: 960px) {
  .home-cover .home-cover-logo {
    width: 40%;
    max-width: 540px;
  }
  .home-cover .home-cover-mark {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    top: 30px;
    left: 30px;
  }
  .home-cover .home-cover-catch {
    top: 10%;
    right: 20%;
  }
  .home-cover .home-cover-doco .doco-1 {
    width: 300px;
  }
  .home-cover .home-cover-doco .doco-2 {
    width: 190px;
  }
  .home-cover .home-cover-doco .doco-3 {
    width: 280px;
  }
  .home-cover .home-cover-doco .doco-4 {
    width: 280px;
    right: -3%;
  }
}

@-webkit-keyframes home-cover-photo {
  0% {
    opacity: 0.5;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  70% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1.3);
            filter: blur(0) brightness(1.3);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes home-cover-photo {
  0% {
    opacity: 0.5;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  70% {
    opacity: 1;
    -webkit-filter: blur(0) brightness(1.3);
            filter: blur(0) brightness(1.3);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes home-cover-catch {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes home-cover-catch {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
/*----------------------------
＊    home-date
----------------------------*/
.home-date {
  background: #05122a;
  width: 90%;
  max-width: 1000px;
  margin: -60px auto 0;
  text-align: center;
  padding: 1em;
  position: relative;
}
.home-date .home-date-day {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
.home-date .home-date-day strong {
  font-size: 1.3em;
}
.home-date .home-date-day .week {
  margin-left: 0.5em;
  font-size: 0.6em;
}
.home-date .home-date-time {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.home-date .home-date-time > span {
  display: inline-block;
  margin: 2px 5px;
}
.home-date .home-date-time > span .time-mark {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 1.3rem;
  margin-right: 5px;
  vertical-align: middle;
  padding: 0 0.5em;
  font-weight: bold;
}
.home-date .home-date-time > span small {
  font-size: 0.7em;
}
.home-date .home-date-postpone {
  border: 1px solid #fff;
  padding: 15px;
  margin: 15px 0;
}
.home-date .home-date-postpone .kome-list {
  font-size: 1.3rem;
  margin-bottom: 0.5em;
}
.home-date .home-date-carryout {
  border: 1px solid #fff;
  padding: 0.5em 0;
  margin: 2em 0;
}
.home-date .home-date-carryout .ttl {
  color: red;
  font-size: 2.4rem;
  font-weight: bold;
}
.home-date .home-date-announce {
  margin: 2em 0;
}
.home-date .home-date-announce .txt {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
.home-date .home-date-announce .day span {
  font-size: 1.3em;
}
.home-date .home-date-end {
  color: #ff0;
  border: 1px solid #fff;
  padding: 15px;
  margin: 2em 0;
}
.home-date .home-date-end .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}
.home-date .home-date-end .txt {
  font-weight: bold;
}
.home-date .home-date-place {
  font-size: 2.2rem;
}
.home-date .home-date-location {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
.home-date .home-date-ticket {
  margin-top: 2.5em;
}
.home-date .home-date-ticket .btn-buy .icon {
  width: 60px;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-date .home-date-ticket .btn-buy:hover .icon {
  -webkit-filter: invert(48%) sepia(74%) saturate(357%) hue-rotate(95deg) brightness(102%) contrast(100%);
          filter: invert(48%) sepia(74%) saturate(357%) hue-rotate(95deg) brightness(102%) contrast(100%);
}
.home-date .home-date-notes {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.5em;
  background-color: #fff;
  padding: 1em;
}
.home-date .home-date-notes .txt {
  color: #ca0000;
  font-weight: bold;
  font-size: 1.05em;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.home-date .home-date-notes .txt:last-child {
  margin-bottom: 0;
}
.home-date .home-date-notes .notes {
  display: block;
  font-size: 0.8em;
  margin-top: 0.2em;
}
@media screen and (max-width: 599px) {
  .home-date .home-date-location .gmap-btn {
    display: block;
    margin: 1em auto 0;
  }
}
@media screen and (min-width: 600px) {
  .home-date {
    padding: 2em;
  }
  .home-date .home-date-day {
    font-size: 3.8rem;
  }
  .home-date .home-date-time {
    font-size: 2.2rem;
  }
  .home-date .home-date-postpone .ttl {
    font-size: 2.4rem;
  }
  .home-date .home-date-postpone .kome-list {
    font-size: 1.5rem;
    text-align: center;
  }
  .home-date .home-date-carryout .ttl {
    font-size: 3rem;
  }
  .home-date .home-date-announce .txt {
    font-size: 1.4em;
  }
  .home-date .home-date-end .ttl {
    font-size: 2.8rem;
  }
  .home-date .home-date-end .txt {
    font-size: 1.8rem;
  }
  .home-date .home-date-place {
    font-size: 2.4rem;
  }
  .home-date .home-date-location {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  .home-date .home-date-day {
    font-size: 4.8rem;
  }
  .home-date .home-date-time {
    font-size: 3rem;
  }
  .home-date .home-date-postpone .ttl {
    font-size: 2.6rem;
  }
  .home-date .home-date-carryout .ttl {
    font-size: 3.4rem;
  }
  .home-date .home-date-announce .txt {
    font-size: 1.8em;
  }
  .home-date .home-date-end .ttl {
    font-size: 3.3rem;
  }
  .home-date .home-date-end .txt {
    font-size: 2rem;
  }
  .home-date .home-date-place {
    font-size: 3.4rem;
  }
  .home-date .home-date-location {
    font-size: 2.2rem;
  }
  .home-date .home-date-ticket .btn-buy {
    font-size: 1.4em;
  }
  .home-date .home-date-ticket .btn-buy .icon {
    width: 70px;
  }
  .home-date .home-date-notes .txt {
    font-size: 1.2em;
  }
}

/*----------------------------
＊    home-consept
----------------------------*/
.home-consept {
  padding: 350px 0 300px;
  position: relative;
  z-index: 0;
}
.home-consept .home-consept-catch {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
  text-shadow: #fffb4c 0 0 10px;
}
.home-consept .home-consept-sub-catch {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 1em;
  text-shadow: #fffb4c 0 0 10px;
}
.home-consept .home-consept-txt-box p {
  line-height: 2.2;
}
.home-consept .home-consept-txt-box p ~ p {
  margin-top: 1em;
}
.home-consept .home-consept-txt-box br {
  display: none;
}
.home-consept .home-consept-parts .part {
  position: absolute;
  z-index: -1;
  -webkit-animation: home-consept-part 5s ease infinite both;
          animation: home-consept-part 5s ease infinite both;
}
.home-consept .home-consept-parts .part-1 {
  width: min(60%, 250px);
  left: 3%;
  bottom: 102%;
}
.home-consept .home-consept-parts .part-2 {
  width: min(40%, 150px);
  right: 2%;
  bottom: 134%;
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}
.home-consept .home-consept-parts .part-3 {
  width: min(40%, 150px);
  top: 103%;
  left: 5%;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.home-consept .home-consept-parts .part-4 {
  width: min(55%, 240px);
  left: auto;
  right: 2%;
  top: 115%;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}
@media screen and (min-width: 600px) {
  .home-consept .home-consept-catch {
    font-size: 4rem;
  }
  .home-consept .home-consept-sub-catch {
    font-size: 3rem;
  }
  .home-consept .home-consept-txt-box {
    text-align: center;
  }
  .home-consept .home-consept-txt-box p {
    font-size: 1.1em;
  }
  .home-consept .home-consept-txt-box br {
    display: block;
  }
  .home-consept .home-consept-parts .part-1 {
    left: calc(50% - 320px);
  }
  .home-consept .home-consept-parts .part-2 {
    width: 200px;
    right: calc(50% - 300px);
    bottom: 117%;
  }
  .home-consept .home-consept-parts .part-3 {
    width: 200px;
    left: calc(50% - 290px);
  }
  .home-consept .home-consept-parts .part-4 {
    right: calc(50% - 310px);
  }
}
@media screen and (min-width: 960px) {
  .home-consept .home-consept-parts .part-1 {
    width: 320px;
    left: calc(50% - 460px);
    bottom: 100%;
  }
  .home-consept .home-consept-parts .part-2 {
    width: 260px;
    right: calc(50% - 460px);
    bottom: 102%;
  }
  .home-consept .home-consept-parts .part-3 {
    width: 260px;
    left: calc(50% - 440px);
  }
  .home-consept .home-consept-parts .part-4 {
    width: 320px;
    right: calc(50% - 440px);
    top: 101%;
  }
}
@media screen and (min-width: 1280px) {
  .home-consept {
    padding: 300px 0 200px;
  }
  .home-consept .home-consept-parts .part-1 {
    left: calc(50% - 590px);
    bottom: 80%;
  }
  .home-consept .home-consept-parts .part-2 {
    right: calc(50% - 560px);
    bottom: 73%;
  }
  .home-consept .home-consept-parts .part-3 {
    left: calc(50% - 540px);
    top: 75%;
  }
  .home-consept .home-consept-parts .part-4 {
    right: calc(50% - 570px);
    top: 82%;
  }
}

@-webkit-keyframes home-consept-part {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}

@keyframes home-consept-part {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
/*----------------------------
＊    home-pickup
----------------------------*/
.home-pickup > .container {
  max-width: 1500px;
}
.home-pickup .home-pickup-list > li {
  margin-top: 60px;
}
.home-pickup .home-pickup-list > li:first-child {
  margin-top: 0;
}
.home-pickup .home-pickup-list > li > a {
  color: #b9a03c;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 15px 15px 20px;
  height: 100%;
}
.home-pickup .home-pickup-list > li > a:hover .item-image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.home-pickup .home-pickup-list > li > a:hover .item-btn {
  background-color: #05122a;
}
.home-pickup .home-pickup-list > li .item-image {
  overflow: hidden;
}
.home-pickup .home-pickup-list > li .item-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-pickup .home-pickup-list > li .item-txt-box {
  padding: 20px 5px;
}
.home-pickup .home-pickup-list > li .item-ttl {
  color: #05122a;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0.5em;
}
.home-pickup .home-pickup-list > li .item-ttl small {
  font-size: 0.6em;
  display: inline-block;
}
.home-pickup .home-pickup-list > li .item-txt {
  color: #05122a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-pickup .home-pickup-list > li .item-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-pickup .home-pickup-list > li .item-btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
.home-pickup .home-pickup-list > li .item-btn {
  border: none;
  margin-top: auto;
  pointer-events: none;
}
@media screen and (max-width: 959px) {
  .home-pickup .home-pickup-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .home-pickup .home-pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-pickup .home-pickup-list > li {
    width: 30%;
    margin-top: 0;
  }
}

/*----------------------------
＊    home-news
----------------------------*/
.home-news-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-news-btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
.home-news-btn {
  max-width: 280px;
  margin-top: 2.5em;
}
.home-news-no-post {
  text-align: center;
  margin: 4em 1em;
}
.home-news .news-list .news-item:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .home-news .news-list {
    max-width: 500px;
    margin: 0 auto;
  }
  .home-news .news-list .news-item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 40px !important;
  }
}

/*----------------------------
＊    home-sns
----------------------------*/
.home-sns .sns-banner-list {
  margin: 6em 0;
}
.home-sns .sns-banner-list > li ~ li {
  margin-top: 4em;
}
.home-sns .sns-banner-list > li > a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.home-sns .sns-banner-list > li img {
  width: 100%;
  height: auto;
}
.home-sns .home-sns-sec {
  margin-top: 6em;
}
.home-sns .home-sns-sec:first-child {
  margin-top: 0;
}
.home-sns .home-sns-sec-ttl {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (min-width: 960px) {
  .home-sns .home-sns-sec-ttl {
    font-size: 1.6em;
  }
}

/*----------------------------
＊    home-insta
----------------------------*/
/* sb_instagram */
.home-insta #sb_instagram {
  padding: 0 !important;
}
.home-insta #sb_instagram #sbi_images {
  padding: 0 !important;
}
.home-insta #sb_instagram .sbi_photo {
  opacity: 1 !important;
}
.home-insta #sb_instagram .sbi_photo:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.home-insta #sb_instagram .sbi_photo .svg-inline--fa {
  display: none !important;
}
.home-insta #sb_instagram #sbi_load {
  margin: 10px 0 0 !important;
}
.home-insta #sb_instagram .sbi_follow_btn {
  display: block;
  margin: 0 !important;
}
.home-insta #sb_instagram .sbi_follow_btn a {
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 0.8em;
  font-size: 1em;
  background-color: #05122a !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-insta #sb_instagram .sbi_follow_btn a:hover, .home-insta #sb_instagram .sbi_follow_btn a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff !important;
  color: #05122a !important;
  border-color: #05122a !important;
}
.home-insta #sb_instagram .sbi_follow_btn a svg {
  font-size: 1.4em;
}
@media screen and (min-width: 960px) {
  .home-insta #sb_instagram .sbi_follow_btn a {
    font-size: 1.2em;
  }
}

/*----------------------------
＊    home-video
----------------------------*/
.home-video .home-video-inner {
  max-width: 900px;
  margin: 0 auto;
}
.home-video .home-video-inner .home-video-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.home-video .home-video-inner .home-video-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .home-video .home-video-inner {
    max-width: 960px;
  }
}

/*----------------------------
＊    home-cns
----------------------------*/
.home-cns {
  padding: 100px 4vw;
  margin: 120px 0;
  background-color: #05122a;
  color: #05122a;
  position: relative;
}
.home-cns::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/cns.jpg) repeat 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
@media screen and (min-width: 600px) {
  .home-cns {
    padding: 60px 4vw;
  }
}
.home-cns > .container {
  background-color: #fff;
  padding: 1.5em;
}
.home-cns .home-cns-catch {
  color: #0089cf;
  font-size: clamp(1.7rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.5em;
  position: relative;
}
.home-cns .home-cns-catch::before, .home-cns .home-cns-catch::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid #0089cf;
  width: 30px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  vertical-align: middle;
}
.home-cns .home-cns-catch::after {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.home-cns .home-cns-ttl {
  color: #0089cf;
  font-size: clamp(2.6rem, 3vw, 3rem);
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.home-cns .home-cns-txt {
  text-align: center;
  font-size: min(4vw, 1.7rem);
}
.home-cns .home-cns-inner {
  margin: 40px 0 0;
}
.home-cns .home-cns-item-box {
  margin-bottom: 70px;
}
.home-cns .home-cns-item-box:last-child {
  margin-bottom: 0;
}
.home-cns .home-cns-item-box .item-main {
  margin-bottom: 30px;
}
.home-cns .home-cns-item-ttl {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: #ef7500;
  border: 2px solid;
  border-left: 0;
  border-right: 0;
  display: table;
  padding: 5px 2em;
  margin: 0 auto 1em;
}
.home-cns .home-cns-item-txt {
  font-size: 1.1em;
  font-weight: bold;
}
.home-cns .home-cns-item-txt em {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ff6));
  background: linear-gradient(transparent 80%, #ff6 80%);
}
.home-cns .home-cns-item-notes {
  font-size: 85%;
  margin-top: 0.5em;
}
.home-cns .home-cns-item-btn {
  display: block;
  width: 100%;
  max-width: 800px;
  border-radius: 999px;
  background-color: #ef7500;
  border: 3px solid #ef7500;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.6em;
  font-size: 1.2em;
  font-weight: bold;
  margin: auto auto 0;
  position: relative;
}
.home-cns .home-cns-item-btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home-cns .home-cns-item-btn:hover {
  background-color: #fff;
  color: #ef7500;
}
.home-cns .home-cns-item-btn:hover .icon {
  -webkit-filter: invert(59%) sepia(95%) saturate(3247%) hue-rotate(1deg) brightness(94%) contrast(104%);
          filter: invert(59%) sepia(95%) saturate(3247%) hue-rotate(1deg) brightness(94%) contrast(104%);
}
.home-cns .home-cns-provider {
  text-align: center;
  margin-top: 2em;
  font-size: 0.8em;
  line-height: 1.4;
  color: #999;
}
@media screen and (min-width: 600px) {
  .home-cns .home-cns-ttl br {
    display: none;
  }
  .home-cns .home-cns-txt br {
    display: none;
  }
  .home-cns .home-cns-item-txt {
    text-align: center;
  }
  .home-cns .home-cns-item-notes {
    text-align: center;
  }
}

/*----------------------------
＊    home-link
----------------------------*/
.home-link .home-link-list > li {
  margin: 30px 0;
}
.home-link .home-link-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #b9a03c;
  text-decoration: none;
  color: #fff;
  position: relative;
  height: 100px;
  border: 2px solid #b9a03c;
  border-left: 0;
  border-right: 0;
}
.home-link .home-link-list > li > a::before {
  content: "";
  display: inline-block;
  border: 2px solid;
  border-right-width: 3px;
  border-left: 0;
  border-top: 0;
  width: 60px;
  height: 10px;
  -webkit-transform: skewX(50deg) translateY(-50%);
          transform: skewX(50deg) translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-left: 1em;
  position: absolute;
  top: 45%;
  right: 5%;
}
.home-link .home-link-list > li > a:hover {
  background-color: #05122a;
  border-color: #fff;
}
.home-link .home-link-list > li > a:hover::before {
  -webkit-animation: home-link-list-item 1s ease infinite both;
          animation: home-link-list-item 1s ease infinite both;
}
.home-link .home-link-list > li .txt-ja {
  font-size: 1.7rem;
}
.home-link .home-link-list > li .txt-en {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 600px) {
  .home-link .home-link-list > li > a::before {
    width: 120px;
  }
  .home-link .home-link-list > li > a .txt-ja {
    font-size: 2rem;
  }
  .home-link .home-link-list > li > a .txt-en {
    font-size: 4rem;
  }
}

@-webkit-keyframes home-link-list-item {
  0% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(0);
            transform: skewX(50deg) translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(1);
            transform: skewX(50deg) translateY(-50%) scaleX(1);
  }
}

@keyframes home-link-list-item {
  0% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(0);
            transform: skewX(50deg) translateY(-50%) scaleX(0);
  }
  100% {
    -webkit-transform: skewX(50deg) translateY(-50%) scaleX(1);
            transform: skewX(50deg) translateY(-50%) scaleX(1);
  }
}
/* CSS Document======================================
*
*	Info CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*----------------------------
＊    info-overview
----------------------------*/
.info-overview .info-overview-body {
  padding: 0 4vw;
}
.info-overview .info-overview-body .info-overview-table {
  width: 100%;
}
.info-overview .info-overview-body .info-overview-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.info-overview .info-overview-body .info-overview-table tr:first-child th {
  padding-top: 0;
}
.info-overview .info-overview-body .info-overview-table th, .info-overview .info-overview-body .info-overview-table td {
  display: block;
}
.info-overview .info-overview-body .info-overview-table th {
  font-weight: bold;
  padding: 1em 0 0;
}
.info-overview .info-overview-body .info-overview-table td {
  padding-bottom: 1em;
}
.info-overview .info-overview-body .info-overview-table td .parking-notes {
  font-weight: bold;
  color: #ca0000;
}
.info-overview .info-overview-body .area-map-set {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .info-overview .info-overview-body .gmap-btn {
    display: block;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 960px) {
  .info-overview .info-overview-body .info-overview-table tr:first-child th, .info-overview .info-overview-body .info-overview-table tr:first-child td {
    padding-top: 0;
  }
  .info-overview .info-overview-body .info-overview-table th, .info-overview .info-overview-body .info-overview-table td {
    display: table-cell;
    padding: 2em 10px;
  }
  .info-overview .info-overview-body .info-overview-table th {
    width: 22%;
  }
}

/*----------------------------
＊    info-map
----------------------------*/
.info-map {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.info-map .info-map-sec-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 10px;
}
.info-map .info-gmap {
  width: 100%;
}
.info-map .info-gmap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 960px) {
  .info-map .info-map-sec-ttl {
    font-size: 1.6em;
  }
}

/* CSS Document======================================
*
*	Sponsor CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.sponsor-intro {
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.sponsor-intro p {
  font-size: 1.8rem;
}
.sponsor-intro small {
  font-size: 86%;
}

.sponsor-list > li {
  border-bottom: 1px solid #fff;
  padding: 30px 0;
  font-weight: bold;
}
.sponsor-list > li:nth-child(1) {
  font-size: 2rem;
}
.sponsor-list > li:nth-child(2) {
  font-size: 1.8rem;
}
.sponsor-list > li:nth-child(3) {
  font-size: 1.6rem;
}
.sponsor-list > li:nth-child(4) {
  font-size: 1.4rem;
}
.sponsor-list > li:nth-child(5) {
  font-size: 1.2rem;
}
.sponsor-list > li:nth-child(6) {
  font-size: 1rem;
}
.sponsor-list > li:nth-child(7) {
  font-size: 0.8rem;
}
.sponsor-list > li:nth-child(8) {
  font-size: 0.6rem;
}
.sponsor-list > li:nth-child(9) {
  font-size: 0.4rem;
}
.sponsor-list > li:nth-child(10) {
  font-size: 0.2rem;
}

.sponsor-thanks {
  color: #ff0;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (min-width: 600px) {
  .sponsor-thanks {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  .sponsor-thanks {
    font-size: 2.4rem;
  }
}

/* CSS Document======================================
*
*	Sponsor info CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.sponsor-entry-closed {
  text-align: center;
}
.sponsor-entry-closed p {
  color: #ff0;
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .sponsor-entry-closed p br.sp {
    display: none;
  }
}

.sponsor-info-intro {
  text-align: center;
}
.sponsor-info-intro .deadline {
  font-size: 1.1em;
  font-weight: bold;
  color: #ff0;
}
.sponsor-info-intro .deadline .num {
  font-size: 1.3em;
}
.sponsor-info-intro .notes {
  text-align: left;
  font-size: 0.8em;
  margin-top: 0.8em;
}
@media screen and (min-width: 600px) {
  .sponsor-info-intro .notes {
    text-align: center;
  }
}

.sponsor-info-sec-summary {
  margin: 2em 0;
}
.sponsor-info-sec-summary .txt-box strong {
  color: #f2e172;
  font-weight: bold;
  font-size: 1.1em;
}
.sponsor-info-sec-summary .btn-box {
  margin: 2em 0;
}
.sponsor-info-sec-summary .btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sponsor-info-sec-summary .btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
.sponsor-info-sec-summary .btn {
  background-color: #e60813;
  border-color: #e60813;
  font-size: 1.1em;
  font-weight: bold;
}
.sponsor-info-sec-summary .btn .icon {
  vertical-align: middle;
  margin-right: 0.5em;
}
.sponsor-info-sec-summary .btn:hover {
  background-color: #e60813;
  color: #fff;
  border-color: #fff;
}

.sponsor-info-btn-box {
  margin: 3em 0;
}
@media screen and (min-width: 960px) {
  .sponsor-info-btn-box {
    display: none;
  }
}

/*----------------------------
*    sponsor-info-table-box
----------------------------*/
.sponsor-info-table-box {
  margin: 30px 0;
}
.sponsor-info-table-box .sponsor-info-table {
  width: 100%;
  background: #f6f6f6;
  color: #05122a;
  white-space: nowrap;
  line-height: 1.4;
}
.sponsor-info-table-box .sponsor-info-table th, .sponsor-info-table-box .sponsor-info-table td {
  border: 1px solid #aaa;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.sponsor-info-table-box .sponsor-info-table th:empty::before, .sponsor-info-table-box .sponsor-info-table td:empty::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  height: 1px;
  background: #fff;
}
.sponsor-info-table-box .sponsor-info-table th {
  background: #effaff;
}
.sponsor-info-table-box .sponsor-info-table thead th {
  background: #bde9fe;
}
.sponsor-info-table-box .sponsor-info-table .mark-limit {
  display: block;
  background-color: #21b7ff;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
  margin-bottom: 5px;
}
.sponsor-info-table-box .sponsor-info-table .benefits-list li {
  text-align: left;
  line-height: 1.4;
  padding-left: 20px;
  margin-bottom: 0.2em;
  position: relative;
}
.sponsor-info-table-box .sponsor-info-table .benefits-list li:last-child {
  margin-bottom: 0;
}
.sponsor-info-table-box .sponsor-info-table .benefits-list li::before {
  content: "■";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.sponsor-info-table-box .sponsor-info-table .btn-buy {
  font-size: 1em;
  max-width: 150px;
}
@media screen and (min-width: 600px) {
  .sponsor-info-table-box {
    margin: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  .sponsor-info-table-box .sponsor-info-table {
    white-space: normal;
  }
  .sponsor-info-table-box .sponsor-info-table thead th.th-btn {
    width: 180px;
  }
}
@media screen and (min-width: 1280px) {
  .sponsor-info-table-box .sponsor-info-table thead th.th-name {
    width: 24%;
  }
}

/*----------------------------
*    sponsor-info-seat-detail
----------------------------*/
.sponsor-info-seat-detail {
  margin: 120px 0;
}
.sponsor-info-seat-detail .sponsor-info-seat .seat-card {
  margin-top: 30px;
}
.sponsor-info-seat-detail .sponsor-info-seat .seat-card:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .sponsor-info-seat-detail .sponsor-info-seat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sponsor-info-seat-detail .sponsor-info-seat .seat-card {
    margin-top: 0;
    margin-left: 30px;
  }
  .sponsor-info-seat-detail .sponsor-info-seat .seat-card:first-child {
    margin-left: 0;
  }
}
.sponsor-info-seat-detail .area-map-set {
  margin-top: 50px;
}

/*----------------------------
*    sponsor-info-message
----------------------------*/
@media screen and (min-width: 600px) {
  #sponsor-info-message .ttl-primary .mark {
    font-size: 16px;
  }
}

/*----------------------------
*    sponsor-info-ticket
----------------------------*/
/*----------------------------
*    sponsor-info-tshirt
----------------------------*/
/*----------------------------
*    sponsor-info-banner
----------------------------*/
#sponsor-info-banner .sponsor-info-table-box .scroll-hint-icon {
  top: calc(50% - 40px);
}

/* CSS Document======================================
*
*	Ticket CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*----------------------------
＊    ticket-area-map
----------------------------*/
/*----------------------------
＊    ticket-normal
----------------------------*/
.ticket-normal-seat {
  margin-bottom: 2.5em;
}

.ticket-normal-price {
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  background-color: #f6f6f6;
  color: #05122a;
}
.ticket-normal-price .ticket-price {
  font-size: 1.3em;
  font-weight: bold;
}
.ticket-normal-price .ticket-price .price-type {
  font-size: 0.8em;
  margin-right: 0.5em;
}
.ticket-normal-price .ticket-price .num {
  font-size: 1.4em;
}
.ticket-normal-price .ticket-price .notes {
  font-size: 0.8em;
  color: #ca0000;
}
.ticket-normal-price.has-btn .btn-box {
  margin: 1.4em 0;
}
.ticket-normal-price.has-btn .btn-box .notes {
  margin-top: 0.7em;
  color: #999;
  font-size: 0.8em;
  display: block;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .ticket-normal-price.has-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2em;
  }
  .ticket-normal-price.has-btn .btn-box {
    margin: 0 0 0 10%;
    width: 50%;
  }
}

.ticket-normal-caution strong {
  color: #ff0;
}

/*----------------------------
＊    ticket-sponsor-info
----------------------------*/
.ticket-sponsor-info {
  padding: 2.5em 1.5em;
  border: 2px solid #eee;
}
.ticket-sponsor-info .catch {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
  .ticket-sponsor-info {
    padding: 2.5em;
  }
  .ticket-sponsor-info .catch {
    font-size: 1.2em;
  }
}

/* CSS Document======================================
*
*	Banner CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*----------------------------
＊    banner-rule-dl
----------------------------*/
.banner-rule-dl > dt {
  margin-top: 20px;
  font-weight: bold;
}
.banner-rule-dl > dt:first-child {
  margin-top: 0;
}
.banner-rule-day {
  margin-top: 30px;
}

/* CSS Document======================================
*
*	Volunteer CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.volunteer-entry-closed {
  text-align: center;
}
.volunteer-entry-closed p {
  color: #ff0;
  font-size: 1.1em;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .volunteer-entry-closed p br.sp {
    display: none;
  }
}

.volunteer-btn-box {
  margin: 3em 0;
}

/*----------------------------
＊    volunteer-message
----------------------------*/
.volunteer-message {
  border: 2px solid;
  padding: 1.5em;
  max-width: 680px;
  margin: 4em auto;
}
.volunteer-message .message-ttl {
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 1em;
}
.volunteer-message .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 99, 15, 0.6)));
  background: linear-gradient(transparent 70%, rgba(255, 99, 15, 0.6) 70%);
}
.volunteer-message .notes {
  font-size: 0.9em;
}
.volunteer-message .place {
  margin-top: 1em;
}
.volunteer-message .place small {
  font-size: 0.9em;
}
.volunteer-message .map-link {
  background: #fff;
  color: #05122a;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: middle;
  padding: 0.2em 0.5em;
  line-height: 1;
  margin: 0 0.5em;
}
.volunteer-message .map-link::after {
  content: "";
  display: inline-block;
  border: 2px solid;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-left: 0.1em;
  position: relative;
  top: -0.15em;
}
.volunteer-message .map-link:hover {
  opacity: 0.75;
}
@media screen and (min-width: 600px) {
  .volunteer-message {
    text-align: center;
  }
}

/*----------------------------
＊    volunteer-intro
----------------------------*/
.volunteer-intro .announce {
  display: table;
  position: relative;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 auto 1.5em;
  text-align: center;
}
.volunteer-intro .announce::before {
  content: "";
  display: block;
  background: url(../img/common/icon-megaphone-w.svg) no-repeat 50% 50%/contain;
  width: 33px;
  height: 33px;
  margin: 0 auto 0.5em;
}
.volunteer-intro strong {
  color: #f2e172;
  font-weight: bold;
  font-size: 1.1em;
}
.volunteer-intro .deadline {
  color: #f2e172;
  border: 2px solid;
  padding: 1em;
  font-weight: bold;
  text-align: center;
  margin: 2em 0;
}
.volunteer-intro .deadline .num {
  font-size: 1.3em;
}
@media screen and (min-width: 600px) {
  .volunteer-intro .announce {
    padding: 0 0 0 50px;
  }
  .volunteer-intro .announce::before {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .volunteer-intro .announce br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .volunteer-intro {
    text-align: center;
  }
}

/*----------------------------
＊    volunteer-photo-list
----------------------------*/
.volunteer-photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  margin: 3em auto;
}
@media screen and (max-width: 599px) {
  .volunteer-photo-list {
    max-width: 420px;
  }
}
@media screen and (min-width: 600px) {
  .volunteer-photo-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*----------------------------
＊    volunteer-recruit-type
----------------------------*/
.volunteer-recruit-type {
  padding: 0 4vw;
  margin: 60px 0;
}
.volunteer-recruit-type:first-child {
  margin-top: 0;
}
.volunteer-recruit-type:last-child {
  margin-bottom: 0;
}

.volunteer-recruit-type-ttl {
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid;
  padding: 0 0 0.5em 1vw;
  margin: 0 0 1em -2vw;
  position: relative;
}
.volunteer-recruit-type-ttl::before {
  content: "";
  display: block;
  width: 30vw;
  max-width: 280px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.volunteer-recruit-type-ttl .date {
  margin-left: 1em;
  font-size: 0.85em;
}
.type-a .volunteer-recruit-type-ttl::before {
  background-color: #2eb6b3;
}
.type-b .volunteer-recruit-type-ttl::before {
  background-color: #e4d94b;
}
.type-c .volunteer-recruit-type-ttl::before {
  background-color: #8f5af4;
}
@media screen and (min-width: 960px) {
  .volunteer-recruit-type-ttl {
    font-size: 1.4em;
  }
}

/*----------------------------
＊    volunteer-recruit-table
----------------------------*/
.volunteer-recruit-table {
  width: 100%;
}
.volunteer-recruit-table tr {
  border-bottom: 1px dotted #aaa;
}
.volunteer-recruit-table tr:first-child th {
  padding-top: 0;
}
.volunteer-recruit-table th, .volunteer-recruit-table td {
  display: block;
}
.volunteer-recruit-table th {
  font-weight: bold;
  padding: 1em 0 0;
}
.volunteer-recruit-table td {
  padding-bottom: 1em;
}
.volunteer-recruit-table td .parking-notes {
  font-weight: bold;
  color: #ca0000;
}
.volunteer-recruit-table .pdf-btn {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .volunteer-recruit-table .gmap-btn {
    display: block;
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 960px) {
  .volunteer-recruit-table tr:first-child th, .volunteer-recruit-table tr:first-child td {
    padding-top: 0;
  }
  .volunteer-recruit-table th, .volunteer-recruit-table td {
    display: table-cell;
    padding: 1em 10px;
  }
  .volunteer-recruit-table th {
    width: 22%;
  }
}

/*----------------------------
＊    volunteer-recruit
----------------------------*/
/*----------------------------
＊    volunteer-qa
----------------------------*/
.volunteer-qa {
  border: 1px dashed;
  padding: 1em;
}
@media screen and (min-width: 600px) {
  .volunteer-qa {
    padding: 2.5em;
  }
}
.volunteer-qa .qa-box .qa-dl > dt::before {
  background: #fff;
  color: #05122a;
}

.volunteer-qa-sec-ttl {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1em;
}
.volunteer-qa-sec-ttl::before, .volunteer-qa-sec-ttl::after {
  content: "";
  display: inline-block;
  border-bottom: 1px solid;
  width: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.5em;
  vertical-align: middle;
}
.volunteer-qa-sec-ttl::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 0.5em;
}

/* CSS Document======================================
*
*	QA CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/* CSS Document======================================
*
*	Guideline CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*----------------------------
＊    guideline-document
----------------------------*/
.guideline-document .guideline-document-lead {
  color: #ff0;
  font-weight: bold;
  margin: 1em 0;
  font-size: 1.4em;
}

/*----------------------------
＊    guideline-hinan
----------------------------*/
.guideline-hinan {
  background: #f6f6f6;
  color: #05122a;
  padding: 1.5em;
}
.guideline-hinan .img-hiraoyogihinan {
  width: 170px;
  display: block;
  margin: 0 auto 1em;
}
@media screen and (min-width: 600px) {
  .guideline-hinan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guideline-hinan .img-hiraoyogihinan {
    margin: 0 2em 0 0;
  }
}

/* CSS Document======================================
*
*	Privacy CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
/*----------------------------
＊    privacy-document
----------------------------*/
.privacy-document .privacy-list > li {
  margin-bottom: 3em;
}
.privacy-document .privacy-list > li:last-child {
  margin-bottom: 0;
}
.privacy-document .privacy-list .list-ttl {
  font-weight: bold;
  font-size: 1.2em;
  border-left: 5px solid #b9a03c;
  padding-left: 0.7em;
  margin-bottom: 1em;
}
.privacy-document .privacy-list p {
  margin-bottom: 1em;
}
.privacy-document .privacy-list p:last-child {
  margin-bottom: 0;
}
.privacy-document .privacy-list ul {
  list-style: disc;
  padding-left: 1.5em;
  margin: 1em 0;
}
.privacy-document .privacy-list ul li {
  line-height: 1.4;
  margin: 0.5em 0;
}

/* CSS Document======================================
*
*	News CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.news-archive-heading {
  font-size: 1.4em;
  margin-bottom: 2em;
  padding: 0 0 0 1em;
  position: relative;
  border-left: 5px solid #b9a03c;
}

/*----------------------------
＊    news-list
----------------------------*/
.news-no-post {
  text-align: center;
  margin: 4em 1em;
}

.news-list .news-item {
  margin-top: 40px;
}
.news-list .news-item:first-child {
  margin-top: 0;
}
.news-list .news-item.sticky > a::before {
  content: "";
  display: block;
  background: url(../img/common/icon-pushpin-w.svg) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.news-list .news-item > a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  font-size: 0.85em;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.news-list .news-item > a .news-item-image {
  position: relative;
  width: 100%;
  padding-top: 52.5%;
  overflow: hidden;
}
.news-list .news-item > a .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-list .news-item > a .news-item-txt-box {
  padding: 1.2em;
  overflow: hidden;
}
.news-list .news-item > a .news-item-txt-box .post-ttl {
  color: #05122a;
  font-size: 1.7rem;
  margin-bottom: 0.3em;
  line-height: 1.5;
}
.news-list .news-item > a .news-item-txt-box .post-meta {
  line-height: 1.5;
  margin: 0.5em 0;
}
.news-list .news-item > a .news-item-txt-box .post-meta .post-date {
  color: #666;
}
.news-list .news-item > a .news-item-txt-box .post-meta .post-cate {
  display: block;
  color: #b9a03c;
  margin-top: 0.5em;
}
.news-list .news-item > a:hover .news-item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 600px) {
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news-list .news-item > a {
    height: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .news-list .news-item {
    width: 48%;
    margin-left: 4%;
  }
  .news-list .news-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .news-list .news-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .news-list .news-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .news-list .news-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .news-list .news-item:nth-child(-n+3) {
    margin-top: 0;
  }
}

/* CSS Document======================================
*
*	News CSS SET
*
*	投稿記事の設定
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.news-body::after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------
＊    news-main
----------------------------*/
.news-body .news-main {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .news-body .news-main {
    width: 68%;
    float: left;
  }
}

/*----------------------------
＊    single-article
----------------------------*/
.news-main .single-article {
  background-color: #fff;
  color: #05122a;
  margin-bottom: 30px;
}
.news-main .single-article .single-news-image-wrap {
  padding: 10px 10px 0;
}
.news-main .single-article .single-news-image {
  position: relative;
  width: 100%;
  padding-top: 52.5%;
}
.news-main .single-article .single-news-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-main .single-article .single-news-contents {
  padding: 2em 1em;
}
.news-main .single-article .single-news-contents .post-content > *:last-child {
  margin-bottom: 0;
}
.news-main .single-article .single-news-head {
  margin-bottom: 2em;
}
.news-main .single-article .single-news-head .post-ttl {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 1em;
}
.news-main .single-article .single-news-head .post-meta {
  font-size: 0.9em;
}
.news-main .single-article .single-news-head .post-meta .post-date {
  color: #999;
}
.news-main .single-article .single-news-head .post-meta .post-cate {
  display: block;
}
.news-main .single-article .single-news-head .post-meta .post-cate a {
  text-decoration: none;
}
.news-main .single-article .single-news-head .post-meta .post-cate a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  .news-main .single-article .single-news-contents {
    padding: 2.5em;
  }
  .news-main .single-article .single-news-head .post-ttl {
    font-size: 2.6rem;
  }
  .news-main .single-article .single-news-head .post-meta .post-cate {
    display: inline;
    margin-left: 12px;
    border-left: 1px solid #aaa;
    padding-left: 15px;
  }
}

/* page-links */
.post-content .page-links {
  clear: both;
  text-align: center;
  padding: 30px 0 10px;
}
.post-content .page-links span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #e7e7e7;
  color: #b9a03c;
}
.post-content .page-links a {
  text-decoration: none;
}
.post-content .page-links a span {
  background: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-content .page-links a:hover span {
  background: #b9a03c;
  color: #fff;
}

/* navigation */
.news-body .news-main .navigation {
  clear: both;
  overflow: hidden;
  font-size: 0.95em;
}
.news-body .news-main .navigation .nav-previous,
.news-body .news-main .navigation .nav-next {
  position: relative;
}
.news-body .news-main .navigation .nav-previous a,
.news-body .news-main .navigation .nav-next a {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
}
.news-body .news-main .navigation .nav-previous a::before,
.news-body .news-main .navigation .nav-next a::before {
  content: "";
  display: inline-block;
  border: 1px solid;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
}
.news-body .news-main .navigation .nav-previous a:hover,
.news-body .news-main .navigation .nav-next a:hover {
  color: #b9a03c;
}
.news-body .news-main .navigation .nav-previous {
  padding-left: 20px;
}
.news-body .news-main .navigation .nav-previous a::before {
  left: 5px;
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.news-body .news-main .navigation .nav-next {
  margin-top: 1.5em;
  text-align: right;
  padding-right: 20px;
}
.news-body .news-main .navigation .nav-next a::before {
  right: 5px;
}
@media screen and (min-width: 600px) {
  .news-body .news-main .navigation .nav-previous,
  .news-body .news-main .navigation .nav-next {
    width: 48%;
    float: left;
    position: relative;
  }
  .news-body .news-main .navigation .nav-next {
    margin-top: 0;
    float: right;
    text-align: right;
  }
}

/* news-link-btn */
.news-link-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-link-btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
.news-link-btn {
  width: 100%;
  margin-top: 40px;
}

/*----------------------------
＊    news-sidebar
----------------------------*/
.news-body .news-sidebar {
  width: 100%;
  margin-top: 50px;
}
.news-body .news-sidebar .widget-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.4em;
}
.news-body .news-sidebar .widget {
  margin-top: 30px;
}
.news-body .news-sidebar .widget:first-child {
  margin-top: 0;
}
.news-body .news-sidebar .widget ul > li {
  font-size: 0.95em;
}
.news-body .news-sidebar .widget ul > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.news-body .news-sidebar .widget ul > li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
.news-body .news-sidebar .widget ul > li ul.children li a {
  padding-left: 25px;
}
.news-body .news-sidebar .widget ul > li ul.children li ul.children li a {
  padding-left: 45px;
}
@media screen and (min-width: 960px) {
  .news-body .news-sidebar {
    width: 26%;
    float: right;
    margin-top: 0;
  }
  .news-body .news-sidebar .widget {
    margin-top: 4em;
  }
}

/* CSS Document======================================
*
*	Edit Area CSS SET
*
*	投稿本文の出力設定
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
.my_edit_area {
  overflow: hidden;
}
.my_edit_area h1,
.my_edit_area h2,
.my_edit_area h3,
.my_edit_area h4,
.my_edit_area h5,
.my_edit_area h6 {
  clear: both;
  font-weight: bold;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}
.my_edit_area h1:first-child,
.my_edit_area h2:first-child,
.my_edit_area h3:first-child,
.my_edit_area h4:first-child,
.my_edit_area h5:first-child,
.my_edit_area h6:first-child {
  padding-top: 0;
}
.my_edit_area h1 {
  font-size: 2.6rem;
}
.my_edit_area h2 {
  font-size: 2.4rem;
}
.my_edit_area h3 {
  font-size: 2.2rem;
}
.my_edit_area h4 {
  font-size: 2rem;
}
.my_edit_area h5 {
  font-size: 1.8rem;
}
.my_edit_area h6 {
  font-size: 1.6rem;
}
.my_edit_area p {
  margin: 0 0 1.5em;
}
.my_edit_area strong {
  font-weight: bold;
}
.my_edit_area em {
  font-style: italic;
}
.my_edit_area ul,
.my_edit_area ol {
  padding-left: 30px;
  margin: 1.5em 0;
}
.my_edit_area ul {
  list-style: disc;
}
.my_edit_area ol {
  list-style: decimal;
}
.my_edit_area dl {
  margin: 1.5em 0;
}
.my_edit_area dl dt {
  font-weight: bold;
}
.my_edit_area dl dd {
  margin: 0 0 1.5em;
}
.my_edit_area table th,
.my_edit_area table td {
  vertical-align: middle;
}
.my_edit_area table th {
  font-weight: bold;
  text-align: center;
}
.my_edit_area q {
  quotes: "“" "”" "‘" "’";
}
.my_edit_area q::before {
  content: open-quote;
}
.my_edit_area q::after {
  content: close-quote;
}
.my_edit_area sub,
.my_edit_area sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.my_edit_area sub {
  bottom: -0.25em;
}
.my_edit_area sup {
  top: -0.5em;
}
.my_edit_area code {
  padding: 2px 4px;
  margin: 0;
  border-radius: 2px;
  color: inherit;
  background: rgba(0, 0, 0, 0.08);
  font-family: monospace;
}
.my_edit_area address {
  font-style: italic;
}

/* CSS Document======================================
*
*	404 CSS SET
*
*	Site Name : 鈴鹿げんき花火大会
====================================================*/
body.error404 .error404-content {
  text-align: center;
}
body.error404 .error404-content .error404-lead {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
body.error404 .error404-content .error404-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b9a03c;
  border: 2px solid #b9a03c;
  color: #fff;
  text-align: center;
  padding: 0.5em 1em;
  border-radius: 999px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.error404 .error404-content .error404-btn:hover {
  background-color: #05122a;
  border-color: #fff;
}
body.error404 .error404-content .error404-btn {
  max-width: 400px;
  padding: 0.8em;
  font-size: 1.15em;
  font-weight: bold;
  margin: 50px auto;
}
@media screen and (min-width: 600px) {
  body.error404 .error404-lead br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  body.error404 .error404-content .error404-lead {
    font-size: 2.8rem;
  }
}
/*# sourceMappingURL=styles.css.map */