@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  /* color */
  --base-color: #fff;
  --main-color: #ed783b;
  --accent-color: #ed783b;
  --kv-bg-color: #8083d1;
  --about-msg-color: #215fa3;
  ---about-msg-shadow-color: #b4c9df;
  --radiko-new-color: #ec2c58;
  --radiko-new-shadow-color: #f8b3c3;
  --present-bg-color: #e8edf3;
}

/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

@media (max-width:800px) {
  body {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  transition: 0.2s;
}

@media (min-width:801px) {
  a:hover {
    opacity: 0.7;
  }
}
/* -- LAYOUT -- */
.l-footer {
  padding: 0 0 15px;
}
.l-footer__common {
  margin: 0 auto 45px;
  padding: 10px 0 5px;
  border-bottom: 3px solid var(--accent-color);
}
.l-footer__common--pc {
  display: block;
}
.l-footer__common--sp {
  display: none;
}
.l-footer__share {
  margin: 0 auto 40px;
}
.l-footer__copyright {
  color: var(--accent-color);
  font-size: 1.3rem;
  text-align: center;
}

@media (max-width: 1000px) {
  .l-footer {
    padding: 0 0 15px;
  }
  .l-footer__common {
    padding: 0;
  }
  .l-footer__common--pc {
    display: none;
  }
  .l-footer__common--sp {
    display: block;
  }
}
.l-inner {
  width: 100%;
  max-width: 1000px;
}

/* -- PROJECT -- */
.p-kv {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  box-sizing: border-box;
}
.p-kv__img {
  width: 100%;
}
.p-kv__img img {
  width: 100%;
}

@media (max-width: 1000px) {
  .p-main {
    border-bottom: none !important;
  }
}
.p-about {
  padding: 50px 20px 75px;
}
.p-about__container {
  margin: 0 auto;
  max-width: 900px;
}
.p-about__txt {
  margin: 0 auto 55px;
  line-height: 1.75;
}
.p-about__personality {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px 0 60px 27px;
  margin-left: 27px;
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1.5px solid var(--accent-color);
  padding-bottom: 3px;
}
.p-about__personality:before {
  position: absolute;
  content: "";
  left: -27px;
  top: 50%;
  width: 19px;
  height: 27px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../../img/mic.svg);
          mask-image: url(../../img/mic.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--accent-color);
}
.p-about__personality > span {
  font-size: 0.8em;
}
.p-about__btn-area {
  display: flex;
  justify-content: center;
}
.p-about__message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 432px;
  max-width: 100%;
  height: 78px;
  margin-right: 45px;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--base-color);
  background: var(--about-msg-color);
  box-sizing: border-box;
  border-radius: 39px;
  box-shadow: 9px 11px var(---about-msg-shadow-color);
}
.p-about__message img {
  max-width: 60%;
}
.p-about__radiko {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 432px;
  max-width: 100%;
  height: 78px;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: 700;
  color: var(--base-color);
  background: var(--radiko-new-color);
  box-sizing: border-box;
  border-radius: 39px;
  box-shadow: 9px 11px var(--radiko-new-shadow-color);
}
.p-about__radiko img {
  max-width: 80%;
}

@media (max-width:800px) {
  .p-about {
    padding: 40px 20px 65px;
  }
  .p-about__txt {
    margin: 0 auto 40px;
    font-size: 1.4rem;
  }
  .p-about__personality {
    font-size: 1.6rem;
    margin: 15px 0 60px 24px;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--accent-color);
  }
  .p-about__personality:before {
    left: -24px;
    top: 50%;
    width: 17px;
  }
  .p-about__btn-area {
    display: block;
  }
  .p-about__message {
    max-width: 95%;
    height: 60px;
    margin: 0 auto 30px;
    padding-bottom: 2px;
    font-size: min(5vw, 2.7rem);
    box-shadow: 6px 8px var(---about-msg-shadow-color);
  }
  .p-about__message img {
    max-width: 50%;
  }
  .p-about__radiko {
    max-width: 95%;
    height: 60px;
    margin: 0 auto;
    padding-bottom: 2px;
    box-shadow: 6px 8px #f8b3c3;
  }
  .p-about__radiko img {
    max-width: 65%;
  }
}
.p-personality {
  padding: 50px 20px 60px;
}
.p-personality__container {
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
  margin: 0 auto;
}
.p-personality__item {
  flex: 0 1 300px;
  width: 300px;
  text-align: center;
}
.p-personality__item:not(:first-child) {
  margin-left: 50px;
}
.p-personality__img {
  display: block;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-personality__name {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
  border-bottom: 1.5px solid var(--accent-color);
  padding-bottom: 3px;
  margin-left: 25px;
}
.p-personality__name:before {
  position: absolute;
  content: "";
  left: -27px;
  top: 50%;
  width: 19px;
  height: 27px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../../img/mic.svg);
          mask-image: url(../../img/mic.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--accent-color);
}

