* {
  margin: 0;
  padding: 0;
  position: relative;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: inherit;
  line-height: 1.75;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}
a.uline:hover {
  text-decoration: underline;
}
@media (min-width: 481px) {
  a.tel {
    pointer-events: none;
  }
}
a.current {
  pointer-events: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
}

li {
  list-style: none;
}

figure {
  display: block;
}

sup {
  font-size: 50%;
}

button {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.img100 {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 481px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}
@media screen and (min-width: 861px) {
  br.pc {
    display: inline;
  }
}

br.pc-w {
  display: none;
}
@media screen and (min-width: 980px) {
  br.pc-w {
    display: inline;
  }
}

.has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
  content: attr(data-com) "";
  position: absolute;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Yu Mincho", "YuMincho", serif;
}
@media screen and (min-width: 861px) {
  .has-comb::after, .has-comw::after, .has-comb-out::after, .has-comw-out::after {
    font-size: 12px;
  }
}

.has-comb::after, .has-comb-out::after {
  color: #000;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9), -1px 1px 2px rgba(255, 255, 255, 0.9), 1px -1px 2px rgba(255, 255, 255, 0.9), -1px -1px 2px rgba(255, 255, 255, 0.9);
}

.has-comw::after, .has-comw-out::after {
  color: #FFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9), -1px 1px 2px rgba(0, 0, 0, 0.9), 1px -1px 2px rgba(0, 0, 0, 0.9), -1px -1px 2px rgba(0, 0, 0, 0.9);
}

.has-comb::after, .has-comw::after {
  bottom: 5px;
  right: 5px;
}

.has-comb-out::after, .has-comw-out::after {
  bottom: -20px;
  right: 0;
}

.head1 {
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .head1 {
    font-size: 120px;
  }
}
.head1.on {
  transition: color 0.5s linear 0.5s, text-shadow 0.5s linear 1s;
}

.head2 {
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .head2 {
    font-size: 120px;
  }
}
.head2.on {
  transition: color 0.5s linear 0.5s;
}

.lead1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  overflow: hidden;
}
@media screen and (min-width: 481px) {
  .lead1 {
    font-size: 56px;
  }
}
.lead1_span {
  background: linear-gradient(to right, #FFF 50%, rgba(182, 39, 45, 0.2) 50%) repeat-x 0% 85%/200% 40%;
}
.on .lead1_span {
  transition: 0.5s linear;
  background-position-x: -100%;
}
.on .lead1_span.delay {
  transition-delay: 1s;
}

.lead2 {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .lead2 {
    font-size: 24px;
  }
}

.en_m {
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
}

.ja_s {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
}
.header_btn {
  display: block;
  width: 38px;
}

.contact {
  padding-top: 120px;
}
.contact_bg {
  background: #111d3f;
  padding: 40px 20px;
}
.contact_in {
  max-width: 1000px;
  margin: 0 auto;
}
.contact_head {
  color: #000;
  -webkit-text-stroke: 1px #FFF;
}
.contact_head.on {
  color: #FFF;
}
.contact_a {
  display: block;
  width: 80%;
  max-width: 320px;
  height: 50px;
  border-radius: 35px;
  background: #FFF;
  color: #000;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  margin: 0 auto;
}
.contact_a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  transform: rotate(45deg);
}

.footer_ptop {
  display: flex;
  position: absolute;
  bottom: 150px;
  right: -50px;
  z-index: 999;
  background: #b6272d;
  transform: rotate(90deg);
  padding: 5px 20px;
  pointer-events: auto;
}
@media screen and (min-width: 481px) {
  .footer_ptop {
    right: 0;
  }
}
.footer_ptop_span {
  color: #FFF;
  font-size: 12px;
  display: inline-block;
  position: relative;
}
.footer_ptop_span_arrow {
  display: inline-block;
  position: relative;
  border-top: #FFF 1px solid;
  width: 50px;
  transform: translateY(50%);
  margin-right: 5px;
}
.footer_ptop_span_arrow::before {
  position: absolute;
  left: 0;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #FFF;
  transform: translate(0px, -4px) rotate(-30deg);
}
.footer_logo {
  background: #111d3f;
  line-height: 1;
  padding: 20px;
  text-align: center;
}

.menu {
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(221, 221, 221, 0.9);
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.open .menu {
  opacity: 1;
  visibility: visible;
}
.menu_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.menu_ul {
  padding: 40px 20px;
}
.menu_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.menu_en {
  font-size: 40px;
  font-weight: 900;
}
.menu_ja {
  font-weight: 700;
  margin-left: 1em;
  font-size: 18px;
}
@media screen and (min-width: 481px) {
  .menu_ul {
    max-width: 840px;
    margin: 0 auto;
  }
  .menu_en {
    font-size: 54px;
  }
  .menu_ja {
    font-size: 24px;
  }
}

.background_animation {
  position: absolute;
  top: 0;
  width: 100%;
  height: 200vh;
  z-index: -999;
}
.background_animation div.lineWrap {
  position: relative;
  display: block;
  height: 200vh;
  width: 120px;
  margin: 0 0%;
}
.background_animation div.lineWrap_01 {
  left: 50%;
  transform: skewX(-45deg);
}
.background_animation div.lineWrap_02 {
  top: -150vh;
  left: 50%;
  transform: skewX(45deg);
}
.background_animation p.line {
  height: 100%;
  overflow: hidden;
}
.background_animation p.line_01 {
  position: absolute;
  right: 48%;
  width: 100px;
}
.background_animation p.line_02 {
  position: absolute;
  top: 0;
  width: 34px;
  right: 48.5%;
}
.background_animation p.line_03 {
  position: absolute;
  top: 0;
  width: 10px;
  right: 51%;
}
.background_animation p.line::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(17, 29, 63, 0), rgb(17, 29, 63));
  opacity: 0.2;
}
.background_animation p.line.on::before {
  animation: diagonal-grow 5s ease forwards;
}
@keyframes diagonal-grow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

.anime {
  opacity: 0;
}

.slideinBottom.active {
  animation: slideinBottom 3s forwards;
}

@keyframes slideinBottom {
  0% {
    transform: translateY(50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideinLeft.active {
  animation: slideinLeft 3s forwards;
}

@keyframes slideinLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideinRight.active {
  animation: slideinRight 3s forwards;
}

@keyframes slideinRight {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}/*# sourceMappingURL=common.css.map */