@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 30px;
  }
}

.mt50 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 30px;
  }
}

.mt80 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 30px;
  }
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

.lh_tall {
  line-height: 1.5em;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCC5C1;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.loader {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@keyframes load5 {
  0%,
  100% {
    -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
            box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
            box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.completed {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .pc_loading {
    display: none;
  }
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

a {
  text-decoration: none;
  color: black;
}

.bold {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .all_wrapper {
    margin: 0 5px;
  }
}

.bg_wrapper {
  width: 100%;
  background-image: url(https://www.ishii-sports.com/lp/outdoor_2025/img/socs077.webp);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .bg_wrapper {
    background-image: none;
  }
}

.wrapper {
  padding: 20px;
  max-width: 1040px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
}

.wrapper_br {
  padding: 20px;
  max-width: 1040px;
  margin: 0 auto;
  background-color: white;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.mv {
  width: 100%;
}

.mv img {
  width: 100%;
}

.b_bottom {
  border-bottom: 1px solid black;
  padding: 5px;
}

.bl_ttl {
  background-color: #0085ca;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .bl_ttl {
    font-size: 16px;
    padding: 8px;
  }

  .wrapper {
  padding: 0 5px;

  }
}

.nvy_ttl {
  background-color: #00003b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .nvy_ttl {
    font-size: 16px;
    padding: 8px;
  }
}

.center {
  text-align: center;
}

.bl_ttl_sub {
  color: #0085ca;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-bottom: #0085ca 2px solid;
}

@media screen and (max-width: 768px) {
  .bl_ttl_sub {
    font-size: 14px;
    padding: 8px;
  }
}

.nvy_ttl_sub {
  color: #00003b;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-bottom: #00003b 2px solid;
}

@media screen and (max-width: 768px) {
  .nvy_ttl_sub {
    font-size: 14px;
    padding: 8px;
  }
}

.br_text {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .br_text {
    font-size: 8px;
  }
}

.flex_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex_wrap .br_box {
  width: 12%;
  margin: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flex_wrap .br_box {
    width: 16%;
    margin: 6px;
  }
}

.flex_wrap .br_box img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flex_wrap .br_box img:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.flex_wrap .eve_img {
  width: 23%;
  margin: 0 8px 10px;
}

.flex_wrap .eve_img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flex_wrap .eve_img {
    width: 45%;
    margin: 10px auto;
  }
}

.flex_tent {
  width: 30%;
  margin: 15px;
}

@media screen and (max-width: 768px) {
  .flex_tent {
    width: 42%;
    margin: 10px;
  }
}

.flex_tent img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flex_tent img:hover {
  opacity: 0.7;
}

.box {
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid lightgrey;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex .flex_contena {
  width: 49%;
}

.flex .flex_contena img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .flex .flex_contena {
    width: 100%;
  }
}

.flex_text {
  width: 60%;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .flex_text {
    width: 100%;
  }
}

.flex_img {
  width: 38%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flex_img {
    width: 100%;
  }
}

img {
  width: 100%;
}

.flex_text_access {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .flex_text_access {
    width: 100%;
  }
}

.flex_img_access {
  width: 58%;
}

@media screen and (max-width: 768px) {
  .flex_img_access {
    width: 100%;
  }
}

.font20 {
  font-weight: bold;
  font-size: 20px;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 8px;
}

.indent {
  text-indent: 3rem;
}

.wide {
  max-width: 650px;
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .wide {
    width: 100%;
  }
}

.wide img {
  width: 100%;
}

.b_box {
  padding: 10px;
  border: 1px solid #0085ca;
}

@media screen and (max-width: 768px) {
  .b_box {
    margin-bottom: 10px;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu .menu_box {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .menu .menu_box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.insta_list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 20px 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.insta_list2 li {
  width: 315px;
  height: 315px;
  overflow: hidden;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .insta_list2 li {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
}

.insta_list2 li img {
  width: 100%;
}

.flex_photo {
  width: 16%;
  margin: 3px;
}

@media screen and (max-width: 768px) {
  .flex_photo {
    width: 31%;
  }
}

.flex_photo img {
  width: 100%;
}

.main_imgBox {
  width: 100%;
  height: 95vh;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main_imgBox {
    height: 40vh;
  }
}

.main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 95vh;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}

@media screen and (max-width: 768px) {
  .main_img {
    height: 40vh;
  }
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

.video_wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video_wrapper > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

.logo {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
  -webkit-animation: fadeIn 0.8s ease 2.4s 1 forwards;
          animation: fadeIn 0.8s ease 2.4s 1 forwards;
  opacity: 0;
}

.logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

.logo3 {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
  -webkit-animation: fadeIn 0.8s ease 2.8s 1 forwards;
          animation: fadeIn 0.8s ease 2.8s 1 forwards;
  opacity: 0;
}

.logo3 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo3 {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

.logo2 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
  -webkit-animation: fadeIn 0.8s ease 3.2s 1 forwards;
          animation: fadeIn 0.8s ease 3.2s 1 forwards;
  opacity: 0;
}

.logo2 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo2 {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

.logo4 {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
  -webkit-animation: fadeIn 0.8s ease 3.3s 1 forwards;
          animation: fadeIn 0.8s ease 3.3s 1 forwards;
  opacity: 0;
}

.logo4 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo4 {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

.logo5 {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 1000px;
  -webkit-animation: fadeIn 0.8s ease 3.5s 1 forwards;
          animation: fadeIn 0.8s ease 3.5s 1 forwards;
  opacity: 0;
}

.logo5 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .logo5 {
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

@-webkit-keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

@keyframes fadeIn {
  /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
}

.soon {
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon_sec {
  max-width: 250px;
  margin: 30px auto;
}

.icon_sec .flex_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.icon_sec .flex_icon .icon_img {
  width: 14%;
}

.icon_sec .flex_icon .icon_img img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.icon_sec .flex_icon .icon_img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.nav_sec {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .nav_sec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}



#fixed-header {
  position: fixed;
  width: 100%;
  top: -80px;
  -webkit-transition: .5s;
  transition: .5s;
  /* アニメーションタイミング */
  z-index: 3;
}

#fixed-header.is-show {
  top: 0;
}

.header {
  background-color: #0085ca;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h_logo img {
  width: 80px;
  margin-left: 60px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .h_logo img {
    margin-left: 20px;
    width: 50px;
  }
}

.h_logo2 img {
  width: 180px;
  margin-left: 100px;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .h_logo2 img {
    margin-left: 20px;
    width: 112px;
  }
}

.h_logo3 img {
  width: 80px;
  margin-left: 80px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .h_logo3 img {
    margin-left: 30px;
    width: 50px;
  }
}

.flex_covid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_covid .covid_icon {
  width: 16%;
  text-align: center;
}

.flex_covid .covid_icon img {
  width: 100%;
}

.covid li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .covid li {
    font-size: 12px;
  }
}

.number {
  padding-left: 2rem;
}

.header_wt {
  background-color: #fff;
}

.header_wt .hd_logo {
  width: 30%;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .header_wt .hd_logo {
    margin: 0;
    width: 90%;
  }
}

.header_wt .hd_logo img {
  width: 100%;
  vertical-align: bottom;
}

.ishii_logo {
  position: absolute;
  width: 150px;
  top: 10px;
  left: 40px;
}

.ishii_logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ishii_logo {
    left: 20px;
  }
}

.access_wrapper {
  background-color: #fff;
  padding: 10px;
  font-weight: bold;
  color: #0085ca;
}

.border_line {
  width: 76%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .border_line {
    width: 100%;
  }
}

.area {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sen {
  border-bottom: 4px solid lightblue;
  position: absolute;
  z-index: 1;
  width: 88%;
  bottom: 25px;
}

.box_ac_wrapper {
  max-width: 150px;
}

.box_ac {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .box_ac {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 400px;
    position: relative;
  }
}

.circle {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background-color: #FFF;
  border: 2px solid #0085ca;
  z-index: 10;
}

.line {
  width: 4px;
  height: 80px;
  background-color: #0085ca;
}

.box_ac_area {
  position: absolute;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  top: -20px;
}

.box_ac_area p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .box_ac_area p {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .box_ac_area {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 370px;
    top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 115px;
  }
}

.city {
  margin-bottom: 8px;
  font-size: 17px;
}

.circle_img {
  width: 80px;
  z-index: 10;
}

.circle_img img {
  width: 100%;
  z-index: 10;
}

.bk {
  color: #00003b;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .bk {
    font-size: 16px;
  }
}

.ac_sec {
  margin: 50px auto;
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /* 比率を4:3に固定 */
}

@media screen and (max-width: 768px) {
  .map {
    padding-top: 130%;
  }
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indent {
  text-indent: 2rem;
}

.gray_btn {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: gray;
  color: lightgray;
  border: gray 1px solid;
  margin: 0 5px;
  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-align: center;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .gray_btn {
    width: 90px;
    height: 90px;
    margin: 5px;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.topics {
  padding: 20px;
  width: 95%;
  margin: 30px auto;
  border: 1px solid lightgrey;
}

.topics img {
  width: 80%;
}

.km_img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .km_img {
    width: 95%;
  }
}

.eve_btn {
  display: inline-block;
  padding: 15px 40px;
  background-color: #00003b;
  color: #FFF;
  text-align: center;
  border: #00003b 1px solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.eve_btn:hover {
  background-color: #FFF;
  color: #00003b;
}

.eve_ttl {
  border-bottom: 2px solid lightblue;
}

.ga_img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  .ga_img {
    width: 95%;
  }
}

.icn {
  width: 40px;
  vertical-align: middle;
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .icn {
    width: 26px;
  }
}

.h2_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h2_ttl {
    font-size: 16px;
  }
}

.area_map {
  width: 100%;
}

.area_map img {
  width: 100%;
}

.map_qr {
  width: 300px;
  margin: 30px auto;
}

.map_qr img {
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0px auto 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.info_btn {
  width: 200px;
  padding: 10px 20px;
  background-color: lightgrey;
  color: #FFF;
  border-radius: 15px;
  margin: 15px auto;
}

.event_non {
  pointer-events: none;
}

.photo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.photo_area figure {
  width: 23%;
  margin: 0 auto 10px;
}

.photo_area figure img {
  width: 100%;
}

.youtube_wrapper {
  width: 80%;
  margin: 0 auto;
}

.bg_light {
  padding: 10px;
  background-color: #e5e5e5;
}

.yt_flex {
  width: 100%;
  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;
}

.yt_box {
  margin-bottom: 20px;
  width: 47%;
}

.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 30px;
  max-width: 1000px;
  padding: 10px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 100px;
}

@media screen and (max-width: 768px) {
  .modal_content {
    width: 90%;
  }
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.close_button2 {
  position: absolute;
  bottom: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nav_btn {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #0085ca;
  color: #fff;
  border: #0085ca 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 5px;
  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-align: center;
}

.nav_btn p {
  font-weight: bold;
}

.nav_btn:hover {
  background-color: #fff;
  color: #0085ca;
}

.nav_btn-004 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}

.nav_btn-004 > label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #f2f2f2;
  color: #999;
  font-weight: 600;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
}

.nav_btn-004 > label:hover,
.nav_btn-004 label:has(:checked) {
  background-color: #0085ca;
  color: #fff;
}

.nav_btn-004 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #0085ca;
  content: '';
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.nav_btn-004 input {
  display: none;
}

.nav_btn-004 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}

.nav_btn-004 label:has(:checked) + div {
  display: block;
}

.blue {
  color: #0085ca;
}

.bg_wt {
  background-color: #FFF;
}

/*----------------------------------------------------------------------------------------*/
:root{

  /* テキストの設定 */

  --font-size-sm: 16px;  /* スマホの文字サイズ */
  --font-size-md: 20px;  /* タブレットの文字サイズ */
  --font-size-lg: 24px;  /* パソコンの文字サイズ */

  /* ベースカラーの設定 */

  --colors-white:#ffffff;
  --colors-blk:#222222;
  --colors-smbl:#40909C;
  --colors-bsbl:#0092DA;
  --colors-mdbl:#005A99;
  --colors-ambr:#FABE00;
  --colors-mstd:#C07C00;
  --colors-pmkn:#EB6E00;
  --colors-crrd:#BF1826;
  --colors-rspk:#C95989;
  --colors-plum:#894E7B;
  --colors-indg:#474E8F;
  --colors-olgn:#99A100;
  --colors-btgn:#005F3A;
  --colors-nvbl:#00003B;
  --colors-wgry:#B3ADA6;
  --colors-ared:#E60012;
  --colors-agry:#535D64;

  

  /* padddingの設定 */

  --pdg-8:8px;
  --pdg-8-t:8px;
  --pdg-8-r:8px;
  --pdg-8-b:8px;
  --pdg-8-l:8px;

  --pdg-16:16px;
  --pdg-16-t:16px;
  --pdg-16-r:16px;
  --pdg-16-b:16px;
  --pdg-16-l:16px;

  --pdg-24:24px;
  --pdg-24-t:24px;
  --pdg-24-r:24px;
  --pdg-24-b:24px;
  --pdg-24-l:24px;

  --pdg-32:32px;
  --pdg-32-t:32px;
  --pdg-32-r:32px;
  --pdg-32-b:32px;
  --pdg-32-l:32px;

  --pdg-64:64px;
  --pdg-64-t:64px;
  --pdg-64-r:64px;
  --pdg-64-b:64px;
  --pdg-64-l:64px;

  /* marginの設定 */

  --mgn-8:8px;
  --mgn-8-t:8px;
  --mgn-8-r:8px;
  --mgn-8-b:8px;
  --mgn-8-l:8px;

  --mgn-16:16px;
  --mgn-16-t:16px;
  --mgn-16-r:16px;
  --mgn-16-b:16px;
  --mgn-16-l:16px;

  --mgn-24:24px;
  --mgn-24-t:24px;
  --mgn-24-r:24px;
  --mgn-24-b:24px;
  --mgn-24-l:24px;

  --mgn-32:32px;
  --mgn-32-t:32px;
  --mgn-32-r:32px;
  --mgn-32-b:32px;
  --mgn-32-l:32px;

  --mgn-64:64px;
  --mgn-64-t:64px;
  --mgn-64-r:64px;
  --mgn-64-b:64px;
  --mgn-64-l:64px;
  
  /* imageの設定 */

  --img-100:100%;
  --img-90:90%;
  --img-80:80%;

  /* ボーダーの設定 */

  --border-radius-s: 4px;
  --border-radius-m: 8px;
  --border-radius-l: 16px;

  /* シャドウの設定 */

  --shadow-light: 0 2px 5px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 10px rgba(0, 0, 0, 0.2);
  --shadow-dark: 0 6px 15px rgba(0, 0, 0, 0.3);
  
  /* 透明度の設定 */

  --opacity-low: 0.2;
  --opacity-medium: 0.5;
  --opacity-high: 0.8;

}


body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

  .solid{
    border: solid 5px var(--colors-ared);
    padding: var(--pdg-32);
    margin: var(--mgn-16);
  }

  /* 画像の調整 */

  .img-80{
    display: block;
    width: var(--img-80);
    margin-top:var(--mgn-32-t);
    margin: auto;
  }

  .img-90{
  display: block;
  width: var(--img-90);
  margin-top:var(--mgn-32-t);
  margin: auto;
  }

  .img-100{
  display: block;
  width: var(--img-100);
  margin-top:var(--mgn-32-t);
  margin: auto;
  }


    /* News */

div.newsframe{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding:var(--pdg-16) var(--pdg-32);
  margin-top: var(--mgn-64-t);
  margin-bottom: var(--mgn-64-b);
  margin-left: auto;
  margin-right: auto;
  gap: 1px;
  border-radius:var(--border-radius-l);
  box-shadow: var(--shadow-medium);
  border:  var(--colors-ared);
  background: var(--Background-Default-Default, #FFF);
}

p.news{
  align-self: stretch;
  color: #0085ca;
  font-size: 28px;
  font-style:normal;
  font-weight: 900;
  line-height: normal;
}

p.newstips{
  align-self: stretch;
  color: var(--colors-ared);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.3px;
}

/*==================================================
ニュースティッカーのためのcss
===================================*/


/*ニュース1行の周りの余白*/
.slider1 li {
  display: block;
  align-self: stretch;
  color: var(--colors-nvbl);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  padding: 16px;
}

/*日付*/
.slider1 span {
  display:inline-block;
  font-size:0.8rem;
  margin-right:16px;
  color:var(--colors-agry);
}


.bx-wrapper{
  position:relative;
  padding:0;
  -ms-touch-action:pan-y;
  touch-action:pan-y;
  -moz-box-shadow:none ;
  -webkit-box-shadow:none;
  box-shadow:none;
  border:5px solid #fff;
  background:#fff
}

.bx-wrapper img{
  max-width:100%;
  display:block
}

.bxslider{
  margin:0;
  padding:0;
  -webkit-perspective:1000
}

ul.bxslider{
  list-style:none
}

.bx-viewport{
  -webkit-transform:translateZ(0)
}

.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{
  position:absolute;
  bottom:-30px;
  width:100%
}

.bx-wrapper .bx-loading{
  min-height:50px;
  background:url(images/bx_loader.gif) center center no-repeat #fff;
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2000
}

.bx-wrapper .bx-pager{
  text-align:center;
  font-size:.85em;
  font-weight:700;
  color:#666;
  padding-top:20px
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background:#666;
  text-indent:-9999px;
  display:block;
  width:10px;
  height:10px;
  margin:0 5px;
  outline:0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px
}




/*768px以下の見た目*/
@media screen and (max-width:768px) {
  .slider1 {
      padding:20px;
      background:#fff;
  }

  .slider1 li {
      border-bottom:1px dashed #ccc;
  }

  .slider1 li:last-child {
      border-bottom:none;
  }
  .slider1 span {
    display:block;
    padding-bottom:10px;
  }
}

/*====================================*/

/*========= タブ ===============*/

.tab-3 {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    max-width: 85%;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1em 1em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid var(--colors-ared);
    color: var(--colors-ared);
}

.tab-3 label:has(:checked) + div {
    display: block;
}

/*---------------タブ実装部分------------------------*/

.tab-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 0 auto 60px;
    max-width: 940px;
  }

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

ol, ul {
    box-sizing: border-box;
  }

.panel.active {
    display: block;
  }

.panel .linklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }



  .tab.active {
      opacity: 1;
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
}
.tab {
    text-align: center;
    align-items: center;
    /*background-color: #0085ca;
    border: #0085ca 1px solid;
    color: #fff;*/
    line-height: 1.2;
    cursor: pointer;
    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-align: center;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    justify-content: center;
    margin:0 5px 20px 5px;
    position: relative;
      -webkit-transition: 0.2s;
    transition: .2s;
    width: 140px;
    height: 140px;
    border-radius: 50%;
          opacity: 0.5;
}

.tab p {
  font-weight: bold;
}

.tab:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
        transform: scale(1.05);
}


@media screen and (max-width: 768px) {
  .nav_btn {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}




@media screen and (max-width:768px) {
  .tab {
    width: 100px;
    height: 100px;
    margin: 5px;
  }
}


.panel {
    display: none;
}
.panel.show {
    display: block;
}

/*------イベントカードタイプ-----------------------*/

    .flex-event {
      width: 100%;
      max-width: initial;
      height: auto;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .flex-grandchild-img {
      width: 100%;
      background-color: #0085ca;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      padding: 20px 0;
      position: relative;
    }

    .flex-grandchild-img img {
      width: 100%;
    }

    .flex-child {
      width: 30%;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      box-sizing: border-box;
      box-shadow: 0 0 8px rgba(0, 0, 0, .16);
      border-radius: 5px;
      margin: 20px auto;
    }

    .flex-grandchild-inner {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      width: 100%;
    }

    .flex-grandchild-inner img {
      width: 40%;
      margin: 20px auto 0;
    }


    .flex-grandchild-innerText {
      flex-grow: 1;
      text-align: left;
      padding: 5px 15px;
      font-size: 1rem;
      box-sizing: border-box;
      margin: 20px 0 10px;
    }

   


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

       h3 {
      font-size: 1rem;
    }

    .flex-child {
      width: 48%;
      display: block;
      margin: 10px auto;
    }

    .flex-grandchild-inner img {
    width: 80%;
    margin: 20px auto 0;
    }


    a.btn--yellow {
  color: #fff;
   background-color: #e50012;
  }

  a.btn--yellow.btn--cubic {
    display: flex;
    border-bottom: 5px solid #8b020e;
    align-items: center;
    justify-content: space-evenly;
    margin: 3px 5px;
  }
  /*a.btn--yellow.btn--cubic:hover {
   margin-top: 3px;
   border-bottom: 2px solid #8b020e;
  }*/
  a.btn-c {
   font-size: 1.2rem;
   position: relative;
   padding: 10px 30px;
   border-radius: 100vh;
   line-height: 1.1;
  }
  a.btn-c i.fa {
   margin-right: 1rem;
  }

  a.btn--yellow.btn--cubic img {
    width: 40px;
  }

  @media screen and (max-width: 786px)  {
    a.btn--yellow.btn--cubic img {
      width: 25px;
    }
  }


  p.btn--gr {
  color: #fff;
   background-color: #98a5ae;
  }

  p.btn--gr.btn--cubic1 {
    display: flex;
    border-bottom: 5px solid #474d52;
    align-items: center;
    justify-content: space-evenly;
    margin: 3px 5px;
  }

    p.btn-c {
   font-size: 1.2rem;
   position: relative;
   padding: 10px 30px;
   text-align: center;
   border-radius: 100vh;
   line-height: 1.1;
  }
  }



/*# sourceMappingURL=style.css.map */