@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/NotoSansJP-DemiLight.woff2") format("woff2"), url("../font/NotoSansJP-DemiLight.woff") format("woff"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"); }
@font-face {
  font-family: "DF-HeiSeiMinCho-W7";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/DF-HeiSeiMinCho-W7.woff") format("woff2"), url("../font/DF-HeiSeiMinCho-W7.woff") format("woff"); }
/* =================================
リセット
================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline; }

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

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box; }

/* =================================
共通
================================= */
html {
  height: 100%; }

body {
  display: none;
  height: 100%;
  letter-spacing: .05em;
  line-height: 1.8;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #5e5e5e;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-size-adjust: none; }

.container {
  text-align: center;
  padding-top: 105px; }

img {
  width: 100%;
  height: auto;
  display: block; }

span, strong {
  display: block; }

a {
  display: block;
  text-decoration: none;
  margin: 0 auto; }
  a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.relative_wrap {
  position: relative; }

.smp {
  display: none; }

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }

.btn {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 16px 0;
  border: 1px solid #5e5e5e;
  color: inherit; }
  .btn.btn_b {
    max-width: 340px;
    background: #5e5e5e;
    color: #fff; }
  .btn.btn_w {
    max-width: 285px; }
  .btn:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.arw {
  position: relative; }
  .arw:before, .arw:after {
    content: "";
    position: absolute; }
  .arw:before {
    right: 15px;
    top: 34px;
    width: 43px;
    height: 1px;
    transform: translateY(-50%); }
  .arw:after {
    right: 21px;
    top: 17px;
    width: 1px;
    height: 20px;
    transform: rotate(-45deg); }
  .arw.btn_b:before, .arw.btn_b:after {
    background: #fff; }
  .arw.btn_w:before, .arw.btn_w:after {
    background: #5e5e5e; }

@media screen and (max-width: 768px) {
  .container {
    padding-top: 55px; }

  .pc {
    display: none; }

  .smp {
    display: inherit; }

  .btn {
    padding: 12px 0; }
    .btn:before {
      right: 9px;
      top: 28px;
      width: 30px; }
    .btn:after {
      right: 15px;
      top: 15px;
      height: 15px; }
    .btn.btn_w {
      max-width: 200px; } }
/* =================================
ヘッダー
================================= */
.shadow {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.header {
  position: fixed;
  z-index: 9999;
  padding: 0 50px;
  box-sizing: border-box;
  width: 100%;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  background: #fff; }
  .header.hide {
    z-index: -1;
    transform: translateY(-160%); }
  .header h1 {
    width: 100%;
    max-width: 123px; }
  .header .right_area {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .header .sp-menu {
    display: none;
    cursor: pointer; }
    .header .sp-menu i {
      width: 32px;
      height: 20px;
      display: block;
      position: relative;
      margin: 0 auto; }
    .header .sp-menu span {
      transition: all 0.3s;
      width: 20px;
      height: 1px;
      background: #5e5e5e;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto; }
      .header .sp-menu span.top {
        top: 0; }
      .header .sp-menu span.middle {
        top: 0;
        bottom: 0; }
      .header .sp-menu span.bottom {
        bottom: 0; }
    .header .sp-menu.open .top {
      transform: rotate(-45deg);
      bottom: 0; }
    .header .sp-menu.open .middle {
      background: rgba(255, 255, 255, 0); }
    .header .sp-menu.open .bottom {
      transform: rotate(45deg);
      top: 0; }
  .header ul {
    display: flex;
    justify-content: center;
    column-gap: 35px;
    font-family: "DF-HeiSeiMinCho-W7";
    transform: rotate(0.05deg); }
    .header ul a {
      color: #5e5e5e; }
  .header .close {
    display: none;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 12px 0;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #5e5e5e; }
    .header .close:hover {
      opacity: .5;
      transition: all .2s ease-in; }

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 55px;
    padding: 0 20px; }
    .header h1 {
      max-width: 90px; }
    .header .sp-menu {
      display: inherit; }
    .header .header-sitemap {
      background: #fff;
      position: fixed;
      top: 55px;
      right: 0;
      z-index: -1;
      padding: 25px 55px;
      box-sizing: border-box;
      transition: all 0.3s;
      animation: hs-fadeIn 0.5s ease;
      transform: translateX(100%);
      width: 100%;
      max-width: 270px;
      height: 100vh;
      overflow-y: scroll; }
      .header .header-sitemap.open {
        transform: translateX(0); }
    .header .scroll-wrap {
      overflow-y: scroll;
      box-sizing: border-box;
      padding-bottom: 30px; }
    .header ul {
      display: block; }
      .header ul li {
        margin-bottom: 12px; }
    .header .close {
      display: block; } }
/* =================================
フッター
================================= */
footer {
  position: sticky;
  top: 100vh; }
  footer .bg_b {
    background: #292929;
    padding: 65px 0 55px; }
    footer .bg_b ul {
      margin-bottom: 35px;
      text-align: left;
      font-family: "DF-HeiSeiMinCho-W7";
      transform: rotate(0.05deg); }
      footer .bg_b ul li {
        display: inline-block;
        margin-right: 35px; }
        footer .bg_b ul li:last-of-type {
          margin-right: 0; }
      footer .bg_b ul a {
        color: #fff; }
  footer .logo_w_wrap {
    max-width: 1100px;
    text-align: center; }
    footer .logo_w_wrap a {
      max-width: 146px;
      margin-right: 0; }
    footer .logo_w_wrap img {
      margin-bottom: 5px; }
    footer .logo_w_wrap span {
      color: #fff;
      font-size: 14px;
      letter-spacing: 0; }
  footer .bnr_wrap {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    font-size: 0; }
    footer .bnr_wrap li {
      max-width: 289px; }
  footer .copy {
    padding-bottom: 40px;
    font-size: 11px;
    text-align: right;
    max-width: 1100px; }

@media print, screen and (max-width: 768px) {
  footer .bg_b {
    padding: 35px 0; }
    footer .bg_b ul {
      margin-bottom: 10px; }
      footer .bg_b ul li {
        margin: 0 12px 15px; }
        footer .bg_b ul li:last-of-type {
          margin: 0 12px 15px; }
  footer .logo_w_wrap a {
    max-width: 120px;
    margin-left: auto;
    margin-right: 0; }
  footer .logo_w_wrap img {
    margin-bottom: 3px; }
  footer .logo_w_wrap span {
    font-size: 12px; }
  footer .bnr_wrap {
    padding: 25px 0 10px;
    display: block; }
    footer .bnr_wrap li {
      max-width: 250px;
      display: inline-block;
      margin: 0 10px 15px; }
  footer .copy {
    padding-bottom: 20px;
    text-align: center; } }
