@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-wrap: inherit;
}

html {
  max-width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  margin: 0 !important;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
html.no-scroll-pop {
  overflow: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  color: #040000;
  text-align: left;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  background-color: #ffffff;
}

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

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

ol,
ul,
dl {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  list-style-type: none;
}

dt {
  margin-bottom: 0;
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img,
object {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  vertical-align: middle;
}

a object {
  pointer-events: none;
}

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

caption {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

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

label,
select,
button {
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

select::-ms-expand {
  display: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

input[type=checkbox] {
  margin: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

/**
 * キーボード以外からフォーカスしたときに
 * outlineを表示しない。
 * このリセットにはwhat-imputが必要
 **************************************** */
html[data-whatinput=mouse] *:focus,
html[data-whatinput=touch] *:focus {
  outline: none;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

em,
strong {
  font-style: normal;
  font-weight: 700;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.l-header__logo {
  width: 470.1657px;
  height: 82.4538px;
  margin-right: 30px;
}
.l-header__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .l-header__nav {
    margin-top: 0;
  }
}
.l-header__contact {
  width: 285.3696px;
  height: 50px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__toggle_btn {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
}

.header {
  padding: 20px 30px 0 23px;
}
@media (max-width: 767px) {
  .header {
    padding: 14px 14px 0;
  }
}
.header__toggle_btn {
  cursor: pointer;
  background-color: #ffffff;
}
.header__logo {
  transform: scale(1);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
.scale .header__logo {
  transform: scale(0.8);
}

.text__size-xxs {
  font-size: 0.625rem;
}
.text__size-xs {
  font-size: 0.75rem;
}
.text__size-xsm {
  font-size: 0.8125rem;
}
.text__size-sm {
  font-size: 0.875rem;
}
@media (max-width: 640px) {
  .text__size-sm {
    font-size: 0.75rem !important;
  }
}
.text__size-md {
  font-size: 1rem;
}
@media (max-width: 640px) {
  .text__size-md {
    font-size: 0.875rem !important;
  }
}
.text__size-lg {
  font-size: 1.125rem;
}
@media (max-width: 640px) {
  .text__size-lg {
    font-size: 1rem !important;
  }
}
.text__size-xl {
  font-size: 1.25rem;
}
@media (max-width: 640px) {
  .text__size-xl {
    font-size: 1.125rem !important;
  }
}
.text__size-xxl {
  font-size: 1.5rem;
}
@media (max-width: 640px) {
  .text__size-xxl {
    font-size: 1.25rem !important;
  }
}
.text__color-main {
  color: #E95207;
}
.text__color-red {
  color: #E71F19;
}

.l-toggle_btn {
  width: 25px;
  height: 16px;
  margin: 10px auto 3px;
}
.l-toggle_btn__item, .l-toggle_btn::before, .l-toggle_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.l-toggle_btn__item {
  margin: 5px auto;
}

.toggle_btn__item, .toggle_btn::before, .toggle_btn::after {
  background-color: #E95207;
}
.toggle_btn__text {
  font-weight: 700;
}

.l-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 405px;
  height: 100vh;
  z-index: 120;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
  overflow: auto;
}
@media (max-width: 640px) {
  .l-nav {
    width: 100%;
  }
}
.toggle .l-nav {
  transform: translateX(0);
}
.l-nav__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
}
.l-nav__close--item {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
}
.l-nav__close--item:last-of-type {
  top: unset;
  bottom: 0;
}
.l-nav__list {
  display: flex;
  flex-direction: column;
  width: 288px;
  margin: 0 auto;
}
.l-nav__item {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}
.l-nav__item:last-of-type {
  margin-bottom: 0;
}
.l-nav__img {
  margin-right: 11px;
}
.l-nav__icon {
  width: 22px;
  height: 22px;
}
.l-nav__contact {
  width: 285px;
  height: auto;
  margin: 0 auto 70px;
}
@media (max-width: 640px) {
  .l-nav__contact {
    margin-bottom: 50px;
  }
}
.l-nav__contact--img {
  width: 285px;
  height: auto;
}

.nav {
  background-color: #ffffff;
  padding-bottom: 80px;
}
.nav__close {
  cursor: pointer;
}
.nav__close--item {
  background-color: #000000;
  transform: translateY(15.5px) rotateZ(-45deg);
}
.nav__close--item:last-of-type {
  transform: translateY(-15.5px) rotateZ(45deg);
}
.nav__contact {
  padding-top: 90px;
}
.nav__item {
  padding-bottom: 14px;
  border-bottom: 1px solid #B1B1B2;
}
.nav__text {
  color: #221714;
  font-weight: 700;
}

.l-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.mask {
  cursor: pointer;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.toggle .mask {
  pointer-events: all;
  opacity: 0.6;
}
.no-scroll-pop .mask {
  cursor: auto;
  pointer-events: all;
  opacity: 0.6;
}

/* Start layout/l-header */
/* End layout/l-header */
/* Start layout/header */
/* End layout/header */
/* Start layout/text */
/* End layout/text */
/* Start layout/l-toggle_btn */
/* End layout/l-toggle_btn */
/* Start layout/toggle_btn */
/* End layout/toggle_btn */
/* Start layout/l-nav */
/* End layout/l-nav */
/* Start layout/nav */
/* End layout/nav */
/* Start layout/l-mask */
/* End layout/l-mask */
/* Start layout/mask */
/* End layout/mask */
.l-container {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .l-container {
    max-width: 768px;
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .l-container {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .l-container {
    max-width: 375px;
    padding: 0 30px;
  }
}
.l-container__mv {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .l-container__mv {
    max-width: 768px;
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .l-container__mv {
    max-width: 640px;
  }
}
@media (max-width: 640px) {
  .l-container__mv {
    max-width: 375px;
    padding: 0;
  }
}

/* Start layout/l-container */
/* End layout/l-container */
.l-footer {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .l-footer {
    margin-bottom: 15vw;
  }
  .l-footer.-mb_none {
    margin-bottom: 0;
  }
}
.l-footer__main {
  width: 100%;
  height: 100%;
}
.l-footer__logo {
  width: 877px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__logo--img {
  width: 877px;
  height: auto;
}
@media (max-width: 1100px) {
  .l-footer__logo--img {
    width: 100%;
  }
}
.l-footer__text--box {
  width: 100%;
  height: 100%;
  text-align: center;
}

.footer__main {
  padding: 54px 0 73px;
  background-color: #E95207;
}
.footer__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer__text {
    font-size: 0.75rem;
  }
}
@media (max-width: 640px) {
  .footer__text {
    font-size: 0.625rem;
  }
}
.footer__text--box {
  padding: 16px 0;
  background-color: #001BAA;
}

/* Start layout/l-footer */
/* End layout/l-footer */
/* Start layout/footer */
/* End layout/footer */
.l-sp-bar {
  display: none;
}
@media (max-width: 767px) {
  .l-sp-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 60;
  }
}
.l-sp-bar__img {
  width: 100%;
  height: 100%;
}

/* Start layout/l-sp-bar */
/* End layout/l-sp-bar */
.top_fadein {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.top_fadein.animated {
  opacity: 1;
  transform: translateY(0);
}

.bottom_fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.bottom_fadein.animated {
  opacity: 1;
  transform: translateY(0);
}

.scale_up {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.scale_up.animated {
  opacity: 1;
  transform: scale(1);
}

.scale_down {
  opacity: 0;
  transform: scale(1.15);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.scale_down.animated {
  opacity: 1;
  transform: scale(1);
}

.slide_left {
  clip-path: inset(0 99.9% 0 0);
  -webkit-clip-path: inset(0 99.9% 0 0);
  transition: clip-path 0.6s linear;
}
.slide_left.animated {
  clip-path: inset(0);
  -webkit-clip-path: inset(0);
}

/* Start layout/scroll */
/* End layout/scroll */
/* Start reset */
/* End reset */
/* Start header */
/* End header */
/* Start container */
/* End container */
/* Start footer */
/* End footer */
/* Start sp-ba */
/* End sp-ba */
/* Start scroll */
/* End scroll */

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