:root {
  font-size: 62.5%;
}

input,
textarea,
select,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0;
}

.u-resetStyle {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  background: none transparent;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.u-filterColorWhite {
    -webkit-filter: invert(100%) brightness(100) grayscale(1);
    filter: invert(100%) brightness(100) grayscale(1);
}

/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none;
}

@media only screen and (min-width: 769px), print {
  #MqMark {
    font-family: "pc";
  }
}
@media only screen and (max-width: 768.499px) {
  #MqMark {
    font-family: "sp";
  }
}
.l-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.l-inner {
  position: relative;
  margin-inline: auto;
}
.l-inner .l-inner {
  padding-inline: 0;
}

@media only screen and (min-width: 769px), print {
  .l-inner {
    max-width: 880px;
    padding-inline: 20px;
  }
  .l-inner.-sizeL {
    max-width: 1130px;
  }
}
@media only screen and (max-width: 768.499px) {
  .l-inner {
    padding-inline: 20px;
  }
  .l-inner.-paddingS--sp {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .l-header {
    min-height: var(149.188px, 150px);
  }
}
@media only screen and (max-width: 959.499px) {
  .l-header {
    min-height: var(40px, 70px);
  }
}
.l-contents {
  position: relative;
}

@media only screen and (min-width: 960px), print {
  .l-contents {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 959.499px) {
  .l-contents {
    padding-top: 20px;
  }
}

/* =========================================================
object
========================================================= */
/* img
-------------------------------------*/
.p-header img {
  max-width: 100%;
  height: auto;
}


/* header */

.p-header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: rgba(245, 241, 235, 0.95);
  line-height: 1;
  line-height: 1;
}
.p-header img {
  vertical-align: top;
}
.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-header__abcLogo {
  position: relative;
  z-index: 1;
}
.p-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.p-header__powered {
  font-weight: 700;
}
.p-header__nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-header__navList > li {
  font-weight: 700;
  line-height: 1.2;
}
.p-header__navList > li a {
  display: block;
  position: relative;
  text-decoration: none;
}
.p-header__navList > li a::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  left: 50%;
  top: 0%;
  background-color: currentColor;
}
@media only screen and (min-width: 960px), print {
  .p-header__inner {
    gap: 0 30px;
  }
  .p-header__abcLogo {
    width: 80px;
  }
  .p-header__heading {
    gap: 20px;
    padding-bottom: 20px;
  }
  .p-header__title {
    width: 154px;
  }
  .p-header__powered {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-header__nav {
    width: 100%;
    margin-top: -2px;
    border-top: 2px solid currentColor;
  }
  .p-header__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-header__navList > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-header__navList > li a {
    padding: 25px 25px 25px;
  color: #323232;
  }
}
@media only screen and (min-width: 960px) and (min-width: 960px) and (max-width: 1259.499px), print {
  .p-header__navList > li a {
    padding-inline: 10px;
  }
}
@media only screen and (min-width: 960px), print {
  .p-header__navList > li a::after {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 18px;
    height: 6px;
  }
  .p-header__navList > li a:hover {
    color: #787878;
  }
  .p-header__navList > li a:hover::after {
    opacity: 1;
  }
  .p-header__menuOpen {
    display: none;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__inner {
    gap: 0 10px;
  }
  .p-header__inner::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-position: 0 0;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    left: 0;
    bottom: 0;
    background-color: currentColor;
  }
  .p-header__abcLogo {
    width: 40px;
  }
  .p-header__heading {
    gap: 15px;
    padding-bottom: 10px;
  }
  .p-header__title {
    width: 96px;
  }
  .p-header__powered {
    font-size: 8px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .p-header__powered {
    font-size: 2.1333333333vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__nav {
    visibility: visible;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    margin-top: -1px;
    padding-block: 50px 80px;
    overflow: auto;
    background-color: #aca4a1;
    color: #ffffff;
    text-align: center;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    pointer-events: none;
  }
  .is-menuOpen .p-header__nav {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    pointer-events: auto;
  }
  .p-header__navList > li {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 959.499px) and (max-width: 374.499px) {
  .p-header__navList > li {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 959.499px) {
  .p-header__navList > li a {
    padding-block: 24px;
    color: #FFF;
  }
  .p-header__navList > li a::after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 65px;
    height: 2px;
    background-color: #ffffff;
  }
  .p-header__navList > li:first-child a::after {
    display: none;
  }
  .p-header__menuOpen {
    position: relative;
    z-index: 10000;
  }
  .p-header__menuOpen button {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .p-header__menuOpen button span {
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
    height: 2px;
    background-color: #707070;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition-property: margin, top, opacity, -webkit-transform;
    transition-property: margin, top, opacity, -webkit-transform;
    transition-property: margin, transform, top, opacity;
    transition-property: margin, transform, top, opacity, -webkit-transform;
  }
  .p-header__menuOpen button span.-m1 {
    margin-top: -6px;
  }
  .p-header__menuOpen button span.-m3 {
    margin-top: 6px;
  }
  .is-menuOpen .p-header__menuOpen button span {
    margin-top: 0;
    background-color: #ffffff;
  }
  .is-menuOpen .p-header__menuOpen button span.-m1 {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .is-menuOpen .p-header__menuOpen button span.-m2 {
    opacity: 0;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .is-menuOpen .p-header__menuOpen button span.-m3 {
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
}
.p-siteinfoHeader {
  line-height: 1;
}
.p-siteinfoHeader__catch {
  font-weight: 700;
}
.p-siteinfoHeader__title {
  margin-top: 0.5em;
}
.p-siteinfoHeader__title img {
  width: auto;
  height: 1em;
}
.p-siteinfoHeader__powered {
  margin-top: 1em;
  font-weight: 700;
}

@media only screen and (min-width: 769px), print {
  .p-siteinfoHeader__catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-siteinfoHeader__title {
    font-size: 46px;
    font-size: 4.6rem;
  }
  .p-siteinfoHeader__powered {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__catch {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__title {
    font-size: 9.0666666667vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-siteinfoHeader__powered {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-siteinfoHeader__powered {
    font-size: 2.6666666667vw;
  }
}



/* footer
-------------------------------------------- */
.p-footer {
  position: relative;
  background-color: #aca4a1;
  color: #ffffff;
  line-height: 1;
}
.p-footer img {
  vertical-align: top;
}
.p-footer__totop {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  pointer-events: none;
}
.is-scrolled .p-footer__totop {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.p-footer__totop.is-btmFix {
  position: absolute;
  bottom: 100%;
}
.p-footer__subNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 1em;
}
.p-footer__subNavList > li {
  line-height: 1.2;
}
.p-footer__subNavList > li a {
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
  text-indent: -1em;
  color: #FFF;
}
.p-footer__subNavList > li a:hover {
  text-decoration: underline;
}
.p-footer__subNavList > li a::before {
  display: block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.35em;
  margin-right: 0.5em;
  border: solid #FFF;
  border-width: 3px 3px 0 0;
  vertical-align: middle;
}
.p-footer__navList > li {
  line-height: 1.2;
}
.p-footer__navList > li + li {
  margin-top: 0.8em;
}
.p-footer__navList > li > a {
  display: inline-block;
  padding-left: 1em;
  text-decoration: none;
  text-indent: -1em;
  color: #FFF;
}
.p-footer__navList > li > a:hover {
  text-decoration: underline;
}
.p-footer__navList > li > a::before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-position: 0 0;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.5em;
  height: 3px;
  margin-top: -0.25em;
  margin-right: 0.5em;
  background-color: #ffffff;
  vertical-align: middle;
}

@media only screen and (min-width: 769px), print {
  .p-footer {
    padding-block: 100px;
  }
  .p-footer__totop {
    margin: 50px 80px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959.499px) {
  .p-footer__totop {
    margin: 25px 40px;
  }
}
@media only screen and (min-width: 769px), print {
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-footer__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-footer__subNav {
    margin-top: 60px;
  }
  .p-footer__subNavList {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer__copy {
    margin-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-footer__navList > li {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer {
    padding-block: 50px 100px;
  }
  .p-footer__totop {
    width: 35px;
    margin: 20px 20px;
  }
  .p-footer__subNav {
    margin-top: 50px;
  }
  .p-footer__subNavList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__subNavList {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer__copy {
    margin-top: 30px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__copy {
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768.499px) {
  .p-footer__nav {
    margin-top: 60px;
  }
  .p-footer__navList > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768.499px) and (max-width: 374.499px) {
  .p-footer__navList > li {
    font-size: 3.2vw;
  }
}