@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/*あとで消す*/
/**/
body {
  line-height: 1.7;
  font-family: "Noto Sans JP", serif;
  color: #000000;
  font-feature-settings: "palt";
  overflow-x: hidden;
  letter-spacing: 0.05em;
  background-color: #000000;
}
body .fontEn {
  font-family: "Archivo Black", sans-serif;
}

a {
  text-decoration: none;
  color: #000000;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#header {
  position: fixed;
  z-index: 99;
  width: 100%;
  transition: 0.5s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
#header .headerInner .topheader .topheaderLink .lang {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
#header .headerInner .topheader .topheaderLink .lang span {
  color: #818181;
}
#header .headerInner .topheader .topheaderLink .lang a {
  color: #fff;
}
#header .headerInner .topheader .topheaderLink .contact a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  background-color: rgba(241, 241, 241, 0.8);
  font-weight: 700;
}
#header .headerInner #globalMenu {
  background-color: #000;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 998;
}
#header .headerInner #globalMenu.active {
  transform: translateX(0);
}
#header .headerInner #globalMenu .gMenu li {
  font-weight: 700;
}
#header .headerInner #globalMenu .gMenu li a {
  color: #fff;
}
#header .headerInner #globalMenu .gMenu li a span {
  color: #808080;
  display: block;
}
#header .headerInner #globalMenu .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 800;
  background-color: #fff;
}
#footerContact a {
  display: flex;
  align-items: center;
}
#footerContact a p {
  font-family: "Archivo Black", sans-serif;
  color: rgba(241, 241, 241, 0.3);
  position: relative;
}

#pageTop {
  position: fixed;
  border: 1px solid #868686;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  cursor: pointer;
}
#pageTop.active {
  opacity: 1;
  visibility: visible;
}

#footer .footerWrap .footerInfo p {
  color: #fff;
  line-height: 2;
}
#footer .footerWrap .footerLink .footerMenu li {
  font-weight: 700;
}
#footer .footerWrap .footerLink .footerMenu li a {
  color: #fff;
}
#footer .footerWrap .footerLink .footerMenu li a span {
  color: #808080;
  display: block;
}
#footer .footerWrap .footerLink .btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Inter", sans-serif;
  color: #000;
  font-weight: 800;
  background-color: rgba(241, 241, 241, 0.8);
}
#footer .footerBottom ul li a {
  color: #fff;
  text-decoration: underline;
}
#footer .footerBottom .copyright {
  color: #fff;
}

