@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 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

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

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

.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: #efe;
}
.acordionContainer dl dt::before,
.acordionContainer dl dt::after {
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  width: 0.8em;
  height: 1px;
  content: "";
  background: #333;
  -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 {
  margin-top: 2em;
  font-size: clamp(14px, 1.4545454545vw, 16px);
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: clamp(14px, 3.7333333333vw, 16px);
  }
}
.btn a,
.btn .btn_txt {
  display: inline-block;
  padding: 0.5em 1em;
  cursor: pointer;
  background: #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .btn a:hover,
  .btn .btn_txt:hover {
    background: #aea;
  }
}
.btn a:focus-visible,
.btn .btn_txt:focus-visible {
  background: #aea;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 8rem 1.5rem 2rem;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .modal_overlay {
    padding-top: 5rem;
  }
}
.modal_container {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.modal_closeBtn {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn {
    top: -4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.modal_closeBtn::before,
.modal_closeBtn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 5.3rem;
  height: 1px;
  content: "";
  background: #333;
}
@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;
  }
}
.modal_content p {
  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;
  height: 50vh;
  background: #eee;
}

.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: #efe;
}
.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: #efe;
}
@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;
  }
}
.header .siteTtl {
  font-size: 1.4rem;
  font-weight: bold;
}

.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: #333;
  -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: #333;
  -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;
  }
}