@media (max-width:800px) {
  .p-personality {
    padding: 40px 20px 60px;
  }
  .p-personality__container {
    display: block;
  }
  .p-personality__item {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
  }
  .p-personality__item:not(:first-child) {
    margin: 30px auto 0;
  }
  .p-personality__img {
    max-width: 60vw;
    background: #eee;
  }
  .p-personality__name {
    font-size: 1.8rem;
    margin: 0 auto;
    padding-bottom: 3px;
    border-bottom: 1px solid var(--accent-color);
    transform: translateX(5px);
  }
  .p-personality__name:before {
    left: -24px;
    top: 50%;
    width: 17px;
  }
}
.p-guest {
  padding: 50px 20px 60px;
}
.p-guest__container {
  display: flex;
  justify-content: center;
  flex-flow: nowrap;
  margin: 0 auto;
}
.p-guest__item {
  flex: 0 1 300px;
  width: 300px;
  text-align: center;
}
.p-guest__item:not(:first-child) {
  margin-left: 50px;
}
.p-guest__img {
  display: block;
  width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
  margin: 0 auto 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-guest__name {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent-color);
  padding-bottom: 3px;
  margin-left: 25px;
}

@media (max-width:800px) {
  .p-guest {
    padding: 40px 20px 60px;
  }
  .p-guest__container {
    display: block;
  }
  .p-guest__item {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    margin: 0 auto;
  }
  .p-guest__item:not(:first-child) {
    margin: 30px auto 0;
  }
  .p-guest__img {
    max-width: 60vw;
    background: #eee;
  }
  .p-guest__name {
    font-size: 1.8rem;
    margin: 0 auto;
    padding-bottom: 3px;
    transform: translateX(5px);
  }
}
.p-report {
  padding: 50px 20px 60px;
}
.p-report__container {
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  box-sizing: border-box;
}
.p-report__item {
  width: calc((100% - 80px) / 3);
  font-size: 1.6rem;
}
.p-report__thumb {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eee;
}
.p-report__ttl {
  display: -webkit-box;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.375;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-report__date {
  color: var(--accent-color);
  font-weight: 800;
}
.p-report__pagination {
  padding-top: 60px;
}
.p-report__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.5rem;
  height: 3.5rem;
  margin: 110px auto 40px;
  color: var(--base-color);
  font-size: 1.7rem;
  font-weight: 600;
  background: var(--accent-color);
  border-radius: 1.75rem;
}

@media (max-width:800px) {
  .p-report {
    padding: 40px 20px 60px;
  }
  .p-report__item {
    width: calc((100% - 40px) / 2);
  }
  .p-report__btn {
    margin: 50px auto 10px;
  }
}
@media (max-width:480px) {
  .p-report__container {
    row-gap: 40px;
  }
  .p-report__ttl {
    margin-bottom: 10px;
  }
  .p-report__item {
    width: 100%;
  }
}
.p-present {
  padding: 45px 20px 70px;
  background: var(--present-bg-color);
}
.p-present__heading {
  margin: 0 auto 35px;
}
.p-present__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
  max-width: 1200px;
  margin: 0 auto;
}
.p-present__container.m-2col .p-present__item {
  width: calc((100% - 20px) / 2);
}
.p-present__container.m-3col .p-present__item {
  width: calc((100% - 40px) / 3);
}
.p-present__item {
  display: flex;
  flex-direction: column;
}
.p-present__img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto 30px;
}
.p-present__txt-area {
  color: var(--accent-color);
  font-size: 1.6rem;
  line-height: 1.5;
  flex-grow: 1;
}
.p-present__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.7rem;
  height: 3.1rem;
  margin: 30px auto 0;
  padding-bottom: 2px;
  color: var(--base-color);
  font-size: 1.7rem;
  line-height: 1;
  background: var(--accent-color);
  box-sizing: border-box;
  border-radius: 0.4rem;
}
.p-present__btn:after {
  position: absolute;
  top: 1.2rem;
  left: 3rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.7rem;
  border-color: transparent transparent transparent var(--base-color);
  content: "";
}