.breadcrumb {
  display: flex;
  border-bottom: 1px solid rgba(241, 241, 241, 0.4);
  font-family: "Inter", sans-serif;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
  line-height: 1;
}
.breadcrumb > span {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  color: #fff;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  #header .headerInner {
    padding: 15px 75px 15px 20px;
  }
  #header .headerInner .topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .headerInner .topheader .sitename {
    width: 94px;
  }
  #header .headerInner .topheader .topheaderLink .contact {
    display: none;
  }
  #header .headerInner #globalMenu {
    width: 70vw;
    padding: 60px 30px;
  }
  #header .headerInner #globalMenu .gMenu li + li {
    margin-top: 20px;
  }
  #header .headerInner #globalMenu .gMenu li a {
    font-size: 19px;
  }
  #header .headerInner #globalMenu .gMenu li a span {
    font-size: 13px;
  }
  #header .headerInner #globalMenu .btns {
    padding: 0 10px;
    margin-top: 30px;
  }
  #header .headerInner #globalMenu .btns a {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  #header .headerInner #globalMenu .btns a + a {
    margin-top: 8px;
  }
  #header #menuBtn {
    width: 29px;
    height: 23px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999;
  }
  #header #menuBtn span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 50%;
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 9px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(30deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-30deg);
  }
  #footerContact {
    background: url(../images/common/contact_bg_sp.webp) no-repeat center/cover;
    width: 100%;
    height: 134px;
    filter: brightness(1.8);
  }
  #footerContact a {
    width: 100%;
    height: 100%;
  }
  #footerContact a p {
    padding: 0 20px;
    font-size: 30px;
    padding-right: 70px;
  }
  #footerContact a p:after {
    content: "";
    display: inline-block;
    width: 55px;
    height: 18px;
    border-radius: 10px;
    background: url(../images/common/arrow_gray.webp) no-repeat center;
    background-size: 8px auto;
    border: 1px solid rgba(241, 241, 241, 0.3);
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
  }
  #footerContact a p .text {
    display: inline-block;
  }
  #footerContact a p .text:last-of-type {
    display: none;
  }
  #pageTop {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #pageTop a {
    display: flex;
    align-items: center;
  }
  #pageTop img {
    width: 7px;
  }
  #footer {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  #footer .footerInner {
    padding: 0 20px;
  }
  #footer .footerWrap {
    margin-top: 30px;
  }
  #footer .footerWrap .footerInfo .logo {
    text-align: center;
  }
  #footer .footerWrap .footerInfo .logo img {
    width: 128px;
  }
  #footer .footerWrap .footerInfo p {
    margin-top: 20px;
    text-align: center;
  }
  #footer .footerWrap .footerLink {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 255px;
    gap: 30px 60px;
  }
  #footer .footerWrap .footerLink .footerMenu {
    display: inline-block;
    width: calc(50% - 30px);
    vertical-align: top;
  }
  #footer .footerWrap .footerLink .footerMenu li + li {
    margin-top: 20px;
  }
  #footer .footerWrap .footerLink .footerMenu li a {
    font-size: 19px;
  }
  #footer .footerWrap .footerLink .footerMenu li a span {
    font-size: 13px;
  }
  #footer .footerWrap .footerLink .btns {
    width: 100%;
  }
  #footer .footerWrap .footerLink .btns a {
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
  }
  #footer .footerWrap .footerLink .btns a + a {
    margin-top: 15px;
  }
  #footer .footerBottom {
    margin-top: 40px;
    text-align: center;
  }
  #footer .footerBottom ul li a {
    font-size: 12px;
  }
  #footer .footerBottom .copyright {
    font-size: 10px;
    margin-top: 40px;
  }
  .breadcrumb {
    padding-bottom: 20px;
  }
  .breadcrumb > span {
    font-size: 11px;
  }
  .breadcrumb > span + span {
    margin-left: 25px;
  }
  .breadcrumb > span:not(:first-of-type)::after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -17px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header .headerInner {
    padding: 30px 105px 30px 30px;
  }
  #header .headerInner .topheader {
    display: flex;
    justify-content: space-between;
  }
  #header .headerInner .topheader .topheaderLink {
    display: flex;
    gap: 30px;
  }
  #header .headerInner .topheader .topheaderLink .contact a {
    width: 153px;
    height: 31px;
    border-radius: 16px;
    transition: 0.5s;
  }
  #header .headerInner .topheader .topheaderLink .contact a:hover {
    color: #fff;
    background-color: #a47923;
  }
  #header .headerInner #globalMenu {
    width: 360px;
    padding: 80px 60px;
  }
  #header .headerInner #globalMenu .gMenu li + li {
    margin-top: 20px;
  }
  #header .headerInner #globalMenu .gMenu li a {
    font-size: 22px;
    transition: 0.5s;
  }
  #header .headerInner #globalMenu .gMenu li a:hover {
    color: #a47923;
  }
  #header .headerInner #globalMenu .gMenu li a:hover span {
    color: #a47923;
  }
  #header .headerInner #globalMenu .gMenu li a span {
    font-size: 16px;
    transition: 0.5s;
  }
  #header .headerInner #globalMenu .btns {
    padding: 0 10px;
    margin-top: 30px;
  }
  #header .headerInner #globalMenu .btns a {
    height: 40px;
    border-radius: 20px;
    font-size: 146x;
    transition: 0.5s;
  }
  #header .headerInner #globalMenu .btns a + a {
    margin-top: 8px;
  }
  #header .headerInner #globalMenu .btns a:hover {
    color: #fff;
    background-color: #a47923;
  }
  #header #menuBtn {
    width: 48px;
    height: 30px;
    position: fixed;
    top: 30px;
    right: 24px;
    z-index: 999;
  }
  #header #menuBtn span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 11px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 50%;
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 11px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(30deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-30deg);
  }
  #footerContact {
    background: url(../images/common/contact_bg_pc.webp) no-repeat center/cover;
    width: 100%;
    height: 351px;
    transition: filter 0.3s ease;
  }
  #footerContact:hover {
    filter: brightness(1.8);
  }
  #footerContact a {
    width: 100%;
    height: 100%;
  }
  #footerContact a:hover p .text:first-of-type {
    transform: translateY(-100%);
  }
  #footerContact a:hover p .text:last-of-type {
    transform: translateY(0);
  }
  #footerContact a > div {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
  }
  #footerContact a p {
    width: auto;
    font-size: 80px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 136px;
    padding-right: 154px;
  }
  #footerContact a p:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 34px;
    border-radius: 17px;
    background: url(../images/common/arrow_gray.webp) no-repeat center;
    background-size: 13px auto;
    border: 1px solid rgba(241, 241, 241, 0.3);
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
  }
  #footerContact a p .text {
    display: inline-block;
    position: relative;
    transition: transform 0.5s ease;
  }
  #footerContact a p .text:first-of-type {
    transform: translateY(0);
  }
  #footerContact a p .text:last-of-type {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(100%);
  }
  #pageTop {
    right: 40px;
    bottom: 60px;
    width: 60px;
    height: 110px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
  }
  #pageTop:hover {
    background-color: #fff;
  }
  #footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .footerInner {
    max-width: 1400px;
    margin: 0 auto;
    width: 95%;
  }
  #footer .footerWrap {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
  }
  #footer .footerWrap .footerInfo .logo img {
    width: 164px;
  }
  #footer .footerWrap .footerInfo p {
    margin-top: 30px;
  }
  #footer .footerWrap .footerLink {
    display: flex;
    gap: 70px;
  }
  #footer .footerWrap .footerLink .footerMenu li + li {
    margin-top: 40px;
  }
  #footer .footerWrap .footerLink .footerMenu li a {
    font-size: 20px;
    transition: 0.5s;
  }
  #footer .footerWrap .footerLink .footerMenu li a:hover {
    color: #a47923;
  }
  #footer .footerWrap .footerLink .footerMenu li a:hover span {
    color: #a47923;
  }
  #footer .footerWrap .footerLink .footerMenu li a span {
    font-size: 16px;
    transition: 0.5s;
  }
  #footer .footerWrap .footerLink .btns {
    padding-left: 40px;
  }
  #footer .footerWrap .footerLink .btns a {
    height: 46px;
    border-radius: 24px;
    font-size: 16px;
    transition: 0.5s;
    width: 230px;
  }
  #footer .footerWrap .footerLink .btns a + a {
    margin-top: 20px;
  }
  #footer .footerWrap .footerLink .btns a:hover {
    color: #fff;
    background-color: #a47923;
  }
  #footer .footerBottom {
    margin-top: 230px;
    display: flex;
    justify-content: space-between;
  }
  #footer .footerBottom ul {
    display: flex;
    gap: 30px;
  }
  #footer .footerBottom ul li a {
    font-size: 14px;
  }
  #footer .footerBottom ul li a:hover {
    text-decoration: none;
  }
  #footer .footerBottom .copyright {
    font-size: 13px;
  }
  .breadcrumb {
    padding-bottom: 40px;
  }
  .breadcrumb a:hover {
    text-decoration: none;
  }
  .breadcrumb > span {
    font-size: 16px;
  }
  .breadcrumb > span + span {
    margin-left: 35px;
  }
  .breadcrumb > span:not(:first-of-type)::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -23px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) {
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1120px) {
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 1121px) {
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
