@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 0.6944444444vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.999px) {
  html {
    font-size: 2.6041666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  word-break: break-all;
  min-height: 100dvh;
  color: #1A1A1A;
}
@media screen and (max-width: 767.999px) {
  body {
    font-weight: 400;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1A1A1A;
}
a:hover {
  color: #1A1A1A;
  cursor: pointer;
}

ol li,
ul li {
  list-style: none;
}

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

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  max-width: 100% !important;
  width: 100% !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt1r {
  margin-top: 1rem !important;
}

.mt2r {
  margin-top: 2rem !important;
}

.mt3r {
  margin-top: 3rem !important;
}

.mt4r {
  margin-top: 4rem !important;
}

.mt5r {
  margin-top: 5rem !important;
}

.mt6r {
  margin-top: 6rem !important;
}

.mt7r {
  margin-top: 7rem !important;
}

.mt8r {
  margin-top: 8rem !important;
}

.mt9r {
  margin-top: 9rem !important;
}

.mt10r {
  margin-top: 10rem !important;
}

.mb1r {
  margin-bottom: 1rem !important;
}

.mb2r {
  margin-bottom: 2rem !important;
}

.mb3r {
  margin-bottom: 3rem !important;
}

.mb4r {
  margin-bottom: 4rem !important;
}

.mb5r {
  margin-bottom: 5rem !important;
}

.mb6r {
  margin-bottom: 6rem !important;
}

.mb7r {
  margin-bottom: 7rem !important;
}

.mb8r {
  margin-bottom: 8rem !important;
}

.mb9r {
  margin-bottom: 9rem !important;
}

.mb10r {
  margin-bottom: 10rem !important;
}

.ml1r {
  margin-left: 1rem !important;
}

.ml2r {
  margin-left: 2rem !important;
}

.ml3r {
  margin-left: 3rem !important;
}

.ml4r {
  margin-left: 4rem !important;
}

.ml5r {
  margin-left: 5rem !important;
}

.ml6r {
  margin-left: 6rem !important;
}

.ml7r {
  margin-left: 7rem !important;
}

.ml8r {
  margin-left: 8rem !important;
}

.ml9r {
  margin-left: 9rem !important;
}

.ml10r {
  margin-left: 10rem !important;
}

.mr1r {
  margin-right: 1rem !important;
}

.mr2r {
  margin-right: 2rem !important;
}

.mr3r {
  margin-right: 3rem !important;
}

.mr4r {
  margin-right: 4rem !important;
}

.mr5r {
  margin-right: 5rem !important;
}

.mr6r {
  margin-right: 6rem !important;
}

.mr7r {
  margin-right: 7rem !important;
}

.mr8r {
  margin-right: 8rem !important;
}

.mr9r {
  margin-right: 9rem !important;
}

.mr10r {
  margin-right: 10rem !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl3em {
  padding-left: 3em;
}

.ind1 {
  text-indent: -1em !important;
  margin-left: 1em !important;
}

.ind2 {
  text-indent: -2em !important;
  margin-left: 2em !important;
}

.ind3 {
  text-indent: -3em !important;
  margin-left: 3em !important;
}

.ind4 {
  text-indent: -4em !important;
  margin-left: 4em !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mauto {
  margin: auto;
}

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

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

header {
  position: relative;
  z-index: 10;
}
header .header-logo {
  width: 23rem;
  position: absolute;
  top: 1.5rem;
  left: 1.8rem;
}
@media screen and (max-width: 767.999px) {
  header .header-logo {
    width: 17.4rem;
    top: 1.6rem;
    left: 0.8rem;
  }
}
header #nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #header-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 7.4rem;
  height: 100dvh;
  overflow: hidden;
  z-index: 100;
}
@media screen and (max-width: 767.999px) {
  header #header-nav {
    width: 5rem;
    height: 5rem;
    top: 1rem;
    right: 1rem;
  }
}
header #header-nav .header-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
header #header-nav .header-gnav .header-gnav-bg {
  content: "";
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .header-gnav .header-gnav-bg {
    display: none;
  }
}
header #header-nav .header-gnav nav {
  background: #fff;
  position: fixed;
  top: 0;
  right: -50rem;
  z-index: 10;
  width: 49rem;
  height: 100dvh;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .header-gnav nav {
    right: calc(-100vw - 0.1rem);
    width: 100vw;
  }
}
header #header-nav ul.nav-list {
  width: 30rem;
}
@media screen and (max-width: 767.999px) {
  header #header-nav ul.nav-list {
    width: 80%;
  }
}
header #header-nav ul.nav-list li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 1.7rem 0.5rem;
  position: relative;
}
header #header-nav ul.nav-list li a:after {
  content: "";
  background: rgba(26, 26, 26, 0.4);
  width: 100%;
  height: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
