@charset "UTF-8";

body {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fcf0f0;
}

.heart-radio {
  padding-bottom: 80px;
}

.heart-radio .cmn-inner {
  padding: 0 calc(50 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .cmn-inner {
    padding: 0 50px;
  }
}

.heart-radio li {
  list-style: none;
}

.heart-radio .section {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.heart-radio body {
  line-height: 1;
}

.heart-radio article,
.heart-radio aside,
.heart-radio details,
.heart-radio figcaption,
.heart-radio figure,
.heart-radio footer,
.heart-radio header,
.heart-radio hgroup,
.heart-radio menu,
.heart-radio nav,
.heart-radio section {
  display: block;
}

.heart-radio nav ul {
  list-style: none;
}

.heart-radio blockquote,
.heart-radio q {
  quotes: none;
}

.heart-radio blockquote:after,
.heart-radio blockquote:before,
.heart-radio q:after,
.heart-radio q:before {
  content: "";
  content: none;
}

.heart-radio * {
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.heart-radio .ls-300 {
  letter-spacing: 0.3em;
}

.heart-radio .fw-bold {
  font-weight: bold;
}

.heart-radio .fc-pink {
  color: #f09696;
}

.heart-radio .fc-brown {
  color: #7e6b5a;
}

.heart-radio .btn {
  margin-top: 60px;
  transition: 0.3s opacity;
}

@media (hover: hover) {
  .heart-radio .btn:any-link:hover {
    opacity: 0.7;
  }
}

.heart-radio .w-box {
  background: #fff;
  border-radius: calc(60 * 100vw / 750);
  width: 96%;
  margin: 0 auto;
  padding: calc(80 * 100vw / 750) calc(32 * 100vw / 750);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .heart-radio .w-box {
    border-radius: 60px;
    padding: 80px 32px;
  }
}

.heart-radio .w-box .box-icn {
  width: 12%;
  max-width: 80px;
  margin-bottom: 10px;
}

.heart-radio .w-box h3 {
  color: #7e6b5a;
  font-size: calc(24 * 100vw / 750);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .heart-radio .w-box h3 {
    font-size: 24px;
  }
}

.heart-radio .w-box h2 {
  color: #005bac;
  font-size: calc(40 * 100vw / 750);
  margin-bottom: calc(70 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .w-box h2 {
    font-size: 40px;
    margin-bottom: 70px;
  }
}

.heart-radio .lead {
  padding: 2em 0;
}

.heart-radio .lead p {
  margin-bottom: 1.5em;
  font-size: calc(26 * 100vw / 750);
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .heart-radio .lead p {
    font-size: 26px;
  }
}

.heart-radio .thema {
  text-align: center;
  padding-top: calc(100 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .thema {
    padding-top: 100px;
  }
}

.heart-radio .thema > p {
  margin-bottom: 2em;
  font-size: calc(30 * 100vw / 750);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .heart-radio .thema > p {
    font-size: 30px;
  }
}

.heart-radio .thema-icn {
  background: #ef91b4;
  color: #fff;
  font-weight: bold;
  padding: 0.2em 1em;
  border-radius: 6px;
  margin-bottom: 1em;
  font-size: calc(26 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .thema-icn {
    font-size: 26px;
  }
}

.heart-radio .thema-title {
  width: 100%;
  padding: 0.4em 1em;
  border-top: dashed #beb5ac 2px;
  border-bottom: dashed #beb5ac 2px;
  font-size: calc(30 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .thema-title {
    font-size: 30px;
  }
}

.heart-radio .radio {
  padding: calc(150 * 100vw / 750) 0;
  text-align: center;
  background: url(../../../images/static/heart-radio/icn-heart.png);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}

@media screen and (min-width: 768px) {
  .heart-radio .radio {
    padding: 150px 0;
  }
}

.heart-radio .radio > p {
  margin-bottom: 1em;
  font-size: calc(30 * 100vw / 750);
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .heart-radio .radio > p {
    font-size: 30px;
  }
}

.heart-radio .radio a {
  display: block;
  margin: 0 auto;
  width: 84%;
}

.heart-radio .archive-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  padding: 0 2%;
}

.heart-radio .archive-list li {
  width: 100%;
}

.heart-radio .archive-list li a {
  display: flex;
  text-align: left;
  align-items: stretch;
  box-shadow: 6.428px 7.66px 10px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #7e6b5a;
  margin: 0;
}

.heart-radio .archive-list img {
  width: 23%;
  /* height: 100%; */
  object-fit: cover;
}

.heart-radio .archive-list .txtbox {
  padding: 0.8em 2em;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heart-radio .archive-date {
  font-size: calc(30 * 100vw / 750);
  font-weight: 500;
  color: #7e6b5a;
  border-bottom: 1px dashed #7e6b5a;
  padding-bottom: 0.4em;
}

@media screen and (min-width: 768px) {
  .heart-radio .archive-date {
    font-size: 30px;
  }
}

.heart-radio .archive-content {
  font-size: calc(26 * 100vw / 750);
  padding-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .heart-radio .archive-content {
    font-size: 26px;
  }
}

.heart-radio .kome {
  font-size: calc(18 * 100vw / 750);
}

@media screen and (min-width: 768px) {
  .heart-radio .kome {
    font-size: 18px;
  }
}
