@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  background: #000000;
}

body * {
  line-height: 200%;
}

a {
  color: #000000;
}

a:hover {
  color: #000000;
}

.fontUrbanist {
  font-family: "Urbanist", sans-serif;
  font-weight: 800 !important;
}

.commonWidth {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .commonWidth {
    width: 90%;
  }
  .commonWidthSp {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1334px;
  }
  .commonWidth {
    width: 90%;
    max-width: 1100px;
  }
  .commonWidthPc {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1334px) {
  body {
    overflow-x: hidden;
  }
}
.secHeader {
  position: fixed;
  z-index: 100;
  min-width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}
.secHeader.fixed {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
.secHeader .secHeaderIn {
  display: flex;
  justify-content: space-between;
}
.secHeader .secHeaderIn .linkArea .headerLink {
  font-weight: bold;
}
.secHeader .secHeaderIn .linkArea .headerLink.contact {
  background: #FFF500;
  border-radius: 20px;
}
.secHeader .secHeaderIn .linkArea .headerLink.heatContact {
  background: #f06559;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: min(1vw, 20px);
  padding-right: min(1vw, 20px);
}
.secHeader .secHeaderIn .linkArea .headerLink.gaContact {
  background: #5cbe92;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 3px;
  padding-left: min(1vw, 20px);
  padding-right: min(1vw, 20px);
}
.secHeader .secHeaderIn .linkArea .headerLink.tel {
  background: url(../images/icoTel.svg) left center no-repeat;
}

@media only screen and (max-width: 767px) {
  .secHeader .secHeaderIn {
    padding: 20px 0;
  }
  .secHeader .secHeaderIn .logoArea {
    padding: 0 0 3px 0;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu {
    padding-top: 3px;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger {
    position: relative;
    width: 21px;
    height: 21px;
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(1) {
    top: 0;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(2) {
    top: calc(50% - 0.5px);
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }
  .secHeader .menuListArea {
    display: none;
  }
  .secHeader.active {
    min-height: calc(100vh + env(safe-area-inset-bottom));
    filter: invert(1);
  }
  .secHeader.active .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .secHeader.active .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(2) {
    opacity: 0;
  }
  .secHeader.active .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .secHeader.active .menuListArea {
    display: block;
  }
  .secHeader.active .menuListArea .menuList {
    border-bottom: solid 1px #000000;
    padding: 10px 0;
  }
  .secHeader.active .menuListArea .menuList .menuLink {
    display: block;
    font-size: min(5.33vw, 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .secHeader .secHeaderIn {
    padding: 20px 0;
  }
  .secHeader .secHeaderIn .logoArea {
    padding: 0 0 3px 0;
    width: min(10vw, 140px);
  }
  .secHeader .secHeaderIn .linkArea .headerLink {
    margin-left: min(1vw, 20px);
    font-size: min(1.12vw, 15px);
  }
  .secHeader .secHeaderIn .linkArea .headerLink.contact {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: min(1vw, 20px);
    padding-right: min(1vw, 20px);
  }
  .secHeader .secHeaderIn .linkArea .headerLink.tel {
    background-size: 17px;
    padding-left: 24px;
    font-size: min(1.2vw, 16px);
    display: inline-block;
  }
  .secHeader .secHeaderIn .shareButton {
    position: fixed;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    right: 30px;
    text-align: center;
    padding-top: 45px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
  }
  .secHeader .secHeaderIn .ga4 {
    background-color: #20c18f;
    color: #fff;
    bottom: 430px;
    padding-top: 30px;
  }
  .secHeader .secHeaderIn .heat {
    background-color: #f06559;
    color: #fff;
    bottom: 230px;
  }
  .secHeader .secHeaderIn .contact {
    background-color: #fdf452;
    bottom: 30px;
  }
  .secHeader .secHeaderIn .catch {
    font-size: 12px;
  }
}/*# sourceMappingURL=common.css.map */