@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
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;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* stylelint-disable no-empty-source */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-margin-top: var(--header-height);
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html {
  --header-height: 0px;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #111;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
p + p {
  margin-top: 1em;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
button,
select,
textarea {
  font: inherit;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[disabled],
button[disabled] {
  opacity: 0.3;
}

.container {
  max-width: 1140px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 94%;
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

[class^=sec-] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media not screen and (max-width: 768px) {
  [class^=sec-] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.acordionContainer dl + dl {
  margin-top: 0.5em;
}
.acordionContainer dl dt {
  position: relative;
  padding: 0.4em;
  cursor: pointer;
  background: #ff0f77;
}
.acordionContainer dl dt::before, .acordionContainer dl dt::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 0.8em;
  height: 1px;
  content: "";
  background: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.acordionContainer dl dt::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.acordionContainer dl dd {
  display: none;
  padding: 0.4em;
  line-height: 1.2;
}
.acordionContainer dl.-opened dt::after {
  -webkit-transform: none;
          transform: none;
}

.btn {
  position: relative;
  z-index: 1;
  margin-top: 2em;
}
.btn a,
.btn .btn_txt {
  position: relative;
  display: inline-block;
  padding: 0.4em 2em;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  cursor: pointer;
  border: 4px solid #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a::before,
.btn .btn_txt::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn a:hover::before,
.btn .btn_txt:hover::before {
    top: 0.5rem;
    left: 0.5rem;
  }
}
.btn a:focus-visible::before,
.btn .btn_txt:focus-visible::before {
  top: 0.5rem;
  left: 0.5rem;
}
.btn.-reversal a,
.btn.-reversal .btn_txt {
  color: #fff;
}
.btn.-reversal a::before,
.btn.-reversal .btn_txt::before {
  background: #111;
}

.modalTrigger .modalContent {
  display: none;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 5rem;
  overflow: hidden;
  background: rgba(17, 17, 17, 0.5);
}
.modal_container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 1920px;
  height: 80%;
  overflow: auto;
  background: #fff;
  border: 4px solid #111;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal_container {
    width: 90%;
    height: 90%;
  }
}
.modal_content {
  min-height: 100%;
  padding: 8rem;
}
@media screen and (max-width: 768px) {
  .modal_content {
    padding: 5rem 4rem;
  }
}
.modal_content .modalTtl {
  font-size: min(0.24vw, 0.24rem);
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .modal_content .modalTtl {
    font-size: clamp(1.6rem, 4.2666666667vw, 0.24rem);
  }
}
.modal_content * + .modalTtl {
  margin-top: 2em;
}
.modal_content p {
  font-size: min(1.6vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .modal_content p {
    font-size: clamp(1.2rem, 3.2vw, 1.6rem);
  }
}
.modal_content p a {
  color: #888;
  text-decoration: underline;
}
.modal_closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 7rem;
  height: 7rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.modal_closeBtn::before, .modal_closeBtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 7rem;
  height: 0.4rem;
  content: "";
  background: #111;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn::before, .modal_closeBtn::after {
    width: 4rem;
  }
}
.modal_closeBtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal_closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.modal[aria-hidden=false] .modal_overlay {
  -webkit-animation: mmfadeIn 0.25s;
          animation: mmfadeIn 0.25s;
}

.modal[aria-hidden=false] .modal_container {
  -webkit-animation: mmfadeIn 0.5s;
          animation: mmfadeIn 0.5s;
}

.modal[aria-hidden=true] .modal_overlay {
  -webkit-animation: mmfadeOut 0.25s;
          animation: mmfadeOut 0.25s;
}

.modal[aria-hidden=true] .modal_container {
  -webkit-animation: mmfadeOut 0.5s;
          animation: mmfadeOut 0.5s;
}

@-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;
  }
}
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
  padding: 3rem 4rem;
}