header #header-nav ul.nav-list li a:hover {
  background: #EDF0F2;
}
header #header-nav ul.nav-list li a[target=_blank] span {
  position: relative;
  padding-right: 1.8rem;
}
header #header-nav ul.nav-list li a[target=_blank] span:before {
  content: "";
  background: url("../img/icon_blank_b.png") no-repeat right center;
  background-size: contain;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header #header-nav .header-copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
  line-height: 1em;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  header #header-nav .header-copy {
    display: none;
  }
}
header #header-nav .header-copy span:nth-child(1) {
  -webkit-animation: anime-header-copy 30s linear infinite;
          animation: anime-header-copy 30s linear infinite;
}
header #header-nav .header-copy span:nth-child(2) {
  -webkit-animation: anime-header-copy 30s -15s linear infinite;
          animation: anime-header-copy 30s -15s linear infinite;
  position: absolute;
  top: 0;
}
@-webkit-keyframes anime-header-copy {
  from {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  to {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}
@keyframes anime-header-copy {
  from {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  to {
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}
header .btn-open {
  position: relative;
  background: #fff;
  cursor: pointer;
  width: 7.4rem;
  height: 9rem;
  z-index: 20;
}
@media screen and (max-width: 767.999px) {
  header .btn-open {
    width: 5rem;
    height: 5rem;
    background: none;
  }
}
header .btn-open:after {
  content: "MENU";
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  header .btn-open:after {
    bottom: 0.5rem;
  }
}
header .btn-open span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 2.3rem;
  height: 0.3rem;
  border-radius: 100vmax;
  background: #1A1A1A;
  width: 2.8rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span {
    width: 2.5rem;
    left: 1.25rem;
  }
}
header .btn-open span:nth-of-type(1) {
  top: 3rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span:nth-of-type(1) {
    top: 1.3rem;
  }
}
header .btn-open span:nth-of-type(2) {
  top: 3.9rem;
}
@media screen and (max-width: 767.999px) {
  header .btn-open span:nth-of-type(2) {
    top: 2.2rem;
  }
}
header.active .btn-open span:nth-of-type(1) {
  top: 1.5rem;
  -webkit-transform: translateY(2rem) rotate(-35deg);
          transform: translateY(2rem) rotate(-35deg);
}
@media screen and (max-width: 767.999px) {
  header.active .btn-open span:nth-of-type(1) {
    top: 0;
  }
}
header.active .btn-open span:nth-of-type(2) {
  top: 5.5rem;
  -webkit-transform: translateY(-2rem) rotate(35deg);
          transform: translateY(-2rem) rotate(35deg);
}
@media screen and (max-width: 767.999px) {
  header.active .btn-open span:nth-of-type(2) {
    top: 4rem;
  }
}
header.active .btn-open:after {
  content: "CLOSE";
  font-family: "Outfit", "Noto Sans JP", sans-serif;
}
header.active #header-nav .header-gnav {
  opacity: 1;
  visibility: visible;
}
header.active #header-nav .header-gnav .header-gnav-bg {
  opacity: 1;
  visibility: visible;
}
header.active #header-nav .header-gnav nav {
  right: 0;
}

