@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: #12aea1;
  --accent-color: #12aea1;
  --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 -- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  transition: 0.2s;
}

/* -- LAYOUT -- */
.p-base {
  font-size: 62.5%;
}

.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-report {
  padding: 50px 20px 60px;
}
.p-report__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: flex-start;
  box-sizing: border-box;
  font-size: 1.6em;
  gap: 0 1.5%;
}
@media screen and (max-width: 1279px) {
  .p-report__container {
    justify-content: space-between;
  }
}
.p-report__item {
  width: calc((100% - 86px) / 3);
}
.p-report__thumb {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  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: 205px;
  height: 35px;
  margin: 110px auto 40px;
  color: var(--base-color);
  font-size: 1.7em;
  font-weight: 600;
  background: var(--accent-color);
  border-radius: 1em;
}

@media (max-width:800px) {
  .p-report {
    padding: 40px 20px 60px;
  }
  .p-report__item {
    width: calc((100% - 80px) / 2);
  }
  .p-report__btn {
    margin: 50px auto 10px;
  }
}
@media (max-width:480px) {
  .p-report__ttl {
    margin-bottom: 10px;
  }
  .p-report__item {
    width: 100%;
  }
}
.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.8em;
  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: 0 0 9px 0 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.5em;
  line-height: 1.26;
  text-align: center;
  font-feature-settings: "palt";
}
.p-podcast__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 28px;
  margin: 0 auto;
  padding-bottom: 2px;
  color: var(--base-color);
  font-size: 1.5em;
  line-height: 1.8;
  background: var(--accent-color);
  border-radius: 1em;
  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__item {
  display: block;
  width: 300px;
  max-width: 80%;
  margin: 0 auto;
}
.p-bnr-area a + a {
  margin: 50px auto 0;
}

@media (max-width:480px) {
  .p-bnr-area {
    margin: 0 auto 60px;
  }
  .p-bnr-area__item {
    max-width: 55%;
  }
  .p-bnr-area a + a {
    margin: 40px auto 0;
    max-width: 65%;
  }
}
.p-item {
  padding: 50px 0 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: 2em;
  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.4em;
  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.6em;
  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: 1.5em;
  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,
.p-item__content img figure {
  display: block;
  margin: 0 auto 30px;
}
.p-item__sns-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  font-size: 1.4em;
  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: "";
}

@media (max-width:800px) {
  .p-item {
    padding: 40px 20px 0;
  }
  .p-item__container {
    padding: 20px;
  }
  .p-item__ttl {
    padding: 20px 0;
    font-size: 1.6em;
  }
  .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.4em;
  }
}
/* -- COMPONENT -- */
.c-heading {
  position: relative;
  color: var(--accent-color);
  font-size: 2.5em;
  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: var(--accent-color) url(/darehana/img/border_overlay.png) no-repeat center center;
  content: "";
}

@media (max-width:800px) {
  .c-heading {
    font-size: 2em;
  }
  .c-heading:after {
    bottom: -17px;
    width: 50px;
  }
}
.c-sub-heading {
  margin: 30px 0 50px;
  color: var(--accent-color);
  font-size: 1.4em;
  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: -11px;
  margin-right: 8px;
}

.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;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 *//*# sourceMappingURL=report.css.map */