html {
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
* {
  font-family: "Noto Sans JP", "MS Gothic", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #333;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.6;
}

body {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 83px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 83px;
  }
}

a,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: #FFA700 auto 1px;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
body.safari a,
body.safari button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer;
}
body.safari *:focus {
  outline: none !important;
}

.logo {
  display: block;
  width: 300px;
}

.logo__top,
.logo__bottom {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section {
  width: 100%;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section {
    margin-top: 0;
  }
}

.section__inner {
  width: 100%;
  max-width: calc(1280px + min(5.5555555556vw, 80px) * 2);
  padding: 0 min(5.5555555556vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 6.25vw;
    display: block;
  }
}

.section__inner--wide {
  max-width: calc(1320px + min(4.1666666667vw, 60px) * 2);
  padding: 0 min(4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .section__inner--wide {
    padding: 0 6.25vw;
    display: block;
  }
}

.section__inner--narrow {
  margin-inline: auto;
  max-width: calc(1080px + min(5.5555555556vw, 80px) * 2);
  padding: 0 min(5.5555555556vw, 80px);
}
@media screen and (max-width: 767px) {
  .section__inner--narrow {
    padding: 0 6.25vw;
    display: block;
  }
}

.sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectionTitle--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sectionTitle--center .sectionTitle__main {
  text-align: center;
}

.sectionTitle--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sectionTitle__sub {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.375rem;
  letter-spacing: 0.02em;
  color: #B8B8B8;
}
.sectionTitle__sub::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/icon-logo.svg") no-repeat center center/contain;
}

.sectionTitle__main {
  margin-top: 17px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
  .sub .sectionTitle__main {
    font-size: 24px;
  }
}

.sectionTitle2__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.sectionTitle2__main::before {
  content: "";
  display: block;
  margin-right: 0.5rem;
  width: 1.875rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/icon-logo.svg") no-repeat center center/contain;
}

.sectionTitle3 {
  position: relative;
}

.sectionTitle3__main {
  padding-top: 50px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 579px) {
  .sectionTitle3__main {
    padding-top: 30px;
    font-size: 20px;
  }
}

.sectionTitle3__sub {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 5rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: #EFFAF9;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sectionTitle3__sub {
    font-size: 48px;
  }
}

.sectionTitle4 {
  position: relative;
}

.sectionTitle4__main {
  position: relative;
  padding-top: min(5.9027777778vw, 85px);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sectionTitle4__main {
    padding-top: 6.6vw;
  }
}

.sectionTitle4__sub {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 100;
  font-size: min(8.4722222222vw, 122px);
  line-height: 100%;
  color: #B6B6A9;
  opacity: 0.3;
  white-space: nowrap;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sectionTitle4__sub {
    font-size: 10.5vw;
  }
}
.sectionTitle4__sub .subIndented {
  display: inline-block;
  padding-left: min(22.8472222222vw, 329px);
  position: relative;
  top: max(-2.0833333333vw, -30px);
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .sectionTitle4__sub .subIndented {
    padding-left: 20vw;
    top: -2.8vw;
  }
}

.js-fadeIn,
.js-fadeIn-up,
.js-fadeIn-left,
.js-fadeIn-right,
.js-fadeIn-withSlider,
.js-fadeIn-up-withSlider {
  opacity: 0;
}

svg [id*=kirari] {
  opacity: 0;
}

svg [id*=pikapika] {
  opacity: 0;
}

.btnWrapper {
  margin-top: 49px;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  padding-block: 15px;
  padding-inline: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
  min-height: 60px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: #FFA700;
  border-radius: 50vh;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.btn span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.btn .btn__arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 16px;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/img-arrow-right-white.svg") no-repeat center center/contain;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn.btn--large {
  padding: 1.875rem 2.4375rem 1.875rem 5.5625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0.04em;
}
.btn.btn--large .btn__arrow {
  margin-left: 1.9375rem;
}

@media (any-hover: hover) {
  .btn:hover {
    opacity: 0.9;
    background-color: #DC5D0F;
  }
  .btn:hover .btn__arrow {
    translate: 5px 0;
  }
}
.columns {
  padding-bottom: 6.5rem;
}
.columns .btnWrapper {
  margin-top: 2rem;
}

