/* CSS INFORMATION =====================================================
File name : voice.css
Description : voice
===================================================================== */
.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

/* ========================================================
    voice_mv
======================================================== */
.voice_mv {
  position: relative;
  width: 100%;
}
.voice_mv .inner {
  max-width: none;
  width: calc(100% - 6rem);
  margin: auto;
}
.voice_mv .inner img {
  border-radius: 3rem;
}
.voice_mv_ttl {
  padding: 4rem;
  background: #f2248b;
  width: calc(100% + 11rem);
  margin-left: -3rem;
  margin-bottom: 8rem;
  text-align: center;
  position: relative;
}
.voice_mv_ttl::after {
  content: "";
  display: block;
  width: 100vw;
  height: 12.5rem;
  position: absolute;
  top: -12rem;
  left: 0;
  background: #f2248b;
  z-index: -1;
}
.voice_mv_ttl .fukidashi {
  background: #ffe730;
  color: #f2248b;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 auto 2rem;
  display: inline-block;
  line-height: 4.8rem;
  padding: 0 2em;
  border-radius: 3rem;
  position: relative;
}
.voice_mv_ttl .fukidashi::after {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #ffe730;
  position: absolute;
  width: 0.5em;
  height: 0.7em;
  bottom: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}
.voice_mv_ttl .text {
  font-size: 4rem;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
}
.voice_mv_ttl .text img {
  display: inline;
  width: 10rem;
  margin-right: 0.5rem;
}

/* ========================================================
    theme
======================================================== */
.ttl {
  position: relative;
  width: 100%;
  height: 18.5rem;
  text-align: center;
  background: url(../../voice/images/bg_theme_sp.png) no-repeat top center/contain;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}
.ttl > span {
  display: block;
  font-family: "Concert One", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #f2248b;
  width: 30rem;
  height: 5rem;
  background: url(../../voice/images/deco_theme.svg) no-repeat center center/contain;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ttl {
    width: 100%;
    background: url(../../voice/images/bg_theme.png) no-repeat top center/contain;
    font-size: 3.3333333333vw;
  }
  .ttl > span {
    height: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .ttl {
    font-size: 40px;
  }
}
.theme01,
.theme02,
.theme03 {
  width: 100%;
  max-width: 1240px;
  margin: auto;
}
.theme01 .inner,
.theme02 .inner,
.theme03 .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 11rem;
}

.theme_box {
  width: 100%;
  border: 4px solid #f2f2f2;
  border-radius: 2rem;
  padding: 4rem 4rem 3rem;
  margin-bottom: 2.5rem;
}
.theme_box .sub_ttl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.theme_box .sub_ttl_num {
  font-family: "Concert One", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  color: #f2248b;
  display: block;
  width: 9rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .theme_box .sub_ttl_num {
    font-size: 6rem;
    width: 8rem;
  }
}
.theme_box .sub_ttl_txt {
  font-size: 3.2rem;
  font-weight: 700;
  display: block;
  background: #f2f2f2;
  border-radius: 2rem;
  width: calc(100% - 9rem);
  box-sizing: border-box;
  padding: 1.3rem 2rem;
}
@media screen and (min-width: 768px) {
  .theme_box .sub_ttl_txt {
    font-size: 2.4rem;
    width: calc(100% - 8rem);
    padding: 1.3rem 4rem;
  }
}
.theme_box .double-digit {
  margin-left: 3rem;
}
.theme_box .txt_block {
  padding-left: 12rem;
  padding-right: 4rem;
}
.theme_box .txt_block p {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .theme_box .txt_block p {
    font-size: 2.1rem;
  }
}
.theme_box .txt_block p small {
  font-size: 2.8rem;
  line-height: 1.3 !important;
}
@media screen and (min-width: 768px) {
  .theme_box .txt_block p small {
    font-size: 1.6rem;
  }
}
.theme_box .txt_block dl {
  background: url(../../voice/images/dotted.png) no-repeat bottom left/contain;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .theme_box .txt_block dl {
    background: url(../../voice/images/dotted_pc.png) no-repeat bottom left/contain;
  }
}
.theme_box .txt_block dl:last-child {
  background: none;
}
.theme_box .txt_block dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f2248b;
  margin-left: -0.5em;
}
@media screen and (min-width: 768px) {
  .theme_box .txt_block dl dt {
    font-size: 2.1rem;
  }
}
.theme_box .txt_block dl dd {
  font-size: 3rem;
  padding-bottom: 2em;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .theme_box .txt_block dl dd {
    font-size: 1.6rem;
  }
}
.theme_box .txt_block dl:not(:first-child) dt {
  padding-top: 2em;
}
.theme_box > .img_block {
  margin: 0 auto 1rem;
}
.theme_box > .illust_box .illust_block {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .theme_box > .illust_box {
    display: flex;
    justify-content: flex-start;
  }
  .theme_box > .illust_box .illust_block {
    width: 43%;
  }
  .theme_box > .illust_box .txt_block {
    width: 52%;
  }
}