@charset "UTF-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
	-----------------------------------*/
/*
 reset
==============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: none;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }*/
del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
}

*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

body {
  font-size: max(1.8rem, 11px);
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 1.875;
  word-break: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.3333333333vw;
  }
}

h1,
h2,
h3,
h4,
dt {
  font-weight: 500;
}

picture {
  display: block;
}

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


 link


----------------------------------------*/
a {
  position: relative;
  color: #000;
  text-decoration: none;
  border: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
a.hv:hover {
  opacity: 0.7;
}
a.underline {
  border-bottom: 1px solid #000;
}
a.underline::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

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


header


----------------------------------------*/
header {
  position: fixed;
  top: 0;
  transform: translateY(0);
  width: 100%;
  z-index: 11;
  background: transparent;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header {
    height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 13.8888888889vw;
  }
}
header.fixed {
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  header.fixed {
    height: 8rem;
  }
  header.fixed .logo {
    width: 29.6rem;
  }
}
header .inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .inner {
    width: 94%;
  }
}
header .logo {
  position: relative;
  width: 37rem;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  header .logo {
    left: 0vw;
    width: 48.0555555556vw;
    z-index: 10;
  }
}

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


footer


----------------------------------------*/
footer {
  position: relative;
  background: #fff;
  padding: 5rem 0;
}
footer .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .inner {
    text-align: center;
  }
}
footer .inner .logo {
  width: 23.5rem;
}
@media screen and (max-width: 767px) {
  footer .inner .logo {
    width: 50.2777777778vw;
    margin: 0 auto;
  }
}
footer .inner .row {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  footer .inner .row {
    display: block;
    text-align: center;
  }
}
footer .inner .row .address {
  width: 50%;
}
@media screen and (min-width: 768px) {
  footer .inner .row .address {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  footer .inner .row .address {
    width: 100%;
    font-size: 3.6111111111vw;
  }
  footer .inner .row .address .btn_map {
    margin-top: 1em;
  }
}
footer .inner .row .copy {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer .inner .row .copy {
    display: block;
    text-align: center;
    font-size: 2.3611111111vw;
    margin-top: 7.6388888889vw;
    width: 100%;
  }
}
footer .inner .row .copy a {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  footer .inner .row .copy a {
    margin-right: 0;
    margin-bottom: 1.3888888889vw;
    width: 100%;
  }
}
footer .inner .row .copy a::before {
  position: relative;
  content: "■";
  color: #E60014;
}

.to_top {
  position: relative;
  width: 4.6rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: #E60014;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 8.3333333333vw;
  }
}
.to_top::before {
  position: absolute;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 1.2rem;
  height: 1.2rem;
  rotate: -45deg;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 767px) {
  .to_top::before {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
  }
}
.to_top:hover {
  background: #fff;
}
.to_top:hover::before {
  border-top: 1px solid #E60014;
  border-right: 1px solid #E60014;
}

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