footer {
  color: #fff;
  background: #000;
  padding: 14rem 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  footer {
    padding: 8rem 1.5rem 2rem;
  }
}
footer .footer-logo {
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-logo {
    margin-bottom: 6rem;
  }
}
footer .footer-logo img {
  width: 19.5rem;
}
@media screen and (max-width: 767.999px) {
  footer .footer-logo img {
    width: 40%;
  }
}
footer ul.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav {
    border-top: 0.1rem solid #fff;
  }
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li {
    width: 50%;
    border-bottom: 0.1rem solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer ul.footer-nav li:last-child a {
  border-right: 0;
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li:nth-child(2n) {
    border-left: 0.1rem solid #fff;
  }
}
footer ul.footer-nav li a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-right: 0.1rem solid #fff;
  padding: 0 2rem;
}
@media screen and (max-width: 767.999px) {
  footer ul.footer-nav li a {
    border-right: 0;
    padding: 2rem 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
footer ul.footer-nav li a:hover {
  text-decoration: underline;
}
footer ul.footer-nav li a[target=_blank] span {
  position: relative;
  padding-right: 3.4rem;
}
footer ul.footer-nav li a[target=_blank] span:after {
  content: "";
  background: url("../img/icon_blank_w.png") no-repeat right center;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0;
  right: 1.4rem;
  bottom: 0;
  margin: auto;
}
footer #copyright {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  footer #copyright {
    font-size: 1rem;
  }
}
footer #pagetop {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 8.5rem;
  right: 17rem;
}
@media screen and (max-width: 767.999px) {
  footer #pagetop {
    bottom: auto;
    top: 3.5rem;
    right: 1.5rem;
  }
}
footer #pagetop a {
  position: relative;
  padding-top: 1.5rem;
  color: #fff;
}
footer #pagetop a:before {
  content: "";
  width: 0.1rem;
  height: 1.1rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer #pagetop a:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1em solid #fff;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#mv {
  margin: 0 7.4rem 0 6rem;
}
@media screen and (max-width: 767.999px) {
  #mv {
    margin: 0;
  }
}
#mv .mv-content {
  position: relative;
  height: 82rem;
  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;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-content {
    height: 77rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
#mv .mv-content .mv-pic {
  position: absolute;
}
#mv .mv-content .mv-pic.shirt {
  width: 69rem;
  top: 10rem;
  left: 0;
  opacity: 0;
  -webkit-animation: anime-mv-shirt 3s ease-in-out 0.8s forwards;
          animation: anime-mv-shirt 3s ease-in-out 0.8s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-content .mv-pic.shirt {
    top: 15.2rem;
    width: 21.6rem;
    z-index: 1;
  }
}
@-webkit-keyframes anime-mv-shirt {
  100% {
    opacity: 1;
    top: 6rem;
  }
}
@keyframes anime-mv-shirt {
  100% {
    opacity: 1;
    top: 6rem;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-mv-shirt {
    100% {
      opacity: 1;
      top: 11.2rem;
    }
  }
  @keyframes anime-mv-shirt {
    100% {
      opacity: 1;
      top: 11.2rem;
    }
  }
}
#mv .mv-content .mv-pic.sweat {
  width: 64rem;
  top: -4rem;
  right: 0;
  opacity: 0;
  -webkit-animation: anime-mv-sweat 3s ease-in-out 0.8s forwards;
          animation: anime-mv-sweat 3s ease-in-out 0.8s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-content .mv-pic.sweat {
    width: 31.5rem;
  }
}
@-webkit-keyframes anime-mv-sweat {
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes anime-mv-sweat {
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 767.999px) {
  @-webkit-keyframes anime-mv-sweat {
    100% {
      opacity: 1;
      top: 0;
    }
  }
  @keyframes anime-mv-sweat {
    100% {
      opacity: 1;
      top: 0;
    }
  }
}
#mv .mv-info {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-left: 1.6rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-info {
    margin: 24rem 0 0;
    background: url("../img/mv_bg_sp.png") no-repeat top center;
    background-size: 100%;
    width: 100%;
  }
}
#mv .mv-info .mv-info-label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 4.2rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-info .mv-info-label {
    font-size: 1.3rem;
    padding: 0.2rem 3rem;
  }
}
#mv .mv-info .mv-info-lead {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-info .mv-info-lead {
    font-size: 2.4rem;
    letter-spacing: -0.01em;
  }
}
#mv .mv-info .mv-info-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 2rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-info .mv-info-text {
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    margin-top: 1.5rem;
  }
}
#mv .mv-info .mv-info-btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-info .mv-info-btn {
    width: 90%;
    margin: 4rem auto 0;
  }
}
#mv .mv-core {
  position: absolute;
  bottom: 10rem;
  right: 4rem;
  z-index: 1;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core {
    position: initial;
  }
}
#mv .mv-core ul.mv-core-list {
  position: relative;
  width: 23rem;
  height: 23rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    height: auto;
    margin: 3rem auto 0;
  }
}
#mv .mv-core ul.mv-core-list li {
  width: 9rem;
  height: 9rem;
  position: absolute;
  opacity: 0;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list li {
    position: initial;
    width: 24%;
    height: auto;
  }
}
#mv .mv-core ul.mv-core-list li:nth-child(1) {
  top: 0;
  left: 7rem;
  -webkit-animation: anime-mv-core 1s ease-in-out 1.5s forwards;
          animation: anime-mv-core 1s ease-in-out 1.5s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-animation: anime-mv-core 1s ease-in-out 2s forwards;
            animation: anime-mv-core 1s ease-in-out 2s forwards;
  }
}
#mv .mv-core ul.mv-core-list li:nth-child(2) {
  top: 7rem;
  right: 0;
  -webkit-animation: anime-mv-core 1s ease-in-out 2s forwards;
          animation: anime-mv-core 1s ease-in-out 2s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-animation: anime-mv-core 1s ease-in-out 2.5s forwards;
            animation: anime-mv-core 1s ease-in-out 2.5s forwards;
  }
}
#mv .mv-core ul.mv-core-list li:nth-child(3) {
  bottom: 0;
  left: 7rem;
  -webkit-animation: anime-mv-core 1s ease-in-out 2.5s forwards;
          animation: anime-mv-core 1s ease-in-out 2.5s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list li:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-animation: anime-mv-core 1s ease-in-out 3s forwards;
            animation: anime-mv-core 1s ease-in-out 3s forwards;
  }
}
#mv .mv-core ul.mv-core-list li:nth-child(4) {
  top: 7rem;
  left: 0;
  -webkit-animation: anime-mv-core 1s ease-in-out 3s forwards;
          animation: anime-mv-core 1s ease-in-out 3s forwards;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-core ul.mv-core-list li:nth-child(4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-animation: anime-mv-core 1s ease-in-out 1.5s forwards;
            animation: anime-mv-core 1s ease-in-out 1.5s forwards;
  }
}
@-webkit-keyframes anime-mv-core {
  100% {
    opacity: 3;
  }
}
@keyframes anime-mv-core {
  100% {
    opacity: 3;
  }
}
#mv .mv-message {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3em;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 10rem 0 11rem;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-message {
    font-weight: 500;
    padding: 10rem 1.5rem 10rem;
  }
}
#mv .mv-message p + p {
  margin-top: 2.5em;
}
@media screen and (max-width: 767.999px) {
  #mv .mv-message p br {
    display: none;
  }
}