.columns__inner {
  margin-inline: auto;
  max-width: 1192px;
}

.card__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-column-gap: min(3.8888888889vw, 56px);
     -moz-column-gap: min(3.8888888889vw, 56px);
          column-gap: min(3.8888888889vw, 56px);
  margin-top: 62px;
}
@media screen and (max-width: 767px) {
  .card__list {
    margin-inline: auto;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

.card__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin-bottom: 3rem;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card__itemImgBox {
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 320/240;
  border: 4px solid #DC5D0F;
  border-radius: 1rem;
}
.card__itemImgBox .card__itemImg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card__thumb--noimage {
  container-type: inline-size;
  display: grid;
  place-items: center;
  padding-block: min(1.6666666667vw, 24px);
  height: 100%;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  text-align: center;
  background: url("../img/common/img-columns-item-back.svg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .card__thumb--noimage {
    padding-block: 3.125vw;
  }
}

.card__thumbTitle {
  font-weight: 700;
  font-size: min(1.9444444444vw, 28px);
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-inline: 0.75rem;
  font-size: clamp(16px, 1.9444444444vw, 28px);
}
@supports (font-size: 1cqw) {
  .card__thumbTitle {
    padding-inline: 4cqw;
    font-size: 7.8cqw;
  }
}

.card__itemTimeBox {
  position: relative;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .card__itemTimeBox {
    margin-top: 10px;
  }
}

.card__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.is-new {
  position: absolute;
  top: 0;
  left: 1rem;
  translate: 0 -50%;
  width: 60px;
  height: 25px;
}
.is-new::before {
  content: "";
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background: #F39800;
  border-radius: 30px;
}
.is-new::after {
  content: "NEW";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  text-align: center;
  color: #FFF;
}

@media (any-hover: hover) {
  .card__item:hover {
    opacity: 0.8 !important;
  }
  .card__item:hover .card__itemImg {
    scale: 1.1;
  }
}
.cta {
  padding-bottom: 103px;
}
.cta .btnWrapper {
  margin-top: 62px;
}

.cta__top {
  position: relative;
  padding-block: 40px;
}
.cta__top::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  background: url("../img/front-page/img-cta-back.svg") no-repeat center center/cover;
  z-index: -1;
}

.cta__inner {
  padding: 40px min(2.7777777778vw, 40px);
  background-color: #fff;
  border-radius: 1rem;
}

.cta__textTop {
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 140%;
  color: #DC5D0F;
}

.cta__textMiddle {
  display: block;
  margin-top: 11px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 160%;
  text-align: center;
}

.cta__bottomBox {
  margin-top: 9px;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 2px solid #DC5D0F;
  border-bottom: 2px solid #DC5D0F;
}

.cta__textBottom {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta__textBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 20px;
    padding-inline: 5vw;
  }
}
.cta__textBottom .--guideBook {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 160%;
  color: #DC5D0F;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--guideBook {
    line-height: 100%;
  }
}
.cta__textBottom .--or {
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--or {
    margin-top: 12px;
    line-height: 100%;
  }
}
.cta__textBottom .mendan30Wrapper {
  display: contents;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .mendan30Wrapper {
    display: block;
  }
}
.cta__textBottom .--mendan {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 160%;
  color: #DC5D0F;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--mendan {
    line-height: 100%;
  }
}
.cta__textBottom .--plusThirty {
  font-weight: 500;
  font-size: 4rem;
  line-height: 159%;
  color: #DC5D0F;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--plusThirty {
    line-height: 100%;
  }
}
.cta__textBottom .--minutes {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 160%;
  color: #DC5D0F;
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--minutes {
    line-height: 100%;
  }
}
.cta__textBottom .--present {
  padding-left: min(0.6944444444vw, 10px);
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 160%;
}
@media screen and (max-width: 1023px) {
  .cta__textBottom .--present {
    display: block;
    margin-inline: auto;
    margin-bottom: 20px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cta__textBottom .--present {
    margin-top: 18px;
    margin-bottom: 0;
    line-height: 100%;
  }
}

.footer {
  overflow-x: hidden;
  padding-block: 26px 30px;
  -webkit-box-shadow: 0 -2px 2px rgba(34, 34, 34, 0.1);
          box-shadow: 0 -2px 2px rgba(34, 34, 34, 0.1);
}
.footer .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__logo {
  width: 160px;
  height: auto;
  aspect-ratio: 160/59;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .footer__links {
    -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;
    gap: 16px;
    margin-top: 32px;
  }
}

.footer__link {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1.25rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/common/img-arrow-right-circle-gray.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (any-hover: hover) {
  .footer__logo:hover {
    opacity: 0.7;
  }
  .footer__link:hover {
    opacity: 0.7;
  }
  .footer__link:hover::before {
    background: url("../img/common/img-arrow-right-circle-darkorange.svg") no-repeat center center/contain;
  }
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 41;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1024px) {
  .header {
    height: 83px;
  }
}
.header__inner {
  width: 100%;
  max-width: calc(1360px + min(2.7777777778vw, 40px) * 2);
  padding: 0 min(2.7777777778vw, 40px);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: min(2.7777777778vw, 40px);
     -moz-column-gap: min(2.7777777778vw, 40px);
          column-gap: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0 min(3.75vw, 24px);
  }
}

.header__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 579px) {
  .header__left {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    gap: 640, 20;
  }
}