@media (max-width:800px) {
  .p-present {
    padding: 40px 20px 60px;
  }
  .p-present__container {
    display: block;
  }
  .p-present__container.m-2col .p-present__item {
    width: auto;
  }
  .p-present__container.m-3col .p-present__item {
    width: auto;
  }
  .p-present__item {
    margin: 0 auto;
  }
  .p-present__item:not(:first-child) {
    margin: 40px auto 0;
  }
  .p-present__img {
    width: 85%;
    max-width: 340px;
    margin: 0 auto 10px;
  }
  .p-present__txt-area {
    font-size: 1.6rem;
    text-align: center;
  }
  .p-present__btn {
    margin: 15px auto 0;
  }
}
@media (max-width:480px) {
  .p-present__txt-area {
    text-align: left;
  }
}
.p-sns {
  padding: 50px 20px 60px;
}
.p-sns__x-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width:480px) {
  .p-sns {
    padding: 40px 20px 60px;
  }
}
.p-podcast {
  padding: 50px 20px 85px;
}
.p-podcast__lead {
  margin: 0 auto 50px;
  color: var(--accent-color);
  font-size: 1.8rem;
  line-height: 1.25;
  text-align: center;
}
.p-podcast__container {
  display: flex;
  justify-content: start;
  gap: 26px 18px;
  flex-flow: wrap;
  max-width: 882px;
  margin: 0 auto;
}
.p-podcast__item {
  position: relative;
  width: 282px;
  padding-bottom: 40px;
  border-radius: 15px;
  box-shadow: 0px 0px 9px 0px rgba(26, 44, 120, 0.28);
}
.p-podcast__item--apple img {
  width: 71px;
}
.p-podcast__item--youtube img {
  width: 154px;
}
.p-podcast__item--audee img {
  width: 113px;
}
.p-podcast__item--spotify img {
  width: 157px;
}
.p-podcast__item--radiko img {
  width: 128px;
}
.p-podcast__item--amazon img {
  width: 71px;
}
.p-podcast__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}
.p-podcast__txt {
  margin: 0 auto 25px;
  color: var(--accent-color);
  font-size: 1.5rem;
  line-height: 1.26;
  text-align: center;
  font-feature-settings: "palt";
}
.p-podcast__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: 2.8rem;
  margin: 0 auto;
  padding-bottom: 0.2rem;
  color: var(--base-color);
  font-size: 1.5rem;
  line-height: 2.8rem;
  background: var(--accent-color);
  border-radius: 1.4rem;
  box-sizing: border-box;
}
.p-podcast__btn:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0.2rem;
  margin-right: 0.4rem;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.69rem;
  border-color: transparent transparent transparent var(--base-color);
  content: "";
}

