/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss ***!
  \**************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@800&display=swap);
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-4.use[2]!./src/scss/style.scss (2) ***!
  \******************************************************************************************************************************************************************/
@charset "UTF-8";
/* BASE COLOR
------------------------------------------------------------*/
/* DISPLAY SETTING
------------------------------------------------------------*/
/* OTHER SETTING
------------------------------------------------------------*/
:root {
  font-size: calc(14.5px + 1.5 * (100vw - 1440px) / 480);
  --cx: 0;
  --cy: 0;
  --vw: 100vw;
  --vh: 100vh;
  --screen: 0px;
  --size: 32px;
}
@media screen and (min-width: 1920px) {
  :root {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    font-size: 14px;
    --size: 16px;
  }
}
@media screen and (max-width: 769px) {
  :root {
    font-size: 13.5px;
    --size: 10px;
  }
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html, 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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

html {
  overscroll-behavior-y: none;
}

* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

body {
  color: #1d1d1e;
  fill: #1d1d1e;
  background: #fcfdfe;
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

i, strong {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #1d1d1e;
}

ul, ol {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=submit],
input[type=button],
select,
textarea {
  outline: none;
}
@media screen and (max-width: 1023px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}

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

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#viewport {
  position: relative;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#viewport #scrollArea {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.site-main {
  padding: var(--head) 0 0;
  position: relative;
}

.in-module .max {
  min-width: 1024px;
  max-width: 1600px;
  margin: 0 auto;
}
.in-module .max.min {
  max-width: 72rem;
}
@media screen and (max-width: 1023px) {
  .in-module .max {
    min-width: 1px;
    max-width: 100%;
  }
}
.in-module.wrap {
  padding: calc(10vmin + 4rem) calc(var(--size) + 3.2vw);
}
.in-module.wrap.mid {
  padding-top: calc(5vmin + 4rem);
  padding-bottom: calc(5vmin + 4rem);
}
.in-module.wrap.mid-top {
  padding-top: calc(5vmin + 4rem);
}
.in-module.wrap.mid-bottom {
  padding-bottom: calc(5vmin + 4rem);
}
.in-module.wrap.no-top {
  padding-top: 0;
}
.in-module.wrap.no-bottom {
  padding-bottom: 0;
}
.in-module .t-center {
  text-align: center;
}
.in-module .t-start {
  text-align: start;
}
.in-module .t-end {
  text-align: end;
}
.in-module .c-title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1;
  margin: 0 0 2.4rem;
  letter-spacing: 0.16rem;
}
.in-module .c-title::before {
  content: attr(data-eng);
  color: #9abcce;
  font-size: 1.04rem;
  letter-spacing: 0.16rem;
  font-weight: 400;
  display: block;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.in-module .b-title {
  font-size: 1.64rem;
  line-height: 1.5;
  font-weight: 700;
  background: #f2f3f4;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0 2rem;
  position: relative;
}
.in-module .btnarea {
  margin: 3.2rem 0 0;
}
.in-module .btnarea.center {
  text-align: center;
}
.in-module .btnarea a, .in-module .btnarea input {
  color: #fcfdfe;
  border: #9abcce 1px solid;
  font-size: 1.08rem;
  line-height: 1.5;
  padding: 0.8rem 3.2rem;
  border-radius: 999rem;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: color 240ms cubic-bezier(0.65, 0, 0.35, 1);
}
.in-module .btnarea a svg, .in-module .btnarea input svg {
  fill: #fcfdfe;
  display: inline-block;
  margin: 0 0 0 0.64rem;
  width: 1.2rem;
  height: 1.2rem;
}
.in-module .btnarea a:before, .in-module .btnarea input:before {
  content: "";
  background: #9abcce;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 240ms cubic-bezier(0.65, 0, 0.35, 1);
}
.in-module .btnarea a:hover, .in-module .btnarea input:hover {
  color: #9abcce;
}
.in-module .btnarea a:hover svg, .in-module .btnarea input:hover svg {
  fill: #9abcce;
}
.in-module .btnarea a:hover:before, .in-module .btnarea input:hover:before {
  left: auto;
  right: 0;
  width: 0;
}
.in-module .btnarea input {
  font-size: 1.32rem;
  background: #9abcce;
  border-color: #9abcce;
  color: #fcfdfe;
  cursor: pointer;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.in-module .btnarea input:hover {
  background: #fcfdfe;
  color: #9abcce;
}
.in-module .tableStyle {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle {
    display: block;
    border: none;
  }
}
.in-module .tableStyle.b-top {
  border-top: #e8e9ea 1px solid;
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle tbody {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle tbody tr {
    display: block;
  }
}
.in-module .tableStyle tbody tr th, .in-module .tableStyle tbody tr td {
  font-size: 1.08rem;
  border-bottom: #e8e9ea 1px solid;
  padding: 2.4rem 0;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle tbody tr th, .in-module .tableStyle tbody tr td {
    display: block;
    padding: 1.2rem 0;
    border: none;
  }
}
.in-module .tableStyle tbody tr th {
  width: 16rem;
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle tbody tr th {
    width: auto;
    border: #e8e9ea 1px solid;
    border-top: #1d1d1e 1px solid;
    border-bottom: none;
    background: #fcfdfe;
    padding: 1.2rem;
  }
  .in-module .tableStyle tbody tr th br {
    display: none;
  }
}
.in-module .tableStyle tbody tr td {
  padding-left: 3.2rem;
}
@media screen and (max-width: 769px) {
  .in-module .tableStyle tbody tr td {
    padding: 1.2rem;
    background: #fcfdfe;
    border: #e8e9ea 1px solid;
  }
}
.in-module .tableStyle tbody tr td a {
  color: #1d1d1e;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.in-module .tableStyle tbody tr td a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #1d1d1e;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.in-module .tableStyle tbody tr td a:hover:after {
  opacity: 1;
}
.in-module .tableStyle tbody tr td a svg {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  fill: #1d1d1e;
}

.pager {
  margin: 4rem 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .pager {
    margin: 32px 16px 0;
  }
}
.pager a, .pager span {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 0.3rem;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  color: #1d1d1e;
  background: rgba(29, 29, 30, 0.1);
}
.pager span {
  background: #9abcce;
  color: #fcfdfe;
  border: none;
}
.pager a {
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.pager a:hover {
  background: #9abcce;
  color: #fcfdfe;
  transform: scale(1.1);
}

.toAnimation {
  transform: translateY(2rem);
  opacity: 0;
}
.toAnimation.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 600ms ease-in-out;
  transition-property: transform, opacity;
}
.toAnimation.active.delay-1 {
  transition-delay: 200ms;
}
.toAnimation.active.delay-2 {
  transition-delay: 400ms;
}
.toAnimation.active.delay-3 {
  transition-delay: 600ms;
}
.toAnimation.active.delay-4 {
  transition-delay: 800ms;
}
.toAnimation.active.delay-5 {
  transition-delay: 1000ms;
}
.toAnimation.active.delay-6 {
  transition-delay: 1200ms;
}
.toAnimation.active.delay-7 {
  transition-delay: 1400ms;
}
.toAnimation.active.delay-8 {
  transition-delay: 1600ms;
}
.toAnimation.active.delay-9 {
  transition-delay: 1800ms;
}
.toAnimation.active.delay-10 {
  transition-delay: 2000ms;
}

.toAnimationAll > * {
  transform: translateY(2rem);
  opacity: 0;
}
.toAnimationAll.active > * {
  transform: translateY(0);
  opacity: 1;
  transition: all 600ms ease-in-out;
  transition-property: transform, opacity;
}
.toAnimationAll.active > *:nth-child(1) {
  transition-delay: 80ms;
}
.toAnimationAll.active > *:nth-child(2) {
  transition-delay: 160ms;
}
.toAnimationAll.active > *:nth-child(3) {
  transition-delay: 240ms;
}
.toAnimationAll.active > *:nth-child(4) {
  transition-delay: 320ms;
}
.toAnimationAll.active > *:nth-child(5) {
  transition-delay: 400ms;
}
.toAnimationAll.active > *:nth-child(6) {
  transition-delay: 480ms;
}
.toAnimationAll.active > *:nth-child(7) {
  transition-delay: 560ms;
}
.toAnimationAll.active > *:nth-child(8) {
  transition-delay: 640ms;
}
.toAnimationAll.active > *:nth-child(9) {
  transition-delay: 720ms;
}
.toAnimationAll.active > *:nth-child(10) {
  transition-delay: 800ms;
}
.toAnimationAll.active > *:nth-child(11) {
  transition-delay: 880ms;
}
.toAnimationAll.active > *:nth-child(12) {
  transition-delay: 960ms;
}
.toAnimationAll.active > *:nth-child(13) {
  transition-delay: 1040ms;
}
.toAnimationAll.active > *:nth-child(14) {
  transition-delay: 1120ms;
}
.toAnimationAll.active > *:nth-child(15) {
  transition-delay: 1200ms;
}
.toAnimationAll.active > *:nth-child(16) {
  transition-delay: 1280ms;
}
.toAnimationAll.active > *:nth-child(17) {
  transition-delay: 1360ms;
}
.toAnimationAll.active > *:nth-child(18) {
  transition-delay: 1440ms;
}
.toAnimationAll.active > *:nth-child(19) {
  transition-delay: 1520ms;
}
.toAnimationAll.active > *:nth-child(20) {
  transition-delay: 1600ms;
}
.toAnimationAll.active > *:nth-child(21) {
  transition-delay: 1680ms;
}
.toAnimationAll.active > *:nth-child(22) {
  transition-delay: 1760ms;
}
.toAnimationAll.active > *:nth-child(23) {
  transition-delay: 1840ms;
}
.toAnimationAll.active > *:nth-child(24) {
  transition-delay: 1920ms;
}
.toAnimationAll.active > *:nth-child(25) {
  transition-delay: 2000ms;
}
.toAnimationAll.active > *:nth-child(26) {
  transition-delay: 2080ms;
}
.toAnimationAll.active > *:nth-child(27) {
  transition-delay: 2160ms;
}
.toAnimationAll.active > *:nth-child(28) {
  transition-delay: 2240ms;
}
.toAnimationAll.active > *:nth-child(29) {
  transition-delay: 2320ms;
}
.toAnimationAll.active > *:nth-child(30) {
  transition-delay: 2400ms;
}

.site-index .overback {
  background: #f2f3f4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}
.site-index .first {
  color: #e8e9ea;
  background: #08090a;
  border-top: rgba(252, 253, 254, 0.1) 1px solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.site-index .first:before, .site-index .first:after {
  content: "";
  width: 1px;
  height: 50vmin;
  background: #9abcce;
  position: absolute;
  top: 10%;
  left: 5%;
  transform-origin: top left;
  transform: skewX(45deg);
  z-index: -1;
}
.site-index .first:after {
  left: 85%;
  top: 25%;
}
.site-index .first .context {
  font-size: 1.12rem;
  margin: 0 0 2.4rem;
}
.site-index .firstreel {
  position: relative;
  z-index: 3;
  padding: 2.4rem 0;
  background: #08090a;
}
.site-index .firstreel__reel {
  position: relative;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  user-select: none;
  overflow: hidden;
  height: calc(24vmin);
  position: absolute;
  transform: translateY(-50%);
  font-weight: 700;
}
.site-index .firstreel__reel > div {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 24vmin;
  line-height: 1;
  letter-spacing: 0.24rem;
  color: #e8e9ea;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}
.site-index .firstreel__reel > div > span {
  display: inline-block;
  animation: reel 40000ms linear infinite;
}
@keyframes reel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site-index .second {
  position: relative;
  overflow: hidden;
  color: #e8e9ea;
  background: #08090a;
  z-index: 1;
}
.site-index .second:before, .site-index .second:after {
  content: "";
  width: 1px;
  height: 50vmin;
  background: #9abcce;
  position: absolute;
  top: 10%;
  right: 55%;
  transform-origin: top left;
  transform: skewX(-45deg);
  z-index: -1;
}
.site-index .second:after {
  right: 85%;
  top: 15%;
}
.site-index .second__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-column-gap: calc(var(--size) + 3.2vw);
}
@media screen and (max-width: 769px) {
  .site-index .second__grid {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}
.site-index .second__grid__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.site-index .second__grid__data {
  align-self: center;
}
.site-index .second__grid__data__inner {
  padding: 4rem 1rem;
  max-width: 48rem;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .site-index .second__grid__data__inner {
    max-width: 100%;
    padding: 0 calc(var(--size) + 3.2vw);
  }
}
.site-index .second__grid__data h2 {
  line-height: 1.5;
  font-size: 2.8rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 1023px) {
  .site-index .second__grid__data h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .site-index .second__grid__data h2 {
    font-size: 1.44rem;
    text-align: center;
  }
}
.site-index .second__grid__data h2:before {
  content: attr(data-eng);
  font-size: 1.04rem;
  font-weight: 400;
  color: #9abcce;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  display: block;
}
.site-index .second__grid__data p {
  font-size: 1rem;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .site-index .second__grid__data p {
    font-size: 1rem;
  }
}
.site-index .second__grid__data .btnarea {
  margin: 2rem 0 0;
}
.site-index .picspace {
  width: 100%;
  height: 37.5vw;
  background: #08090a;
  position: relative;
}
.site-index .picspace figure {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-index .picspace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-index .third {
  background: #f2f3f4;
  overflow: hidden;
}
.site-index .third .grids {
  position: relative;
}
.site-index .third .grids__title {
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-index .third .grids__more {
  position: absolute;
  bottom: 0.4rem;
  right: 0;
  color: #1d1d1e;
  text-transform: uppercase;
  border-bottom: #1d1d1e 1px solid;
}
.site-index .third .grids__more svg {
  display: inline-block;
  margin: 0 0 0 0.64rem;
}
.site-index .third .sds {
  margin: 2.4rem auto 0;
}
.site-index .third .sds .swiper {
  overflow: visible;
}
.site-index .blog {
  background: #f2f3f4;
  position: relative;
}
.site-index .blog .max {
  position: relative;
}
.site-index .blog__efe {
  font-size: 36vmin;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 6.4rem;
  left: calc(calc(var(--size) + 3.2vw) * 0.5);
  opacity: 0.08;
}
.site-index .blog .blogtitle {
  font-size: 2.12rem;
  font-weight: 700;
  line-height: 1;
}
.site-index .blog .blogtitle i {
  font-size: 1.44rem;
  display: inline-block;
  margin: 0 0 0 1rem;
}
.site-index .blog .more {
  position: absolute;
  top: 2rem;
  right: 0;
  color: #1d1d1e;
  text-transform: uppercase;
  border-bottom: #1d1d1e 1px solid;
}
.site-index .blog .more.listable {
  top: 0.4rem;
}
.site-index .blog .more svg {
  display: inline-block;
  margin: 0 0 0 0.64rem;
}
.site-index .blog .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  grid-row-gap: 5.6rem;
  padding: 6.4rem 0 0 4rem;
}
.site-index .blog .list.listable {
  padding-left: 0;
  padding-top: 4rem;
}
.site-index .staff {
  color: #e8e9ea;
  background: #1d1d1e url(/images/index/staff_bg.webp) no-repeat center bottom/contain;
  overflow: hidden;
}
.site-index .staff .title {
  display: grid;
  grid-template-columns: 20rem auto;
  gap: 8rem;
  position: relative;
  padding: 3.2rem 0;
  border-top: rgba(252, 253, 254, 0.08) 1px solid;
  border-bottom: rgba(252, 253, 254, 0.08) 1px solid;
}
.site-index .staff .title h2 {
  font-size: 3.2rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  text-align: center;
  padding-left: 2rem;
}
.site-index .staff .title:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 20rem;
  background: rgba(252, 253, 254, 0.1);
  transform: translateX(4rem);
}
.site-index .staff .title > * {
  align-self: center;
}
.site-index .staff .title__grid {
  display: grid;
  grid-template-columns: 10rem auto;
  gap: 2.4rem;
}
.site-index .staff .title__grid > * {
  align-self: center;
}
.site-index .staff .title__grid figure img {
  width: 100%;
  border-radius: 50%;
}
.site-index .staff .title__grid dl dt {
  font-size: 1.92rem;
  margin: 0 0 0.8rem;
}
.site-index .staff .title__grid dl dt:after {
  content: attr(data-job);
  font-size: 0.88rem;
  display: inline-block;
  margin: 0 0 0 1.6rem;
}
.site-index .staff .list {
  margin: 0 0 4rem;
}
.site-index .staff .list .swiper {
  overflow: visible;
}
.site-index .staff .list .swiper-wrapper {
  transition-timing-function: linear;
}
.site-index .staff .alt {
  font-size: 1.12rem;
  background: rgba(252, 253, 254, 0.04);
  padding: 2.4rem;
  margin: 4rem 0 0;
  text-align: center;
  border-radius: 1rem;
  position: relative;
  backdrop-filter: saturate(90%) blur(20px);
}
.site-index .staff .alt:before {
  content: "";
  width: 3.2rem;
  height: 1.6rem;
  background: rgba(252, 253, 254, 0.04);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  backdrop-filter: saturate(90%) blur(20px);
}
.site-index .map {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1px;
  background: #e8e9ea;
}
.site-index .map__item iframe {
  width: 100%;
  height: 24rem;
  vertical-align: bottom;
}
.site-index .map__item p {
  text-align: center;
  padding: 1.6rem;
  background: #f2f3f4;
}
.site-index .insta {
  background: #f2f3f4;
  border-top: #e8e9ea 1px solid;
}
.site-index .insta h2 {
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2rem;
}
.site-index .insta .dammy {
  background: #fcfdfe;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  text-align: center;
}

.site-index .fvwrap {
  padding-top: calc(var(--head) * 1);
}
.site-index .fv {
  width: 100%;
  height: calc(100dvh - var(--head) * 1);
  min-height: 640px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #08090a;
}
.site-index .fv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #08090a;
  opacity: 0.1;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .site-index .fv {
    min-height: 1px;
  }
}
.site-index .fv .title {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #fcfdfe;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
.site-index .fv .title .eng {
  color: #fcfdfe;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(6.4rem, 12.5vmin, 9.6rem);
  text-transform: uppercase;
}
.site-index .fv .title .eng span {
  opacity: 0;
}
.site-index .fv .title .eng span:nth-of-type(1) {
  animation: showSliceTextRvs 800ms 820ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(2) {
  animation: showSliceText 800ms 840ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(3) {
  animation: showSliceTextRvs 800ms 860ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(4) {
  animation: showSliceText 800ms 880ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(5) {
  animation: showSliceTextRvs 800ms 900ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(6) {
  animation: showSliceText 800ms 920ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(7) {
  animation: showSliceTextRvs 800ms 940ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(8) {
  animation: showSliceText 800ms 960ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(9) {
  animation: showSliceTextRvs 800ms 980ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(10) {
  animation: showSliceText 800ms 1000ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(11) {
  animation: showSliceTextRvs 800ms 1020ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(12) {
  animation: showSliceText 800ms 1040ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(13) {
  animation: showSliceTextRvs 800ms 1060ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(14) {
  animation: showSliceText 800ms 1080ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(15) {
  animation: showSliceTextRvs 800ms 1100ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(16) {
  animation: showSliceText 800ms 1120ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(17) {
  animation: showSliceTextRvs 800ms 1140ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(18) {
  animation: showSliceText 800ms 1160ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(19) {
  animation: showSliceTextRvs 800ms 1180ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(20) {
  animation: showSliceText 800ms 1200ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(21) {
  animation: showSliceTextRvs 800ms 1220ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(22) {
  animation: showSliceText 800ms 1240ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(23) {
  animation: showSliceTextRvs 800ms 1260ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(24) {
  animation: showSliceText 800ms 1280ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(25) {
  animation: showSliceTextRvs 800ms 1300ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(26) {
  animation: showSliceText 800ms 1320ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(27) {
  animation: showSliceTextRvs 800ms 1340ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(28) {
  animation: showSliceText 800ms 1360ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(29) {
  animation: showSliceTextRvs 800ms 1380ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(30) {
  animation: showSliceText 800ms 1400ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(31) {
  animation: showSliceTextRvs 800ms 1420ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(32) {
  animation: showSliceText 800ms 1440ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(33) {
  animation: showSliceTextRvs 800ms 1460ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(34) {
  animation: showSliceText 800ms 1480ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(35) {
  animation: showSliceTextRvs 800ms 1500ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(36) {
  animation: showSliceText 800ms 1520ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(37) {
  animation: showSliceTextRvs 800ms 1540ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(38) {
  animation: showSliceText 800ms 1560ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(39) {
  animation: showSliceTextRvs 800ms 1580ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(40) {
  animation: showSliceText 800ms 1600ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(41) {
  animation: showSliceTextRvs 800ms 1620ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(42) {
  animation: showSliceText 800ms 1640ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(43) {
  animation: showSliceTextRvs 800ms 1660ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(44) {
  animation: showSliceText 800ms 1680ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(45) {
  animation: showSliceTextRvs 800ms 1700ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(46) {
  animation: showSliceText 800ms 1720ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(47) {
  animation: showSliceTextRvs 800ms 1740ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(48) {
  animation: showSliceText 800ms 1760ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(49) {
  animation: showSliceTextRvs 800ms 1780ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title .eng span:nth-of-type(50) {
  animation: showSliceText 800ms 1800ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceText {
  0% {
    opacity: 0;
    transform: translateY(-33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showSliceTextRvs {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .title h1 {
  font-size: 2.8vmin;
  margin: 2.4vmin;
  opacity: 0;
  animation: showSliceTextH1 1000ms 2000ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes showSliceTextH1 {
  0% {
    opacity: 0;
    transform: translateY(33%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-index .fv .slideswrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.site-index .fv .slides {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  pointer-events: none;
  z-index: 1;
  animation: scaleFv 1200ms linear forwards;
}
@keyframes scaleFv {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.site-index .fv .slides:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #08090a;
  z-index: 100;
  animation: beforeSh 1000ms 200ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
@keyframes beforeSh {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-index .fv .slides .slide {
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
}
.site-index .fv .slides .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.site-index .fv .slides .slide--current {
  pointer-events: auto;
  opacity: 1;
}
.site-index .fv__nav {
  position: absolute;
  bottom: 13.2rem;
  right: 3.2rem;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .site-index .fv__nav {
    top: 4rem;
    right: side();
    transform: translate(0);
  }
}
.site-index .fv__nav__item {
  width: 3.2rem;
  height: 3.2rem;
  border: #fcfdfe 0.1rem solid;
  margin: 0 0 1.2rem;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .site-index .fv__nav__item {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 0 1rem;
  }
}
.site-index .fv__nav__item:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fcfdfe;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0;
  transition: all 300ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
.site-index .fv__nav__item:hover:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.site-index .fv__nav__item:hover svg {
  fill: #9abcce;
}
.site-index .fv__nav__item svg {
  width: 1rem;
  fill: #fcfdfe;
  transition: fill 300ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-index .fv__nav__item:last-of-type {
  margin: 0;
}
.site-index .fv__news {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: rgba(252, 253, 254, 0.1) 1px solid;
  background: #08090a;
  color: #e8e9ea;
  padding: 1.6rem calc(var(--size) + 3.2vw);
  padding-right: 14rem;
  display: grid;
  gap: 2rem;
  grid-template-columns: auto auto 1fr;
  z-index: 5;
}
.site-index .fv__news:after {
  content: "";
  width: 4rem;
  height: 90%;
  background: linear-gradient(270deg, #08090a, rgba(8, 9, 10, 0));
  position: absolute;
  top: 5%;
  right: 14rem;
  z-index: 10;
}
.site-index .fv__news > * {
  align-self: center;
}
.site-index .fv__news h3,
.site-index .fv__news time {
  font-weight: 400;
  padding: 0 2rem 0 0;
  border-right: 1px solid rgba(252, 253, 254, 0.12);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.site-index .fv__news h3 svg,
.site-index .fv__news time svg {
  width: 1.72rem;
  height: 1.72rem;
  fill: #9abcce;
  display: inline-block;
  margin: 0 0.48rem 0 0;
}
.site-index .fv__news time {
  color: rgba(252, 253, 254, 0.48);
}
.site-index .fv__news__marquee {
  font-size: 1.08rem;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.site-index .fv__news__marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 10s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.site-index .fv__scroll {
  width: 8rem;
  height: 8rem;
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  background: #9abcce;
  border-radius: 50%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #fcfdfe;
  letter-spacing: 0.2rem;
  z-index: 10;
}

.site-product .title {
  display: grid;
  grid-template-columns: auto auto;
  margin: 1.6rem 0 3.2rem;
  line-height: 1;
}
.site-product .title > * {
  align-self: flex-end;
}
.site-product .title h2 {
  font-size: 1.72rem;
  font-weight: 700;
}
.site-product .title p {
  text-align: right;
}
.site-product .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin: 0 0 6.4rem;
}
.site-product .list:last-of-type {
  margin-bottom: 0;
}
.site-product .list li a {
  display: block;
  background: #fcfdfe;
  border: #e8e9ea 1px solid;
  border-radius: 1rem;
  box-shadow: 0.64rem 0.64rem 2.4rem rgba(29, 29, 30, 0.12);
  position: relative;
}
.site-product .list li a:hover figure:before {
  opacity: 0.8;
}
.site-product .list li a:hover figure:after {
  top: 50%;
  opacity: 1;
}
.site-product .list li a:hover figure img {
  transform: scale(1.1);
}
.site-product .list li a figure {
  position: relative;
  padding: 62.5% 0 0;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.site-product .list li a figure:before, .site-product .list li a figure:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #08090a;
  opacity: 0;
  transition: all 320ms cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
.site-product .list li a figure:after {
  content: "MORE";
  width: auto;
  height: auto;
  top: 60%;
  left: 50%;
  padding: 0.4rem 3.2rem;
  background: #9abcce;
  box-shadow: 0 0.24rem 2.4rem rgba(154, 188, 206, 0.8);
  color: #fcfdfe;
  border-radius: 999rem;
  transform: translate(-50%, -50%);
}
.site-product .list li a figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 320ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-product .list li a dl {
  line-height: 1.4;
  padding: 1.2rem 1.6rem;
  padding-right: 3.2rem;
}
.site-product .list li a dl dt {
  font-size: 0.92rem;
  margin: 0 0 0.4rem;
}
.site-product .list li a dl dd {
  font-size: 1.08rem;
  font-weight: 700;
}
.site-product .list li a .plus {
  width: 2rem;
  position: absolute;
  right: 0.64rem;
  bottom: 0.64rem;
  fill: #1d1d1e;
}

.site-item .grid {
  display: grid;
  grid-template-columns: 1.3rem 1fr;
}
.site-item .grid .fix {
  width: 1.3rem;
  position: sticky;
  left: 0;
  top: 10rem;
  align-self: flex-start;
  justify-content: flex-end;
  text-align: right;
  font-size: 0.88rem;
  line-height: 1.5;
  z-index: 100;
}
.site-item .grid .fix h2 {
  font-size: 1.04rem;
}
@media screen and (min-width: calc(769px + 1px)) {
  .site-item .grid .fix h2 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }
}
.site-item .grid .fix ul {
  margin: 1.6rem 0 0;
}
.site-item .grid .fix li {
  margin: 0 0 0.24rem;
  letter-spacing: 0;
}
.site-item .grid .fix a {
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
}
.site-item .grid .fix a.active, .site-item .grid .fix a:hover {
  color: #9abcce;
  font-weight: 700;
}
.site-item .grid .fix a:hover:before, .site-item .grid .fix a:hover:after {
  opacity: 1;
  left: 2rem;
}
.site-item .grid .fix a:before, .site-item .grid .fix a:after {
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-item .grid .fix a:before {
  content: attr(data-tip);
  position: absolute;
  top: 50%;
  left: 1rem;
  white-space: nowrap;
  transform: translateY(-50%);
  background: #9abcce;
  color: #fcfdfe;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
}
.site-item .grid .fix a:after {
  content: "";
  width: 0.32rem;
  height: 0.8rem;
  background: #9abcce;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%) translateX(-100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.site-item .grid .content {
  padding: 0 5.6rem;
  padding-right: 6.9rem;
}
.site-item .grid .content .logo {
  margin: 0.8rem 0 3.2rem;
  text-align: center;
}
.site-item .grid .content .logo img {
  max-width: 32rem;
  height: auto;
}
.site-item .grid .content .title {
  line-height: 1.4;
  text-align: center;
}
.site-item .grid .content .title small {
  font-weight: 700;
  color: #9abcce;
}
.site-item .grid .content .title h2 {
  font-size: 2.12rem;
  font-weight: 700;
  margin: 0.64rem 0 3.2rem;
}
.site-item .grid .content .clum {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
  grid-row-gap: 1.6rem;
  margin: 0 0 5.6rem;
  padding: 0 0 5.6rem;
  border-bottom: #e8e9ea 1px solid;
}
.site-item .grid .content .clum:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.site-item .grid .content .clum.rvs .clum__pic {
  order: 2;
}
.site-item .grid .content .clum.rvs .clum__data {
  order: 1;
}
.site-item .grid .content .clum.one {
  grid-template-columns: 1fr;
}
.site-item .grid .content .clum > * {
  align-self: flex-start;
}
.site-item .grid .content .clum__price {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.2rem;
}
.site-item .grid .content .clum__price > * {
  align-self: center;
}
.site-item .grid .content .clum__price__pic img {
  max-width: 20rem;
}
.site-item .grid .content .clum__price__data {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 1.12rem;
}
.site-item .grid .content .clum__price__data dd strong {
  color: #f21a0a;
  line-height: 1;
  font-size: 2.8rem;
  display: inline-block;
  margin: 0 0.4rem;
}
.site-item .grid .content .clum__pic {
  display: flex;
  justify-content: center;
}
.site-item .grid .content .clum__pic img {
  width: 100%;
  border-radius: 1rem;
}
.site-item .grid .content .clum__pic img.border {
  border: #e8e9ea 2px solid;
}
.site-item .grid .content .clum__data {
  display: flex;
  justify-content: center;
  font-size: 1.08rem;
}
.site-item .grid .content .clum__data__inner {
  padding: 0.4rem 0;
}
.site-item .grid .content .clum__data h2 {
  font-size: 1.64rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.site-item .grid .content .clum__data h2.new {
  position: relative;
  padding: 0 0 0 5.6rem;
}
.site-item .grid .content .clum__data h2.new:before {
  content: "NEW";
  font-size: 1.12rem;
  color: #fcfdfe;
  background: #f21a0a;
  padding: 0.4rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
.site-item .grid .content .clum__data strong {
  color: #9abcce;
  font-weight: 700;
}
.site-item .grid .content .clum__data small {
  font-size: 0.88rem;
}
.site-item .grid .content .clum__data figure {
  margin: 2.4rem 0;
}
.site-item .grid .content .clum__data figure figcaption {
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0.64rem 0;
}
.site-item .grid .content .clum__data figure img {
  max-width: 20rem;
}
.site-item .grid .content .clum__data h3 {
  font-size: 1.44rem;
  font-weight: 700;
  margin: 0 0 0.8rem 0.2rem;
}
.site-item .grid .content .clum__data ul {
  font-size: 0.96rem;
  line-height: 1.4;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 3.2rem;
}
.site-item .grid .content .clum__data ul:last-of-type {
  margin: 0;
}
.site-item .grid .content .clum__data ul li {
  background: #f2f3f4;
  padding: 0.8rem 1.6rem;
  margin: 0.2rem;
}
.site-item .option__title {
  background: #f2f3f4;
  padding: 0.8rem 1.6rem;
  font-size: 1.32rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3.2rem 0 2.4rem;
}
.site-item .option__title:before {
  content: "";
  width: 0.64rem;
  height: 0.64rem;
  background: #9abcce;
  display: inline-block;
  margin: 0 0.64rem 0 0;
}
.site-item .option__block {
  margin: 0 0 2.4rem;
  padding: 0 0 2.4rem;
  border-bottom: #e8e9ea 1px solid;
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 2.4rem;
}
.site-item .option__block:last-of-type {
  margin: 0;
}
.site-item .option__block__pic {
  height: 10rem;
}
.site-item .option__block__pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-item .option__block__data h4 {
  font-size: 1.2rem;
  font-weight: 700;
}
.site-item .option__block__data__clum {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0.8rem 0;
}
.site-item .option__block__data__clum dl {
  display: grid;
  grid-template-columns: 8rem 1fr;
  margin: 0 3.2rem 0 0;
}
.site-item .option__block__data__clum dl:last-of-type {
  margin: 0;
}
.site-item .option__block__data__clum dl dt {
  border: #1d1d1e 1px solid;
  margin: 0 1rem 0 0;
  text-align: center;
}

.site-guide .alert {
  font-size: 1.66rem;
  font-weight: 700;
  line-height: 1;
  color: #9abcce;
  border: #9abcce 2px solid;
  padding: 1rem;
  margin: 0 0 2rem;
}
.site-guide .context {
  font-size: 1.12rem;
}
.site-guide .tableStyle {
  border-top: #e8e9ea 1px solid;
  margin: 5.6rem 0;
}
.site-guide .tableStyle td dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2.4rem;
  margin: 1.2rem 0 0;
}
.site-guide .tableStyle td dl:first-of-type {
  margin: 0;
}
.site-guide .tableStyle td dl > * {
  align-self: flex-start;
}
.site-guide .tableStyle td dl dt {
  background: #f2f3f4;
  padding: 0.2rem;
  text-align: center;
}
.site-guide .tableStyle td dl dd {
  padding: 0.24rem 0 0;
}
.site-guide .tableStyle td dl dd .tel {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  color: #1d1d1e;
  text-decoration: underline;
}
.site-guide .tableStyle td dl dd .tel svg {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  fill: #9abcce;
  margin: 0 0.4rem 0 0;
}

.site-contact .grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3.2rem;
}
.site-contact .grid > * {
  align-self: flex-start;
}
.site-contact .grid__line {
  width: 18rem;
  text-align: center;
  position: sticky;
  top: calc(var(--head) + 3rem);
  left: 0;
}
.site-contact .grid__line figure img {
  width: 100%;
  border-radius: 0.4rem;
}
.site-contact .grid__line__btn {
  display: block;
  background: #00b900;
  border-radius: 0.4rem;
  margin: 1.2rem 0 0.4rem;
}
.site-contact .grid__line__btn img {
  width: 60%;
}
.site-contact .grid__content {
  padding: 0 0 0 3.2rem;
  border-left: #e8e9ea 1px solid;
}
.site-contact .grid__content__telbox {
  background: #f2f3f4;
  padding: 2.4rem;
  border-radius: 0.4rem;
  margin: 0 0 4.8rem;
}
.site-contact .grid__content__telbox__grid {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 1.2rem;
}
.site-contact .grid__content__telbox__grid > * {
  align-self: center;
}
.site-contact .grid__content__telbox__grid h2 {
  font-size: 1.32rem;
  padding: 0 2.4rem 0 0.8rem;
}
.site-contact .grid__content__telbox__grid dl {
  background: #fcfdfe;
  line-height: 1;
  padding: 1rem 1.6rem 0.72rem;
  border-radius: 0.4rem;
}
.site-contact .grid__content__telbox__grid dl dt {
  font-size: 1.12rem;
  margin: 0 0 0.5rem;
}
.site-contact .grid__content__telbox__grid dl dd {
  font-size: 2rem;
  font-weight: 700;
}
.site-contact .grid__content__telbox__grid dl dd a {
  color: #9abcce;
}
.site-contact .grid__content__telbox .pt {
  margin: 1.6rem 0 0;
  padding: 1.2rem 0 0;
  border-top: #fcfdfe 0.1rem solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.site-contact .grid__content__telbox .pt svg {
  fill: #9abcce;
  width: 1.72rem;
  height: 1.72rem;
  margin: 0 0.4rem 0 0;
}
.site-contact .grid__content__telbox .ln {
  background: #fcfdfe;
  margin: 1.6rem 0 0;
}
.site-contact .in-module .tableStyle tbody tr th {
  width: 17.5rem;
  position: relative;
  font-size: 1.08rem;
}
@media screen and (max-width: 769px) {
  .site-contact .in-module .tableStyle tbody tr th {
    width: auto;
  }
}
.site-contact .in-module .tableStyle tbody tr th small {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #9abcce;
  color: #fcfdfe;
  font-size: 0.88rem;
  font-weight: 400;
  padding: 0.24rem 0.8rem;
  border-radius: 0.16rem;
}
@media screen and (max-width: 769px) {
  .site-contact .in-module .tableStyle tbody tr th small {
    right: 1.2rem;
  }
}
.site-contact .in-module .tableStyle tbody tr td {
  padding-left: 4rem;
}
@media screen and (max-width: 769px) {
  .site-contact .in-module .tableStyle tbody tr td {
    padding-left: 1.2rem;
  }
}
.site-contact .in-module .tableStyle tbody tr td input,
.site-contact .in-module .tableStyle tbody tr td textarea {
  font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.024em;
  font-size: 1.08rem;
  background: #f2f3f4;
  border: #f2f3f4 1px solid;
  padding: 0.8rem;
  width: 100%;
  display: block;
  border-radius: 0.16rem;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: background, border;
}
.site-contact .in-module .tableStyle tbody tr td input:focus,
.site-contact .in-module .tableStyle tbody tr td textarea:focus {
  background: #fcfdfe;
  border-color: #1d1d1e;
}
.site-contact .in-module .tableStyle tbody tr td textarea {
  height: 10rem;
}

.site-blog.site-index .blog {
  background: #f2f3f4;
}
.site-blog .sticksns {
  position: sticky;
  top: 50%;
  right: 0;
}
.site-blog .sticksns__abs {
  position: absolute;
  top: 0;
  right: calc(-0.5 * calc(var(--size) + 3.2vw));
  width: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-end;
  flex-wrap: nowrap;
}
.site-blog .sticksns__abs > div {
  transform: translateY(-50%);
}
.site-blog .sticksns__abs h2 {
  font-size: 1.12rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 1.6rem;
  padding: 0 0 1.5rem;
  border-bottom: #1d1d1e 1px solid;
}
@media screen and (min-width: calc(769px + 1px)) {
  .site-blog .sticksns__abs h2 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }
}
.site-blog .sticksns__abs a {
  display: block;
  margin: 0 0 1.2rem;
  fill: #1d1d1e;
}
.site-blog .sticksns__abs a:hover svg {
  fill: #9abcce;
}
.site-blog .sticksns__abs a:last-of-type {
  margin-bottom: 0;
}
.site-blog .sticksns__abs a svg {
  width: 1.24rem;
  height: 1.24rem;
  display: block;
}
.site-blog .ttl {
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 2.4rem;
}
.site-blog .ttl:before {
  content: attr(data-eng);
  color: #1d1d1e;
  font-size: 2.4rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 1rem 0 0;
}
.site-blog .blogdetail {
  max-width: 880px;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 769px) {
  .site-blog .blogdetail {
    padding: 80px 0 0;
  }
}
.site-blog .blogdetail__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px;
}
@media screen and (max-width: 769px) {
  .site-blog .blogdetail__meta {
    margin: 0 0 8px;
  }
}
.site-blog .blogdetail__meta__cate {
  background: #9abcce;
  color: #FFF;
  padding: 2px 24px;
  border-radius: 999px;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 769px) {
  .site-blog .blogdetail__meta__cate {
    font-size: 0.72rem;
    margin: 0 16px 0 0;
  }
}
.site-blog .blogdetail__meta__date {
  font-size: 1.14rem;
}
@media screen and (max-width: 769px) {
  .site-blog .blogdetail__meta__date {
    font-size: 1rem;
  }
}
.site-blog .blogdetail__meta + h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 40px;
}
@media screen and (max-width: 769px) {
  .site-blog .blogdetail__meta + h1 {
    font-size: 1.24rem;
    margin: 0 0 24px;
  }
}
.site-blog .main {
  margin: 0 0 40px;
}
@media screen and (max-width: 769px) {
  .site-blog .main {
    margin: 0 0 24px;
  }
}
.site-blog .main img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}
.site-blog .index {
  background: rgba(29, 29, 30, 0.064);
  padding: 24px;
  margin: 0 0 calc(32px + 4vh);
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .site-blog .index {
    padding: 16px;
    margin: 0 0 24px;
  }
}
.site-blog .index__title {
  font-size: 1.24rem;
  line-height: 1;
  font-weight: 700;
  padding: 0 0 24px;
  margin: 0 0 12px;
  border-bottom: #1d1d1e, 0.064 1px solid;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 769px) {
  .site-blog .index__title {
    font-size: 1.16rem;
    padding: 0 0 16px;
  }
}
.site-blog .index__title svg {
  width: 20px;
  display: inline-block;
  margin: 0 12px 0 0;
}
.site-blog .index__title svg path {
  fill: #1d1d1e;
}
.site-blog .index__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-blog .index__list li {
  list-style: none !important;
  margin: 8px 8px 0 0;
}
.site-blog .index__list li:nth-child(1) a:before {
  content: "1.";
}
.site-blog .index__list li:nth-child(2) a:before {
  content: "2.";
}
.site-blog .index__list li:nth-child(3) a:before {
  content: "3.";
}
.site-blog .index__list li:nth-child(4) a:before {
  content: "4.";
}
.site-blog .index__list li:nth-child(5) a:before {
  content: "5.";
}
.site-blog .index__list li:nth-child(6) a:before {
  content: "6.";
}
.site-blog .index__list li:nth-child(7) a:before {
  content: "7.";
}
.site-blog .index__list li:nth-child(8) a:before {
  content: "8.";
}
.site-blog .index__list li:nth-child(9) a:before {
  content: "9.";
}
.site-blog .index__list li:nth-child(10) a:before {
  content: "10.";
}
.site-blog .index__list li:nth-child(11) a:before {
  content: "11.";
}
.site-blog .index__list li:nth-child(12) a:before {
  content: "12.";
}
.site-blog .index__list li:nth-child(13) a:before {
  content: "13.";
}
.site-blog .index__list li:nth-child(14) a:before {
  content: "14.";
}
.site-blog .index__list li:nth-child(15) a:before {
  content: "15.";
}
.site-blog .index__list li:nth-child(16) a:before {
  content: "16.";
}
.site-blog .index__list li:nth-child(17) a:before {
  content: "17.";
}
.site-blog .index__list li:nth-child(18) a:before {
  content: "18.";
}
.site-blog .index__list li:nth-child(19) a:before {
  content: "19.";
}
.site-blog .index__list li:nth-child(20) a:before {
  content: "20.";
}
.site-blog .index__list li a {
  border: #FFF 1px solid;
  background: #FFF;
  color: #1d1d1e;
  font-size: 1.04rem;
  line-height: 1.56;
  padding: 4px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 769px) {
  .site-blog .index__list li a {
    font-size: 0.96rem;
    padding: 4px 16px;
  }
}
.site-blog .index__list li a:hover {
  border-color: #9abcce;
  color: #9abcce;
}
.site-blog .section {
  margin: 0 0 64px;
}
@media screen and (max-width: 769px) {
  .site-blog .section {
    margin: 0 0 32px;
  }
}
.site-blog .section:last-of-type {
  margin: 0;
}

.site-edit {
  font-size: 1.12rem;
  line-height: 2;
  font-weight: 400;
  color: #1d1d1e;
}
@media screen and (max-width: 769px) {
  .site-edit {
    font-size: 1.04rem;
  }
}
.site-edit .section figure,
.site-edit .section p,
.site-edit .section ul,
.site-edit .section ol,
.site-edit .section dl,
.site-edit .section table,
.site-edit .section iframe {
  margin: 2.4rem 0 0;
}
.site-edit .section iframe {
  margin: 3.2rem 0 0;
}
.site-edit .section h3, .site-edit .section h4 {
  margin-top: 4rem;
}
@media screen and (max-width: 769px) {
  .site-edit .section h3, .site-edit .section h4 {
    margin-top: 3.2rem;
  }
}
.site-edit .section h2 + h3, .site-edit .section h2 h4 {
  margin-top: 0;
}
.site-edit .section .mb {
  margin: 0 0 2rem;
}
.site-edit .section .mb:last-of-type {
  margin-bottom: 2rem;
}
.site-edit strong {
  color: #9abcce;
}
.site-edit a {
  color: #9abcce;
  text-decoration: underline;
}
.site-edit a:hover {
  text-decoration: none;
}
.site-edit ul li {
  list-style: inside disc;
}
.site-edit ol li {
  list-style: inside decimal;
}
.site-edit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  border-radius: 4px;
}
.site-edit h2 {
  font-size: 1.56rem;
  line-height: 1.5;
  font-weight: 700;
  background: rgba(29, 29, 30, 0.064);
  padding: 15px 20px;
  border-radius: 3px;
  margin: 0 0 24px;
}
@media screen and (max-width: 769px) {
  .site-edit h2 {
    font-size: 1.24rem;
  }
}
.site-edit h3 {
  font-size: 1.56rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: #e8e9ea 4px solid;
  padding: 0 0 8px 17px;
  margin: 0 0 16px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .site-edit h3 {
    font-size: 1.24rem;
  }
}
.site-edit h3:before {
  content: "";
  width: 6px;
  height: calc(100% - 8px);
  border-radius: 999px;
  top: 0;
  left: 0;
  background: #9abcce;
  position: absolute;
}
.site-edit h4 {
  font-size: 1.56rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: #e8e9ea 4px solid;
  padding: 0 0 8px;
  margin: 0 0 16px;
}
@media screen and (max-width: 769px) {
  .site-edit h4 {
    font-size: 1.24rem;
  }
}
.site-edit dl {
  background: rgba(29, 29, 30, 0.064);
  border-radius: 4px;
  padding: 20px;
  /*
  @media screen and (max-width: $phone){
    padding: $phone-side;
  }
  */
}
.site-edit dl dt {
  font-size: 1.12rem;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: #e8e9ea 1px solid;
  padding: 0 0 12px;
  margin: 0 0 16px;
}
.site-edit dl dd {
  font-size: 1rem;
  line-height: 1.6;
}
.site-edit table {
  width: 100%;
  background: #fcfdfe;
  border-collapse: collapse;
}
@media screen and (max-width: 769px) {
  .site-edit table {
    display: block;
    border: #e8e9ea 1px solid;
  }
}
@media screen and (max-width: 769px) {
  .site-edit table thead,
  .site-edit table tbody {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  .site-edit table thead tr,
  .site-edit table tbody tr {
    display: block;
    border-bottom: #e8e9ea 1px solid;
  }
  .site-edit table thead tr:last-child,
  .site-edit table tbody tr:last-child {
    border-bottom: none;
  }
}
.site-edit table thead tr th,
.site-edit table thead tr td,
.site-edit table tbody tr th,
.site-edit table tbody tr td {
  vertical-align: middle;
  padding: 12px 15px;
  border: #e8e9ea 1px solid;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .site-edit table thead tr th,
  .site-edit table thead tr td,
  .site-edit table tbody tr th,
  .site-edit table tbody tr td {
    display: block;
    border: none;
  }
}
.site-edit table thead tr th,
.site-edit table tbody tr th {
  width: 200px;
  background: #f2f3f4;
}
@media screen and (max-width: 769px) {
  .site-edit table thead tr th,
  .site-edit table tbody tr th {
    width: auto;
  }
}
.site-edit iframe {
  width: 100%;
  border-radius: 4px;
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .site-edit iframe {
    max-height: 56.25vw;
  }
}

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