@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
} /*!
* ress.css • v1.1.1
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, 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 */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

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::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

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

/* 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 */
}

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

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

/* Style select like a standard input */
/*
select {
  -moz-appearance: none;
  // Firefox 36+ 
  -webkit-appearance: none;
  /* Chrome 41+ 
  &::-ms-expand {
    display: none;
    /* Internet Explorer 11+ 
  }
  &::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ 
  }
}
*/
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # 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;
}

svg:not(:root) {
  overflow: visible;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # 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;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

:root {
  /* main colors */
  --color-primary: #0f3278;
  --color-primary-rgb: rgb(15, 49, 118);
  --color-secondary: #fff000;
  --color-secondary-rgb:rgb(255, 238, 0);
  --color-white: #ffffff;
  --color-white-rgb: 255,255,255;
  --width-sp:700;
  --transitiontime:.3s;
}

body {
  background-image: url(../img/bg_map.png);
  background-position: center center;
  background-size: cover;
  position: relative;
  min-width: 320px;
  font-family: "Noto sans", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 0;
  font-weight: 400;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: var(--transitiontime);
          transition-duration: var(--transitiontime);
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: 100%;
}

.l-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  height: 100vh;
  height: 100dvh;
}

.l-container {
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  padding-top: calc(36 / var(--width-sp) * 100%);
}

.l-inner-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 390px;
  width: 100%;
  padding-bottom: 25px;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 305px;
  width: calc(610 / var(--width-sp) * 100%);
}

.l-inner-s {
  margin-left: calc(105 / var(--width-sp) * 100%);
  margin-right: auto;
  max-width: 260px;
  width: calc(520 / var(--width-sp) * 100%);
}

.l-bottom {
  position: relative;
  z-index: -1;
}

.js-hidden {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.js-hidden.-visible {
  opacity: 1;
  -webkit-transition-duration: var(--transitiontime);
          transition-duration: var(--transitiontime);
}

.js-visible {
  opacity: 1;
}

.js-visible.-hidden {
  opacity: 0;
  -webkit-transition-duration: var(--transitiontime);
          transition-duration: var(--transitiontime);
}

.c-btn-contents {
  background-color: rgba(var(--color-white-rgb), 0.8);
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65px 1fr 16px;
  grid-template-columns: 65px 1fr 16px;
  width: 100%;
  overflow: hidden;
  height: 65px;
}

.c-btn-contents__main {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-left: 12px;
}

.c-btn-contents__arrow {
  background-color: var(--color-secondary);
  position: relative;
}

.c-btn-contents__arrow:after {
  content: "";
  display: inline-block;
  bottom: 0;
  border-top: 1px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  right: 3px;
  top: 0;
  margin: auto;
  height: 5px;
  width: 5px;
}

.c-btn-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto auto;
  row-gap: 8px;
}

.c-btn-sns {
  display: block;
  height: 50px;
  width: 46px;
}

.c-btn-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-secondary);
  border-radius: 4px;
  color: var(--color-primary);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  width: 115px;
}

.c-btn-header .-icon {
  width: 25px;
}

.c-btnmodal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D7000F;
  border-radius: 4px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  overflow: hidden;
  padding-left: 42px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

.c-btnmodal:before {
  content: "";
  background-color: var(--color-white);
  height: 100%;
  position: absolute;
  right: 0;
  width: 16px;
}

.c-btnmodal:after {
  content: "";
  display: inline-block;
  bottom: 0;
  border-top: 1px solid #D7000F;
  border-right: 1px solid #D7000F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 8px;
  top: 0;
  margin-bottom: auto;
  margin-top: auto;
  height: 5px;
  width: 5px;
}

.c-btn-start {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #D7000F;
  -webkit-box-shadow: 0 5px 0 0 #8B030C;
          box-shadow: 0 5px 0 0 #8B030C;
  border-radius: 6px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  height: 48px;
  width: 258px;
}

span.-block {
  display: inline-block;
}