#brand {
  background: #EDF0F2;
  padding: 10rem 0 13.5rem;
}
@media screen and (max-width: 767.999px) {
  #brand {
    padding: 10rem 0;
  }
}
#brand .brand-lead {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #000;
  text-align: center;
}
#brand .brand-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: -1.8rem 10rem 3rem 0;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-heading {
    margin: -1.5rem 4rem 0 0;
  }
}
#brand .brand-heading .brand-heading-logo img {
  width: 29.7rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-heading .brand-heading-logo img {
    width: 18rem;
  }
}
#brand .brand-heading .brand-heading-text {
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.8em;
  margin-left: 0.7rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-heading .brand-heading-text {
    font-size: 2rem;
  }
}
#brand .brand-shirt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#brand .brand-shirt .brand-shirt-block {
  width: 46.5%;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt .brand-shirt-block {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt .brand-shirt-block + .brand-shirt-block {
    margin-top: 6.5rem;
  }
}
#brand .brand-shirt .brand-shirt-block .brand-shirt-lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #000;
  color: #fff;
  padding: 0.1rem 0;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt .brand-shirt-block .brand-shirt-lead {
    padding: 0.3rem 0;
  }
}
#brand .brand-shirt .brand-shirt-block .brand-shirt-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0.5rem 0 1.5rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt .brand-shirt-block .brand-shirt-title {
    margin: 1.5rem 0;
    text-align: center;
  }
}
#brand .brand-shirt .brand-shirt-block .brand-shirt-title span {
  font-size: 3rem;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-shirt .brand-shirt-block .brand-shirt-title span {
    font-size: 2.4rem;
    margin-left: 0;
    display: block;
  }
}
#brand .brand-merit {
  margin-top: 9.5rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit {
    margin-top: 8rem;
  }
}
#brand .brand-merit .brand-merit-lead {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit .brand-merit-lead {
    font-size: 2rem;
  }
}
#brand .brand-merit .brand-merit-lead span {
  display: inline-block;
  border-bottom: 0.1rem solid #000;
}
#brand .brand-merit ul.brand-merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem 11rem 0;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit ul.brand-merit-list {
    margin: 4rem 1.5rem 0;
  }
}
#brand .brand-merit ul.brand-merit-list li {
  width: 21.4%;
  margin-left: 4.8%;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit ul.brand-merit-list li {
    width: 47%;
    margin-left: 6%;
  }
}
#brand .brand-merit ul.brand-merit-list li:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit ul.brand-merit-list li:nth-child(4n-3) {
    margin-left: 6%;
  }
}
#brand .brand-merit ul.brand-merit-list li:nth-child(n+5) {
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit ul.brand-merit-list li:nth-child(n+3) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit ul.brand-merit-list li:nth-child(2n-1) {
    margin-left: 0;
  }
}
#brand .brand-merit .brand-merit-note {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: 4rem;
}
#brand .brand-merit .brand-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  #brand .brand-merit .brand-btn {
    margin-top: 4rem;
  }
}

.item-content {
  padding: 14rem 0 12rem;
}
@media screen and (max-width: 767.999px) {
  .item-content {
    padding: 10rem 0;
  }
}

