@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in--6 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes fade-out--6 {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toTop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html {
  background: #000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }
}

body {
  background: #000;
  font-feature-settings: "palt";
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Zen Old Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }
}

html, body, div, p, ul, li, ol, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

header, nav, main, footer, section {
  display: block;
}

img {
  width: 100%;
}
img.obs {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
img.auto {
  width: auto;
  height: auto;
}

.sp-dispB {
  display: none !important;
}

.sp-dispIB {
  display: none !important;
}

.sp-dispI {
  display: none !important;
}

.pc-dispB {
  display: block !important;
}

.pc-dispIB {
  display: inline-block !important;
}

.pc-dispI {
  display: inline !important;
}

.pc-dispF {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .sp-dispB {
    display: block !important;
  }
  .sp-dispIB {
    display: inline-block !important;
  }
  .sp-dispI {
    display: inline !important;
  }
  .pc-dispB {
    display: none !important;
  }
  .pc-dispIB {
    display: none !important;
  }
  .pc-dispI {
    display: none !important;
  }
  .pc-dispF {
    display: none !important;
  }
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-size--12 {
  font-size: 0.75rem !important;
}
.text-size--14 {
  font-size: 0.875rem !important;
}
.text-size--18 {
  font-size: 1.125rem !important;
}
.text-size--20 {
  font-size: 1.25rem !important;
}
.text-size--24 {
  font-size: 1.5rem !important;
}
.text-size--26 {
  font-size: 1.625rem !important;
}
.text-size--28 {
  font-size: 1.75rem !important;
}
.text-size--30 {
  font-size: 1.875rem !important;
}
.text-size--36 {
  font-size: 2.25rem !important;
}
.text-color--orange {
  color: #fea500;
}
.text-color--green {
  color: #4acd03;
}
.text-color--red {
  color: #dc0000;
}

.g-header {
  display: flex;
  justify-content: end;
  align-items: center;
  box-sizing: border-box;
  padding: 0.3em 1.5em;
  position: fixed;
  width: 100%;
  background: linear-gradient(rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  z-index: 1000;
  height: 105px;
}
.g-header-logo-area {
  flex-grow: 1;
  z-index: 999;
}
.g-header-logo-area > .g-logo {
  max-width: 267px;
  width: 13.9vw;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .g-header {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 132px;
  }
  .g-header-logo-area {
    flex-grow: 1;
    width: 100%;
  }
  .g-header-logo-area > .g-logo {
    margin-right: auto;
    margin-left: auto;
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .g-header {
    justify-content: space-between;
    padding-right: 60px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    height: 67px;
  }
  .g-header-logo-area {
    flex-grow: 0;
    width: auto;
  }
  .g-header-logo-area > .g-logo {
    width: 40vw;
  }
}
.g-header-nav {
  display: flex;
  align-items: start;
  margin-right: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .g-header-nav {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .g-header-nav {
    display: none;
    overflow-y: auto;
    position: fixed;
    transform: translate(100%, 0);
    top: 0;
    left: 0;
    background: #000;
    bottom: 0;
    width: 100%;
    transition: all 0.5s;
    padding: 2em;
    z-index: 99999;
    box-sizing: border-box;
  }
  .g-header-nav.show {
    transform: translate(0, 0);
  }
}
.g-header-nav__def-link {
  position: relative;
}
@media screen and (max-width: 767px) {
  .g-header-nav__def-link {
    border-bottom: 1px solid #bbbaba;
    text-align: left;
    padding: 0.5em 0;
  }
}
.g-header-nav__def-link > a, .g-header-nav__def-link > p {
  display: block;
  color: #fff;
  padding: 1em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  font-size: clamp(10px, 1.1428571429vw, 1rem);
}
@media screen and (max-width: 1100px) {
  .g-header-nav__def-link > a, .g-header-nav__def-link > p {
    font-size: clamp(10px, 1.3333333333vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .g-header-nav__def-link > a, .g-header-nav__def-link > p {
    font-size: 1.3rem;
    text-align: left;
    padding: 0.8em 1em;
  }
}
.g-header-nav--has-child {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .g-header-nav--has-child::before, .g-header-nav--has-child::after {
    content: "";
    position: absolute;
    right: 1.5em;
    top: calc(0.8em + 7px);
    width: 1px;
    height: 18px;
    background: #000;
  }
  .g-header-nav--has-child::after {
    transform: rotate(90deg);
  }
}
.g-header-nav__child-nav {
  position: absolute;
  white-space: nowrap;
  left: 1em;
  top: 3em;
  display: none;
}
@media screen and (max-width: 1300px) {
  .g-header-nav__child-nav {
    top: 2.2em;
  }
}
.g-header-nav__child-nav > li {
  position: relative;
  border-bottom: 1px solid #000;
  background: #fff;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .g-header-nav__child-nav > li {
    background: none;
    opacity: 1;
    border-bottom: 1px solid #000;
  }
}
.g-header-nav__child-nav > li::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  margin-top: -5px;
}
.g-header-nav__child-nav > li.noline {
  border-bottom: 0;
}
.g-header-nav__child-nav > li:hover {
  opacity: 1;
}
.g-header-nav__child-nav.show {
  display: block;
  animation: fade-in 0.4s ease-in 0s forwards;
}
.g-header-nav__child-nav.hide {
  animation: fade-out 0.4s ease-in 0s forwards;
}
.g-header-nav__child-nav a {
  color: #000;
  padding: 1em 3em 1em 1.5em;
  display: block;
  box-sizing: border-box;
  font-size: clamp(10px, 1.1428571429vw, 1rem);
}
@media screen and (max-width: 1100px) {
  .g-header-nav__child-nav a {
    font-size: clamp(10px, 1.3333333333vw, 1rem);
  }
}
@media screen and (max-width: 767px) {
  .g-header-nav__child-nav a {
    font-size: 1rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .g-header-nav__child-nav {
    position: relative;
    left: 0;
    top: auto;
  }
}
.g-header__sns-nav {
  display: flex;
  min-width: 7rem;
  justify-content: space-between;
  margin-right: 2rem;
}
@media screen and (max-width: 1100px) {
  .g-header__sns-nav {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .g-header__sns-nav {
    display: none;
  }
}
.g-header__sns-nav > * {
  width: 1.5rem;
  height: 1.5rem;
}
.g-header__password-link {
  display: block;
  background: #b00b10;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: clamp(10px, 1.1428571429vw, 1rem);
}
@media screen and (max-width: 1100px) {
  .g-header__password-link {
    font-size: clamp(10px, 1.3333333333vw, 1rem);
  }
}
.g-header__password-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .g-header__password-link {
    margin-top: 0;
    margin-left: 1em;
    padding: 0.4em 1em;
    font-size: 1rem;
  }
}

.g-header-hmg-btn {
  content: "";
  position: fixed;
  top: 13.5px;
  bottom: auto;
  left: auto;
  right: 0.7rem;
  width: 40px;
  height: 40px;
  margin: auto;
  background: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 767px) {
  .g-header-hmg-btn {
    display: block;
  }
}
.g-header-hmg-btn__hans {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #fff;
  animation: fadeIn 0.3s;
  border-radius: 2px;
}
.g-header-hmg-btn__hans--sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.g-header-hmg-btn__hans:before, .g-header-hmg-btn__hans:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
}
.g-header-hmg-btn__hans:before {
  top: -8px;
  border-radius: 2px;
  animation: position-up 0.3s, fadeIn 0.3s;
}
.g-header-hmg-btn__hans:after {
  top: 8px;
  border-radius: 2px;
  animation: position-down 0.3s, fadeIn 0.3s;
}
.g-header-hmg-btn[aria-expanded=true] .g-header-hmg-btn__hans {
  background-color: transparent;
}
.g-header-hmg-btn[aria-expanded=true] .g-header-hmg-btn__hans:before,
.g-header-hmg-btn[aria-expanded=true] .g-header-hmg-btn__hans:after {
  top: 0;
  background-color: #fff;
  animation: fadeIn 0.3s;
}
.g-header-hmg-btn[aria-expanded=true] .g-header-hmg-btn__hans:after {
  transform: rotate(-45deg);
  animation: rotate-right 0.3s, fadeIn 0.3s;
}
.g-header-hmg-btn[aria-expanded=true] .g-header-hmg-btn__hans:before {
  transform: rotate(45deg);
  animation: rotate-left 0.3s, fadeIn 0.3s;
}
@keyframes position-up {
  0% {
    top: 0;
  }
  100% {
    top: -8px;
  }
}
@keyframes position-down {
  0% {
    top: 0;
  }
  100% {
    top: 8px;
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}

.max-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1099px) {
  .max-wrap--has-padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.max-wrap > .has-padding {
  padding-right: 1rem;
  padding-left: 1rem;
}

.title-main {
  font-size: 1.625rem;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}
.title-main > span {
  font-size: 0.75rem;
  display: block;
}
.title-lt {
  margin-bottom: 3rem;
  text-align: left;
}
.title-icon {
  line-height: 1em;
  font-size: 1.5rem;
  margin-bottom: 0;
  background-image: url("../images/item/title-icon.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.6em 1.6em;
  padding: 0.3em 0 0.3em 2em;
}
@media screen and (max-width: 767px) {
  .title-icon {
    margin-bottom: 0.5em;
  }
}

.page-header {
  color: #fff;
  text-align: center;
  padding: 5rem 1rem 2rem 1rem;
  animation: fade-in 1s ease-in;
}

.btn {
  padding: 0.5em 1em;
  border: 1px solid #c0c0c0;
  background: #f5f5f5;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.btn--margin-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn--blue {
  background: #314086;
  border: 1px solid #344f87;
  color: #fff;
}
.btn--blue:hover {
  background: #5b85e2;
}

.btn--orange {
  background: #fea500;
  border: 1px solid #fea500;
  color: #fff;
}
.btn--orange:hover {
  background: #e39f0d;
}

#content {
  padding-top: 105px;
}
@media screen and (max-width: 1100px) {
  #content {
    padding-top: 132px;
  }
}
@media screen and (max-width: 767px) {
  #content {
    padding-top: 67px;
  }
}

.footer-wrap {
  background: #fea500;
  padding: 2rem 1rem;
}
.footer-copy {
  color: #fff;
  text-align: center;
}
.footer__sns-nav {
  display: flex;
  min-width: 7rem;
  justify-content: center;
}
.footer__sns-nav > * {
  width: 1.5rem;
  height: 1.5rem;
  margin: 1.5em 0.5em;
}
.footer-copy {
  padding: 0 1em 1em 1em;
}

.contact-wrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .contact-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.contact-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-action {
    flex-direction: column;
  }
}
.contact-action img {
  vertical-align: middle;
}
.contact-action__btns {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-action__btns {
    width: 100%;
  }
}
.contact-action__tel {
  width: 100%;
  margin-bottom: 2em;
}
.contact-action__tel:first-child > span {
  display: inline-block;
  color: #b00b10;
  background: #fff;
  border-radius: 50px;
  padding: 0.2em 1em;
  margin-bottom: 1.3em;
}
.contact-action__tel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-action__tel:last-child {
    margin-bottom: 2em;
  }
}
.contact-action__tel > a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 1em;
  font-size: 1.125rem;
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.3s ease-in;
  position: relative;
}
.contact-action__tel > a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.contact-action__tel > a::after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #000;
}
.contact-action--2btn {
  align-items: end;
}
.contact-action--2btn .contact-action__tel {
  margin-bottom: 1em;
}
.contact-action--2btn .contact-action__tel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-action--2btn .contact-action__tel:last-child {
    margin-bottom: 2em;
  }
}

#page-top {
  background: #fff;
  color: #000;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.7rem;
  position: fixed;
  right: 10px;
  bottom: 100px;
  border: none;
  z-index: 999;
  opacity: 0;
}
#page-top.hide {
  pointer-events: none;
  animation: pageTopBtnHide 1s forwards;
}
#page-top.show {
  animation: pageTopBtnShow 1s forwards;
}

@keyframes pageTopBtnHide {
  0% {
    bottom: 30px;
    opacity: 0.8;
  }
  100% {
    bottom: -200px;
  }
}
@keyframes pageTopBtnShow {
  0% {
    bottom: -200px;
  }
  100% {
    bottom: 30px;
    opacity: 0.8;
  }
}
.js-scrollFadeIn {
  opacity: 0;
}

.js-scrollFadeIn.active {
  opacity: 1;
  animation: scrollFadeIn 2s;
}

@keyframes scrollFadeIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
    transition-duration: 1s;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    transition-duration: 1s;
  }
}/*# sourceMappingURL=common.css.map */