@charset "UTF-8";
/*-----------
PC共通
------------*/
:root {
  --white: #ffffff;
  --black: #000;
  --content-max-width: 1200px;
  --content-sp-width: (730/750)*100%;
}

body {
  background-color: #fff;
}

.zen {
  font-family: "zen-old-mincho", sans-serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner {
  max-width: var(--content-max-width);
  width: 100%;
  margin: 0 auto;
  padding-right: 50px;
}

[class$="-ttl"] {
  padding-bottom: 35px;
}

[class$="-text"] {
  font-size: 16px;
  line-height: 1.5125;
  letter-spacing: -0.05em;
  text-align: justify;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: var(--content-sp-width);
    margin: 0 auto;
    padding-right: 0;
  }
  [class$="-ttl"] {
    padding-bottom: 24px;
  }
  [class$="-text"] {
    font-size: clamp(11.94667px, 3.73333vw, 28px);
    line-height: 1.5;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.header {
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-inn {
  position: relative;
}

.header-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-text {
  margin-top: 18px;
  margin-right: -25px;
}

.header-navi {
  margin: 100px 0 0 0;
  padding-bottom: 468px;
  font-size: 35px;
  letter-spacing: -0.005em;
  width: 27.5%;
  padding-left: 36px;
  min-width: 330px;
  max-width: 330px;
}

.header-navi img {
  -webkit-transform: rotateZ(0.03deg);
          transform: rotateZ(0.03deg);
}

.header .scene a img {
  width: 18px;
}

.header li:nth-child(2) {
  margin-top: 50px;
}

.header li:nth-child(3) {
  margin-top: 10px;
}

.header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header dd {
  padding-left: 22px;
}

@-webkit-keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes draw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 10px;
    position: initial;
  }
  .header-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header-text {
    margin-top: 18px;
    width: 54.66667vw;
    max-width: 410px;
    padding-bottom: 15px;
  }
  .header-hamburger {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 100;
    font-size: clamp(23.89333px, 7.46667vw, 56px);
    font-weight: bold;
    max-height: 100px;
    max-width: 100px;
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 50%;
    border: 1px solid #000;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .header-hamburger img {
    max-width: 20px;
  }
  .header-hamburger span {
    line-height: 1;
    padding-top: 2px;
  }
  .header-hamburger.is-Active {
    background-color: #ddd;
  }
  .header-navi {
    margin: 15px 0 0;
    padding: 0 10px;
    font-size: clamp(23.89333px, 7.46667vw, 56px);
    width: 49.33333vw;
    max-width: 370px;
    min-width: initial;
    max-width: initial;
    line-height: 1.75;
    width: 100%;
    background-color: #fff;
    z-index: 20;
    width: 55%;
  }
  .header-navi img {
    max-width: 100%;
  }
  .header-navi li {
    line-height: 1;
  }
  .header-navi li:nth-child(2) {
    margin-top: 0;
  }
  .header-navi li:nth-child(3) {
    margin-top: 0;
  }
  .header-navi dd {
    padding-left: 12px;
  }
  .header-navi.is-Active {
    display: block;
  }
}

.footer {
  margin-top: 240px;
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer:before {
  position: relative;
  content: "";
  width: 27.5%;
  min-width: 330px;
  max-width: 330px;
}

.footer-inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-navi li:nth-child(n+2) {
  margin-left: 28px;
}

.footer-navi a {
  text-decoration: underline;
}

.footer .copy {
  text-align: right;
  padding-bottom: 20px;
  letter-spacing: -0.05em;
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 120px;
    font-size: clamp(11.94667px, 3.73333vw, 28px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer:before {
    display: none;
  }
  .footer-inn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .footer-inn ul {
    padding-bottom: 20px;
  }
  .footer-navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-navi li:nth-child(n+2) {
    margin-left: 14px;
  }
  .footer .copy {
    text-align: center;
    padding-bottom: 20px;
    letter-spacing: -0.05em;
    font-size: clamp(11.94667px, 3.73333vw, 28px);
    width: 78.66667%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=common.css.map */