.common-introduction .introduction-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.common-introduction .introduction-content .introduction-content-info {
  width: 32%;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content .introduction-content-info {
    width: 100%;
    margin-top: 4rem;
  }
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-label {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  padding: 0 3.2rem;
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-heading {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content .introduction-content-info .introduction-content-info-heading {
    font-size: 1.5rem;
  }
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3em;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content .introduction-content-info .introduction-content-info-title {
    font-size: 2.2rem;
  }
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1em;
  letter-spacing: 0.08em;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content .introduction-content-info .introduction-content-info-text {
    font-weight: 500;
  }
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-pic {
  width: 100%;
  position: relative;
  margin-top: 7rem;
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-pic .introduction-content-info-pic-main {
  width: 23rem;
}
.common-introduction .introduction-content .introduction-content-info .introduction-content-info-pic .introduction-content-info-pic-sub {
  width: 11rem;
  position: absolute;
  top: -4rem;
  left: 21rem;
}
.common-introduction .introduction-content .introduction-content-pic {
  width: 53%;
}
@media screen and (max-width: 767.999px) {
  .common-introduction .introduction-content .introduction-content-pic {
    width: 100%;
  }
}
.common-introduction #shirt .introduction-content {
  margin-top: 20rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.999px) {
  .common-introduction #shirt .introduction-content {
    margin-top: 15rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.common-point {
  margin-top: 9rem;
}
.common-point ul.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  .common-point ul.point-list {
    margin-top: 5rem;
  }
}
.common-point ul.point-list li {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.999px) {
  .common-point ul.point-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  .common-point ul.point-list li:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.common-point ul.point-list li .point-list-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.common-point ul.point-list li .point-list-number {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 0.1rem solid #1A1A1A;
  line-height: 2em;
}
@media screen and (max-width: 767.999px) {
  .common-point ul.point-list li .point-list-number {
    font-size: 1.6rem;
  }
}
.common-point ul.point-list li .point-list-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  .common-point ul.point-list li .point-list-title {
    font-size: 1.8rem;
  }
}
.common-point ul.point-list li .point-list-pic {
  margin-top: 1.5rem;
}

.common-example {
  margin-top: 10rem;
}
.common-example ul.example-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 7%;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list {
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common-example ul.example-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list li {
    width: 100%;
  }
}
.common-example ul.example-list li:nth-child(2) {
  margin-top: 7rem;
}
.common-example ul.example-list li .example-list-copy {
  width: 3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list li .example-list-copy {
    font-size: 1rem;
  }
}
.common-example ul.example-list li .example-list-pic {
  width: calc(100% - 3rem);
  position: relative;
  padding-right: 12rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list li .example-list-pic {
    padding-right: 8rem;
  }
}
.common-example ul.example-list li .example-list-pic img {
  width: 35rem;
}
.common-example ul.example-list li .example-list-pic figcaption {
  position: absolute;
  bottom: 5rem;
  right: 0;
  width: 20rem;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list li .example-list-pic figcaption {
    width: 14rem;
  }
}
.common-example ul.example-list li .example-list-pic figcaption p {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.common-example ul.example-list li .example-list-pic figcaption p strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 767.999px) {
  .common-example ul.example-list li .example-list-pic figcaption p strong {
    font-size: 1.8rem;
  }
}
.common-example ul.example-list li .example-list-pic figcaption p + p {
  margin-top: 0.8em;
}
.common-example .example-note {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767.999px) {
  .common-example .example-note {
    font-size: 1.6rem;
  }
}
.common-example .example-btn {
  margin-top: 3.5rem;
}

#coord {
  background: #EDF0F2;
  padding: 14rem 0;
}
@media screen and (max-width: 767.999px) {
  #coord {
    padding: 10rem 0;
  }
}
#coord .coord-content {
  margin: 0 6rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-content {
    margin: 0 1.5rem;
  }
}
#coord .coord-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#coord .coord-a .coord-a-pic {
  width: 57%;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a .coord-a-pic {
    width: 100%;
  }
}
#coord .coord-a .coord-a-content {
  width: 37%;
  margin-top: 12rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a .coord-a-content {
    width: 100%;
    margin-top: 4rem;
  }
}
#coord .coord-a .coord-a-content .coord-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a .coord-a-content .coord-title {
    font-size: 2rem;
  }
}
#coord .coord-a .coord-a-content .coord-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1em;
  letter-spacing: 0.08em;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a .coord-a-content .coord-text {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.999px) {
  #coord .coord-a .coord-a-content .coord-text br {
    display: none;
  }
}
#coord .coord-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2.5rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b {
    margin-top: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#coord .coord-b .coord-b-pic {
  width: 35%;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b .coord-b-pic {
    width: 100%;
  }
}
#coord .coord-b .coord-b-content {
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b .coord-b-content {
    margin-top: 4rem;
  }
}
#coord .coord-b .coord-b-content .coord-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b .coord-b-content .coord-title {
    font-size: 2rem;
  }
}
#coord .coord-b .coord-b-content .coord-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.1em;
  letter-spacing: 0.08em;
  margin-top: 3rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b .coord-b-content .coord-text {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.999px) {
  #coord .coord-b .coord-b-content .coord-text br {
    display: none;
  }
}
#coord .coord-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: -4rem 11rem 0;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-c {
    margin: 8rem 0 0;
  }
}
#coord .coord-c .coord-c-pic:nth-child(1) {
  width: 43%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-c .coord-c-pic:nth-child(1) {
    width: 50%;
    margin-bottom: 3rem;
  }
}
#coord .coord-c .coord-c-pic:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-c .coord-c-pic:nth-child(2) {
    width: 44%;
  }
}
#coord .coord-note {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10.5rem;
}
@media screen and (max-width: 767.999px) {
  #coord .coord-note {
    font-size: 1.6rem;
    margin-top: 6rem;
  }
}
#coord .coord-note span {
  border-bottom: 0.1rem solid #1A1A1A;
  display: inline-block;
}
#coord .coord-btn {
  margin-top: 3.5rem;
}