.-palt, .c-text-menubtn, .c-text-contentbtn {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.c-text-contentbtn {
  font-size: 14px;
  line-height: 19.45px;
  color: var(--color-primary);
  letter-spacing: 0.1em;
  font-weight: 900;
}

.c-text-menubtn {
  font-size: 10px;
  line-height: 1.2;
  color: var(--color-white);
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
}

.c-text-modal {
  font-size: 13px;
  line-height: 1.6153846154;
  color: #001E55;
  letter-spacing: 0;
  font-weight: 700;
}

.c-text-howto {
  font-size: 12px;
  line-height: 1.75;
  color: #000;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.c-list-howto {
  counter-reset: circle-counter;
}

.c-list-howto__item {
  padding-left: 17px;
  position: relative;
}

.c-list-howto__item::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: counter(circle-counter);
  counter-increment: circle-counter;
  color: var(--color-white);
  background-color: #D7000F;
  border-radius: 50%;
  border: 1px solid;
  display: block;
  left: 0;
  line-height: 1;
  font-size: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 2px;
  height: 14px;
  text-align: center;
  width: 14px;
}

.c-head-campaign {
  font-size: 18px;
  line-height: 1.3421052632;
  color: #D7000F;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.c-head-campaign .-sub {
  background-color: #D7000F;
  color: var(--color-white);
  display: inline-block;
  font-size: 13px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding: 1px 13px;
  margin-bottom: 4px;
}

.c-text-campaign {
  font-size: 16px;
  line-height: 1.59375;
  color: #001E55;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.c-text-campaign .-blue {
  color: #216FFF;
}

