@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@600;700&family=Libre+Baskerville:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*!
 * CSS Reset 2011-12-25
 * https://gist.github.com/1360380
 *
 * Author:  Takeru Suzuki, http://terkel.jp/
 * License: Public domain
 *
 * Inspired by Normalize.css: http://necolas.github.com/normalize.css/
 */
/* HTML5 display definitions */
main, section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/* The root element */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections */
body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}

/* Grouping content */
p, ol, ul, dl, dd, figure, blockquote {
  padding: 0;
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

/* Text-level semantics */
strong, b, em {
  font-weight: 700;
}

small {
  font-size: 1.2rem;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.6em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th {
  margin: 0;
  font-weight: normal;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

/* Forms */
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

/*

Noto Sans Japanese
- Regular 400
- Medium 500
- Bold 700

Noto Serif Japanese
- Regular 400
- Medium 500
- Bold 700

Arimo
- Regular 400
- Bold 700

Libre Baskerville
- Regular 400
- Bold 700

*/
body {
  --indent: 1em;
  --scrollbar-width: 0px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased; /* Safari フォント表示補正 */
  -moz-osx-font-smoothing: grayscale; /* Firefox フォント表示補正 */
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-feature-settings: "paln";
  font-feature-settings: "palt";
}

html {
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.ofi-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
img.ofi-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

em {
  font-style: normal;
}

li,
dt,
dd {
  list-style: none;
  vertical-align: bottom;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

small {
  font-size: 100%;
}

input,
textarea,
select {
  outline: none;
}

@media print, screen and (min-width: 769px) {
  /* pc  769 - # */
  .sp {
    display: none;
  }
}
@media screen and (max-width: 768.9px) {
  /* sp  # - 768 */
  .pc {
    display: none;
  }
}
#fb-root,
.defs,
.nicescroll-rails {
  display: none;
}

body.enabled_modal {
  overflow: hidden;
}

/*----------------------------------------
	common setting
-----------------------------------------*/
#wrapper {
  position: relative;
  width: calc(100% - var(--scrollbar-width));
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

#main {
  padding: 0 0 0;
}
@media print, screen and (min-width: 769px) {
  #main {
    padding: 0 0 0;
  }
}

/*----------------------------------------
	font style
-----------------------------------------*/
.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.sans-en {
  font-family: "Jost", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.serif-en {
  font-family: "Libre Baskerville", serif;
}

/*----------------------------------------
	font size
-----------------------------------------*/
body {
  font-size: 1.4rem;
}

#breadcrumb {
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
  #breadcrumb {
    font-size: 1.2rem;
  }
}
/*----------------------------------------
	line-height setting（default/2）
-----------------------------------------*/
h1, h2, h3, h4, h5, h6, dt, small,
[class^=en_], [class*=" en_"] {
  line-height: 1.3;
}

/*----------------------------------------
	link setting
-----------------------------------------*/
a,
a:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

.txt-hover01 {
  text-decoration: underline;
}

.txt-hover03 {
  display: block;
  position: relative;
}
.txt-hover03::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

@media print, screen and (min-width: 769px) {
  button.rOver, img.rOver, a.rOver {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  button.rOver:hover, img.rOver:hover, a.rOver:hover {
    opacity: 0.6;
  }
  .txt-hover01:hover {
    text-decoration: none;
  }
  .txt-hover02:hover {
    text-decoration: underline;
  }
  .txt-hover03:hover::after {
    left: 0;
    width: 100%;
  }
}
/*----------------------------------------
	btn
-----------------------------------------*/
.c-btn {
  --btn-width: 280px;
  width: var(--btn-width);
  height: 50px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.c-btn > a,
.c-btn > button {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 1px solid #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn > a > span,
.c-btn > button > span {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .c-btn {
    --btn-width: 320px;
    height: 60px;
    font-size: 1.6rem;
  }
  .c-btn > a,
  .c-btn > button {
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
  }
  .c-btn > a::before,
  .c-btn > button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s, opacity 0.4s;
    transition: width 0.4s, height 0.4s, opacity 0.4s;
  }
  .c-btn > a:hover,
  .c-btn > button:hover {
    background: #fff;
    color: #000;
  }
  .c-btn > a:hover::before,
  .c-btn > button:hover::before {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    opacity: 1;
  }
}

/*----------------------------------------
	arrow
-----------------------------------------*/
.arrow-right {
  position: relative;
}
.arrow-right::after {
  content: "";
  display: block;
}
.arrow-left {
  position: relative;
}
.arrow-left::after {
  content: "";
  display: block;
}
.arrow-more {
  position: relative;
}
.arrow-blank {
  position: relative;
}
/*----------------------------------------
	pagetop
-----------------------------------------*/
@media print, screen and (min-width: 769px) {
  .c-pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: sticky;
    bottom: 0;
    z-index: 7000;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s, visibility 0.2s;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .c-pagetop._floating {
    opacity: 1;
    visibility: visible;
  }
  .c-pagetop > a {
    display: block;
    position: relative;
    width: 68px;
    height: 68px;
    margin: 0 35px 35px 0;
    border: 2px solid #fff;
    background: #171f22;
    border-radius: 100%;
  }
  .c-pagetop > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: 2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/*----------------------------------------
	modal
-----------------------------------------*/
@-webkit-keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes modalwindow_body_in {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes modalwindow_body_out {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.c-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: rgba(0, 0, 0, 0.5);
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.c-modal::-webkit-scrollbar {
  display: none;
}
.c-modal.is_visible .c-modal-overlay {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: 200ms modalwindow_body_in;
          animation: 200ms modalwindow_body_in;
}
.c-modal-overlay {
  display: table;
  position: relative;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
  -webkit-animation: 500ms modalwindow_body_out;
          animation: 500ms modalwindow_body_out;
}
.c-modal-wrap {
  display: table-cell;
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
}
.c-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 60px auto;
  padding: 0 20px;
}
.c-modal-close {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 100;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-modal-close::before, .c-modal-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
  content: "";
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.c-modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.c-modal-box {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.c-modal-item {
  display: none;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
  pointer-events: all;
}
.c-modal-item._active {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-modal-inner {
    max-width: 920px;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .c-modal-close {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .c-modal-close::before, .c-modal-close::after {
    width: 20px;
  }
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

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

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

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

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

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

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

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

/*----------------------------------------

	content CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
.l-content {
  padding-top: 60px;
}
@media print, screen and (min-width: 769px) {
  .l-content {
    padding-top: 95px;
  }
}

.l-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #dddddd;
}
.l-loader._loadead {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
}

/*----------------------------------------
	hgroup
-----------------------------------------*/
.c-hgroup {
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: center;
}
.c-hgroup__ttl {
  margin: 0 0 20px;
}
.c-hgroup__ttl-en {
  margin: 0 0 8px;
  font-size: min(7.2vw, 28px);
  line-height: 1;
  font-family: "Jost", sans-serif;
}
.c-hgroup__ttl-en::after {
  display: block;
  content: "";
  width: 5vw;
  margin: 1% auto;
  max-width: 56px;
  border-bottom: solid 2px #000;
}
.c-hgroup__ttl-ja {
  font-size: min(4.2vw, 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.c-hgroup__lead {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .c-hgroup {
    margin-bottom: 40px;
    padding: 0;
  }
  .c-hgroup__ttl-en {
    margin: 0 0 8px;
    font-size: min(4.8vw, 4.8rem);
  }
  .c-hgroup__ttl-ja {
    margin: 0 0 40px;
    font-size: min(2.4vw, 2.4rem);
  }
  .c-hgroup__lead {
    font-size: 1.6rem;
    text-align: center;
  }
}

/*----------------------------------------
	form
-----------------------------------------*/
.c-form__box {
  margin: 0 0 20px;
}
.c-form__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.c-form__ttl-txt {
  font-size: 1.4rem;
  line-height: 1.3;
}
.c-form__ttl-req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 18px;
  margin-left: 24px;
  background: #c14444;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
}
.c-form__input input,
.c-form__input textarea {
  display: block;
  width: 100% !important;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: #efefef;
  font-size: 1.6rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__input input:focus,
.c-form__input textarea:focus {
  background: #dddddd;
}
.c-form__input input {
  height: 50px;
  padding: 5px 10px;
}
.c-form__input textarea {
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  padding: 10px 10px;
}
.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-form__button input,
.c-form__button button {
  display: block;
  width: calc(50% - 20px);
  max-width: 160px;
  height: 50px;
  margin: 0 10px 20px;
  padding: 0;
  border: 1px solid #171f22;
  border-radius: 6px;
  background: #171f22;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media print, screen and (min-width: 769px) {
  .c-form__box {
    margin: 0 0 50px;
  }
  .c-form__ttl-txt {
    font-size: 1.6rem;
  }
  .c-form__ttl-req {
    width: 50px;
    height: 20px;
    font-size: 1rem;
  }
  .c-form__input input,
  .c-form__input textarea {
    border-radius: 4px;
  }
  .c-form__input input {
    height: 60px;
    padding: 10px 15px;
  }
  .c-form__input textarea {
    height: 300px;
    padding: 15px 15px;
  }
  .c-form__button input,
  .c-form__button button {
    position: relative;
    width: 180px;
    max-width: 180px;
    height: 60px;
    margin: 0 15px 30px;
    font-size: 1.6rem;
    -webkit-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
  }
  .c-form__button input:hover,
  .c-form__button button:hover {
    background: #ffffff;
    color: #000000;
  }
}

/*----------------------------------------
	fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
}
.js-fade.js-fade-on {
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}
.js-fade-top {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade-top.js-fade-on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-fade-btm {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.js-fade-btm.js-fade-on {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-fade-left {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.js-fade-left.js-fade-on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.js-fade-right {
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.js-fade-right.js-fade-on {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.6s, transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/*----------------------------------------
	loops
-----------------------------------------*/
.js-loops {
  overflow: hidden;
  --loops-direction: normal;
}
@-webkit-keyframes loops {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loops {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.js-loops__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(var(--loops-view) * var(--loops-num));
  -webkit-animation: loops var(--loops-speed) infinite linear;
          animation: loops var(--loops-speed) infinite linear;
  -webkit-animation-direction: var(--loops-direction);
          animation-direction: var(--loops-direction);
}
.js-loops__inner:hover {
  -webkit-animation-play-state: var(--loops-pause);
          animation-play-state: var(--loops-pause);
}
.js-loops__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(var(--loops-view) * var(--loops-num));
}
.js-loops__item {
  width: calc(var(--loops-view));
}

/*----------------------------------------

	header CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
.l-header {
  /*----------------------------------------
  	top
  -----------------------------------------*/
  /*----------------------------------------
  	logo
  -----------------------------------------*/
  /*----------------------------------------
  	menu
  -----------------------------------------*/
  /*----------------------------------------
  	toggle
  -----------------------------------------*/
  /*----------------------------------------
  	gnav
  -----------------------------------------*/
  /*----------------------------------------
  	info
  -----------------------------------------*/
  /*----------------------------------------
  	logo
  -----------------------------------------*/
  /*----------------------------------------
  	logo
  -----------------------------------------*/
}
@-webkit-keyframes gnav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes gnav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.l-header .l-header__gnav-link a,
.l-header .l-header__info {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.l-header._active .l-header__gnav {
  visibility: visible;
  opacity: 1;
}
.l-header._active .l-header__gnav-link a {
  -webkit-animation: gnav 0.8s calc(0.2s + var(--gnav) * 0.08s) forwards;
          animation: gnav 0.8s calc(0.2s + var(--gnav) * 0.08s) forwards;
}
.l-header._active .l-header__info {
  -webkit-animation: gnav 0.8s calc(0.8s + var(--gnav) * 0.08s) forwards;
          animation: gnav 0.8s calc(0.8s + var(--gnav) * 0.08s) forwards;
}
.l-header .l-header__top {
  background: #0c1011;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.l-header .l-header__menu {
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.l-header._floating .l-header__top {
  background: rgba(12, 16, 17, 0.8);
}
.l-header__top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 60px;
  background: #ffffff;
}
.l-header__top-inner {
  height: 100%;
  padding: 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__top-inner-logo {
  width: 60%;
  margin-top: -6px;
  margin-left: 2%;
}
@media print, screen and (min-width: 769px) {
  .l-header__top {
    height: 95px;
  }
  .l-header__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__logo {
  display: block;
  width: 300px;
}
@media print, screen and (min-width: 769px) {
  .l-header__logo {
    width: 428px;
    min-width: 300px;
    margin: 16px auto 36px;
  }
}
.l-header__menu {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .l-header__menu {
    width: 100%;
    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;
  }
  .l-header__menu-link {
    margin: 0 15px;
  }
  .l-header__menu-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 12px 0 12px 0;
    text-align: center;
    color: #ffffff;
  }
  .l-header__menu-link a::before {
    font-size: 1vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    content: attr(data-title);
  }
  .l-header__menu-link a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .l-header__menu-link a:hover::after {
    left: 0;
    width: 100%;
  }
}
.l-header__toggle {
  display: block;
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 5px;
}
.l-header__toggle > span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 6px auto;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .l-header__toggle {
    display: none;
  }
}
.l-header__gnav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
  height: 100%;
  padding: 4%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
.l-header__gnav-box {
  min-height: 100%;
  padding: 20px 6%;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.l-header__gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #ffffff;
}
.l-header__gnav-link a {
  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: flex-end;
  padding: 45px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  text-align: right;
}
.l-header__gnav-link a::before {
  margin-right: 1em;
  font-size: 1.9rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  text-align: left;
  content: attr(data-title);
}
.l-header__gnav-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: calc(4% + 15px) 8% 0 0;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-header__gnav-close::before, .l-header__gnav-close::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background: #ffffff;
  content: "";
}
.l-header__gnav-close::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.l-header__gnav-close::after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
@media print, screen and (min-width: 960px) {
  .l-header__gnav {
    padding: 40px;
  }
  .l-header__gnav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 80px 10px;
  }
  .l-header__gnav-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 min(70px, 5vw);
  }
  .l-header__gnav-link a {
    padding: 55px 0 25px;
    font-size: 1.6rem;
  }
  .l-header__gnav-link a::before {
    font-size: 2.8rem;
  }
  .l-header__gnav-close {
    width: 40px;
    height: 40px;
    margin: 80px 80px 0 0;
  }
  .l-header__gnav-close::before, .l-header__gnav-close::after {
    width: 56px;
    height: 2px;
  }
}
.l-header__info {
  margin: 0 0 30px;
  padding: 60px 0 0;
}
.l-header__info-logo {
  width: 200px;
  margin: 0 0 30px;
  -webkit-filter: invert(1);
          filter: invert(1);
}
.l-header__info-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
  font-size: 1.2rem;
}
.l-header__info-txt > dt {
  width: 10em;
  line-height: 2;
}
.l-header__info-txt > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
.l-header__info-txt._contact {
  padding-top: 10px;
}
.l-header__info-txt._contact > dt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.l-header__info-share {
  width: 32px;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 50%;
}
.l-header__info-share:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 769px) {
  .l-header__info-logo {
    width: 230px;
  }
  .l-header__info-txt {
    font-size: 1.6rem;
  }
}
/*----------------------------------------

	footer CSS

-----------------------------------------*/
/*----------------------------------------
	common
-----------------------------------------*/
.l-footer {
  background: #171f22;
  color: #ffffff;
  background: url(../img/cmn/footer_bg.jpg) left top/cover no-repeat;
  /*----------------------------------------
  	menu
  -----------------------------------------*/
  /*----------------------------------------
  	info
  -----------------------------------------*/
  /*----------------------------------------
  	copyright
  -----------------------------------------*/
}
.l-footer__menu {
  margin: 0 0 25px;
  padding: 35px 20px 0;
}
.l-footer__menu-head {
  display: block;
  max-width: 80%;
  margin: 0 auto 40px;
}
.l-footer__menu-list {
  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;
}
.l-footer__menu-link {
  margin: 0 25px 18px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .l-footer__menu {
    max-width: 1200px;
    margin: 0 auto 20px;
    padding: 50px 0 0;
  }
  .l-footer__menu-head {
    max-width: 393px;
    margin: 0 auto 60px;
  }
  .l-footer__menu-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__menu-link {
    font-size: 1.4rem;
  }
  .l-footer__menu-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 12px 0 12px 0;
    text-align: center;
    color: #ffffff;
  }
  .l-footer__menu-link a::before {
    font-size: 1vw;
    line-height: 1;
    font-family: "Jost", sans-serif;
    content: attr(data-title);
  }
  .l-footer__menu-link a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
  }
  .l-footer__menu-link a:hover::after {
    left: 0;
    width: 100%;
  }
}
.l-footer__info {
  margin: 0 0 40px;
  padding: 55px 20px 0;
  border-top: 1px solid #465b63;
}
.l-footer__info-logo > a > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.l-footer__info-logo2 {
  display: block;
  width: 90px;
  margin: 0 auto 8%;
}
.l-footer__info-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 10px;
  font-size: 1.3rem;
}
.l-footer__info-txt > dt {
  width: 10em;
  line-height: 2;
}
.l-footer__info-txt > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 2;
}
.l-footer__info-txt._contact {
  padding-top: 10px;
}
.l-footer__info-txt._contact > dt {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media print, screen and (min-width: 769px) {
  .l-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 80px 0 0;
  }
  .l-footer__info-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 100px;
  }
  .l-footer__info-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54%;
            flex: 0 0 54%;
  }
}
@media print, screen and (min-width: 960px) {
  .l-footer__info {
    margin: 0 auto 60px;
  }
  .l-footer__info-logo2 {
    width: 100px;
    margin: 0;
  }
}
.l-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-footer__copyright-txt {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .l-footer__copyright {
    height: 58px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

/*----------------------------------------

	top CSS

-----------------------------------------*/
.p-top {
  /*----------------------------------------
  	mv
  -----------------------------------------*/
  /*----------------------------------------
  	why
  -----------------------------------------*/
  /*----------------------------------------
  	products
  -----------------------------------------*/
  /*----------------------------------------
  	INTRODUCTION
  -----------------------------------------*/
  /*----------------------------------------
  	CASE
  -----------------------------------------*/
  /*----------------------------------------
  	INSTALLATION
  -----------------------------------------*/
  /*----------------------------------------
  	price
  -----------------------------------------*/
  /*----------------------------------------
  	contact
  -----------------------------------------*/
  /*----------------------------------------
  	thanks
  -----------------------------------------*/
}
.p-top__mv {
  position: relative;
  background: #000000;
  height: calc(100vh - 60px);
}
.p-top__mv .p-top__mv-b01 {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0s, -webkit-filter 0.6s 0s;
  transition: opacity 0.8s 0s, -webkit-filter 0.6s 0s;
  transition: opacity 0.8s 0s, filter 0.6s 0s;
  transition: opacity 0.8s 0s, filter 0.6s 0s, -webkit-filter 0.6s 0s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.p-top__mv._loadead .p-top__mv-b01 {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.p-top__mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-top__mv-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__mv-b01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 100;
  height: 100%;
}
.p-top__mv-b01 .b01__box {
  position: absolute;
  top: 15vh;
  width: 37%;
  min-width: 85%;
  height: auto;
  color: #ffffff;
  text-align: center;
  text-shadow: 0.5vw 0.5vw 2vw rgba(0, 0, 0, 0.8);
}
.p-top__mv-b01 .b01__box-lead {
  margin: 0 0 4%;
  font-size: 6.5vw;
  line-height: 1.3;
}
.p-top__mv-b01 .b01__box-ttl {
  margin: 0 0 6%;
  font-size: 10vw;
  line-height: 1.3;
}
.p-top__mv-b01 .b01__box-ttl small {
  margin: 0 0.1vw;
  font-size: 7.5vw;
}
.p-top__mv-b01 .b01__box-en {
  padding: 0 5%;
  font-size: 2.9vw;
  letter-spacing: 0.1em;
}
.p-top__mv-b01 .b02__box {
  position: absolute;
  bottom: 12vw;
  width: 20vw;
  min-width: 70%;
  text-align: center;
}
.p-top__mv-b01 .b02__box img {
  width: 100px;
}
.p-top__mv-b01 .b02__box h1 img {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .p-top__mv {
    height: calc(100vh - 95px);
  }
  .p-top__mv-b01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 100;
    height: 100%;
    margin: 0 auto;
  }
  .p-top__mv-b01 .b01__box {
    min-width: 533px;
  }
  .p-top__mv-b01 .b01__box-lead {
    margin-bottom: 2%;
    font-size: min(3.6rem, 2.86vw);
    line-height: 1.3;
  }
  .p-top__mv-b01 .b01__box-ttl {
    margin-bottom: 3.8%;
    font-size: min(5.8rem, 4.6vw);
  }
  .p-top__mv-b01 .b01__box-ttl small {
    font-size: min(4.2rem, 3.34vw);
  }
  .p-top__mv-b01 .b01__box-en {
    padding: 0 0;
    font-size: min(1.6rem, 1.27vw);
  }
  .p-top__mv-b01 .b02__box {
    bottom: 3vw;
    min-width: 393px;
  }
  .p-top__mv-b01 .b02__box h1 img {
    width: 100%;
  }
}
.p-top__why {
  padding: 80px 4% 0;
  position: relative;
  padding-bottom: 12vw;
  background: #000000;
  z-index: 6;
}
.p-top__why::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg01.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__why-bg {
  background: url(../img/cmn/why_bg01.svg) center 0/contain no-repeat;
}
.p-top__why .c-hgroup {
  margin: 0 0 20px;
}
.p-top__why .c-hgroup__ttl-en {
  font-size: min(7.2vw, 28px);
  color: #dcc05e;
}
.p-top__why .c-hgroup__ttl-en::after {
  display: none;
}
.p-top__why .c-hgroup__ttl-ja {
  font-size: min(4.2vw, 16px);
  color: #ffffff;
  margin: 0 0 10px;
}
.p-top__why .c-hgroup__lead {
  color: #ffffff;
}
.p-top__why-b01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 8vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -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;
}
.p-top__why-b01 .b01__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2% 0 4%;
  max-width: 70%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top__why-b01 .b01__pic img {
  max-width: 246px;
}
.p-top__why-b01 .b01__box {
  -webkit-box-flex: 2.1579;
      -ms-flex: 2.1579 0 auto;
          flex: 2.1579 0 auto;
  width: 100%;
}
.p-top__why-b01 .b01__box ol {
  color: #fff;
  counter-reset: listnum;
  list-style: none;
}
.p-top__why-b01 .b01__box ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(4.2vw, 16px);
  font-weight: bold;
  padding: 0.4vw 0.5vw 1vw;
  margin-bottom: 0.5vw;
  border-bottom: solid 1px #1b1b1b;
}
.p-top__why-b01 .b01__box ol li::before {
  font-size: min(6.4vw, 24px);
  font-family: "Jost", sans-serif;
  color: #dcc05e;
  counter-increment: listnum;
  content: counter(listnum);
  margin-right: 3vw;
}
.p-top__why-b02 {
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.p-top__why-b02-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__why-b02-bg .b01__box {
  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;
  -webkit-box-flex: 0.44;
      -ms-flex: 0.44 1 44%;
          flex: 0.44 1 44%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  font-size: min(4.2vw, 16px);
  max-width: 650px;
  margin-bottom: 4%;
}
.p-top__why-b02-bg .b01__box p {
  margin-bottom: 4%;
}
.p-top__why-b02-bg .b02__box {
  -webkit-box-flex: 0.34;
      -ms-flex: 0.34 1 34%;
          flex: 0.34 1 34%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-top__why-b02-bg .b02__box figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.p-top__why-b02-bg .b02__box figure:first-child {
  margin-bottom: 2vw;
}
.p-top__why-b02 .c-hgroup__ttl {
  color: #dcc05e;
  font-weight: bold;
}
.p-top__why-b02 .c-hgroup__ttl-sub {
  font-size: min(4.2vw, 16px);
  margin-bottom: 2%;
}
.p-top__why-b02 .c-hgroup__ttl-main {
  font-size: min(5.6vw, 22px);
}
.p-top__why-b02 .c-hgroup__lead {
  color: #ffffff;
}
@media print, screen and (min-width: 769px) {
  .p-top__why {
    padding-top: 130px;
  }
  .p-top__why .c-hgroup__ttl-en {
    font-size: min(5vw, 6rem);
    color: #dcc05e;
  }
  .p-top__why .c-hgroup__ttl-en::after {
    display: none;
  }
  .p-top__why .c-hgroup__ttl-ja {
    font-size: min(2vw, 2.4rem);
    color: #ffffff;
  }
  .p-top__why .c-hgroup__lead {
    color: #ffffff;
  }
  .p-top__why-b01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top__why-b01 .b01__pic {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0 4%;
    max-width: 30vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top__why-b01 .b01__box {
    -webkit-box-flex: 2.1579;
        -ms-flex: 2.1579 0 auto;
            flex: 2.1579 0 auto;
    width: 785px;
  }
  .p-top__why-b01 .b01__box ol {
    color: #fff;
    counter-reset: listnum;
    list-style: none;
  }
  .p-top__why-b01 .b01__box ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: min(2vw, 24px);
    font-weight: bold;
    padding: 0.4vw 0.5vw 1vw;
    margin-bottom: 0.5vw;
    border-bottom: solid 1px #1b1b1b;
  }
  .p-top__why-b01 .b01__box ol li::before {
    font-size: min(3vw, 36px);
    font-family: "Jost", sans-serif;
    color: #dcc05e;
    counter-increment: listnum;
    content: counter(listnum);
    margin-right: 2vw;
  }
  .p-top__why-b02 {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 1vw;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .p-top__why-b02-bg {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top__why-b02-bg .b01__box {
    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;
    -webkit-box-flex: 0.44;
        -ms-flex: 0.44 1 44%;
            flex: 0.44 1 44%;
    color: #fff;
    line-height: 1.9;
    text-align: right;
    font-size: min(1.8vw, 22px);
    max-width: 650px;
    margin-bottom: 0;
  }
  .p-top__why-b02-bg .b02__box {
    -webkit-box-flex: 0.34;
        -ms-flex: 0.34 1 34%;
            flex: 0.34 1 34%;
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top__why-b02-bg .b02__box figure {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p-top__why-b02-bg .b02__box figure:first-child {
    margin-bottom: 2vw;
  }
  .p-top__why-b02 .c-hgroup__ttl {
    color: #dcc05e;
    font-weight: bold;
  }
  .p-top__why-b02 .c-hgroup__ttl-sub {
    font-size: min(2.3vw, 33px);
  }
  .p-top__why-b02 .c-hgroup__ttl-main {
    font-size: min(3.4vw, 42px);
  }
  .p-top__why-b02 .c-hgroup__lead {
    color: #ffffff;
  }
}
.p-top__products {
  padding-top: 80px;
  margin-top: -80px;
  z-index: 5;
  position: relative;
  background: #f5f5f5;
}
.p-top__products::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg02.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__products-bg {
  padding: 70px 0 30px;
}
.p-top__products .products-02 {
  position: relative;
  background: #fff;
  z-index: -1;
  margin-top: 80px;
}
.p-top__products .products-02 .b01 {
  margin-bottom: 60px;
}
.p-top__products .products-02 .b01__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.p-top__products .products-02::before {
  display: block;
  position: absolute;
  top: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/product_bg01.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/122;
}
.p-top__products .products-02::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/product_bg02.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/122;
}
.p-top__products .products-03 .b01 {
  margin-bottom: 60px;
}
.p-top__products .products-03 .b01__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.p-top__products .products-03 .b01__text__head img {
  max-width: 60%;
  margin: 20px auto 20px;
}
.p-top__products .c-hgroup__ttl-en small {
  display: block;
  font-size: 3.6rem;
}
.p-top__products-b01 {
  z-index: 1;
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 4%;
}
.p-top__products-b01 .b01 {
  margin-bottom: 60px;
}
.p-top__products-b01 .b01__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin: 20px auto 0;
  width: 75%;
}
.p-top__products-b01 .b01__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: left;
}
.p-top__products-b01 .b01__text__head {
  margin-bottom: 10px;
  text-align: center;
}
.p-top__products-b01 .b01__text__head h2 {
  font-size: min(5.6vw, 22px);
  font-weight: bold;
}
.p-top__products-b01 .b01__text__head img {
  width: auto;
  max-width: 85%;
  margin: 0 auto 20px;
}
.p-top__products-b01 .b01__text__body {
  font-size: min(4.2vw, 16px);
  text-align: center;
}
.p-top__products-b01 .b01__text__body p {
  text-align: left;
}
.p-top__products-b01 .b01__text__body .price {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 0px;
  font-size: min(7.2vw, 28px);
  font-weight: bold;
  border-bottom: solid 1px #b2b5b5;
  float: right;
}
.p-top__products-b01 .b01__text__body .price_teika {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
  margin-right: 18px;
}
.p-top__products-b01-info {
  counter-reset: counter;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 4%;
}
.p-top__products-b01-info__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 20px;
}
.p-top__products-b01-info__img.rev {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-top__products-b01-info__text {
  font-size: min(4.2vw, 16px);
}
.p-top__products-b01-info__text__head {
  text-align: center;
  margin-bottom: 10px;
}
.p-top__products-b01-info__text__head .info-number {
  font-size: min(8.1vw, 32px);
  font-weight: bold;
  font-family: "Jost", sans-serif;
  color: #1d9117;
  margin-bottom: -10px;
}
.p-top__products-b01-info__text__head .info-number-slash {
  display: none;
}
.p-top__products-b01-info__text__head h2 {
  font-size: min(5.6vw, 22px);
  font-weight: bold;
}
.p-top__products-b01-info__text__body p + p {
  margin-top: 1.4em;
}
@media print, screen and (min-width: 769px) {
  .p-top__products-bg {
    padding: 120px 0 120px;
  }
  .p-top__products .products-02 .b01__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 577px;
            flex: 0 1 577px;
  }
  .p-top__products .products-03 .b01__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 576px;
            flex: 0 1 576px;
  }
  .p-top__products .c-hgroup__ttl-en small {
    display: inline;
    font-size: 6rem;
  }
  .p-top__products-b01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto 70px;
    padding: 0;
  }
  .p-top__products-b01 .b01__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 502px;
            flex: 0 1 502px;
    margin: 0 0 0 0;
  }
  .p-top__products-b01 .b01__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 595px;
            flex: 0 1 595px;
    text-align: right;
  }
  .p-top__products-b01 .b01__text__head {
    margin-bottom: 40px;
    text-align: right;
  }
  .p-top__products-b01 .b01__text__head h2 {
    font-size: 30px;
    font-weight: bold;
  }
  .p-top__products-b01 .b01__text__head img {
    width: auto;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-top__products-b01 .b01__text__body {
    font-size: 18px;
  }
  .p-top__products-b01 .b01__text__body p {
    text-align: right;
  }
  .p-top__products-b01 .b01__text__body .price {
    display: inline-block;
    margin-top: 40px;
    padding-bottom: 0px;
    font-size: 42px;
    font-weight: bold;
    border-bottom: solid 1px #b2b5b5;
  }
  .p-top__products-b01 .b01__text__body .price_teika {
    font-size: 22px;
    font-weight: bold;
    margin-right: 18px;
  }
  .p-top__products-b01-info {
    counter-reset: counter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .p-top__products-b01-info__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
  .p-top__products-b01-info__img.rev {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top__products-b01-info__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 570px;
            flex: 0 0 570px;
    font-size: 16px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-top__products-b01-info__text.rev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-top__products-b01-info__text__head {
    text-align: left;
    margin-bottom: 40px;
  }
  .p-top__products-b01-info__text__head .info-number {
    font-size: 43px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    color: #1d9117;
  }
  .p-top__products-b01-info__text__head .info-number-slash {
    position: relative;
    top: -5px;
    left: 4px;
    font-size: 38px;
    display: inline-block;
  }
  .p-top__products-b01-info__text__head h2 {
    font-size: 30px;
    font-weight: bold;
    font-weight: 40px;
  }
  .p-top__products-b01-info__text__body p + p {
    margin-top: 1.4em;
  }
}
.p-top__intro {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  z-index: 4;
}
.p-top__intro::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg03.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__intro-bg {
  padding: 50px 4% 10px;
  background: #e4d7bc;
}
.p-top__intro .c-hgroup__ttl-en small {
  display: block;
  font-size: 3.6rem;
}
.p-top__intro-b01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px;
}
.p-top__intro_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 4% 6%;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 7.713px 9.193px 0px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 7.713px 9.193px 0px 0px rgba(0, 0, 0, 0.07);
}
.p-top__intro_item__body a {
  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;
}
.p-top__intro_item__body a img {
  width: 80%;
}
.p-top__intro_item__head .head-sub {
  display: block;
  font-size: min(5.4vw, 22px);
  color: #1d9117;
  font-weight: bold;
}
.p-top__intro_item__head .head-sub::before {
  content: "";
  display: inline-block;
  width: 16px;
  border: solid 2px #1d9117;
  position: relative;
  top: -5px;
  margin-right: 10px;
}
.p-top__intro_item__head h2 {
  font-size: min(4.8vw, 18px);
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 18px;
}
.p-top__intro_item.contact {
  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 print, screen and (min-width: 769px) {
  .p-top__intro-bg {
    padding: 120px 30px 120px;
  }
  .p-top__intro .c-hgroup__ttl-en small {
    display: inline;
    font-size: 6rem;
  }
  .p-top__intro-b01 {
    margin: 0 auto;
    overflow: hidden;
  }
  .p-top__intro-b01 .b01__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 80px;
  }
  .p-top__intro-b01 .b01__pic {
    width: 74%;
  }
  .p-top__intro-b01 .b01__box-ttl {
    font-size: 1.8rem;
  }
  .p-top__intro-b01 .b01__box-txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-top__intro-b01 .swiper {
    position: relative;
    width: 1630px;
    min-width: 1630px;
    padding-bottom: 0;
  }
  .p-top__intro-b01 .swiper::before {
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 100;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#172122), color-stop(#172122), to(rgba(23, 33, 34, 0)));
    background: linear-gradient(90deg, #172122, #172122, rgba(23, 33, 34, 0));
    content: "";
  }
  .p-top__intro-b01 .swiper::after {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 100;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#172122), color-stop(#172122), to(rgba(23, 33, 34, 0)));
    background: linear-gradient(-90deg, #172122, #172122, rgba(23, 33, 34, 0));
    content: "";
  }
  .p-top__intro-b01 .swiper-pagination {
    display: none;
  }
  .p-top__intro_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 580px;
            flex: 0 1 580px;
    padding: 20px 30px 24px;
    margin-bottom: 42px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 7.713px 9.193px 0px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 7.713px 9.193px 0px 0px rgba(0, 0, 0, 0.07);
  }
  .p-top__intro_item__body a {
    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;
  }
  .p-top__intro_item__body a img {
    width: 100%;
  }
  .p-top__intro_item__head .head-sub {
    display: block;
    font-size: 22px;
    color: #1d9117;
    font-weight: bold;
  }
  .p-top__intro_item__head .head-sub::before {
    content: "";
    display: inline-block;
    width: 18px;
    border: solid 2px #1d9117;
    position: relative;
    top: -5px;
    margin-right: 16px;
  }
  .p-top__intro_item__head h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 36px;
  }
  .p-top__intro_item.contact {
    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;
  }
}
.p-top__case {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  padding-bottom: 3vw;
  background: #000000;
  z-index: 3;
}
.p-top__case::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg01.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__case-bg {
  padding: 50px 4% 0;
  background: #000;
}
.p-top__case .c-hgroup__ttl-en {
  color: #fff;
}
.p-top__case .c-hgroup__ttl-en::after {
  border-color: #fff;
}
.p-top__case .c-hgroup__ttl-ja {
  color: #ffffff;
}
.p-top__case .c-hgroup__lead {
  color: #ffffff;
}
.p-top__case-b01 .b01__item {
  margin-bottom: 30px;
}
.p-top__case-b01 .b01__head {
  margin: 0 0 10px;
}
.p-top__case-b01 .b01__head-ttl {
  margin: 0 0 12px;
  font-size: min(4.8vw, 18px);
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.p-top__case-b01 .b01__head-ttl::before {
  content: "■";
  margin: 0 10px 0 0;
  font-size: min(4.2vw, 16px);
  line-height: 1;
}
.p-top__case-b01 .b01__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top__case-b01 .b01__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top__case-b01 .b01__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 15px;
}
.p-top__case-b02 {
  padding: 1.5% 0;
  background: #171f22;
}
.p-top__case-b02 .b02__block {
  padding: 1.5% 0;
}
.p-top__case-b02 .b02__pic {
  position: relative;
  margin-right: 4%;
  padding-bottom: 69%;
}
.p-top__case-b02 .b02__pic img {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .p-top__case-bg {
    padding: 120px 30px 0;
  }
  .p-top__case-b01 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
  .p-top__case-b01 .b01__item {
    margin-bottom: 70px;
  }
  .p-top__case-b01 .b01__head {
    width: 31%;
    min-width: 300px;
    margin: 0 0 20px;
  }
  .p-top__case-b01 .b01__head-ttl {
    font-size: 23px;
    margin: 0 0 24px;
  }
  .p-top__case-b01 .b01__head-ttl::before {
    margin: 0 14px 0 0;
    font-size: 20px;
  }
  .p-top__case-b01 .b01__head-lead {
    font-size: 1.6rem;
  }
  .p-top__case-b01 .b01__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-top__case-b01 .b01__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
  .p-top__case-b01 .b01__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 263px;
            flex: 0 0 263px;
    margin-bottom: 15px;
  }
  .p-top__case-b02 {
    margin: 0 -30px;
    padding: 8px 0;
    background: #171f22;
  }
  .p-top__case-b02 .b02__block {
    padding: 8px 0;
  }
  .p-top__case-b02 .b02__pic {
    margin-right: 16px;
    padding-bottom: 69%;
  }
}
@media print, screen and (min-width: 960px) {
  .p-top__case-b01 .b01__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;
  }
  .p-top__case-b01 .b01__list-box {
    min-width: 40%;
  }
}
.p-top__install {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  padding-bottom: 3vw;
  background: #f5f5f5;
  z-index: 2;
}
.p-top__install::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg02.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__install-bg {
  padding: 70px 0 40px;
  background: #f5f5f5;
}
.p-top__install-b01 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4%;
}
.p-top__install-b01 .b01__box {
  padding: 4%;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #fff;
}
.p-top__install-b01 .b01__box-pic:nth-of-type(1) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #e6e6e6;
}
.p-top__install-b01 .b01__box-head {
  max-width: 60%;
  text-align: center;
  margin: 10px auto 18px;
}
.p-top__install-b01 .b02__box {
  padding: 4%;
  border-radius: 8px;
  background: #fff;
}
.p-top__install-b01 .b02__box-pic:nth-of-type(1) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #e6e6e6;
}
.p-top__install-b01 .b02__box-pic:nth-of-type(2) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #e6e6e6;
}
.p-top__install-b01 .b02__box-head {
  max-width: 48%;
  text-align: center;
  margin: 10px auto 18px;
}
.p-top__install-btn {
  position: relative;
  width: 16em;
  line-height: 57px;
  height: 60px;
  margin: 40px auto 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 6px;
  background: #000;
  color: #ffffff;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}
.p-top__install-btn:hover {
  background: #ffffff;
  color: #000000;
}
@media print, screen and (min-width: 960px) {
  .p-top__install-bg {
    padding: 140px 0 100px;
  }
  .p-top__install-b01 {
    padding: 0;
  }
  .p-top__install-b01 .b01__box {
    padding: 45px 50px;
    margin-bottom: 80px;
    border-radius: 8px;
    background: #fff;
  }
  .p-top__install-b01 .b01__box-pic:nth-of-type(1) {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e6e6e6;
  }
  .p-top__install-b01 .b01__box-head {
    max-width: 406px;
    text-align: center;
    margin: 0 auto 48px;
  }
  .p-top__install-b01 .b02__box {
    padding: 45px 50px;
    border-radius: 8px;
    background: #fff;
  }
  .p-top__install-b01 .b02__box-pic:nth-of-type(1) {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border-bottom: solid 1px #e6e6e6;
  }
  .p-top__install-b01 .b02__box-pic:nth-of-type(2) {
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: solid 1px #e6e6e6;
  }
  .p-top__install-b01 .b02__box-head {
    width: 254px;
    text-align: center;
    margin: 0 auto 48px;
  }
  .p-top__install-b01 .b01__box::before, .p-top__install-b01 .b01__box::after {
    width: 22.5%;
  }
  .p-top__install-b01 .b01__item {
    width: 22.5%;
  }
  .p-top__install-btn {
    width: 18em;
    margin: 80px auto 0;
  }
}
.p-top__price {
  padding-top: 80px;
  margin-top: -80px;
  position: relative;
  padding-bottom: 1vw;
  background: #f5f5f5;
  z-index: 1;
}
.p-top__price::after {
  display: block;
  position: absolute;
  bottom: -7vw;
  left: -0.5%;
  width: 101%;
  background: url(../img/cmn/bg02.svg) left bottom/contain no-repeat;
  content: "";
  aspect-ratio: 1500/248;
}
.p-top__price-head {
  font-size: min(6.4vw, 24px);
  margin-bottom: 20px;
  margin-top: 44px;
  font-weight: bold;
  text-align: center;
}
.p-top__price-bg {
  padding: 50px 0 18vw;
  background: #e4d7bc;
}
.p-top__price .c-hgroup__lead {
  color: #ffffff;
}
.p-top__price-b01 {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 4%;
}
.p-top__price-b01 .b01__item:nth-of-type(2) {
  margin-top: 28px;
}
.p-top__price-b01 .b01__item-head {
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-top__price-b01 .b01__item-head::before {
  content: "■";
  margin-right: 10px;
}
.p-top__price-b01 .b01__item-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__price-b01 .b01__item-body-tb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 30px;
}
.p-top__price-b01 .b01__item-body-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.p-top__price-b01 .b01__item-body-pic-head {
  font-size: 14px;
  margin-bottom: 6px;
}
.p-top__price-b01 .b01__item-body-pic-foot {
  font-size: 14px;
  margin-top: 16px;
}
.p-top__price-b01 .b01__item-pic {
  margin-bottom: 20px;
}
.p-top__price-b01 .b01__item-head {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-top__price-b01 .b01__item-head::before {
  content: "■";
  margin-right: 10px;
}
.p-top__price-b01 .b01__item-foot {
  font-size: 14px;
  margin-top: 24px;
}
@media print, screen and (min-width: 769px) {
  .p-top__price-head {
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 64px;
  }
  .p-top__price-bg {
    padding: 70px 0 18vw;
  }
  .p-top__price-b01 {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
  }
  .p-top__price-b01 .b01__item:nth-of-type(2) {
    margin-top: 42px;
  }
  .p-top__price-b01 .b01__item-head {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .p-top__price-b01 .b01__item-head::before {
    content: "■";
    margin-right: 10px;
  }
  .p-top__price-b01 .b01__item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top__price-b01 .b01__item-body-tb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 620px;
            flex: 0 0 620px;
    margin: 0;
  }
  .p-top__price-b01 .b01__item-body-pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 493px;
            flex: 0 0 493px;
  }
  .p-top__price-b01 .b01__item-body-pic-head {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .p-top__price-b01 .b01__item-body-pic-foot {
    font-size: 14px;
    margin-top: 16px;
  }
  .p-top__price-b01 .b01__item-pic {
    margin-bottom: 20px;
  }
  .p-top__price-b01 .b01__item-head {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
  }
  .p-top__price-b01 .b01__item-head::before {
    content: "■";
    margin-right: 10px;
  }
  .p-top__price-b01 .b01__item-foot {
    font-size: 14px;
    margin-top: 24px;
  }
}
.p-top__contact {
  margin-top: -80px;
  padding-top: 80px;
}
.p-top__contact-bg {
  padding: 60px 0 40px;
  background: #f6f6f6;
}
.p-top__contact-b01 {
  margin: 0 0 80px;
  padding: 0 20px;
}
.p-top__contact-b01 .b01__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border: 1px solid #dcdcdc;
  text-align: center;
}
.p-top__contact-b01 .b01__item {
  max-width: 310px;
  margin: 0 auto;
  padding: 32px 0;
}
.p-top__contact-b01 .b01__item:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.p-top__contact-b01 .b01__item-ttl {
  font-size: 2.1rem;
  line-height: 1.3;
}
.p-top__contact-b01 .b01__item-txt {
  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;
}
.p-top__contact-b01 .b01__item-txt_tel {
  position: relative;
  font-weight: 500;
  font-size: 3.2rem;
}
.p-top__contact-b01 .b01__item-txt_tel::before {
  display: block;
  position: absolute;
  top: 2px;
  right: 100%;
  width: 20px;
  height: 100%;
  margin-right: 10px;
  background: url(../img/top/contact_ico01.svg) center center/contain no-repeat;
  content: "";
}
.p-top__contact-b01 .b01__item-txt_line {
  width: 160px;
  margin-bottom: 0;
}
.p-top__contact-b01 .b01__item-txt_hour {
  font-size: 1.6rem;
}
.p-top__contact-b02 {
  margin-top: 20px;
  padding: 0 4%;
}
.p-top__contact .c-hgroup__img {
  max-width: 100%;
  margin: 0 auto 20px;
}
@media print, screen and (min-width: 769px) {
  .p-top__contact {
    margin-top: -100px;
    padding-top: 100px;
  }
  .p-top__contact-bg {
    padding: 120px 30px 120px;
  }
  .p-top__contact-b01 {
    max-width: 920px;
    margin: 0 auto 55px;
  }
  .p-top__contact-b01 .b01__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
  }
  .p-top__contact-b01 .b01__item {
    width: 50%;
    max-width: none;
    margin: 0;
    padding: 15px 0 10px;
  }
  .p-top__contact-b01 .b01__item:not(:first-child) {
    border-top: none;
    border-left: 1px solid #dcdcdc;
  }
  .p-top__contact-b01 .b01__item-ttl {
    margin: 0 0 5px;
    font-size: 2.4rem;
  }
  .p-top__contact-b01 .b01__item-txt_tel {
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .p-top__contact-b01 .b01__item-txt_tel::before {
    width: 24px;
  }
  .p-top__contact-b01 .b01__item-txt_line {
    margin-bottom: -8px;
  }
  .p-top__contact-b01 .b01__item-txt_hour {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }
  .p-top__contact-b02 {
    max-width: 920px;
    margin: 60px auto 0;
    padding: 0;
  }
  .p-top__contact .c-hgroup__img {
    max-width: 920px;
    margin: 0 auto 50px;
  }
}
.p-top__thanks-bg {
  max-width: 820px;
  margin: auto;
  padding: 60px 20px;
  font-size: 1.1em;
  text-align: center;
}
.p-top__thanks-ttl {
  margin-bottom: 36px;
  padding: 32px 0;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
  font-weight: bold;
  font-size: 1.2em;
}
.p-top__thanks-txt {
  margin-bottom: 2em;
  line-height: 1.8;
  text-align: left;
}
.p-top__thanks-btn {
  display: inline-block;
  position: relative;
  margin: 20px 15px 10px;
  padding: 16px 32px;
  border: 1px solid #171f22;
  border-radius: 0;
  background: #171f22;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 0.2s, color 0.2s;
}
.p-top__thanks-btn:hover {
  background: #ffffff;
  color: #000000;
}
@media print, screen and (min-width: 769px) {
  .p-top__thanks-bg {
    padding: 60px 0;
  }
  .p-top__thanks-ttl {
    font-size: 1.3em;
  }
  .p-top__thanks-txt {
    text-align: center;
  }
  .p-top__thanks-btn {
    margin: 40px 15px 10px;
  }
}