.material-content {
  padding-bottom: 8rem;
}
.material-content .material-top {
  margin: 0 2rem;
}
@media screen and (max-width: 767.999px) {
  .material-content .material-top {
    margin: 0;
  }
}
@media screen and (max-width: 767.999px) {
  .material-content .material-top .material-top-pic img {
    width: 100%;
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.material-content .material-head-en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}
.material-content .material-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -4.5rem;
}
@media screen and (max-width: 767.999px) {
  .material-content .material-head {
    margin-top: -1rem;
  }
}
.material-content .material-head .material-head-logo {
  width: 21.5rem;
}
@media screen and (max-width: 767.999px) {
  .material-content .material-head .material-head-logo {
    width: 14rem;
  }
}
.material-content .material-head .material-head-title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  .material-content .material-head .material-head-title {
    font-size: 1.8rem;
  }
}

#output {
  margin-top: 13.5rem;
}
@media screen and (max-width: 767.999px) {
  #output {
    margin-top: 10rem;
  }
}
#output .output-title-heading {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #output .output-title-heading {
    font-size: 1.8rem;
  }
}
#output .output-title {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #output .output-title {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}
#output .output-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.999px) {
  #output .output-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#output .output-content .output-pic {
  width: 46%;
}
@media screen and (max-width: 767.999px) {
  #output .output-content .output-pic {
    width: 100%;
  }
}
#output .output-content .output-text {
  width: 48%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  #output .output-content .output-text {
    width: 100%;
    font-weight: 500;
    margin-top: 4rem;
  }
}

#features {
  margin-top: 10rem;
}
#features ul.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 9rem;
}
@media screen and (max-width: 767.999px) {
  #features ul.features-list {
    margin-top: 8rem;
  }
}
#features ul.features-list li {
  width: 31.5%;
  border: 0.1rem solid #B7B7B7;
}
@media screen and (max-width: 767.999px) {
  #features ul.features-list li {
    width: 100%;
  }
}
@media screen and (max-width: 767.999px) {
  #features ul.features-list li:nth-child(n+2) {
    margin-top: 6rem;
  }
}
#features ul.features-list li .features-list-icon {
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #B7B7B7;
  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;
  margin: -3.2rem auto 0;
}
#features ul.features-list li .features-list-icon img {
  width: 55%;
}
#features ul.features-list li figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 1.5rem 3rem 3rem;
}
@media screen and (max-width: 767.999px) {
  #features ul.features-list li figcaption {
    font-weight: 500;
  }
}

#great {
  margin-top: 10rem;
}
#great .great-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.5rem;
}
@media screen and (max-width: 767.999px) {
  #great .great-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#great .great-content .great-content-info {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8rem;
}
@media screen and (max-width: 767.999px) {
  #great .great-content .great-content-info {
    width: 100%;
    padding-top: 4rem;
  }
}
#great .great-content .great-content-info .great-content-info-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  #great .great-content .great-content-info .great-content-info-text {
    font-weight: 500;
  }
}
@media screen and (max-width: 767.999px) {
  #great .great-content .great-content-info .great-content-info-pic {
    margin-top: 4rem;
  }
}
#great .great-content .great-content-pic {
  width: 53%;
}
@media screen and (max-width: 767.999px) {
  #great .great-content .great-content-pic {
    width: 100%;
  }
}