.c-text-term {
  font-size: 12px;
  line-height: 1.5;
  color: #001E55;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

.c-hamburger {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition-duration: var(--transitiontime);
          transition-duration: var(--transitiontime);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 27px;
  z-index: 15;
  width: 100%;
}

.c-hamburger__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.c-hamburger__icon .c-hamburger-line {
  background-color: var(--color-white);
  display: block;
  height: 1.5px;
  width: 16px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-hamburger[aria-expanded=true] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: var(--transitiontime);
          transition-duration: var(--transitiontime);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  height: 36px;
  padding-top: 0;
  margin-top: 16px;
}

.c-hamburger[aria-expanded=true] .c-hamburger-line {
  width: 22px;
}

.c-hamburger[aria-expanded=true] .c-hamburger-line:first-child {
  -webkit-transform: translateY(6.5px) rotate(135deg);
          transform: translateY(6.5px) rotate(135deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger-line:nth-child(2) {
  opacity: 0;
}

.c-hamburger[aria-expanded=true] .c-hamburger-line:last-child {
  -webkit-transform: translateY(-6.5px) rotate(-135deg);
          transform: translateY(-6.5px) rotate(-135deg);
}

.p-cloud {
  position: fixed;
  inset: 0;
  z-index: 10;
}

.p-cloud img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-cloud__top {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 150%;
}

.p-cloud.-fade {
  pointer-events: none;
}

.p-cloud.-fade .p-cloud__top {
  -webkit-animation-name: fadeout_upper;
          animation-name: fadeout_upper;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-cloud.-fade .p-cloud__bottom {
  -webkit-animation-name: fadeout_bottom;
          animation-name: fadeout_bottom;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-cloud__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 150%;
}

@-webkit-keyframes fadeout_upper {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  24% {
    opacity: 0.3;
  }
  36% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
}

@keyframes fadeout_upper {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  24% {
    opacity: 0.3;
  }
  36% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(50%, -100%);
            transform: translate(50%, -100%);
  }
}
@-webkit-keyframes fadeout_bottom {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  24% {
    opacity: 0.3;
  }
  36% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@keyframes fadeout_bottom {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  12% {
    opacity: 1;
  }
  16% {
    opacity: 0.7;
  }
  24% {
    opacity: 0.3;
  }
  36% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
.p-bg-logo {
  background-image: url(../img/bg_map.png);
  background-position: center center;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.p-bg-logo__img {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  width: calc(597 / var(--width-sp) * 100%);
}

.p-bg-logo__img.-fade {
  opacity: 1;
  pointer-events: none;
}

.p-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.p-bg .-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 11px;
}

.p-header__heading {
  width: 45.5px;
}

.p-header__link {
  margin-top: 4px;
}

.p-contents {
  -webkit-column-gap: calc(31 / var(--width-sp) * 100%);
     -moz-column-gap: calc(31 / var(--width-sp) * 100%);
          column-gap: calc(31 / var(--width-sp) * 100%);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(77 / var(--width-sp) * 100%) calc(31 / var(--width-sp) * 100%) calc(514 / var(--width-sp) * 100%);
  grid-template-columns: calc(77 / var(--width-sp) * 100%) calc(514 / var(--width-sp) * 100%);
}

.p-contents__main .c-btn-contents + .c-btn-contents {
  margin-top: 10px;
}

.p-contents__main-item + .p-contents__main-item {
  margin-top: 10px;
}

.p-banner {
  margin-top: 15px;
}

.p-banner__count {
  margin-top: 5px;
}

.p-banner__link {
  border-radius: 4.5px;
  display: block;
  overflow: hidden;
}

.p-modallinks .l-inner-s {
  -webkit-column-gap: 5.3846153846%;
     -moz-column-gap: 5.3846153846%;
          column-gap: 5.3846153846%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
}

.micromodal-slide.modal-dribble .modal-close {
  height: 15px;
  width: 15px;
  top: 20px;
  position: absolute;
  right: 15px;
}

.micromodal-slide.modal-dribble .modal-close::before, .micromodal-slide.modal-dribble .modal-close::after {
  content: "";
  background-color: var(--color-white);
  border-radius: 2px;
  bottom: 0;
  display: inline-block;
  left: 0;
  height: 1.5px;
  right: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
  top: 0;
  margin: auto;
  position: absolute;
  width: 19px;
}

.micromodal-slide.modal-dribble .modal-close::after {
  -webkit-transform: translateX(-2px) rotate(-45deg);
          transform: translateX(-2px) rotate(-45deg);
}

.micromodal-slide.modal-dribble .modal-overlay {
  background: rgba(0, 30, 85, 0.81);
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.micromodal-slide.modal-dribble .modal-container {
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 20px 20px 40px 20px;
  overflow-y: scroll;
  height: calc(100vh - 200px);
  width: 92%;
  position: relative;
  top: 60px;
  margin: 0 auto;
}

.p-modal__kv {
  margin-top: 15px;
}

.p-modal__text {
  margin-top: 10px;
}

.p-modal .p-modal__margin {
  margin-top: 30px;
}

.p-modal .p-modal__width90 {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-modal__date span {
  display: block;
  text-align: center;
  padding-top: 15px;
}
.p-modal__date span:nth-child(2) {
  font-size: 22px;
}
.p-modal__date span:nth-child(3) {
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
}

.p-modal__gaiyo {
  border: 1px solid #BEBEBE;
  padding: 10px 15px;
  font-size: 12px;
  color: #001E55;
  height: 400px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* # =================================================================
   # Menu
   # ================================================================= */
.p-menu {
  padding: 5px 10px 10px 10px;
  background-color: rgba(0, 26, 172, 0.9);
}

.p-menu__title {
  display: block;
  width: 54px;
  padding: 18px 0;
  margin: 0 auto 0 auto;
}

.p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-menu__list li {
  width: 20%;
  color: #fff;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 15px;
}
.p-menu__list li picture {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}
.p-menu__list li picture img {
  display: block;
}
.p-menu__list li span {
  display: block;
  font-size: 10px;
  line-height: 1.4;
  padding: 6px 0 0 0;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

/* # =================================================================
   # Slider
   # ================================================================= */
body .swiper {
  max-width: 100vw;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

body .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 5px;
  height: 5px;
  margin: 0 5px;
}
body .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #D7000F;
}

body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-wrapper {
  pointer-events: none;
}
.p-slide.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 70vw;
  height: 70vw;
  border-radius: 2.2%;
  overflow: hidden;
  pointer-events: all;
}
.p-slide.swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  z-index: 2;
}

body .swiper-button-next, body .swiper-button-prev {
  display: block;
  font-size: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icon_arrow.png) no-repeat center;
  background-size: contain;
  top: calc(50% - 6px);
}
body .swiper-button-next:after, body .swiper-button-prev:after {
  display: none;
}

body .swiper-button-next {
  right: calc(15vw - 26px);
}

body .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: calc(15vw - 26px);
}

.p-slider__img {
  display: block;
  position: relative;
}
.p-slider__img img {
  display: block;
  width: 100%;
}

.p-slider__txt {
  color: #fff;
  position: absolute;
  z-index: 8;
  width: 100%;
  padding: 0 3% 5% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  bottom: 0;
}
.p-slider__txt h2 {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  width: 100%;
  font-weight: bold;
}
.p-slider__txt h2 small {
  font-size: 12.5px;
}

.p-slider__bnr {
  min-width: 120px;
  width: 120px;
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 6px 0;
  margin-top: 6px;
}
.p-slider__bnr.p-slider__bnr-red {
  background: #FF0000;
  border: 1px solid #FF0000;
}
.p-slider__bnr.p-slider__bnr-yellow {
  background: #fff;
  border: 1px solid #fff;
  color: #FFB100;
}