.swiper-slide {
  height: 100%;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.swiper-button-prev,
.swiper-button-next {
  top: 48%;
  top: 0;
  width: 4rem;
  height: 100%;
  margin-top: 0;
  -webkit-transform: none;
          transform: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  position: relative;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  content: "";
  border-top: 4px solid #111;
  border-right: 4px solid #111;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  left: 1.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  right: 1.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tabContainer .tabBtnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabContainer .tabBtnList .js-tabBtn {
  padding: 1em;
  cursor: pointer;
  border: 1px solid #eee;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.tabContainer .tabBtnList .js-tabBtn + .js-tabBtn {
  border-left: none;
}
.tabContainer .tabBtnList .js-tabBtn.-active {
  background: #ff0f77;
}
.tabContainer .tabContents .js-tabContent {
  display: none;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}
.tabContainer .tabContents .js-tabContent.-active {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: none;
  padding: 1rem 3rem;
  background-color: #ff0f77;
}
@media screen and (max-width: 768px) {
  .header {
    height: 6rem;
    padding: 0 3%;
  }
}
.header .logo {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 15rem;
  }
}

.gnavContainer {
  max-width: calc(100% - 25rem);
}
@media screen and (max-width: 768px) {
  .gnavContainer {
    display: contents;
    max-width: none;
  }
}
.gnavContainer .gnavBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavBtn {
    position: relative;
    z-index: 11;
    display: block;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    background: #fff;
  }
}
.gnavContainer .gnavBtn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 1px;
  background: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gnavContainer .gnavBtn_line::before, .gnavContainer .gnavBtn_line::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnavContainer .gnavBtn_line::after {
  top: -0.7rem;
}
.gnavContainer.-opened .gnavBtn_line {
  background: transparent;
}
.gnavContainer.-opened .gnavBtn_line::before, .gnavContainer.-opened .gnavBtn_line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.gnavContainer.-opened .gnavBtn_line::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gnavContainer .gnav {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnav {
    position: absolute;
    top: 6rem;
    left: 0;
    display: none;
    width: 100%;
    max-height: calc(100vh - 6rem);
    max-height: calc(var(--vh, 1vh) * 100 - 6rem);
    margin-right: 0;
    overflow: auto;
    overscroll-behavior-y: contain;
  }
}
.gnavContainer .gnavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 1em;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .gnavContainer .gnavList li {
    border-bottom: 1px solid #aaa;
  }
  .gnavContainer .gnavList li:first-child {
    border-top: 1px solid #aaa;
  }
}
.gnavContainer .gnavList a {
  display: block;
  padding: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .gnavContainer .gnavList a {
    width: 100%;
    padding: 1.5em;
    text-align: center;
    background: #fff;
  }
}

@media not screen and (max-width: 768px) {
  html {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
    height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
  }
}