#ability {
  margin-top: 8rem;
}
#ability .ability-content {
  background: #EDF0F2;
  padding: 8rem 8rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content {
    padding: 4rem 1.5rem;
  }
}
#ability .ability-content .ability-core-head {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  width: 49%;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-head {
    width: 100%;
  }
}
#ability .ability-content .ability-core-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-reset: listnum;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content ul.ability-core-list {
    width: 100%;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list li {
  width: 49%;
  background: #fff;
  counter-increment: listnum;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content ul.ability-core-list li {
    width: 100%;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list li:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content ul.ability-core-list li:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 7.3rem;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content ul.ability-core-list li figure {
    height: 6rem;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list li figure:before {
  content: counter(listnum, decimal-leading-zero);
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: -0.11em;
  color: #EDF0F2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content ul.ability-core-list li figure:before {
    line-height: 1.4em;
  }
}
#ability .ability-content .ability-core-content ul.ability-core-list li figure .ability-core-list-icon {
  width: 3rem;
  margin-right: 1.5rem;
}
#ability .ability-content .ability-core-content ul.ability-core-list li figure figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#ability .ability-content .ability-core-content .ability-core-info {
  width: 49%;
  background: #fff;
  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;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content .ability-core-info {
    width: 100%;
    margin-top: 8.4rem;
    padding: 3rem 0;
  }
}
#ability .ability-content .ability-core-content .ability-core-info:before {
  content: "";
  background: url("../img/icon_plus.png") no-repeat center;
  background-size: contain;
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 0;
  left: calc(-2.2rem - 2%);
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content .ability-core-info:before {
    top: -6.4rem;
    left: 0;
    right: 0;
    bottom: auto;
  }
}
#ability .ability-content .ability-core-content .ability-core-info .ability-core-info-lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  border-bottom: 0.1rem solid #1A1A1A;
}
#ability .ability-content .ability-core-content .ability-core-info .ability-core-info-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-core-content .ability-core-info .ability-core-info-text {
    font-weight: 500;
  }
}
#ability .ability-content ul.ability-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content ul.ability-summary {
    margin-top: 8rem;
  }
}
#ability .ability-content ul.ability-summary li {
  width: 49%;
  background: #fff;
  padding: 2rem 3.5rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content ul.ability-summary li {
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
#ability .ability-content ul.ability-summary li:nth-child(n+3) {
  margin-top: 2%;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content ul.ability-summary li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
#ability .ability-content ul.ability-summary li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ability .ability-content ul.ability-summary li figure .ability-summary-icon {
  width: 8rem;
  height: 8rem;
  background: #EDF0F2;
  border-radius: 50%;
  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;
  margin-right: 2rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content ul.ability-summary li figure .ability-summary-icon {
    width: 6rem;
    height: 6rem;
  }
}
#ability .ability-content ul.ability-summary li figure .ability-summary-icon img {
  width: 50%;
}
#ability .ability-content ul.ability-summary li figure figcaption {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#ability .ability-content ul.ability-summary li .ability-summary-text {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#ability .ability-content .ability-prove {
  margin-top: 7rem;
}
#ability .ability-content .ability-prove .ability-prove-lead {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
#ability .ability-content .ability-prove .ability-prove-label {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #1A1A1A;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
  padding: 0 8rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-label {
    font-size: 1.8rem;
    width: 100%;
    padding: 1.5rem 0;
    text-align: center;
  }
}
#ability .ability-content .ability-prove .ability-prove-table {
  margin: 2.5rem 10rem 0;
  position: relative;
  padding-top: 1rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table {
    margin: 3rem 0 0;
    padding-top: 0;
  }
}
#ability .ability-content .ability-prove .ability-prove-table .ability-prove-table-copy {
  position: absolute;
  top: 0;
  left: 1rem;
  width: 20rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table .ability-prove-table-copy {
    top: 1.5rem;
    left: -1rem;
    width: 11rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table {
  width: 100%;
  border-spacing: 0.2rem;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th {
  min-height: 5rem;
  background: #D6DDE1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table thead th {
    font-size: 1.4rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table thead th:nth-child(1) {
  width: 32%;
  background: none;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th:nth-child(n+2) {
  width: 34%;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th:nth-child(3) {
  position: relative;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th:nth-child(3):after {
  content: "";
  width: calc(100% + 0.4rem);
  height: 100%;
  border-left: 0.4rem solid #1A1A1A;
  border-right: 0.4rem solid #1A1A1A;
  position: absolute;
  top: 0;
  left: -0.2rem;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th .block {
  min-height: 5.1rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.6rem 0 0.7rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table thead th .block {
    padding: 1rem 0 0.7rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table thead th .logo {
  background: #1A1A1A;
  padding-top: 0.7rem;
}
#ability .ability-content .ability-prove .ability-prove-table table thead th .logo img {
  width: 11rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table thead th .logo img {
    width: 80%;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table thead th .material {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1A1A1A;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table thead th .material {
    padding: 0 0.5em;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table thead th .material.white {
  color: #fff;
  margin-top: 0;
}
#ability .ability-content .ability-prove .ability-prove-table table tbody tr:last-child td:last-child:after {
  border-bottom: 0.2rem solid #1A1A1A;
}
#ability .ability-content .ability-prove .ability-prove-table table tbody th {
  background: #D6DDE1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table tbody th {
    font-size: 1.4rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table tbody th span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table tbody th span {
    display: block;
    font-size: 1rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table tbody th .block {
  min-height: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table tbody th .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.5rem 0.5rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table tbody td {
  font-size: 1.6rem;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  #ability .ability-content .ability-prove .ability-prove-table table tbody td {
    font-size: 1.4rem;
  }
}
#ability .ability-content .ability-prove .ability-prove-table table tbody td:last-child {
  position: relative;
}
#ability .ability-content .ability-prove .ability-prove-table table tbody td:last-child:after {
  content: "";
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  border-left: 0.2rem solid #1A1A1A;
  border-right: 0.2rem solid #1A1A1A;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
}

.common-head {
  text-align: center;
}
.common-head .common-head-en {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-head .common-head-title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-title {
    font-size: 2.4rem;
  }
}
.common-head .common-head-title.small {
  font-size: 2.4rem;
}
@media screen and (max-width: 767.999px) {
  .common-head .common-head-title.small {
    font-size: 2rem;
  }
}

.common-banner {
  background: url("../img/banner_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 8rem 0;
}
@media screen and (max-width: 767.999px) {
  .common-banner {
    padding: 8rem 1.5rem;
  }
}
.common-banner .banner-lead {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.999px) {
  .common-banner .banner-lead {
    font-size: 1.6rem;
  }
}
.common-banner .banner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: -1.8rem 6.5rem 3rem 0;
}
@media screen and (max-width: 767.999px) {
  .common-banner .banner-heading {
    margin: -1.5rem 3rem 3rem 0;
  }
}
.common-banner .banner-heading .banner-heading-logo img {
  width: 27rem;
}
@media screen and (max-width: 767.999px) {
  .common-banner .banner-heading .banner-heading-logo img {
    width: 18rem;
  }
}
.common-banner .banner-heading .banner-heading-text {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
  margin-left: 0.7rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.999px) {
  .common-banner .banner-heading .banner-heading-text {
    font-size: 1.8rem;
  }
}

.btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  height: 5.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  border: 0.1rem solid #fff;
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767.999px) {
  .btn01 {
    width: 100%;
    height: 5.5rem;
  }
}
.btn01:before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
}
.btn01:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0.1em solid #000;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 0;
  right: 2.7rem;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn01:hover {
  color: #fff;
  background: #000;
}
.btn01.black {
  background: #000;
  border-color: #000;
}
.btn01.black:hover {
  color: #000;
  background: #fff;
}
.btn01.black:hover:before {
  background: #000;
}
.btn01.black:hover:after {
  border-color: #fff;
}
.btn01.white {
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn01.white:before {
  background: #000;
}
.btn01.white:after {
  border-color: #fff;
}
.btn01.white:hover {
  background: #000;
  color: #fff;
}
.btn01.white:hover:before {
  background: #fff;
}
.btn01.white:hover:after {
  border-color: #000;
}

.container {
  margin: 0 17rem;
}
@media screen and (max-width: 767.999px) {
  .container {
    margin: 0 1.5rem;
  }
}

.fadeup {
  opacity: 0;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.fadeup.active {
  -webkit-animation: anime-fadeup 1s ease-in-out 0.1s forwards;
          animation: anime-fadeup 1s ease-in-out 0.1s forwards;
}
@-webkit-keyframes anime-fadeup {
  100% {
    opacity: 1;
  }
}
@keyframes anime-fadeup {
  100% {
    opacity: 1;
  }
}

#modal-container {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#modal-container .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100dvh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal-container .modal-content img {
  max-width: calc(100vw - 3rem);
  max-height: calc(100vh - 3rem);
  -o-object-fit: contain;
     object-fit: contain;
}

img.popup {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}