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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
  margin: 0;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article {
  position: relative;
}

em,
i {
  font-style: normal;
}

sup {
  font-size: 0.7em;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

video {
  width: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
}

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_tx p + p {
  margin-top: 1em;
}

.gl_tx p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group01 + .gl_group01,
.gl_group02 + .gl_group01,
.gl_group03 + .gl_group01 {
  margin-top: 50px;
}

.gl_group01 + .gl_group02,
.gl_group02 + .gl_group02,
.gl_group03 + .gl_group02 {
  margin-top: 80px;
}

.gl_group01 + .gl_group03,
.gl_group02 + .gl_group03,
.gl_group03 + .gl_group03 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group03,
  .gl_group02 + .gl_group03,
  .gl_group03 + .gl_group03 {
    margin-top: 60px;
  }
}

ul.gl_ul {
  padding: 0;
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  ul.gl_ul {
    padding-left: 7px;
  }
}

ul.gl_ul li {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li {
    font-size: 1.4rem;
  }
}

ul.gl_ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -15px;
  width: 0.3em;
  height: 0.3em;
  background-color: #fff;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  ul.gl_ul li::after {
    left: -7px;
  }
}

.gl_externalEmbedded {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gl_externalEmbedded iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gl_heightRatio {
  width: 177vh;
  height: 100vh;
  max-width: 100vw;
}

.ani_active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ani_once {
  text-align: center;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx > div {
  opacity: 0;
}

.xxx.ani_active > div {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(7) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(8) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(9) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.xxx:nth-child(10) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

body {
  line-height: 1.6;
  color: #fff;
  font-size: 1em;
  background-color: #111;
}

p {
  line-height: 1.6;
  font-size: 1.5rem;
  margin: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    line-height: 1.5;
  }
}

.gl_img,
.gl_img_np {
  position: relative;
  overflow: hidden;
  padding-top: calc(700 / 1500 * 100%);
  width: 100%;
  height: 0;
}

@media screen and (max-width: 767px) {
  .gl_img,
  .gl_img_np {
    padding-top: 80%;
  }
}

.gl_img img,
.gl_img_np img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .gl_img_np {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}

.container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_S {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_W {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .container_W {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container.np,
  .container_S.np,
  .container_W.np {
    padding: 0;
  }
}

.sc_p1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sc_p1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.sc_p2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sc_p2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sc_home,
.sc_page {
  background-color: #111;
}

.cm_tx01,
.cm_tx01c {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.cm_tx01c p {
  text-align: center;
}

.cm_tx02 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.ttl_01,
.ttl_01a {
  position: relative;
  margin-bottom: 60px;
}

.ttl_01 h2,
.ttl_01a h2 {
  text-align: center;
  font-size: 2.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #111;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ttl_01 h2,
  .ttl_01a h2 {
    font-size: 2.4rem;
  }
}

.ttl_01 h2::before,
.ttl_01a h2::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - (250px / 2));
  width: 250px;
  height: 2px;
  content: "";
  background-color: #777;
}

.ttl_01 .lc_cap,
.ttl_01a .lc_cap {
  text-align: center;
  font-size: 1.5rem;
  color: #777;
  letter-spacing: 0.2em;
  margin: 0;
}

.ttl_01a h2,
.ttl_01a .lc_cap {
  color: #fff;
}

.ttl_01a h2::before {
  background-color: #fff;
}

.ttl_02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    margin-bottom: 40px;
  }
}

.ttl_02 h2 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .ttl_02 h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 299px) {
  .ttl_02 span {
    display: inline-block;
  }
}

.btn_01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  max-width: 350px;
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn_01 h2 {
  color: #fff;
}

.btn_01 p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .btn_01 {
    width: 100%;
  }
}

.btn_01 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.btn_01 span {
  display: inline-block;
}

.btn_01::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn_01:hover {
  background-color: #222;
  color: #fff;
}

.btn_01:hover h2,
.btn_01:hover p {
  color: #fff;
}

header {
  height: 60px;
  position: absolute;
  width: 100%;
  z-index: 30;
}

