*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, p {
  margin: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
  line-height: 1;
}

.l-heading {
  font-size: 40px;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .l-heading {
    font-size: 30px;
    line-height: 1.5;
  }
}

.l-inner-l {
  margin: 0 auto;
  width: 960px;
}
@media screen and (max-width: 959px) {
  .l-inner-l {
    width: calc(100% - 32px);
  }
}

.l-inner-s {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 959px) {
  .l-inner-s {
    width: calc(100% - 32px);
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp {
    display: block;
  }
}

.u-pink {
  color: #E58C8C;
}

.u-yellow {
  color: #FFC345;
}

.u-blue {
  color: #438DA0;
}

.u-lh-42 {
  line-height: 42px !important;
}

body {
  background-color: #F2EAE5;
  color: #636363;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.header {
  height: 100%;
  padding-right: 64px;
  position: absolute;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 959px) {
  .header {
    padding-right: 6vw;
  }
}
.header::before {
  background-color: #E58C8C;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  width: 32px;
}
@media screen and (max-width: 959px) {
  .header::before {
    width: 4vw;
  }
}
.header-logo {
  color: #E58C8C;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.1em;
  padding-top: 40px;
}
@media screen and (max-width: 959px) {
  .header-logo {
    font-size: 5vw;
    padding-top: 20vw;
  }
}
.header-menu {
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .header-menu {
    font-size: 3.5vw;
    margin-top: 20px;
    letter-spacing: 0;
  }
}

.fv {
  padding-bottom: 64px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fv {
    padding-bottom: 48px;
  }
}
.fv-before, .fv-after {
  position: absolute;
  z-index: -100;
}
.fv-before {
  left: calc(50% - 680px);
  top: 30px;
  height: 128px;
  width: 930px;
}
@media screen and (max-width: 1439px) {
  .fv-before {
    height: auto;
    width: 65vw;
    left: calc(50% - 47vw);
  }
}
@media screen and (max-width: 959px) {
  .fv-before {
    height: auto;
    width: 75vw;
    left: 5vw;
    top: 5vw;
  }
}
.fv-after {
  bottom: 130px;
  right: calc(50% - 640px);
  height: 144px;
  width: 582px;
}
@media screen and (max-width: 1439px) {
  .fv-after {
    height: auto;
    width: 38vw;
    right: calc(50% - 42vw);
  }
}
@media screen and (max-width: 959px) {
  .fv-after {
    height: auto;
    width: 42vw;
    right: 10vw;
    bottom: auto;
    top: 122.1vw;
  }
}
.fv-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 140px;
}
@media screen and (max-width: 1439px) {
  .fv-wrapper {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .fv-wrapper {
    display: block;
    padding-top: 15vw;
    text-align: left;
  }
}
.fv-kv {
  border-radius: 30px;
  width: 380px;
}
@media screen and (max-width: 1439px) {
  .fv-kv {
    width: 26vw;
  }
}
@media screen and (max-width: 959px) {
  .fv-kv {
    margin-left: 5vw;
    width: 50vw;
  }
}
.fv-title {
  font-size: 60px;
  line-height: 1.4;
  margin-left: 48px;
}
@media screen and (max-width: 1439px) {
  .fv-title {
    font-size: 4.1vw;
  }
}
@media screen and (max-width: 959px) {
  .fv-title {
    font-size: 12vw;
    line-height: 1.2;
    text-align: center;
    margin: 8vw 0 0;
  }
}
.fv-link {
  font-family: "Noto Sans JP", sans-serif;
}
.fv-link-apple {
  color: #6F3B65;
  display: block;
  text-decoration: underline;
  margin-top: 12px;
}
.fv-btn-group {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
@media screen and (max-width: 959px) {
  .fv-btn-group {
    flex-direction: column;
    align-items: center;
    margin-top: 14vw;
  }
}
.fv-btn {
  align-items: center;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 240px;
}
@media screen and (max-width: 959px) {
  .fv-btn {
    width: 70vw;
  }
}
.fv-btn img {
  width: 30px;
  margin-right: 10px;
}
.fv-btn-spotify {
  background-color: #0B5A3B;
}
.fv-btn-youtube {
  background-color: #AF012C;
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .fv-btn-youtube {
    margin: 12px 0 0;
  }
}

.aboutus {
  background-color: #fff;
  padding: 48px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .aboutus {
    padding: 40px 20px;
  }
}
.aboutus::before, .aboutus::after {
  background-color: #E58C8C;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .aboutus::before, .aboutus::after {
    height: 30px;
    width: 30px;
  }
}
.aboutus::before {
  left: calc(50% - 400px);
  top: -20px;
  rotate: 15deg;
}
@media screen and (max-width: 959px) {
  .aboutus::before {
    left: calc(50% - 120px);
    top: -15px;
  }
}
.aboutus::after {
  right: calc(50% - 400px);
  bottom: -20px;
  rotate: -30deg;
}
@media screen and (max-width: 959px) {
  .aboutus::after {
    right: calc(50% - 120px);
    bottom: -15px;
  }
}
.aboutus-note {
  font-size: 18px;
  margin-top: 24px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .aboutus-note {
    font-size: 15px;
    margin-top: 16px;
  }
}

.member {
  background-color: #fff;
  border-radius: 50px;
  margin-top: 64px;
  padding: 40px 64px 32px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .member {
    margin: 48px auto 32px;
    padding: 24px 16px 24px;
  }
}
.member::before, .member::after {
  background-color: #FFC345;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .member::before, .member::after {
    height: 30px;
    width: 30px;
  }
}
.member::before {
  left: -20px;
  top: 15%;
  rotate: 15deg;
}
@media screen and (max-width: 959px) {
  .member::before {
    left: auto;
    right: -10px;
    top: 400px;
  }
}
.member::after {
  right: -20px;
  bottom: 40%;
  rotate: 60deg;
}
@media screen and (max-width: 959px) {
  .member::after {
    right: auto;
    left: -3px;
    bottom: 31.5%;
  }
}
.member-wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .member-wrapper {
    display: block;
  }
}
.member-box {
  margin-top: 32px;
  width: 45%;
}
@media screen and (max-width: 959px) {
  .member-box {
    margin-top: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .member-box:last-of-type {
    margin-top: 32px;
  }
}
.member-box img {
  border-radius: 20px;
  width: 100%;
}
.member-name {
  font-size: 28px;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (max-width: 959px) {
  .member-name {
    font-size: 24px;
    margin-top: 4px;
  }
}
.member-note {
  font-size: 16px;
  margin-top: 4px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .member-note {
    font-size: 15px;
  }
}
.member-birth {
  margin-top: 12px;
}
.member-dt {
  display: inline-block;
  width: 80px;
}
@media screen and (max-width: 959px) {
  .member-dt {
    width: 80px;
  }
}
.member-q {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 8px;
}
@media screen and (max-width: 959px) {
  .member-q {
    font-size: 18px;
    margin: 16px 0 6px;
  }
}
.member-bottom {
  background-color: #FFC345;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
  left: calc(50% - 20px);
  bottom: -20px;
  rotate: 30deg;
}
@media screen and (max-width: 959px) {
  .member-bottom {
    height: 30px;
    width: 30px;
    left: calc(50% + 80px);
    bottom: -15px;
  }
}

.voice {
  padding: 64px 0;
}
@media screen and (max-width: 959px) {
  .voice {
    padding: 32px 0;
  }
}
.voice-inner {
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin: 20px auto 0;
  max-height: 1500px;
  width: 960px;
}
@media screen and (max-width: 959px) {
  .voice-inner {
    display: block;
    margin: 8px auto 0;
    max-height: none;
    width: calc(100% - 32px);
  }
}
.voice-box {
  width: 32%;
}
@media screen and (max-width: 959px) {
  .voice-box {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}

.episode {
  background-color: #fff;
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .episode {
    padding: 48px 0;
  }
}
.episode::before, .episode::after {
  background-color: #91CFCB;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
}
.episode::before {
  left: calc(50% - 300px);
  top: -20px;
  rotate: 30deg;
}
@media screen and (max-width: 959px) {
  .episode::before {
    left: calc(50% - 120px);
    top: -15px;
  }
}
.episode::after {
  right: calc(50% - 300px);
  bottom: -20px;
  rotate: -30deg;
}
@media screen and (max-width: 959px) {
  .episode::after {
    right: calc(50% - 160px);
    bottom: -15px;
  }
}
.episode-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .episode-inner {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
.episode-box {
  position: relative;
  width: 22.5%;
}
@media screen and (max-width: 959px) {
  .episode-box:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .episode-box {
    width: 48%;
  }
}
.episode-box:hover::before {
  transform: scale(1.2);
  background-color: #AF012C;
}
.episode-box::before {
  background-color: #636363;
  border-radius: 100%;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 35px);
  top: 80px;
  height: 60px;
  width: 60px;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .episode-box::before {
    top: 15vw;
  }
}
.episode-box::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 17px);
  top: 95px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 26px solid #fff;
  border-right: 0;
}
@media screen and (max-width: 959px) {
  .episode-box::after {
    top: 19vw;
  }
}
.episode-img {
  border-radius: 30px;
  width: 100%;
}
.episode-title {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .episode-title {
    font-size: 13.5px;
  }
}

.recommend {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .recommend {
    display: block;
    margin-top: 32px;
  }
}
.recommend-box {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .recommend-box:last-of-type {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .recommend-box {
    width: 100%;
  }
}
.recommend-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 959px) {
  .recommend-name {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .recommend p {
    font-size: 15px;
    line-height: 1.6;
  }
}

.introduction {
  padding: 64px 0;
  position: relative;
}
@media screen and (max-width: 959px) {
  .introduction {
    padding: 40px 0;
  }
}
.introduction::before, .introduction::after {
  background-color: #91CFCB;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 959px) {
  .introduction::before, .introduction::after {
    height: 30px;
    width: 30px;
  }
}
.introduction::before {
  left: calc(50% - 300px);
  top: 40px;
  rotate: 60deg;
}
@media screen and (max-width: 959px) {
  .introduction::before {
    left: calc(50% - 160px);
    top: 24px;
  }
}
.introduction::after {
  right: calc(50% - 400px);
  bottom: -20px;
  rotate: -15deg;
}
@media screen and (max-width: 959px) {
  .introduction::after {
    right: calc(50% - 120px);
    bottom: -15px;
  }
}
.introduction-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 24px auto 0;
  width: 920px;
}
@media screen and (max-width: 959px) {
  .introduction-wrapper {
    display: block;
    width: calc(100% - 32px);
  }
}
.introduction-box {
  background-color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 32px 24px;
  position: relative;
  width: 31%;
}
@media screen and (max-width: 959px) {
  .introduction-box:not(:first-of-type) {
    margin-top: 24px;
    padding: 32px 20px;
  }
}
@media screen and (max-width: 959px) {
  .introduction-box {
    padding: 32px 20px;
    width: 100%;
  }
}
.introduction-box::before, .introduction-box::after {
  border: 1px solid #636363;
  content: "";
  height: 40px;
  position: absolute;
  width: 100%;
}
.introduction-box::before {
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  left: 0;
  top: 0;
}
.introduction-box::after {
  border-top: 0;
  border-radius: 0 0 40px 40px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .introduction-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 24px;
  }
}
.introduction img {
  width: 80%;
}
@media screen and (max-width: 959px) {
  .introduction img {
    height: 25%;
    width: 25%;
  }
}
.introduction-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 8px 0 40px;
  position: relative;
}
@media screen and (max-width: 959px) {
  .introduction-heading {
    margin: 0;
    width: 70%;
  }
}
.introduction-heading::after {
  background-color: #636363;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 12px);
  position: absolute;
  width: 24px;
}
.introduction-note {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
.introduction a {
  text-decoration: underline;
  color: #438DA0;
}

.form {
  background-color: #EEC2C2;
  padding: 64px 0;
}
@media screen and (max-width: 959px) {
  .form {
    padding: 40px 0 0;
  }
}
.form-inner {
  margin: 0 auto;
  width: 800px;
}
@media screen and (max-width: 959px) {
  .form-inner {
    width: 100%;
  }
}

.footer-top {
  margin: 40px auto;
}
.footer-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 24px 0 8px;
}
@media screen and (max-width: 959px) {
  .footer-heading {
    font-size: 18px;
  }
}
.footer-link-wrapper {
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer-link-wrapper {
    flex-wrap: wrap;
  }
}
.footer a {
  align-items: center;
  color: #636363;
  display: flex;
  font-size: 18px;
  text-decoration: underline;
}
.footer a:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .footer a:not(:first-of-type) {
    margin: 0 30px;
  }
}
@media screen and (max-width: 959px) {
  .footer a:nth-of-type(3) {
    margin: 16px 20px 0 0;
  }
}
.footer-link-name {
  display: inline-block;
  margin-left: 8px;
}
@media screen and (max-width: 959px) {
  .footer-link-name {
    font-size: 15px;
  }
}
.footer-bottom {
  align-items: flex-end;
  background-image: url(./image/footer.jpg);
  background-size: cover;
  display: flex;
  height: 25vw;
  justify-content: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .footer-bottom {
    padding-bottom: 8px;
  }
}
.footer-copyright {
  font-size: 16px;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */