/*!
 * Bootstrap Reboot v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------
fonts
---------------------------------------*/
body {
  font-family: "Helvetica Neue", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Original Yu Gothic", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}

/*--------------------------------------
base
---------------------------------------*/
body {
  position: relative;
}

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

a {
  color: #000000;
  transition: all .3s ease;
}
a::before, a::after {
  transition: all .3s ease;
}
a:hover {
  color: #C2915F;
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media all and (min-width: 546px) {
  .xs {
    display: none !important;
  }
}

h1, h2, h3, h4, h5,
p, ul, ol, dl, dt, dd {
  margin-bottom: 0;
}

*:focus {
  outline: none !important;
}

:root {
  --header-height: 60px;
}

html {
  height: 100%;
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  height: 100%;
  overflow-wrap: break-word;
}

section.kv {
  position: relative;
  width: 100%;
  height: var(--vh);
}

#bgslider, #txslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#bgslider .slide, #txslider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation-duration: 32s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
#bgslider .slide.active, #txslider .slide.active {
  animation-play-state: running;
}

#bgslider .slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#bgslider .bgslide01 {
  animation-name: bgslide01;
  background-image: url(../img/01.png);
}
#bgslider .bgslide02 {
  animation-name: bgslide02;
  background-image: url(../img/02.png);
}
#bgslider .bgslide03 {
  animation-name: bgslide03;
  background-image: url(../img/03.png);
}
#bgslider .bgslide04 {
  animation-name: bgslide04;
  background-image: url(../img/04.png);
}
#bgslider .bgslide05 {
  animation-name: bgslide05;
  background-image: url(../img/05.png);
}
#bgslider .bgslide06 {
  animation-name: bgslide06;
  background-image: url(../img/06.png);
}

#txslider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#txslider .txslide01 {
  animation-name: txslide01;
}
#txslider .txslide01 img {
  width: 75.58962vw;
}
#txslider .txslide02 {
  animation-name: txslide02;
}
#txslider .txslide02 img {
  width: 56.52313vw;
}
#txslider .txslide03 {
  animation-name: txslide03;
}
#txslider .txslide03 img {
  width: 71.33642vw;
}

@keyframes bgslide01 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgslide02 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  12% {
    opacity: 0;
    transform: scale(2);
  }
  16% {
    opacity: 1;
    transform: scale(1);
  }
  96% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes bgslide03 {
  0% {
    opacity: 0;
  }
  28% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgslide04 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  44% {
    opacity: 0;
    transform: scale(2);
  }
  48% {
    opacity: 1;
    transform: scale(1);
  }
  96% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes bgslide05 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bgslide06 {
  0% {
    opacity: 0;
    transform: scale(2);
  }
  76% {
    opacity: 0;
    transform: scale(2);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  96% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes txslide01 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  8% {
    opacity: 0;
    margin-top: 20px;
  }
  12% {
    opacity: 1;
    margin-top: 0;
  }
  24% {
    opacity: 1;
    margin-top: 0;
  }
  28% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 0;
    margin-top: 20px;
  }
}
@keyframes txslide02 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  36% {
    opacity: 0;
    margin-top: 20px;
  }
  40% {
    opacity: 1;
    margin-top: 0;
  }
  56% {
    opacity: 1;
    margin-top: 0;
  }
  60% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 0;
    margin-top: 20px;
  }
}
@keyframes txslide03 {
  0% {
    opacity: 0;
    margin-top: 20px;
  }
  68% {
    opacity: 0;
    margin-top: 20px;
  }
  72% {
    opacity: 1;
    margin-top: 0;
  }
  92% {
    opacity: 1;
    margin-top: 0;
  }
  96% {
    opacity: 0;
    margin-top: 20px;
  }
  100% {
    opacity: 0;
    margin-top: 20px;
  }
}

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