.header__logo {
  display: block;
  width: 211px;
  height: auto;
  aspect-ratio: 211/39;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header__logo {
    margin-top: 3px;
  }
}
@media screen and (max-width: 579px) {
  .header__logo {
    width: 100%;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__right .btnWrapper {
  margin-top: 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .header__right .btn {
    padding-block: 13px;
    padding-inline: 13px 11px;
    min-width: initial;
    min-height: initial;
    font-weight: 500;
    font-size: 14px;
  }
  .header__right .btn__arrow {
    margin-left: 8px;
    width: 13px;
  }
}
@media screen and (max-width: 579px) {
  .header__right .btn {
    padding-block: 12px;
    padding-inline: 22px 13px;
    min-width: initial;
    min-height: initial;
  }
  .header__right .btn__arrow {
    margin-left: 8px;
    width: 12px;
  }
}
@media (any-hover: hover) {
  .header__logo:hover {
    opacity: 0.7;
  }
}
.u-brChunk {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

#wpadminbar .show-template-name {
  color: white;
}

.u-font--darkOrange {
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #DC5D0F;
}

.u-fontDeco--slash {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .u-fontDeco--slash {
    font-size: 1.5rem;
  }
}
.u-fontDeco--slash::before, .u-fontDeco--slash::after {
  content: "";
  position: absolute;
  top: 57%;
  translate: 0 -50%;
  width: 2px;
  height: 1.75rem;
  background-color: #DC5D0F;
}
.u-fontDeco--slash::before {
  left: -1rem;
  rotate: -26deg;
}
.u-fontDeco--slash::after {
  right: -1rem;
  rotate: 26deg;
}

.u-only--pc {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .u-only--pc {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .u-only--pc {
    display: none;
    visibility: hidden;
  }
}

.u-only--tab {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .u-only--tab {
    display: block;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .u-only--tab {
    display: none;
    visibility: hidden;
  }
}

.u-only--sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .u-only--sp {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .u-only--sp {
    display: block;
    visibility: visible;
  }
}

.u-only--pcOrMore {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 1023px) {
  .u-only--pcOrMore {
    display: none;
    visibility: hidden;
  }
}

.u-only--tabOrMore {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .u-only--tabOrMore {
    display: none;
    visibility: hidden;
  }
}

.u-only--tabOrLess {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .u-only--tabOrLess {
    display: block;
    visibility: visible;
  }
}

.u-only--drawerVisibleOrLess {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .u-only--drawerVisibleOrLess {
    display: block;
    visibility: visible;
  }
}

.u-only--spOrLess {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-only--spOrLess {
    display: block;
    visibility: visible;
  }
}

.u-only--sp-s {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 579px) {
  .u-only--sp-s {
    display: block;
    visibility: visible;
  }
}

.u-only--moreThanSp-s {
  display: block;
  visibility: visible;
}
@media screen and (max-width: 579px) {
  .u-only--moreThanSp-s {
    display: none;
    visibility: hidden;
  }
}

.u-maxWidth-narrow {
  max-width: 1080px;
  margin-inline: auto;
}
/*# sourceMappingURL=common.css.map */