.ancLinks {
  position: fixed;
  top: clamp(4vh, 10vw, 8rem);
  left: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .ancLinks {
    top: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ancLinks > li {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ancLinks > li {
    margin: 0;
  }
}
.ancLinks a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #111;
  border-radius: 50%;
}
.ancLinks a.-active {
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 4px solid #111;
}
.ancLinks span {
  display: none;
}

.secCard {
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(var(--vh, 1vh) * 100);
  padding: clamp(5vh, 11vw, 10rem) 4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .secCard {
    display: block;
    height: auto;
    padding: 5rem 5%;
  }
}
.secCard::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.secCard > * {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 700px;
}
.secCard:nth-of-type(5n + 1) {
  position: relative;
  background: #ffde05;
}
.secCard:nth-of-type(5n + 1)::before {
  background: #ff0f77;
}
.secCard:nth-of-type(5n + 1).-active .secCard_ttl {
  text-shadow: 2rem 2.4rem #ffde05;
}
.secCard:nth-of-type(5n + 1).-active .apiContainer {
  -webkit-box-shadow: 3rem 3.6rem 0 0 #ffde05;
          box-shadow: 3rem 3.6rem 0 0 #ffde05;
}
.secCard:nth-of-type(5n + 1) .secCard_ttl {
  left: 100%;
  text-shadow: 0 0 #ffde05;
}
.secCard:nth-of-type(5n + 1) .apiContainer {
  -webkit-box-shadow: 0 0 0 0 #ffde05;
          box-shadow: 0 0 0 0 #ffde05;
}
.secCard:nth-of-type(5n + 1) .secCard_ttl {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}
.secCard:nth-of-type(5n + 2) {
  position: relative;
  background: #19a3fe;
}
.secCard:nth-of-type(5n + 2)::before {
  background: #93e01f;
}
.secCard:nth-of-type(5n + 2).-active .secCard_ttl {
  text-shadow: 2rem 2.4rem #19a3fe;
}
.secCard:nth-of-type(5n + 2).-active .apiContainer {
  -webkit-box-shadow: 3rem 3.6rem 0 0 #19a3fe;
          box-shadow: 3rem 3.6rem 0 0 #19a3fe;
}
.secCard:nth-of-type(5n + 2) .secCard_ttl {
  left: 0.03em;
  text-shadow: 0 0 #19a3fe;
}
.secCard:nth-of-type(5n + 2) .apiContainer {
  -webkit-box-shadow: 0 0 0 0 #19a3fe;
          box-shadow: 0 0 0 0 #19a3fe;
}
.secCard:nth-of-type(5n + 2) .apiContainer::before {
  left: -10%;
  width: 100%;
  height: 150%;
}
.secCard:nth-of-type(5n + 3) {
  position: relative;
  background: #ff0f77;
}
.secCard:nth-of-type(5n + 3)::before {
  background: #901df5;
}
.secCard:nth-of-type(5n + 3).-active .secCard_ttl {
  text-shadow: 2rem 2.4rem #ff0f77;
}
.secCard:nth-of-type(5n + 3).-active .apiContainer {
  -webkit-box-shadow: 3rem 3.6rem 0 0 #ff0f77;
          box-shadow: 3rem 3.6rem 0 0 #ff0f77;
}
.secCard:nth-of-type(5n + 3) .secCard_ttl {
  left: 100%;
  text-shadow: 0 0 #ff0f77;
}
.secCard:nth-of-type(5n + 3) .apiContainer {
  -webkit-box-shadow: 0 0 0 0 #ff0f77;
          box-shadow: 0 0 0 0 #ff0f77;
}
.secCard:nth-of-type(5n + 3) .secCard_ttl {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
}
.secCard:nth-of-type(5n + 3) .apiContainer::before {
  top: -15%;
  left: 30%;
  width: 80%;
  height: 130%;
}
.secCard:nth-of-type(5n + 4) {
  position: relative;
  background: #93e01f;
}
.secCard:nth-of-type(5n + 4)::before {
  background: #ffde05;
}
.secCard:nth-of-type(5n + 4).-active .secCard_ttl {
  text-shadow: 2rem 2.4rem #93e01f;
}
.secCard:nth-of-type(5n + 4).-active .apiContainer {
  -webkit-box-shadow: 3rem 3.6rem 0 0 #93e01f;
          box-shadow: 3rem 3.6rem 0 0 #93e01f;
}
.secCard:nth-of-type(5n + 4) .secCard_ttl {
  left: 0.03em;
  text-shadow: 0 0 #93e01f;
}
.secCard:nth-of-type(5n + 4) .apiContainer {
  -webkit-box-shadow: 0 0 0 0 #93e01f;
          box-shadow: 0 0 0 0 #93e01f;
}
.secCard:nth-of-type(5n + 4) .apiContainer::before {
  top: -5%;
  left: -10%;
  height: 130%;
}
.secCard:nth-of-type(5n + 5) {
  position: relative;
  background: #901df5;
}
.secCard:nth-of-type(5n + 5)::before {
  background: #19a3fe;
}
.secCard:nth-of-type(5n + 5).-active .secCard_ttl {
  text-shadow: 2rem 2.4rem #901df5;
}
.secCard:nth-of-type(5n + 5).-active .apiContainer {
  -webkit-box-shadow: 3rem 3.6rem 0 0 #901df5;
          box-shadow: 3rem 3.6rem 0 0 #901df5;
}
.secCard:nth-of-type(5n + 5) .secCard_ttl {
  left: 100%;
  text-shadow: 0 0 #901df5;
}
.secCard:nth-of-type(5n + 5) .apiContainer {
  -webkit-box-shadow: 0 0 0 0 #901df5;
          box-shadow: 0 0 0 0 #901df5;
}
.secCard:nth-of-type(5n + 5) .secCard_ttl {
  -webkit-transform: translateX(-130%);
          transform: translateX(-130%);
}
.secCard:nth-of-type(5n + 5) .apiContainer::before {
  top: -5%;
  left: 30%;
  width: 90%;
  height: 140%;
}
.secCard:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.secCard_ttl {
  position: absolute;
  bottom: 0;
  z-index: 2;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: min(20vh, 14vw);
  line-height: 0.8;
  color: #fff;
  letter-spacing: -0.015em;
  -webkit-transition: 1s 0.5s text-shadow;
  transition: 1s 0.5s text-shadow;
  -webkit-text-stroke: 4px #111;
}
@media screen and (max-width: 768px) {
  .secCard_ttl {
    position: static;
    font-size: 25vw;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
.secCard .textContainer {
  position: relative;
  top: 10vh;
  z-index: 3;
  width: 40%;
  height: 100%;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}
@media screen and (max-width: 768px) {
  .secCard .textContainer {
    width: 100%;
    margin-top: 4rem;
  }
}
.secCard .textContainer_inner {
  height: max(100% - 10vh, 100% - 7vw);
  padding: 1em;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .secCard .textContainer_inner {
    height: 100%;
  }
}
.secCard .textContainer_ttl {
  font-size: min(2.4vw, 2.4rem);
  margin-bottom: 1em;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secCard .textContainer_ttl {
    font-size: clamp(2rem, 5.3333333333vw, 2.4rem);
  }
}
.secCard .textContainer p {
  font-size: min(1.6vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .secCard .textContainer p {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
  }
}
.secCard .textContainer * + .textContainer_ttl {
  margin-top: 2em;
}
.secCard .apiContainer {
  position: relative;
  top: 10vh;
  width: 58%;
  aspect-ratio: 1;
  background: #fff;
  border: 4px solid #111;
  -webkit-transition: 0.5s top, 1s 0.5s box-shadow;
  transition: 0.5s top, 1s 0.5s box-shadow;
}
@media screen and (max-width: 768px) {
  .secCard .apiContainer {
    width: 100%;
    margin-top: 3rem;
  }
}
.secCard .apiContainer::before {
  position: absolute;
  top: -5%;
  left: 20%;
  z-index: -1;
  display: block;
  width: 90%;
  height: 120%;
  content: "";
  background: #fff;
}
.secCard .apiContainer_inner {
  height: 100%;
  overflow-y: auto;
}
.secCard .apiContainer_ttl {
  font-size: min(3.4vw, 3.4rem);
  position: relative;
  margin-bottom: 1em;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secCard .apiContainer_ttl {
    font-size: clamp(2.4rem, 6.4vw, 3.4rem);
  }
}
.secCard .apiContainer_ttl span {
  font-size: min(2.2vw, 2.2rem);
  position: absolute;
  top: 80%;
  left: 10%;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  -webkit-text-stroke: 1px #111;
}
@media screen and (max-width: 768px) {
  .secCard .apiContainer_ttl span {
    font-size: clamp(1.6rem, 4.2666666667vw, 2.2rem);
  }
}
.secCard.-active::before {
  -webkit-animation: fromBottom 0.5s;
          animation: fromBottom 0.5s;
}
.secCard.-active .secCard_ttl {
  -webkit-animation: fromRightForTitle 0.5s;
          animation: fromRightForTitle 0.5s;
}
@media screen and (max-width: 768px) {
  .secCard.-active .secCard_ttl {
    -webkit-transform: none;
            transform: none;
  }
}
.secCard.-active .textContainer {
  top: 0;
}
.secCard.-active .apiContainer {
  top: 0;
  -webkit-animation: fromRight 0.5s;
          animation: fromRight 0.5s;
}
.secCard.-active .apiContainer::before {
  -webkit-animation: fromRight_Reversal 0.5s;
          animation: fromRight_Reversal 0.5s;
}

@-webkit-keyframes fromBottom {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

@keyframes fromBottom {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes fromRight {
  0% {
    left: 200px;
  }
  100% {
    left: 0;
  }
}
@keyframes fromRight {
  0% {
    left: 200px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes fromRight_Reversal {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fromRight_Reversal {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fromRightForTitle {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  40% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: 0;
            transform: 0;
  }
}
@keyframes fromRightForTitle {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  40% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  100% {
    -webkit-transform: 0;
            transform: 0;
  }
}
input[type=text] {
  border: 4px solid #111;
}

.secWeather .weatherDataContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 4rem) clamp(1rem, 2vw, 2rem);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openMeteo .weatherInfo {
    width: 26%;
  }
  .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(n+6) {
    display: none;
  }
}
.secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1), .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) {
  width: 39%;
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1), .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) {
    width: 36%;
  }
}
.secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_date, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_date {
  font-size: min(2.4vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_date, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_date {
    font-size: clamp(1.6rem, 4.2666666667vw, 2.4rem);
  }
}
.secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_max, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_min, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_max, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_min {
  font-size: min(2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_max, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(1) .weatherInfo_min, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_max, .secWeather .weatherDataContainer.-openMeteo .weatherInfo:nth-child(2) .weatherInfo_min {
    font-size: clamp(1.2rem, 3.2vw, 2rem);
  }
}
.secWeather .weatherDataContainer.-jma .weatherInfo {
  width: 28%;
}
.secWeather .weatherDataContainer.-jma .weatherInfo_date {
  font-size: min(2.8vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-jma .weatherInfo_date {
    font-size: clamp(1.6rem, 4.2666666667vw, 2.8rem);
  }
}
.secWeather .weatherDataContainer.-jma .weatherInfo:nth-child(1) .weatherInfo_max,
.secWeather .weatherDataContainer.-jma .weatherInfo:nth-child(1) .weatherInfo_min {
  display: none;
}
.secWeather .weatherDataContainer.-jma p {
  font-size: min(1.4vw, 1.4rem);
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-jma p {
    font-size: clamp(1rem, 2.6666666667vw, 1.4rem);
  }
}
.secWeather .weatherDataContainer.-openWeather .weatherInfo {
  width: 75%;
}
.secWeather .weatherDataContainer.-openWeather .weatherInfo_code span {
  font-size: min(2.8vw, 2.8rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openWeather .weatherInfo_code span {
    font-size: clamp(1.6rem, 4.2666666667vw, 2.8rem);
  }
}
.secWeather .weatherDataContainer.-openWeather .weatherInfo_max, .secWeather .weatherDataContainer.-openWeather .weatherInfo_min {
  font-size: min(2.4vw, 2.4rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherDataContainer.-openWeather .weatherInfo_max, .secWeather .weatherDataContainer.-openWeather .weatherInfo_min {
    font-size: clamp(1.4rem, 3.7333333333vw, 2.4rem);
  }
}
.secWeather .weatherInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 16%;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.secWeather .weatherInfo:nth-child(1) .weatherInfo_date, .secWeather .weatherInfo:nth-child(2) .weatherInfo_date {
  position: relative;
}
.secWeather .weatherInfo:nth-child(1) .weatherInfo_date::before, .secWeather .weatherInfo:nth-child(2) .weatherInfo_date::before {
  position: absolute;
  top: 50%;
  left: 95%;
  font-size: 60%;
  color: #fff;
  content: "today";
  -webkit-text-stroke: 1px #111;
}
.secWeather .weatherInfo:nth-child(2) .weatherInfo_date::before {
  content: "tomorrow";
}
.secWeather .weatherInfo_date {
  font-size: min(1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherInfo_date {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
  }
}
.secWeather .weatherInfo_code {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 0 auto;
  margin-top: 0.5rem;
  border: 1px solid #aaa;
}
.secWeather .weatherInfo_code::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #aaa;
  text-align: center;
  content: "ここに天気のアイコン";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.secWeather .weatherInfo_code span {
  font-size: min(1.2vw, 1.2rem);
  position: absolute;
  bottom: 0.5em;
  left: 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secWeather .weatherInfo_code span {
    font-size: clamp(1rem, 2.6666666667vw, 1.2rem);
  }
}
.secWeather .weatherInfo_max, .secWeather .weatherInfo_min {
  margin-top: 0.2em;
  font-size: 1.4rem;
  font-size: min(1.4vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .secWeather .weatherInfo_max, .secWeather .weatherInfo_min {
    font-size: clamp(1rem, 2.6666666667vw, 1.4rem);
  }
}
.secWeather .weatherInfo_max span, .secWeather .weatherInfo_min span {
  font-size: 70%;
}
.secWeather .weatherInfo_min::before {
  display: inline-block;
  padding: 0 0.2em;
  content: "-";
}

.secWiki .apiContainer_inner,
.secOthers .apiContainer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.secWiki .fixedContainer,
.secOthers .fixedContainer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 4rem;
}
.secWiki .fixedContainer .apiContainer_ttl,
.secOthers .fixedContainer .apiContainer_ttl {
  margin-bottom: 0.8em;
}
.secWiki .swiper,
.secOthers .swiper {
  width: 100%;
}
.secWiki .inputArea .row,
.secOthers .inputArea .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.3rem;
}
.secWiki .inputArea label,
.secOthers .inputArea label {
  font-size: min(1.8vw, 1.8rem);
  margin-right: 0.8rem;
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .secWiki .inputArea label,
.secOthers .inputArea label {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.8rem);
  }
}
.secWiki .inputArea input,
.secOthers .inputArea input {
  display: inline-block;
  max-width: 80rem;
  padding: 0.2em;
  background: #fff;
}
.secWiki .inputArea .btn,
.secOthers .inputArea .btn {
  display: inline-block;
  padding: 0;
  margin-top: 0;
  margin-left: 0.8rem;
}
.secWiki .inputArea .btn > *,
.secOthers .inputArea .btn > * {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.secWiki .resultKindName,
.secOthers .resultKindName {
  font-size: min(2.6vw, 2.6rem);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secWiki .resultKindName,
.secOthers .resultKindName {
    font-size: clamp(2rem, 5.3333333333vw, 2.6rem);
  }
}
.secWiki .resultArea,
.secOthers .resultArea {
  margin-top: 2rem;
}
.secWiki .resultArea_key,
.secOthers .resultArea_key {
  font-size: min(2.2vw, 2.2rem);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secWiki .resultArea_key,
.secOthers .resultArea_key {
    font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  }
}
.secWiki .resultArea .wikiResultArticle *,
.secOthers .resultArea .wikiResultArticle * {
  margin-top: 1em;
  line-height: 1.5;
}
.secWiki .resultArea .wikiResultArticle span,
.secOthers .resultArea .wikiResultArticle span {
  font-weight: inherit;
}
.secWiki .resultArea .wikiResultArticle h2,
.secWiki .resultArea .wikiResultArticle h3,
.secWiki .resultArea .wikiResultArticle h4,
.secWiki .resultArea .wikiResultArticle h5,
.secOthers .resultArea .wikiResultArticle h2,
.secOthers .resultArea .wikiResultArticle h3,
.secOthers .resultArea .wikiResultArticle h4,
.secOthers .resultArea .wikiResultArticle h5 {
  font-size: 120%;
  font-weight: 900;
}
.secWiki .resultArea .wikiResultArticle dl dt,
.secOthers .resultArea .wikiResultArticle dl dt {
  font-weight: 900;
}
.secWiki .resultArea .wikiResultArticle dl dd,
.secOthers .resultArea .wikiResultArticle dl dd {
  margin-top: 0.2em;
}
.secWiki .resultArea .wikiResultArticle ul li,
.secOthers .resultArea .wikiResultArticle ul li {
  margin-top: 0.2em;
}
.secWiki .resultArea .wikiResultArticle ul li::before,
.secOthers .resultArea .wikiResultArticle ul li::before {
  content: "・";
}
.secWiki .resultArea .wikiResultArticle ul li ul,
.secOthers .resultArea .wikiResultArticle ul li ul {
  padding-left: 1em;
  margin-top: 0.2em;
}
.secWiki .resultArea .wikiResultArticle a,
.secOthers .resultArea .wikiResultArticle a {
  color: #888;
  text-decoration: underline;
}
.secWiki .resultArea .wikiResultList > li,
.secOthers .resultArea .wikiResultList > li {
  padding: 1em 0;
}
.secWiki .resultArea .wikiResultList > li dt,
.secOthers .resultArea .wikiResultList > li dt {
  font-size: min(1.6vw, 1.6rem);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .secWiki .resultArea .wikiResultList > li dt,
.secOthers .resultArea .wikiResultList > li dt {
    font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
  }
}
.secWiki .resultArea .wikiResultList > li dd,
.secOthers .resultArea .wikiResultList > li dd {
  margin-top: 0.2em;
  font-size: min(1.4vw, 1.4rem);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .secWiki .resultArea .wikiResultList > li dd,
.secOthers .resultArea .wikiResultList > li dd {
    font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  }
}
.secWiki .resultArea .wikiResultList > li + li,
.secOthers .resultArea .wikiResultList > li + li {
  border-top: 1px solid #19a3fe;
}
.secWiki .resultArea .wikiResultList .searchmatch,
.secOthers .resultArea .wikiResultList .searchmatch {
  display: inline-block;
  padding: 0.1em 0;
  font-weight: 900;
  background: rgba(25, 163, 254, 0.3);
}

.cmdDataContainer {
  padding: 0 1rem;
}
.cmdDataContainer .cmsData {
  padding: 1rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.cmdDataContainer .cmsData + dl {
  border-top: none;
}
.cmdDataContainer .cmsData dt {
  font-size: 12px;
  color: #999;
}
.cmdDataContainer .cmsData dd {
  margin-top: 0.5em;
  line-height: 1.3;
}
.cmdDataContainer .cmsData_ttl {
  font-weight: bold;
}
.cmdDataContainer .cmsData_txt {
  font-size: 14px;
}
.cmdDataContainer .cmsData_pic img {
  display: block;
  max-width: 60%;
}
.cmdDataContainer.-newt dl {
  padding: 3rem 0;
}
.cmdDataContainer.-newt .cmsData_ttl {
  font-size: 16px;
}
.cmdDataContainer.-newt .cmsData_ttl span {
  font-size: 14px;
}
.cmdDataContainer.-newt .cmsData_ttl span::before {
  content: " / ¥";
}
.cmdDataContainer.-newt .cmsData_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
.cmdDataContainer.-newt .cmsData_pic img {
  width: 32%;
  margin: 0;
}

.secOthers .dataContainer {
  padding-top: 2rem;
}
.secOthers .dataContainer dl {
  font-family: "Anton", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.secOthers .dataContainer dl dt {
  font-size: 120%;
}
.secOthers .dataContainer dl dd {
  margin-top: 0.5em;
  font-size: 200%;
}
.secOthers .dataContainer dl dd + dt {
  margin-top: 1em;
}
.secOthers .dataContainer .pic {
  width: 80%;
  max-width: 300px;
  margin: 3rem auto 0;
}

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