----------------------------------------*/
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes transform_y {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen {
  ._fadein {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease 0.02s;
  }
  ._fade {
    opacity: 0;
    transition: all 1s ease 0.02s;
  }
  .on._fadein,
  .on._fade {
    opacity: 1;
    transform: translateX(0);
  }
  ._fade ._fade_c {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  ._fade ._fade_v {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .on._fade ._fade_c:nth-child(1) {
    animation: on_r_slide 1s ease-in-out 0.4s forwards;
  }
  .on._fade ._fade_c:nth-child(2) {
    animation: on_r_slide 1s ease-in-out 0.5s forwards;
  }
  .on._fade ._fade_c:nth-child(3) {
    animation: on_r_slide 1s ease-in-out 0.6s forwards;
  }
  .on._fade ._fade_c:nth-child(4) {
    animation: on_r_slide 1s ease-in-out 0.7s forwards;
  }
  .on._fade ._fade_c:nth-child(5) {
    animation: on_r_slide 1s ease-in-out 0.8s forwards;
  }
  .on._fade ._fade_c:nth-child(6) {
    animation: on_r_slide 1s ease-in-out 0.9s forwards;
  }
  .on._fade ._fade_c:nth-child(7) {
    animation: on_r_slide 1s ease-in-out 1s forwards;
  }
  .on._fade ._fade_c:nth-child(8) {
    animation: on_r_slide 1s ease-in-out 1.1s forwards;
  }
  .on._fade ._fade_c:nth-child(9) {
    animation: on_r_slide 1s ease-in-out 1.2s forwards;
  }
  .on._fade ._fade_c:nth-child(10) {
    animation: on_r_slide 1s ease-in-out 1.3s forwards;
  }
  .on._fade ._fade_c:nth-child(11) {
    animation: on_r_slide 1s ease-in-out 1.4s forwards;
  }
  .on._fade ._fade_c:nth-child(12) {
    animation: on_r_slide 1s ease-in-out 1.5s forwards;
  }
  .on._fade ._fade_v:nth-child(1) {
    animation: on_b_slide 0.8s ease-in-out 0.4s forwards;
  }
  .on._fade ._fade_v:nth-child(2) {
    animation: on_b_slide 0.8s ease-in-out 0.5s forwards;
  }
  .on._fade ._fade_v:nth-child(3) {
    animation: on_b_slide 0.8s ease-in-out 0.6s forwards;
  }
  .on._fade ._fade_v:nth-child(4) {
    animation: on_b_slide 0.8s ease-in-out 0.7s forwards;
  }
  .on._fade ._fade_v:nth-child(5) {
    animation: on_b_slide 0.8s ease-in-out 0.8s forwards;
  }
  .on._fade ._fade_v:nth-child(6) {
    animation: on_b_slide 0.8s ease-in-out 0.9s forwards;
  }
  .on._fade ._fade_v:nth-child(7) {
    animation: on_b_slide 0.8s ease-in-out 1s forwards;
  }
  .on._fade ._fade_v:nth-child(8) {
    animation: on_b_slide 0.8s ease-in-out 1.1s forwards;
  }
  .on._fade ._fade_v:nth-child(9) {
    animation: on_b_slide 0.8s ease-in-out 1.2s forwards;
  }
  .on._fade ._fade_v:nth-child(10) {
    animation: on_b_slide 0.8s ease-in-out 1.3s forwards;
  }
  .on._fade ._fade_v:nth-child(11) {
    animation: on_b_slide 0.8s ease-in-out 1.4s forwards;
  }
  .on._fade ._fade_v:nth-child(12) {
    animation: on_b_slide 0.8s ease-in-out 1.5s forwards;
  }
  .fade_op,
  .fade_txt,
  .fade_ph {
    opacity: 0;
  }
  .on .fade_txt {
    animation: fade_txt 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.65s forwards;
  }
  .on .fade_ph {
    animation: fade_ph 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op {
    animation: fade_op 1.2s cubic-bezier(0.19, 1, 0.22, 1) 3s forwards;
  }
  .on .fade_op.fade_op01,
  .on .fade_txt.fade_txt01 {
    animation-delay: 0.2s;
  }
  .on .fade_op.fade_op02,
  .on .fade_txt.fade_txt02 {
    animation-delay: 0.4s;
  }
  .on .fade_op.fade_op03,
  .on .fade_txt.fade_txt03 {
    animation-delay: 0.6s;
  }
  .on .fade_op.fade_op04,
  .on .fade_txt.fade_txt04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph01 {
    animation-delay: 0.2s;
  }
  .on .fade_ph.fade_ph02 {
    animation-delay: 0.4s;
  }
  .on .fade_ph.fade_ph03 {
    animation-delay: 0.6s;
  }
  .on .fade_ph.fade_ph04 {
    animation-delay: 0.8s;
  }
  .on .fade_ph.fade_ph05 {
    animation-delay: 1s;
  }
}
@keyframes grade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes on_r_slide {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes on_b_slide {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_ph {
  0% {
    transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_txt {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fade_op {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes image-switch {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-climb {
  0% {
    transform: translateY(0);
  }
  1% {
    transform: translateY(0);
  }
  4% {
    transform: translateY(-100px);
  }
  20% {
    transform: translateY(-100px);
  }
  25% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
._spilit span {
  position: relative;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(100%, 20%) skewX(-20deg);
  transform: translate(100%, 20%) skewX(-20deg);
  transition: all 1.9s ease 0.02s;
}
@media screen and (max-width: 767px) {
  ._spilit span {
    transition: all 1.3s ease 0.02s;
  }
}

._spilit.on span {
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0deg);
  transform: translate(0, 0) skewX(0deg);
}/*# sourceMappingURL=common.css.map */