header .container_header {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header.active .menu_head {
  display: block;
  -webkit-animation: menu_active 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: menu_active 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes menu_active {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menu_active {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.menu_head {
  display: none;
  padding: 0;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 30;
  overflow: scroll;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
  /*Internet Explore対応のスクロールバー非表示コード*/
}

.menu_head::-webkit-scrollbar {
  display: none;
  /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}

.menu_head_inner {
  padding: 20px 20px;
  max-width: 400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.menu_head .menu {
  padding: 0;
  margin: 0;
  padding-top: 50px;
}

.menu_head .menu li.menu_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 20px 10px;
  text-align: left;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.menu_head .menu li.menu_item.lc_last {
  border: none;
}

.menu_head .menu li.menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  opacity: 1;
}

.menu_head .menu li.menu_item a:hover {
  -webkit-transform: translateY(0px) scale(1.05);
          transform: translateY(0px) scale(1.05);
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item a:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.sp_only {
  display: block;
}

.subCont {
  padding-top: 20px;
  padding-bottom: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, #111), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #111 90%, rgba(0, 0, 0, 0));
}

.menu_logo {
  margin: 0;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 30px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_logo:hover {
  opacity: 0.4;
}

.menu_logo a {
  line-height: 0;
}

.menu_logo img {
  display: block;
}

.subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .subMenu {
    max-width: 180px;
  }
}

.subMenu_box {
  width: 26%;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.subMenu_box:hover {
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .subMenu_box {
    width: 25%;
  }
}

.icon_hamburgerWrap {
  width: 60px;
  height: 60px;
  margin: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  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;
  z-index: 32;
}

@media screen and (max-width: 767px) {
  .icon_hamburgerWrap {
    width: 50px;
    height: 50px;
  }
}

.icon_hamburger,
.icon_hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.icon_hamburger {
  position: relative;
  width: 35px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .icon_hamburger {
    width: 58%;
    height: 53%;
  }
}

.icon_hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .icon_hamburger span {
    height: 3px;
  }
}

.icon_hamburger span:nth-of-type(1) {
  top: 0;
}

.icon_hamburger span:nth-of-type(2) {
  top: calc(50% - 2px);
}

.icon_hamburger span:nth-of-type(3) {
  bottom: 0;
}

header.active .icon_hamburger span:nth-of-type(1) {
  -webkit-transform: translateY(15.5px) rotate(-315deg);
          transform: translateY(15.5px) rotate(-315deg);
  -webkit-transform: translateY(14.5px) rotate(-315deg);
          transform: translateY(14.5px) rotate(-315deg);
}

@media screen and (max-width: 767px) {
  header.active .icon_hamburger span:nth-of-type(1) {
    -webkit-transform: translateY(11.75px) rotate(-315deg);
            transform: translateY(11.75px) rotate(-315deg);
  }
}

header.active .icon_hamburger span:nth-of-type(2) {
  opacity: 0;
}

header.active .icon_hamburger span:nth-of-type(3) {
  -webkit-transform: translateY(-15.5px) rotate(315deg);
          transform: translateY(-15.5px) rotate(315deg);
  -webkit-transform: translateY(-14.5px) rotate(315deg);
          transform: translateY(-14.5px) rotate(315deg);
}

@media screen and (max-width: 767px) {
  header.active .icon_hamburger span:nth-of-type(3) {
    -webkit-transform: translateY(-11.75px) rotate(315deg);
            transform: translateY(-11.75px) rotate(315deg);
  }
}

#modal_overlay {
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#modal_overlay.active {
  background-color: black;
  display: block;
  height: 120vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}

.menu_head .menu li.menu_item.lc_bn img {
  display: block;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item.lc_bn img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item.lc_bn {
    padding: 0;
  }
}

footer {
  margin-top: 100px;
}

.footer_container01 .infoWrap {
  padding: 10px;
}

.footer_logo_wrap {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}

.footer_nav_wrap {
  padding: 20px 0;
  margin-bottom: 50px;
  position: relative;
}

.menu_footer .menu {
  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;
  list-style: none;
  margin: auto;
  padding: 0px 0;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.menu_footer .menu .menu_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #777;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.menu_footer .menu .menu_item.lc_last {
  border-right: 1px solid #777;
}

.menu_footer .menu .menu_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.menu_footer .menu .menu_item a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .menu_footer .menu .menu_item a {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) {
  .menu_footer .menu {
    display: block;
    width: 60%;
  }
  .menu_footer .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    text-align: center;
  }
  .menu_footer .menu li.menu_item.lc_last {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .menu_footer .menu li.menu_item {
    padding: 8px;
    border-left: none;
  }
  .menu_footer .menu li.menu_item a::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu_footer .menu {
    width: 90%;
  }
}

.footer_copy_wrap {
  background-color: #111;
  padding: 50px 20px;
}

.footer_copy {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  color: #fff;
}

#pagetop_wrap {
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#pagetop_wrap.show {
  opacity: 1;
}

#pagetop_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pagetop_wrap {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 2;
  width: 120px;
  height: 120px;
  -webkit-animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: rotate02 3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 767px) {
  .pagetop_wrap {
    visibility: hidden;
  }
}

.pagetop_wrap_img {
  position: relative;
}

.pagetop_wrap_img a {
  text-decoration: none;
  z-index: 100;
}

.pagetop_wrap_css {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  background: #ddd;
  opacity: 0.6;
  border-radius: 50%;
}

.pagetop_wrap_css::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pageFix_bn {
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 20px;
  max-width: 200px;
}

.footer_photo {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}

.footer_photo::after {
  content: "";
  display: block;
  padding-top: calc(600 / 1500 * 100%);
  padding-top: 30%;
}

@media screen and (max-width: 767px) {
  .footer_photo::after {
    padding-top: 100%;
  }
}

.footer_photo .lc_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/comm_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.footer_photo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.lc_FB {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
}

.lc_inner .lc_cont {
  max-width: 90px;
}

.footer_container02 {
  background-color: #777;
}

.footer_container03 {
  background-color: #111;
}

.footerLinkWrap {
  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;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .footerLinkWrap {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footerLinkWrap .footerLinkBox {
  max-width: 250px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #648cc8;
  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;
}

@media screen and (max-width: 767px) {
  .footerLinkWrap .footerLinkBox {
    width: 100%;
    margin: 0;
  }
}

.footerLinkWrap .footerLinkBox::after {
  content: "";
  display: block;
  padding-top: 80%;
}

@media screen and (max-width: 767px) {
  .footerLinkWrap .footerLinkBox::after {
    padding-top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .footerLinkWrap .footerLinkBox + .footerLinkBox {
    margin-top: 10px;
  }
}

.footerLinkWrap .footerLinkBox_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  opacity: 0.2;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: url(../img/footer_nav_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footerLinkWrap .footerLinkBox:nth-child(2) .footerLinkBox_bg {
  background-image: url(../img/footer_nav_02.jpg);
}

.footerLinkWrap .footerLinkBox:nth-child(3) .footerLinkBox_bg {
  background-image: url(../img/footer_nav_03.jpg);
}

.footerLinkWrap .footerLinkBox:nth-child(4) .footerLinkBox_bg {
  background-image: url(../img/footer_nav_04.jpg);
}

.footerLinkWrap .footerLinkBox_cont {
  z-index: 2;
}

.footerLinkWrap .footerLinkBox_cont p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footerLinkWrap .footerLinkBox_cont p {
    font-size: 1.6rem;
  }
}

.footerLinkWrap .footerLinkBox_cont a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.footerLinkWrap .footerLinkBox:hover .footerLinkBox_bg {
  opacity: 0.7;
}

.footerLinkWrap .footerLinkBox::before {
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footerLinkWrap .footerLinkBox:hover::before {
  z-index: 2;
  background-color: #111;
  -webkit-transform: skewX(-20deg) scale(2);
          transform: skewX(-20deg) scale(2);
}

.footer_container04 {
  background-color: #648cc8;
  padding: 30px 20px;
}

.footer_container04_logo {
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  margin-bottom: 20px;
}

.pageWrap .carouselWrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .pageWrap .carouselWrap {
    position: relative;
  }
}

.carouselBlackBg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}

.carouselBottomBg {
  background: -webkit-gradient(linear, left bottom, left top, from(#111), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #111, rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 30%;
  z-index: 12;
}

.slider .slide_box::after {
  content: "";
  display: block;
  padding-top: calc(1080 / 1920 * 100%);
}

@media screen and (max-width: 767px) {
  .slider .slide_box::after {
    padding-top: 100vh;
  }
}

.slider .slide_box::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% center;
  width: 110%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slider .slide-animation {
  -webkit-animation: topSlide 14s 0s forwards;
          animation: topSlide 14s 0s forwards;
}

@-webkit-keyframes topSlide {
  0% {
    -webkit-transform: scale(1) translate(-10%, 0px);
            transform: scale(1) translate(-10%, 0px);
  }
  100% {
    -webkit-transform: scale(1.08) translate(0%, 0px);
            transform: scale(1.08) translate(0%, 0px);
  }
}

@keyframes topSlide {
  0% {
    -webkit-transform: scale(1) translate(-10%, 0px);
            transform: scale(1) translate(-10%, 0px);
  }
  100% {
    -webkit-transform: scale(1.08) translate(0%, 0px);
            transform: scale(1.08) translate(0%, 0px);
  }
}

.page_01 .slider .slide_01::before {
  background-image: url(../img/p1_bg_pc_01.jpg);
}

.page_01 .slider .slide_02::before {
  background-image: url(../img/p1_bg_pc_02.jpg);
}

.page_01 .slider .slide_03::before {
  background-image: url(../img/p1_bg_pc_03.jpg);
}

@media screen and (max-width: 767px) {
  .page_01 .slider .slide_01::before {
    background-image: url(../img/p1_bg_sp_01.jpg);
  }
  .page_01 .slider .slide_02::before {
    background-image: url(../img/p1_bg_sp_02.jpg);
  }
  .page_01 .slider .slide_03::before {
    background-image: url(../img/p1_bg_sp_03.jpg);
  }
}

.page_02 .slider .slide_01::before {
  background-image: url(../img/p2_bg_pc_01.jpg);
}

.page_02 .slider .slide_02::before {
  background-image: url(../img/p2_bg_pc_02.jpg);
}

.page_02 .slider .slide_03::before {
  background-image: url(../img/p2_bg_pc_03.jpg);
}

@media screen and (max-width: 767px) {
  .page_02 .slider .slide_01::before {
    background-image: url(../img/p2_bg_sp_01.jpg);
  }
  .page_02 .slider .slide_02::before {
    background-image: url(../img/p2_bg_sp_02.jpg);
  }
  .page_02 .slider .slide_03::before {
    background-image: url(../img/p2_bg_sp_03.jpg);
  }
}

.page_03 .slider .slide_01::before {
  background-image: url(../img/p3_bg_pc_01.jpg);
}

.page_03 .slider .slide_02::before {
  background-image: url(../img/p3_bg_pc_02.jpg);
}

.page_03 .slider .slide_03::before {
  background-image: url(../img/p3_bg_pc_03.jpg);
}

@media screen and (max-width: 767px) {
  .page_03 .slider .slide_01::before {
    background-image: url(../img/p3_bg_sp_01.jpg);
  }
  .page_03 .slider .slide_02::before {
    background-image: url(../img/p3_bg_sp_02.jpg);
  }
  .page_03 .slider .slide_03::before {
    background-image: url(../img/p3_bg_sp_03.jpg);
  }
}

.page_04 .slider .slide_01::before {
  background-image: url(../img/p4_bg_pc_01.jpg);
}

.page_04 .slider .slide_02::before {
  background-image: url(../img/p4_bg_pc_02.jpg);
}

.page_04 .slider .slide_03::before {
  background-image: url(../img/p4_bg_pc_03.jpg);
}

@media screen and (max-width: 767px) {
  .page_04 .slider .slide_01::before {
    background-image: url(../img/p4_bg_sp_01.jpg);
  }
  .page_04 .slider .slide_02::before {
    background-image: url(../img/p4_bg_sp_02.jpg);
  }
  .page_04 .slider .slide_03::before {
    background-image: url(../img/p4_bg_sp_03.jpg);
  }
}

.contact_introTx {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.contact_introTx p {
  text-align: center;
}

.contact_introTx p + p {
  margin-top: 10px;
}

.page_contact .form_wrap {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_contact .form_wrap {
    margin-bottom: 30px;
  }
}

.page_contact .form_body {
  width: 100%;
}

.page_contact .form_sec {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_contact .form_sec {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_contact .form_sec p {
  margin-bottom: 0;
}

.page_contact .form_ttl,
.page_contact .form_input {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .page_contact .form_ttl,
  .page_contact .form_input {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_ttl,
  .page_contact .form_input {
    width: 100%;
    padding: 20px 15px;
  }
}

.page_contact .form_ttl {
  background-color: #eef4fa;
  background-color: #f3f3f3;
  border: 1px solid #aaa;
  width: 200px;
}

@media screen and (max-width: 1024px) {
  .page_contact .form_ttl {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_ttl {
    border-bottom: none;
    width: 100%;
  }
}

.page_contact .form_ttl > div {
  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;
  font-size: 1.4rem;
}

.page_contact .form_input {
  border: 1px solid #aaa;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input {
    border-bottom: none;
  }
}

.page_contact div.hissu span,
.page_contact div.hissu2 span {
  display: block;
  padding: 2px 10px;
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  margin-top: 5px;
  text-align: center;
  width: 50px;
}

.page_contact div.hissu2 {
  margin-left: auto;
  margin-top: 5px;
}

.page_contact input,
.page_contact textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #333;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 15px;
}

.page_contact textarea {
  resize: none;
}

.page_contact .form_item_name .form_input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_contact .form_item_name input {
  width: 100%;
}

.page_contact .form_item_name p {
  display: inline-block;
  padding-right: 10px;
}

.page_contact .form_item_name input + p {
  padding-left: 20px;
}

.page_contact .form_item_tel p {
  font-size: 0.8em;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_radio {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_contact .form_input_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_contact .form_input_radio .radioText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_contact .form_input_radio .radioBtn {
  position: relative;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
}

.page_contact .form_input_radio .radioBtn::before,
.page_contact .form_input_radio .radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_contact .form_input_radio .radioBtn::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.page_contact .form_input_radio .radioBtn::after {
  background-color: #333;
  background-color: #111;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%) scale(0.05);
          transform: translate(-50%, -50%) scale(0.05);
}

.page_contact .form_input_radio input:checked + .radioBtn::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.page_contact .form_input_radio .radioBtnItem_cstm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_contact .form_input_radio .radioBtnItem_cstm1 label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_radio .radioBtnItem_cstm1 label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_radio .radioBtnItem_cstm1 {
    display: block;
  }
}

.page_contact .checkboxItem,
.page_contact .radioBtnItem {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_checkBox {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_contact .form_input_checkBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_contact .form_input_checkBox .checkText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_contact .form_input_checkBox .checkBtn {
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.page_contact .form_input_checkBox .checkBtn::before,
.page_contact .form_input_checkBox .checkBtn::after {
  content: "";
  display: block;
  position: absolute;
}

.page_contact .form_input_checkBox .checkBtn::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

.page_contact .form_input_checkBox .checkBtn::after {
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
  opacity: 0;
  height: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 5px;
}

.page_contact .form_input_checkBox input:checked + .checkBtn::after {
  opacity: 1;
}

.page_contact .gl_visually_hidden input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.page_contact .privacyPolicyText {
  margin-bottom: 30px;
}

.page_contact .privacyPolicyCheckBtn {
  margin-top: 40px;
  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;
}

@media screen and (max-width: 767px) {
  .page_contact .privacyPolicyCheckBtn {
    display: block;
  }
}

.page_contact .privacyPolicyCheckBtn a {
  text-decoration: underline;
}

.page_contact .privacyPolicyCheckBtn label {
  display: block;
  padding-right: 5px;
}

.page_contact .privacyPolicyCheckBtn .checkTextWrap {
  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;
}

.page_contact .privacyPolicyCheckBtn .checkText {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_contact .privacyPolicyCheckBtn .checkText {
    margin-right: 0;
  }
}

.page_contact .privacyPolicyCheckBtn .hissu span {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .page_contact .privacyPolicyCheckBtn .hissu span {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

.page_contact .privacyPolicyScrollBox {
  overflow-y: scroll;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.page_contact .contactTtl_wrap {
  margin-top: 50px;
}

.page_contact .contactTtl_wrap .ttl_03 {
  text-align: center;
}

.page_contact .form_bottomText {
  margin-top: 20px;
  margin-bottom: 50px;
}

.page_contact .form_btnWrap input {
  all: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.page_contact .form_btnWrap {
  width: 90%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.page_contact .btn_form01,
.page_contact .btn_form02 {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 50px;
  padding: 20px 25px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_contact .btn_form01 p,
.page_contact .btn_form02 p {
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page_contact .btn_form01:hover,
.page_contact .btn_form02:hover {
  background-color: #333;
}

.page_contact .btn_form02 {
  margin-top: 0;
  background-color: #ccc;
}

.page_contact .btn_form02 p {
  color: #333;
}

.page_contact .btn_form02:hover {
  background-color: #aaa;
}

.page_contact .form_topText {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 299px) {
  .page_contact .form_topText span {
    display: inline-block;
  }
}

.page_contact .contactConfirmWrap {
  margin-bottom: 100px;
}

.page_contact .contactConfirmWrap .lc_introText {
  text-align: center;
}

.page_contact .contactConfirmWrap .contact_ttl {
  font-size: 2rem;
  color: #111;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .page_contact .contactErrorWrap {
    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;
    min-height: 90vh;
    background-color: #111;
  }
}

.page_contact .contactErrorWrap .container {
  max-width: 800px;
  margin-top: -10%;
}

@media screen and (max-width: 767px) {
  .page_contact .contactErrorWrap .container {
    margin-top: 0;
  }
}

.page_contact .contactErrorWrap .contactError_textWrap {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .page_contact .contactErrorWrap .contactError_textWrap {
    padding: 30px 10px;
    margin-top: 50px;
  }
}

.page_contact .contactErrorWrap .form_topText {
  color: #333;
}

.page_contact .contactErrorWrap .errorWrap {
  text-align: center;
  margin-bottom: 50px;
}

.page_contact .contactErrorWrap p.error_messe {
  color: #d4705f;
  text-align: center;
}

.contactThanks_textWrap {
  text-align: center;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contactThanks_textWrap {
    height: 80vh;
  }
}

.contactThanks_textWrap .lc_inner {
  width: 100%;
}

.contactThanks_textWrap .thanks_txt {
  margin-bottom: 30px;
  text-align: center;
}

.contactThanks_textWrap .thanks_cap {
  text-align: center;
  font-size: 0.8em;
}

.page_contact.form_typeB {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB {
    margin-top: 50px;
  }
}

.page_contact.form_typeB .contact_introTx {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.page_contact.form_typeB .contact_introTx p {
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .contact_introTx p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.page_contact.form_typeB .contact_introTx p + p {
  margin-top: 10px;
}

.page_contact.form_typeB .contact_introTx .lc_small {
  font-size: 1.2rem;
  text-align: center;
}

.page_contact.form_typeB .form_ttl,
.page_contact.form_typeB .form_input {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .page_contact.form_typeB .form_ttl,
  .page_contact.form_typeB .form_input {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_ttl,
  .page_contact.form_typeB .form_input {
    width: 100%;
    padding: 20px 0px;
  }
}

.page_contact.form_typeB .form_ttl {
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_ttl {
    padding-bottom: 0;
  }
}

.page_contact.form_typeB .form_ttl p {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_ttl p {
    font-size: 1.4rem;
  }
}

.page_contact.form_typeB .form_input {
  border: none;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_input {
    padding-top: 10px;
  }
}

.page_contact.form_typeB .form_ttl > div {
  display: block;
}

.page_contact.form_typeB .pageFooter {
  padding-bottom: 100px;
}

.page_contact.form_typeB .privacyWrap {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page_contact.form_typeB .privacyWrap h3 {
  font-size: 2rem;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 15px;
}

.page_contact.form_typeB .privacyWrap p + h3 {
  margin-top: 50px;
}

.page_contact.form_typeB .privacyWrap p + p {
  margin-top: 10px;
}

.page_contact.form_typeB .privacyWrap .gl_ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.homeWrap {
  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;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .homeWrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 174.4vw;
  }
}

.homeWrap .lc_inner {
  width: 100%;
  height: 56.25vw;
  max-width: 1920px;
  max-height: 1080px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .homeWrap .lc_inner {
    height: 100vh;
    width: 75vh;
  }
}

@media screen and (max-width: 767px) {
  .homeWrap .lc_inner {
    width: 100vw;
    height: 216.2vw;
    height: 174.4vw;
  }
}

.homeBg_01,
.homeBg_02,
.homeBg_03,
.homeBg_04,
.homeBg_05,
.homeBg_06,
.homeBg_07 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}

.homeBg_01 {
  background-image: url(../img/homebg_pc_01.jpg);
  z-index: 1;
  background-size: cover;
}

.homeBg_02 {
  background-image: url(../img/homebg_pc_02.png);
  z-index: 2;
}

.homeBg_03 {
  background-image: url(../img/homebg_pc_03.png);
  z-index: 3;
}

.homeBg_04 {
  background-image: url(../img/homebg_pc_04.png);
  z-index: 4;
}

.homeBg_05 {
  background-image: url(../img/homebg_pc_05.png);
  z-index: 5;
}

.homeBg_06 {
  background-image: url(../img/homebg_pc_06.png);
  z-index: 6;
}

.homeBg_07 {
  background-image: url(../img/homebg_pc_07.png);
  z-index: 7;
}

@media screen and (max-width: 1024px) {
  .homeBg_02 {
    background-image: url(../img/homebg_tb_02.png);
  }
  .homeBg_03 {
    background-image: url(../img/homebg_tb_03.png);
  }
  .homeBg_04 {
    background-image: url(../img/homebg_tb_04.png);
  }
  .homeBg_05 {
    background-image: url(../img/homebg_tb_05.png);
  }
  .homeBg_06 {
    background-image: url(../img/homebg_tb_06.png);
  }
  .homeBg_07 {
    background-image: url(../img/homebg_tb_07.png);
  }
}

@media screen and (max-width: 767px) {
  .homeBg_02 {
    background-image: url(../img/homebg_sp_02.png);
  }
  .homeBg_03 {
    background-image: url(../img/homebg_sp_03.png);
  }
  .homeBg_04 {
    background-image: url(../img/homebg_sp_04.png);
  }
  .homeBg_05 {
    background-image: url(../img/homebg_sp_05.png);
  }
  .homeBg_06 {
    background-image: url(../img/homebg_sp_06.png);
  }
  .homeBg_07 {
    background-image: url(../img/homebg_sp_07.png);
  }
}

.homeBg_link_01,
.homeBg_link_02,
.homeBg_link_03,
.homeBg_link_04,
.homeBg_link_05,
.homeBg_link_06,
.homeBg_link_07 {
  position: absolute;
  z-index: 10;
  width: 90px;
  height: 90px;
  margin-top: calc(90px / -2);
  margin-left: calc(90px / -2);
}

@media screen and (max-width: 1300px) {
  .homeBg_link_01,
  .homeBg_link_02,
  .homeBg_link_03,
  .homeBg_link_04,
  .homeBg_link_05,
  .homeBg_link_06,
  .homeBg_link_07 {
    width: 65px;
    height: 65px;
    margin-top: calc(65px / -2);
    margin-left: calc(65px / -2);
  }
}

@media screen and (max-width: 1024px) {
  .homeBg_link_01,
  .homeBg_link_02,
  .homeBg_link_03,
  .homeBg_link_04,
  .homeBg_link_05,
  .homeBg_link_06,
  .homeBg_link_07 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_01,
  .homeBg_link_02,
  .homeBg_link_03,
  .homeBg_link_04,
  .homeBg_link_05,
  .homeBg_link_06,
  .homeBg_link_07 {
    width: 50px;
    height: 50px;
  }
}

.homeBg_link_01 {
  top: 19.3%;
  left: 45.2%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_01 {
    top: 8%;
    left: 22.1%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_01 {
    top: 14.4%;
    left: 61.7%;
  }
}

.homeBg_link_02 {
  top: 27.3%;
  left: 62.5%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_02 {
    top: 23.3%;
    left: 85.8%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_02 {
    top: 19.3%;
    left: 84.2%;
  }
}

.homeBg_link_03 {
  top: 44.8%;
  left: 78.4%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_03 {
    top: 30.6%;
    left: 55.7%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_03 {
    top: 23.4%;
    left: 34%;
  }
}

.homeBg_link_04 {
  top: 48.9%;
  left: 23.2%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_04 {
    top: 54.3%;
    left: 45.7%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_04 {
    top: 42.1%;
    left: 75%;
  }
}

.homeBg_link_05 {
  top: 60.2%;
  left: 47.3%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_05 {
    top: 56.8%;
    left: 79.9%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_05 {
    top: 44.9%;
    left: 26.7%;
  }
}

.homeBg_link_06 {
  top: 73.2%;
  left: 71%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_06 {
    top: 86%;
    left: 85.9%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_06 {
    top: 64.8%;
    left: 45.6%;
  }
}

.homeBg_link_07 {
  top: 87.7%;
  left: 30.6%;
}

@media screen and (max-width: 1024px) {
  .homeBg_link_07 {
    top: 89%;
    left: 21.9%;
  }
}

@media screen and (max-width: 767px) {
  .homeBg_link_07 {
    top: 88.8%;
    left: 61.2%;
  }
}

.homeBg_link_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.homeBg_link_inner a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  z-index: 12;
}

.homeBg_link_01 .homeBg_link_img,
.homeBg_link_01 .homeBg_link_img2,
.homeBg_link_02 .homeBg_link_img,
.homeBg_link_02 .homeBg_link_img2,
.homeBg_link_03 .homeBg_link_img,
.homeBg_link_03 .homeBg_link_img2,
.homeBg_link_04 .homeBg_link_img,
.homeBg_link_04 .homeBg_link_img2,
.homeBg_link_05 .homeBg_link_img,
.homeBg_link_05 .homeBg_link_img2,
.homeBg_link_06 .homeBg_link_img,
.homeBg_link_06 .homeBg_link_img2,
.homeBg_link_07 .homeBg_link_img,
.homeBg_link_07 .homeBg_link_img2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 10;
}

.homeBg_link_01 .homeBg_link_img,
.homeBg_link_01 .homeBg_link_img2 {
  background-image: url("../img/homebg_point01.png");
}

.homeBg_link_02 .homeBg_link_img,
.homeBg_link_02 .homeBg_link_img2 {
  background-image: url("../img/homebg_point02.png");
}

.homeBg_link_03 .homeBg_link_img,
.homeBg_link_03 .homeBg_link_img2 {
  background-image: url("../img/homebg_point03.png");
}

.homeBg_link_04 .homeBg_link_img,
.homeBg_link_04 .homeBg_link_img2 {
  background-image: url("../img/homebg_point04.png");
}

.homeBg_link_05 .homeBg_link_img,
.homeBg_link_05 .homeBg_link_img2 {
  background-image: url("../img/homebg_point05.png");
}

.homeBg_link_06 .homeBg_link_img,
.homeBg_link_06 .homeBg_link_img2 {
  background-image: url("../img/homebg_point06.png");
}

.homeBg_link_07 .homeBg_link_img,
.homeBg_link_07 .homeBg_link_img2 {
  background-image: url("../img/homebg_point07.png");
}

.homeBg_link_circle1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: radial-gradient(#fff 20%, rgba(255, 255, 255, 0) 70%);
}

.homeBg_link_circle2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: radial-gradient(#999 10%, rgba(255, 255, 255, 0) 70%);
}

.homeBg_video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .homeBg_video {
    height: 100%;
  }
  .homeBg_video video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.homeLoding {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 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;
}

.homeLoding_bgc {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homeLoding_logo {
  width: 110px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -5%;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .homeLoding_logo {
    width: 90px;
  }
}

/***************************************************
 * Generated by SVG Artista on 8/12/2022, 10:11:14 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s both;
  animation: animate-svg-fill-1 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s both;
  animation: animate-svg-fill-2 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s both;
  animation: animate-svg-fill-3 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.3s both;
  animation: animate-svg-fill-4 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.3s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.4s both;
  animation: animate-svg-fill-5 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.4s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s both;
  animation: animate-svg-fill-6 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.6s both;
  animation: animate-svg-fill-7 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.6s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.7s both;
  animation: animate-svg-fill-8 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s both;
  animation: animate-svg-fill-9 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.9s both;
  animation: animate-svg-fill-10 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1s both;
  animation: animate-svg-fill-11 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.1s both;
  animation: animate-svg-fill-12 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s both;
  animation: animate-svg-fill-13 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.3s both;
  animation: animate-svg-fill-14 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.4s both;
  animation: animate-svg-fill-15 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.5s both;
  animation: animate-svg-fill-16 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.6s both;
  animation: animate-svg-fill-17 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.7s both;
  animation: animate-svg-fill-18 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.7s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.8s both;
  animation: animate-svg-fill-19 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.9s both;
  animation: animate-svg-fill-20 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.9s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2s both;
  animation: animate-svg-fill-21 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2s both;
}

@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.1s both;
  animation: animate-svg-fill-22 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.1s both;
}

@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.2s both;
  animation: animate-svg-fill-23 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.3s both;
  animation: animate-svg-fill-24 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.3s both;
}

@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: #231815;
  }
}

.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.4s both;
  animation: animate-svg-fill-25 0.8s cubic-bezier(0.895, 0.03, 0.685, 0.22) 2.4s both;
}

.pageWrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  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;
}

@media screen and (max-width: 767px) {
  .pageWrap {
    display: block;
  }
}

@media screen and (min-width: 1980px) {
  .pageWrap {
    height: 100vh;
    overflow: hidden;
  }
}

.scroll_animation {
  display: none;
}

@media screen and (max-width: 767px) {
  .scroll_animation {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 7%;
    height: 100px;
    z-index: 15;
  }
}

.scroll_animation span {
  position: absolute;
  left: -20px;
  top: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.scroll_animation::after {
  content: "";
  display: block;
  margin-top: 40px;
  position: absolute;
  top: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  -webkit-animation: pathmove 2.8s ease-in-out infinite;
          animation: pathmove 2.8s ease-in-out infinite;
  opacity: 0;
  /*高さ・位置・透過が変化して線が上から下に動く*/
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}

.contWrap {
  position: relative;
  z-index: 20;
  padding: 20px 20px;
}

@media screen and (max-width: 767px) {
  .contWrap {
    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;
  }
}

.contWrap_inner {
  width: 100%;
}

.ttl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.ttl_01 h1 {
  display: inline-block;
  text-orientation: upright;
  /* すべて縦方向に表示 */
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-align: left;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ttl_01 h1 span {
  display: inline-block;
}

.ttl_01_pc {
  padding-top: 50px;
}

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

.ttl_01_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .ttl_01_sp {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 15;
  }
}

.copyWrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  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;
}

@media screen and (max-width: 767px) {
  .copyWrap {
    display: block;
    width: 100%;
    max-width: none;
    height: 380px;
  }
}

.copyWrap_tb_cstm {
  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;
}

.copyWrap_inner {
  text-orientation: upright;
  /* すべて縦方向に表示 */
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .copyWrap_inner {
    overflow-x: scroll;
    height: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-left: 150px;
  }
}

.copyWrap_inner_tb_cstm {
  position: relative;
  padding-left: 40px;
}

.copyWrap .copy01 {
  font-size: 1.5rem;
  display: inline-block;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .copyWrap .copy01 {
    line-height: 2.5;
    font-size: 1.6rem;
  }
}

.copyWrap .copy01 + .copy01 {
  margin-right: 15px;
}

.copyWrapBlackBg {
  display: none;
}

@media screen and (max-width: 767px) {
  .copyWrapBlackBg {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(#111), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #111, rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20%;
    height: 100%;
    z-index: 12;
  }
}

.pageNavWrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .pageNavWrap {
    height: 28vh;
  }
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .pageNav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
  }
}

.pageNav_A,
.pageNav_B {
  padding: 20px 40px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0.4;
}

.pageNav_A a,
.pageNav_B a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pageNav_A:hover,
.pageNav_B:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .pageNav_A,
  .pageNav_B {
    opacity: 1;
    opacity: 1;
  }
}

.pageNav_A:hover {
  -webkit-transform: scale(1.03) translate(-5px, 0px);
          transform: scale(1.03) translate(-5px, 0px);
}

@media screen and (max-width: 767px) {
  .pageNav_A {
    padding-left: 10px;
  }
}

.pageNav_A p::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  border-color: transparent transparent #fff #fff;
  margin-right: 10px;
}

.pageNav_B:hover {
  -webkit-transform: scale(1.03) translate(5px, 0px);
          transform: scale(1.03) translate(5px, 0px);
}

@media screen and (max-width: 767px) {
  .pageNav_B {
    padding-right: 10px;
  }
}

.pageNav_B p::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  border-color: #fff #fff transparent transparent;
  margin-left: 10px;
}

.pageNav p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .pageNav p {
    font-size: 1.4rem;
  }
}

.stillBg {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.stillBg::before {
  content: "";
  display: block;
  background-image: url(../img/about_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: stillBg 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: stillBg 2.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes stillBg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px) scale(1.1);
            transform: translate(0px, -100px) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@keyframes stillBg {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px) scale(1.1);
            transform: translate(0px, -100px) scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
}

@media screen and (max-width: 767px) {
  .stillBg::before {
    background-image: url(../img/about_bg_sp.jpg);
  }
}

.stillBg::after {
  content: "";
  display: block;
  padding-top: calc(1080 / 1920 * 100%);
}

@media screen and (max-width: 767px) {
  .stillBg::after {
    padding-top: 100vh;
  }
}

.nomalTextWrap {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  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;
}

.copy02 {
  line-height: 2;
}

.copy02 + .copy02 {
  padding-top: 20px;
}

.nomalTextWrap .btn_01 {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .page_movie .pageWrap {
    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;
  }
}

.movieWrap {
  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;
}

.video {
  max-width: 1920px;
  max-height: 1080px;
  opacity: 0;
  -webkit-animation: fadeIn 2s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/*# sourceMappingURL=style.css.map */