@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: bold !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;
  margin: 0 auto;
}
.secHeader .secHeaderIn .logoArea {
  display: flex;
  align-items: flex-end;
}
.secHeader .secHeaderIn .logoArea .textArea {
  background: #FDF452;
  font-weight: bold;
}
.secHeader .secHeaderIn .linkArea .headerLink {
  font-weight: bold;
}
.secHeader .secHeaderIn .linkArea .headerLink.contact {
  background: #FDF452;
  border-radius: 19px;
  box-shadow: 0px 4px #FC6601;
}
.secHeader .secHeaderIn .linkArea .headerLink.tel {
  background: url(../images/icoTel.svg) left center no-repeat;
}
.secHeader .secHeaderIn .shareButton {
  position: fixed;
  transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
  .secHeader .secHeaderIn {
    padding: 10px 0;
    width: 90%;
  }
  .secHeader .secHeaderIn .logoArea {
    padding: 0 0 3px 0;
  }
  .secHeader .secHeaderIn .logoArea .textArea {
    font-size: 14px;
    line-height: 140%;
    margin: 0 0 -3px 5px;
  }
  .secHeader .secHeaderIn .logoArea img {
    width: 104px;
    height: 17px;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu {
    padding-top: 3px;
  }
  .secHeader .secHeaderIn .btnMenuArea .btnMenu .menuTrigger {
    position: relative;
    width: 15px;
    height: 15px;
    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 .shareButton {
    width: 135px;
    height: 135px;
    right: 10px;
    bottom: 10px;
  }
  .secHeader .contact {
    background-color: #FDF452;
    bottom: 30px;
  }
  .secHeader .menuListArea {
    display: none;
  }
  .secHeader.active {
    min-height: calc(100vh + env(safe-area-inset-bottom));
    filter: invert(1);
  }
  .secHeader.active .secHeaderIn .logoArea .textArea {
    filter: invert(1);
  }
  .secHeader.active .secHeaderIn .btnMenuArea .btnMenu .menuTrigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    top: -3px;
  }
  .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);
    bottom: -2.5px;
  }
  .secHeader.active .secHeaderIn .shareButton {
    display: none;
  }
  .secHeader.active .menuListArea {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .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;
    max-width: 1370px;
    width: 97%;
  }
  .secHeader .secHeaderIn .logoArea {
    padding: 0 0 3px 0;
  }
  .secHeader .secHeaderIn .logoArea .textArea {
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 -5px 17px;
  }
  .secHeader .secHeaderIn .logoArea img {
    width: 140px;
    height: 27px;
  }
  .secHeader .secHeaderIn .linkArea .headerLink {
    margin-left: min(2vw, 20px);
  }
  .secHeader .secHeaderIn .linkArea .headerLink.contact {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-left: min(1vw, 20px);
    padding-right: min(1vw, 20px);
    font-size: 16px;
  }
  .secHeader .secHeaderIn .linkArea .headerLink.tel {
    background-size: 17px;
    padding-left: 24px;
    font-size: 20px;
    display: inline-block;
  }
  .secHeader .secHeaderIn .shareButton {
    width: 360px;
    height: 360px;
    right: 30px;
    bottom: 30px;
  }
  .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;
  }
}
.secFooter {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    padding: 50px 0;
  }
  .secFooter .flexWrap {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
  }
  .secFooter .flexWrap img {
    width: 183px;
    height: 36px;
  }
  .secFooter .flexWrap .rightWrap a {
    padding-right: 20px;
  }
}/*# sourceMappingURL=common.css.map */