.contentListBtn {
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 1000;
  padding: 0.2em 0.8em;
  margin-top: 0;
  font-size: 1rem;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contentList {
  position: fixed;
  top: 5rem;
  right: 0;
  max-height: calc(100vh - 5rem);
  max-height: calc(var(--vh, 1vh) * 100 - 5rem);
  padding: 1em;
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.contentList > * {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.contentList a {
  display: inline-block;
  padding: 0.1em 0;
}
.contentList .parent {
  font-weight: bold;
}
.contentList .child {
  padding-left: 1em;
}
.contentList .child + .parent {
  margin-top: 1.5em;
}
.contentList.-show {
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.secTtl {
  padding-top: 1em;
  margin-top: 2em;
  font-size: 2rem;
  font-weight: bold;
  color: #357;
}

.subTtl {
  padding-top: 1em;
  margin-top: 1em;
  font-size: 1.6rem;
  font-weight: bold;
  color: #777;
}
.subTtl::before {
  padding-right: 0.5em;
  color: #357;
  content: "ー";
}

p {
  margin-top: 1em;
}

pre {
  padding: 0.5em;
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #eee;
  background: #555;
}

code {
  display: block;
  padding: 1em;
  font-size: 1rem;
  border: 1px solid #eee;
}

.sec {
  position: relative;
  padding-bottom: 5rem;
  overflow: hidden;
}
.sec::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 1100px;
  height: 1px;
  content: "";
  background: #aaa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reference {
  font-size: 1.2rem;
}
.reference a {
  color: #aaa;
}

.important {
  color: #c00;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.box {
  padding: 1em;
  background: #eee;
}

.box > *,
.singleBox {
  padding: 0.5em;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #aaa;
}

.singleBox {
  background: rgba(204, 0, 0, 0.2);
}

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

  .box :nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .box :nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .box :nth-child(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .singleBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.stripe {
  max-width: 500px;
  padding: 3rem;
  margin-top: 1rem;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #99ff00 25%,
    #99ff00 50%,
    #fff 50%,
    #fff 75%,
    #99ff00 75%,
    #99ff00
  );
  background-size: 20px 20px;
}
.stripe.-addStar {
  background-image: url(../images/star.svg),
    linear-gradient(
      -45deg,
      #fff 25%,
      #99ff00 25%,
      #99ff00 50%,
      #fff 50%,
      #fff 75%,
      #99ff00 75%,
      #99ff00
    );
  background-size: 40px 40px, 20px 20px;
  background-blend-mode: screen;
}

.backdrop-filter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2rem;
  margin: 0 auto;
  text-align: center;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.backdrop-filter.-saturate {
  -webkit-backdrop-filter: saturate(130%) blur(3px);
  backdrop-filter: saturate(130%) blur(3px);
}

.star {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-left: 80%;
  mix-blend-mode: screen;
}

.textdeco p {
  text-decoration: underline;
}
.textdeco .offset {
  text-underline-offset: 5px;
}
.textdeco .color {
  -webkit-text-decoration-color: #c00;
  text-decoration-color: #c00;
}
.textdeco .thickness {
  text-decoration-thickness: 3px;
}

.wbrContainer {
  width: 50%;
  padding: 0.2em;
  word-break: keep-all;
  border: 1px solid #aaa;
}

.borderOver {
  padding: 10px 0;
  font-size: 1.2rem;
  -o-border-image: linear-gradient(0deg, #b7f82a 5px, #0000 0) 0 //0 100vw 0 0;;
  border-image: linear-gradient(0deg, #b7f82a 5px, #0000 0) fill 0
    //0 100vw 0 0;;
}

.borderBgOver {
  padding: 10px 0;
  margin-top: 1rem;
  font-size: 1.2rem;
  -o-border-image: linear-gradient(#e7f8c1, #e7f8c1) 0 //0 50px 0 100vw;;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e7f8c1),
      to(#e7f8c1)
    )
    fill 0 //0 50px 0 100vw;;
  border-image: linear-gradient(#e7f8c1, #e7f8c1) fill 0 //0 50px 0 100vw;;
}

.boxdecorationbreak {
  display: inline;
  padding: 0.5em 1em;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 2.5;
  background: #e7f8c1;
  border: 1px solid #b7f82a;
  border-radius: 3rem;
  -webkit-box-shadow: 2px 2px #ddd;
  box-shadow: 2px 2px #ddd;
}
.boxdecorationbreak.-slice {
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.boxdecorationbreak.-clone {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

:root {
  --main-text: #333;
  --main-bg: #fff;
  --btn-text: #fff;
  --btn-bg: #92d00c;
}

@media (prefers-color-scheme: dark) {
  :root {
    --main-text: #eee;
    --main-bg: #333;
    --btn-text: #333;
    --btn-bg: #c9d371;
  }
}
.darkmode {
  max-width: 50rem;
  padding: 2rem;
  margin-top: 1rem;
  color: #333;
  background: #fff;
  border: 1px solid #aaa;
}
.darkmode p {
  margin-top: 0;
  font-size: 1.2rem;
}
.darkmode .btn {
  width: 10rem;
  margin-top: 0.5em;
}
.darkmode .btn a {
  display: block;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #92d00c;
  border: 1px solid transparent;
  border-radius: 2px;
}
.darkmode .btn a:hover {
  border: 1px solid #6d9c0a;
}
@media (prefers-color-scheme: dark) {
  .darkmode.-dark1 {
    color: #eee;
    background-color: #333;
  }
}
@media (prefers-color-scheme: dark) {
  .darkmode.-dark1 .btn a {
    color: #333;
    background: #c9d371;
  }
}
.darkmode.-dark2 {
  color: var(--main-text);
  background: var(--main-bg);
}
.darkmode.-dark2 .btn a {
  color: var(--btn-text);
  background: var(--btn-bg);
}
.darkmode.-dark3 {
  -webkit-transition: color, background-color 0.2s;
  transition: color, background-color 0.2s;
}
.darkmode.-dark3 .check {
  margin-bottom: 0.5em;
}
.darkmode.-dark3 label {
  padding-left: 0.5em;
  font-size: 1.2rem;
}
.darkmode.-dark3.dark-theme {
  color: #eee;
  background-color: #333;
}
.darkmode.-dark3.dark-theme .btn a {
  color: #333;
  background: #c9d371;
}

.loadingArea {
  position: relative;
  max-width: 500px;
  margin-top: 1rem;
  border: 1px solid #aaa;
}
.loadingArea_contents {
  padding: 2em;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: #9ee0fe;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.loading .spinner {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background-image: conic-gradient(
    #fff 0deg,
    #fff 70deg,
    #ccc 70deg,
    #ccc 270deg
  );
  border-radius: 50%;
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}
.loading .spinner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70%;
  height: 70%;
  content: "";
  background: #9ee0fe;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading.loaded {
  visibility: hidden;
  opacity: 0;
}

.scrollSnapArea {
  width: 300px;
  height: 300px;
  margin-top: 1em;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.scrollSnapArea img {
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}

.randomArea {
  max-width: 300px;
  height: 300px;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid #aaa;
}

.randomList {
  position: relative;
  width: 100%;
  height: 100%;
}
.randomList > li {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.randomList.-animePowan > li {
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-animation-name: powan;
  animation-name: powan;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.randomList.-animePoroporo > li {
  -webkit-animation-name: poroporo;
  animation-name: poroporo;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.randomList.-animePaltu {
  background: url(../images/img002.svg) center bottom 10%/50% 50% no-repeat;
}
.randomList.-animePaltu > li {
  opacity: 0;
}
.randomList.-animePaltu.playPaltu > li {
  -webkit-animation: paltu 1.5s forwards;
  animation: paltu 1.5s forwards;
}

@-webkit-keyframes powan {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
  }
}

@keyframes powan {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(3);
    transform: translate(-50%, -50%) scale(3);
  }
}
@-webkit-keyframes poroporo {
  0% {
    top: -30%;
  }
  100% {
    top: 130%;
  }
}
@keyframes poroporo {
  0% {
    top: -30%;
  }
  100% {
    top: 130%;
  }
}
@-webkit-keyframes paltu {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 500px) scale(0.5);
    transform: translate(-50%, 500px) scale(0.5);
  }
  60% {
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
@keyframes paltu {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 500px) scale(0.5);
    transform: translate(-50%, 500px) scale(0.5);
  }
  60% {
    opacity: 0.4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
  }
}
.randomList :nth-child(1) {
  background: #f5f8ba;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.randomList :nth-child(2) {
  background: #d0f8ba;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.randomList :nth-child(3) {
  background: #baf8ca;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.randomList :nth-child(4) {
  background: #baf8ef;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.randomList :nth-child(5) {
  background: #badcf8;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.randomList :nth-child(6) {
  background: #bdbaf8;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.randomList :nth-child(7) {
  background: #e2baf8;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.randomList :nth-child(8) {
  background: #f8bae8;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.randomList :nth-child(9) {
  background: #f8bac3;
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.randomList :nth-child(10) {
  background: #f8d6ba;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.p-random p {
  margin-top: 1em;
  line-height: 1.5;
}
.p-random button {
  padding: 0.5em 1em;
  margin-top: 1em;
  font-size: 1.4rem;
  background: #e9f8ba;
  border: none;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-random button:hover {
  background: #d9f583;
}

.p-gsap {
  padding-top: 70vh;
}
.p-gsap .box {
  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;
  width: 300px;
  height: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #b1e3ef;
}
.p-gsap .parallaxSec {
  position: relative;
  padding: 30vh 0;
  margin-top: 1em;
  overflow: hidden;
}
.p-gsap .moveBg {
  position: absolute;
  top: -25%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150%;
  background: url(../images/bg01.jpg) center center/cover;
}
.p-gsap .text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
}
.p-gsap .parallaxSec2 {
  position: relative;
  padding: 20vh 0;
  margin-top: 1em;
}
.p-gsap .parallaxSec2 .moveBg {
  top: 0;
  width: 60%;
  height: 400px;
}
.p-gsap .parallaxSec2 .moveBg2 {
  position: absolute;
  right: -100px;
  bottom: 0;
  z-index: -1;
  width: 60%;
  height: 300px;
  background: url(../images/bg02.jpg) center center/cover;
}
.p-gsap .squareList {
  width: 200px;
  padding: 10px;
  margin-top: 1em;
  border: 1px solid #aaa;
}
.p-gsap .squareList_item {
  width: 30px;
  height: 30px;
  background: #3ca;
}
.p-gsap .squareList_item + .squareList_item {
  margin-top: 10px;
}
.p-gsap .circleList {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 10px;
  margin-top: 1em;
  overflow: hidden;
  border: 1px solid #aaa;
}
.p-gsap .circleList_1 {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 30px;
  height: 30px;
  background: #3ac;
  border-radius: 50%;
}
.p-gsap .circleList_2 {
  position: absolute;
  top: 50%;
  left: 70%;
  width: 50px;
  height: 50px;
  background: #ac3;
  border-radius: 50%;
}
.p-gsap .circleList_3 {
  position: absolute;
  top: 70%;
  left: 20%;
  width: 60px;
  height: 60px;
  background: #a3c;
  border-radius: 50%;
}

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