@media (max-width:800px) {
  .p-podcast {
    padding: 40px 0 60px;
  }
  .p-podcast__lead {
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-podcast__container {
    gap: 4vw 3vw;
    max-width: 95%;
  }
  .p-podcast__txt {
    margin: 0 auto;
  }
  .p-podcast__item {
    width: 48%;
    max-width: 282px;
    padding-bottom: calc(8vw + 24px);
    border-radius: 1.2vw;
  }
  .p-podcast__btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4vw;
    padding-bottom: 0.1rem;
  }
}
@media (max-width:480px) {
  .p-podcast {
    padding: 40px 0 60px;
  }
  .p-podcast__lead {
    margin: 0 auto 40px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-podcast__container {
    gap: 4vw 3vw;
    max-width: 95%;
  }
  .p-podcast__item {
    width: 48%;
    padding-bottom: 7vw;
    border-radius: 1.2vw;
  }
  .p-podcast__item--apple img {
    width: 13vw;
  }
  .p-podcast__item--youtube img {
    width: 28.333vw;
  }
  .p-podcast__item--audee .p-podcast__txt {
    margin: -1.2vw auto 1.2vw;
  }
  .p-podcast__item--audee img {
    width: 20.667vw;
  }
  .p-podcast__item--spotify img {
    width: 28.889vw;
  }
  .p-podcast__item--radiko img {
    width: 22.778vw;
  }
  .p-podcast__item--amazon img {
    width: 12.444vw;
  }
  .p-podcast__logo {
    height: 22vw;
  }
  .p-podcast__txt {
    margin: 0 auto;
    min-height: 12vw;
    font-size: min(2.9vw, 1.6rem);
  }
  .p-podcast__btn {
    position: relative;
    inset: inherit;
    width: 27vw;
    height: 24px;
    font-size: 3.2vw;
    border-radius: 12px;
  }
  .p-podcast__btn:before {
    margin-right: 5px;
    border-width: 3.4px 0 3.4px 5.9px;
  }
}
.p-audee {
  margin: 0 auto 80px;
  padding: 0 20px;
}
.p-audee__bnr {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}
.p-audee__txt {
  margin: 15px auto 0;
  color: var(--accent-color);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media (max-width:480px) {
  .p-audee {
    margin: 0 auto 60px;
  }
}
.p-bnr-area {
  margin: 0 auto 65px;
}
.p-bnr-area--no-sns {
  margin: 65px auto;
}
.p-bnr-area__item {
  display: block;
  width: 270px;
  max-width: 80%;
  margin: 0 auto;
}
.p-bnr-area a + a {
  margin: 50px auto 0;
}
.p-bnr-area__txt {
  margin: 0 auto 30px;
  padding: 0 20px;
  text-align: center;
  line-height: 1.75;
}

@media (max-width:480px) {
  .p-bnr-area {
    margin: 0 auto 60px;
  }
  .p-bnr-area--no-sns {
    margin: 60px auto;
  }
  .p-bnr-area__item {
    max-width: 50%;
  }
  .p-bnr-area a + a {
    margin: 40px auto 0;
  }
  .p-bnr-area__txt {
    text-align: left;
  }
}
.p-item {
  padding: 50px 20px 25px;
}
.p-item__container {
  margin: 0 auto;
  padding: 70px 55px 80px;
  max-width: 1000px;
  box-sizing: border-box;
  border: 1px solid var(--accent-color);
}
.p-item__ttl {
  margin: 0 auto 15px;
  padding: 35px 0;
  color: var(--accent-color);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.38;
  border-top: double 4px var(--accent-color);
  border-bottom: double 4px var(--accent-color);
}
.p-item__date {
  margin: 0 auto 40px;
  color: var(--accent-color);
  font-size: 1.4rem;
  font-weight: 800;
  text-align: right;
}
.p-item__thumb {
  display: block;
  max-width: 600px;
  margin: 0 auto 60px;
}
.p-item__content {
  margin: 0 auto 65px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-item__content body {
  font-size: 16px;
}
.p-item__content p,
.p-item__content h1,
.p-item__content h2,
.p-item__content h3,
.p-item__content h4,
.p-item__content h5,
.p-item__content h6 {
  overflow-wrap: break-word;
}
.p-item__content h1,
.p-item__content h2,
.p-item__content h3 {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}
.p-item__content h1 {
  font-size: 200%;
}
.p-item__content h2 {
  font-size: 160%;
}
.p-item__content h3 {
  font-size: 140%;
}
.p-item__content h4 {
  font-size: 100%;
}
.p-item__content h5 {
  font-size: 90%;
}
.p-item__content h6 {
  font-size: 80%;
}
.p-item__content p {
  display: block;
  margin: 0 auto 1em;
}
.p-item__content img {
  display: block;
  max-width: min(600px, 100%);
  margin: 1em auto;
}
.p-item__content a {
  color: #ed783b;
}
.p-item__sns-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.p-item__sns-ttl:before {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--main-color);
  transform: rotate(45deg);
  transform-origin: bottom right;
  content: "";
}
.p-item__sns-ttl:after {
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--main-color);
  transform: rotate(-45deg);
  transform-origin: bottom left;
  content: "";
}
.p-item__player {
  margin-bottom: 1em;
}

@media (max-width:800px) {
  .p-item {
    padding: 40px 20px 0px;
  }
  .p-item__container {
    padding: 20px;
  }
  .p-item__ttl {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  .p-item__date {
    margin: 0 auto 20px;
  }
  .p-item__thumb {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-item__content {
    margin: 0 auto 40px;
    font-size: 1.4rem;
  }
}
/* -- COMPONENT -- */
.c-heading {
  position: relative;
  color: var(--accent-color);
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.c-heading:after {
  position: absolute;
  bottom: -18px;
  left: 50%;
  display: block;
  width: 76px;
  height: 5px;
  transform: translateX(-50%);
  background: #ed783b url(../../img/border_overlay.png) no-repeat center center;
  content: "";
}

@media (max-width:800px) {
  .c-heading {
    font-size: 2rem;
  }
  .c-heading:after {
    bottom: -17px;
    width: 50px;
  }
}
.c-sub-heading {
  margin: 30px 0 50px;
  color: var(--accent-color);
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width:800px) {
  .c-sub-heading {
    margin: 30px 0;
  }
}
.c-share {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.c-share__icon {
  width: 36px;
  margin: 0 6px;
}

.c-pagination {
  color: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__prev {
  display: block;
  border-left: 5px solid var(--accent-color);
  border-bottom: 5px solid var(--accent-color);
  width: 15px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  transform: rotate(45deg);
}
@media (max-width:480px) {
  .c-pagination__prev {
    width: 16px;
    border-width: 4px;
  }
}
.c-pagination__next {
  display: block;
  border-right: 5px solid var(--accent-color);
  border-bottom: 5px solid var(--accent-color);
  width: 15px;
  aspect-ratio: 1/1;
  margin-left: 5px;
  transform: rotate(-45deg);
}
@media (max-width:480px) {
  .c-pagination__next {
    width: 16px;
    border-width: 4px;
  }
}
.c-pagination__number {
  display: block;
  font-size: 14px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  padding: 7px 5px;
  margin: 0 3px;
}
@media (max-width:480px) {
  .c-pagination__number {
    font-size: 12px;
    margin: 0 3px;
  }
}
.c-pagination__number.is-active {
  color: #FFF;
  font-weight: 500;
  background-color: var(--accent-color);
  pointer-events: none;
}
.c-pagination__dot {
  font-weight: 100;
  letter-spacing: 0;
}

.page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.page-top img {
  width: 64px;
  height: auto;
}
@media (max-width:800px) {
  .page-top img {
    width: 48px;
  }
}

/* -- UTILITY -- */
.u-border-bottom {
  border-bottom: 4px double var(--accent-color);
}

.u-mb-10 {
  margin-bottom: 10px;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-mb-50 {
  margin-bottom: 50px;
}

.u-mb-60 {
  margin-bottom: 60px;
}

.u-mb-70 {
  margin-bottom: 70px;
}

.u-mb-80 {
  margin-bottom: 80px;
}

.u-mb-90 {
  margin-bottom: 90px;
}

.u-mb-100 {
  margin-bottom: 100px;
}

.u-font-red {
  color: #ff0000;
}

.u-font-keycolor {
  color: var(--accent-color);
}

.u-font-accent {
  color: var(--accent-color);
}

.u-font-small {
  font-size: 0.85em;
}

.u-font-large {
  font-size: 1.25em;
}

.u-font-thin {
  font-weight: 100;
}

.u-font-extralight {
  font-weight: 200;
}

.u-font-light {
  font-weight: 300;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-extrabold {
  font-weight: 800;
}

.u-font-black {
  font-weight: 900;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:800px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}