main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow: hidden;
}
main a, main button {
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  main a:hover, main button:hover {
    opacity: 0.7;
  }
}

:root {
  --purple01: #a820bd;
  --purple02: #9e4fb0;
  --purple03: #632077;
  --purple04: #903e95;
}

.basetxt01 {
  text-align: center;
  font-size: 0.84em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .basetxt01 {
    font-size: 14px;
    line-height: 2.4em;
  }
}
@media screen and (min-width: 1000px) {
  .basetxt01 {
    font-size: 16px;
  }
}

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

div.portrait-wrap {
  /*div.portrait-box*/
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap.v02 div.portrait-box div.portrait-prof div.flex-box {
    display: flex;
    gap: 8%;
  }
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof h4 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap.v02 div.portrait-box div.portrait-prof h4 {
    text-align: left;
  }
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof h4 span.txt01 {
  background: #fff;
  color: #111;
  margin-bottom: 1em;
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof h4 span.txt02 {
  color: #fff;
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof div.portrait-img02 {
  width: 45%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 25%;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap.v02 div.portrait-box div.portrait-prof div.portrait-img02 {
    width: 23%;
    position: revert;
  }
}
@media screen and (min-width: 768px) {
  div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl {
    margin-top: -0.5em;
  }
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl dt {
  color: #fff;
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl dt::after {
  border-bottom: dotted 2px #fff;
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl dd {
  color: #fff;
}
div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl dd span {
  display: block;
  width: 50%;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap.v02 div.portrait-box div.portrait-prof dl dd span {
    display: inline;
    width: auto;
  }
}
div.portrait-wrap div.portrait-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
div.portrait-wrap div.portrait-box div.portrait-img {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-img {
    width: 34%;
  }
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-prof {
    width: 62%;
  }
}
div.portrait-wrap div.portrait-box div.portrait-prof h4 {
  font-weight: 500;
  margin: 1.6em 0;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-prof h4 {
    margin: 0 0 1.6em;
  }
}
div.portrait-wrap div.portrait-box div.portrait-prof h4 span {
  display: inline-block;
}
div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt01 {
  background: var(--purple02);
  color: #fff;
  letter-spacing: 0;
  padding: 0.2em 0.8em;
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt01 {
    font-size: 14px;
    min-width: 80px;
    text-align: center;
    padding: 0.2em 1em;
  }
}
@media screen and (min-width: 1000px) {
  div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt01 {
    min-width: 100px;
    font-size: 17px;
  }
}
div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt02 {
  font-size: 1.4em;
  vertical-align: -0.12em;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt02 {
    font-size: 24px;
    vertical-align: -0.12em;
    margin-left: 0.22em;
  }
}
@media screen and (min-width: 1000px) {
  div.portrait-wrap div.portrait-box div.portrait-prof h4 span.txt02 {
    font-size: 27px;
  }
}
div.portrait-wrap div.portrait-box div.portrait-prof dl dt {
  position: relative;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}
div.portrait-wrap div.portrait-box div.portrait-prof dl dt::after {
  content: "";
  display: block;
  width: calc(100% - 4em);
  height: 1px;
  position: absolute;
  top: 0.5em;
  right: 0;
  border-bottom: dotted 2px #111;
}
div.portrait-wrap div.portrait-box div.portrait-prof dl dd {
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.portrait-box div.portrait-prof dl dd {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  div.portrait-wrap div.portrait-box div.portrait-prof dl dd {
    line-height: 1.8em;
  }
}

/*div.portrait-wrap*/
div.hero-area {
  overflow: hidden;
  position: relative;
}
div.hero-area div.hero-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 72%;
}
@media screen and (min-width: 768px) {
  div.hero-area div.hero-bg {
    width: 68%;
    display: block;
    transform: translate(-47%, -47%);
  }
}
div.hero-area .hero-wrap {
  width: 160%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-wrap {
    width: 100%;
  }
}
div.hero-area .hero-wrap div.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index: 1;
}
div.hero-area .hero-wrap div.video-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  mix-blend-mode: multiply;
}
div.hero-area .hero-wrap div.video-wrap video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
div.hero-area .hero-wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: screen;
  width: 45%;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-wrap h1 {
    width: 43.2%;
  }
}

section.sec-movie {
  position: relative;
}
section.sec-movie div.movie-bg {
  position: absolute;
  z-index: -1;
}
section.sec-movie div.movie-bg.movie-bg01 {
  top: 0;
  right: 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-bg.movie-bg01 {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-movie div.movie-bg.movie-bg01 {
    width: 700px;
  }
}
section.sec-movie div.movie-bg.movie-bg02 {
  bottom: 0;
  left: 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-bg.movie-bg02 {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-movie div.movie-bg.movie-bg02 {
    width: 761px;
  }
}
section.sec-movie h2 {
  text-align: center;
  font-size: 1.4em;
  color: var(--purple01);
  font-weight: 500;
  padding: 16% 0 10%;
  line-height: 1.8em;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  section.sec-movie h2 {
    font-size: 24px;
    padding: 100px 0 40px;
    line-height: 1.8em;
  }
}
section.sec-movie div.movie-wrap {
  padding: 15% 0 35%;
  background-image: url(../img/sing-with-you/movie-bg_sp.png);
  background-size: cover;
  position: relative;
  /*div.movie-inner*/
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-wrap {
    background: none;
    padding: 100px 0;
  }
}
section.sec-movie div.movie-wrap h3 {
  text-align: center;
  color: var(--purple03);
  font-size: 1.8em;
  font-weight: 500;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-wrap h3 {
    font-size: 38px;
  }
}
section.sec-movie div.movie-wrap h3 span {
  display: block;
  color: #111;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-wrap h3 span {
    margin-top: 0.4em;
  }
}
section.sec-movie div.movie-wrap div.movie-inner {
  width: 90%;
  margin: 0 auto 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-movie div.movie-wrap div.movie-inner {
    max-width: 950px;
    margin: 0 auto 60px;
  }
}
section.sec-movie div.movie-wrap div.movie-inner div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.sec-movie div.movie-wrap div.movie-inner div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.sec-special {
  background-image: url(../img/sing-with-you/special-bg_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  padding: 15% 0 35%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-special {
    background-image: url(../img/sing-with-you/special-bg_pc.png);
    background-size: cover;
    background-position: center;
    padding: 100px 0;
  }
}
section.sec-special div.sec-special-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-special div.sec-special-inner {
    max-width: 950px;
  }
}
section.sec-special div.sec-special-inner h2 {
  margin-bottom: 10%;
}
@media screen and (min-width: 768px) {
  section.sec-special div.sec-special-inner h2 {
    margin-bottom: 70px;
  }
}
section.sec-special div.sec-special-inner h2 span {
  display: block;
}
section.sec-special div.sec-special-inner h2 span.txt01 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-special div.sec-special-inner h2 span.txt01 {
    width: 380px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-special div.sec-special-inner h2 span.txt01 {
    width: 485px;
  }
}
section.sec-special div.sec-special-inner h2 span.txt02 {
  text-align: center;
  color: #fff;
  margin-top: 0.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-special div.sec-special-inner h2 span.txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-special div.sec-special-inner h2 span.txt02 {
    font-size: 25px;
  }
}
section.sec-special div.sec-special-inner h3 {
  width: 56%;
  margin: 5% auto 10%;
}
@media screen and (min-width: 768px) {
  section.sec-special div.sec-special-inner h3 {
    width: 80%;
    max-width: 800px;
  }
}

section.cmlp-sec04 {
  background: #f2f1f2;
  padding: 15% 0 20%;
  margin: 0 0 20%;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 {
    padding: 100px 0;
    margin: 0 0 70px;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner {
    max-width: 1100px;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner h2 {
  text-align: center;
  color: var(--purple03);
  font-size: 2em;
  font-weight: 500;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner h2 {
    font-size: 60px;
    margin: 0 0 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec04 div.cmlp-sec04-inner h2 {
    font-size: 65px;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner h2 span {
  display: block;
}
section.cmlp-sec04 div.cmlp-sec04-inner h2 span.txt02 {
  color: #111;
  font-size: 0.6em;
  margin: 0.4em 0 0;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner h2 span.txt02 {
    font-size: 18px;
    margin: 1.6em 0 0;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion-wrap {
    position: relative;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner button {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  color: #fff;
  padding: 1em 1.6em;
  border-radius: 1em;
  font-size: 1em;
  position: relative;
  transition: all 0.3s;
  margin: 1em 0 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner button {
    text-align: center;
    font-size: 2.2vw;
    width: 49%;
    border-radius: 1em 1em 0 0;
    margin: 0;
    padding: 1em 1.6em 0.6em;
  }
}
@media screen and (min-width: 1280px) {
  section.cmlp-sec04 div.cmlp-sec04-inner button {
    font-size: 27px;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner button::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../img/sing-with-you/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner button::after {
    content: none;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner button.active {
  border-radius: 1em 1em 0 0;
}
section.cmlp-sec04 div.cmlp-sec04-inner button.active::after {
  transform: translate(0, -50%) rotate(0);
}
section.cmlp-sec04 div.cmlp-sec04-inner button.btn01 {
  background: #e2a702;
}
section.cmlp-sec04 div.cmlp-sec04-inner button.btn02 {
  background: var(--purple04);
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner button.btn02 {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner div.accordion {
  border: solid 0.4em var(--purple04);
  padding: 7% 0 4%;
  background: #fff6ff;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion {
    display: none !important;
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.active {
    display: flex !important;
    gap: 2%;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion02 {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion02 a {
    width: 45%;
    margin: 0;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion01 {
  border: solid 0.4em #e2a702;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion01 a.other-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion01 a.other-box div.other-img {
    width: 53%;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion01 a.other-box p {
    width: 47%;
    box-sizing: border-box;
    padding: 1em 2.6em 1em 2em;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner a {
  display: block;
  width: 90%;
  margin: 0 auto 5%;
  box-shadow: 3px 3px 3px rgba(17, 17, 17, 0.2705882353);
  background: #fff;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner a:hover {
    position: relative;
    transform: translate(3px, 3px);
    box-shadow: none;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner a p {
  padding: 1em 2.6em 1em 1em;
  color: #111;
  line-height: 1.2em;
  font-size: 0.88em;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner a p {
    padding: 1em 2.6em 1em 1.4em;
    font-size: 1.8vw;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner a p.ir {
    margin: 0.6em 0 0;
  }
}
@media screen and (min-width: 1280px) {
  section.cmlp-sec04 div.cmlp-sec04-inner a p {
    font-size: 21px;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner a p span.cm-arrow {
  right: 1em;
}
section.cmlp-sec04 div.cmlp-sec04-inner a p span.cm-arrow::after, section.cmlp-sec04 div.cmlp-sec04-inner a p span.cm-arrow::before {
  background: #111;
}

.bg-js {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
.bg-js.bg-js02 {
  opacity: 0.1;
}

.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: floatSideways linear infinite;
}

@keyframes floatSideways {
  0% {
    transform: translateX(0) translateY(var(--y-start));
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateX(var(--x-shift)) translateY(var(--y-end));
    opacity: 0.9;
  }
  100% {
    transform: translateX(calc(var(--x-shift) * -1)) translateY(var(--y-start));
    opacity: 0;
  }
}
section.sec-singer {
  background-image: url(../img/sing-with-you/singer-bg_sp.png);
  background-size: 100% 100%;
  padding: 28% 0 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-singer {
    background-image: url(../img/sing-with-you/singer-bg_pc.png);
    background-size: cover;
    padding: 120px 0;
  }
}
section.sec-singer div.cross {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28%;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.cross {
    width: 107px;
  }
}
section.sec-singer div.sec-singer-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner {
    max-width: 950px;
  }
}
section.sec-singer div.sec-singer-inner h2 {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner h2 {
    margin-bottom: 70px;
  }
}
section.sec-singer div.sec-singer-inner h2 span {
  display: block;
}
section.sec-singer div.sec-singer-inner h2 span.txt01 {
  width: 47%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner h2 span.txt01 {
    width: 170px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-singer div.sec-singer-inner h2 span.txt01 {
    width: 206px;
  }
}
section.sec-singer div.sec-singer-inner h2 span.txt02 {
  text-align: center;
  margin-top: 0.4em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner h2 span.txt02 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-singer div.sec-singer-inner h2 span.txt02 {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-singer div.sec-singer-inner ul li {
  margin-bottom: 17%;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul li {
    width: 29.6%;
    margin-bottom: 55px;
  }
}
section.sec-singer div.sec-singer-inner ul li div.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5%;
  margin-bottom: 7%;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul li div.flex-box {
    margin-bottom: 0;
  }
}
section.sec-singer div.sec-singer-inner ul li div.flex-box div.singer-img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul li div.flex-box div.singer-img {
    width: 100%;
    margin-bottom: 25px;
  }
}
section.sec-singer div.sec-singer-inner ul li div.flex-box p {
  margin-bottom: 0.7em;
  font-size: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul li div.flex-box p {
    font-size: 27px;
  }
}
section.sec-singer div.sec-singer-inner ul li div.flex-box p span.small {
  font-size: 0.7em;
}
section.sec-singer div.sec-singer-inner ul li dl {
  width: 100%;
}
section.sec-singer div.sec-singer-inner ul li dl dt {
  position: relative;
  line-height: 1.2em;
  margin: 0 0 0.6em 0;
}
section.sec-singer div.sec-singer-inner ul li dl dt::after {
  content: "";
  display: block;
  width: calc(100% - 4em);
  height: 1px;
  position: absolute;
  top: 0.5em;
  right: 0;
  border-bottom: dotted 2px #111;
}
section.sec-singer div.sec-singer-inner ul li dl dd {
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-singer div.sec-singer-inner ul li dl dd {
    line-height: 1.5em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-singer div.sec-singer-inner ul li dl dd {
    line-height: 1.8em;
  }
}

section.sec-about {
  background: #ece0cb;
  padding: 15% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-about {
    padding: 120px 0;
  }
}
section.sec-about div.sec-about-inner {
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-about div.sec-about-inner {
    width: 90%;
    max-width: 1100px;
  }
}
section.sec-about h2 {
  margin-bottom: 10%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-about h2 {
    margin-bottom: 60px;
  }
}
section.sec-about h2 span {
  display: block;
}
section.sec-about h2 span.txt01 {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-about h2 span.txt01 {
    width: 580px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about h2 span.txt01 {
    width: 660px;
  }
}
section.sec-about h2 span.txt02 {
  text-align: center;
  margin-top: 0.8em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-about h2 span.txt02 {
    font-size: 20px;
    margin-top: 0.4em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about h2 span.txt02 {
    font-size: 25px;
  }
}
section.sec-about div.portrait-wrap {
  background: rgba(255, 255, 255, 0.8);
  width: 90%;
  margin: auto;
  border-radius: 1em;
  padding: 7%;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap {
    width: 100%;
    padding: 7%;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2.6em;
  }
}
section.sec-about div.portrait-wrap div.title-wrap h3 {
  text-align: center;
  color: var(--purple03);
  font-size: 2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.title-wrap h3 {
    font-size: 55px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.portrait-wrap div.title-wrap h3 {
    font-size: 65px;
  }
}
section.sec-about div.portrait-wrap div.title-wrap h4 {
  text-align: center;
  color: var(--purple01);
  font-weight: 500;
  font-size: 1.2em;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.title-wrap h4 {
    font-size: 1.7vw;
    width: calc(100% - 170px);
    border-bottom: solid var(--purple01) 1px;
    padding: 0 0 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.portrait-wrap div.title-wrap h4 {
    font-size: 18px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about div.portrait-wrap div.title-wrap h4 {
    font-size: 22px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.prof-career {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
  }
}
section.sec-about div.portrait-wrap div.prof-career h5 {
  text-align: center;
  font-weight: 400;
  background: #e3cdf7;
  margin: 2em 0 1em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.prof-career h5 {
    width: 75px;
    font-size: 17px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.portrait-wrap div.prof-career h5 {
    width: 98px;
  }
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap {
    width: calc(100% - 120px);
  }
}
section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li {
  padding: 0 0 0 1.4em;
  margin: 0 0 1em;
  position: relative;
  font-size: 0.88em;
  letter-spacing: 0;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 1.2vw;
    margin: 0 0 0.4em;
    padding: 0 0 0 1.4em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 1.2vw;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 15px;
  }
}
section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50em;
  background: var(--purple02);
  position: absolute;
  top: 0.26em;
  left: 0;
}
section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li span.mr {
  display: block;
  margin-top: 1em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  section.sec-about div.portrait-wrap div.prof-career div.ul-wrap ul li span.mr {
    display: inline-block;
    margin: 0;
  }
}
section.sec-about div.lyrics-cont {
  margin-top: 10%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-about div.lyrics-cont {
    margin-top: 50px;
  }
}
section.sec-about div.lyrics-cont div.lyrics-cont-inner {
  width: 90%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1em;
  margin: auto;
  padding: 15% 0 20%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-about div.lyrics-cont div.lyrics-cont-inner {
    width: 100%;
    padding: 60px 0;
  }
}
section.sec-about div.lyrics-cont div.lyrics-cont-inner h3 {
  background-image: url(../img/sing-with-you/txt-bg_sp.png);
  background-size: cover;
  text-align: center;
  width: 70%;
  margin: auto;
  color: #fff;
  font-weight: 500;
  padding: 0.4em 0;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.lyrics-cont div.lyrics-cont-inner h3 {
    background-image: url(../img/sing-with-you/txt-bg.png);
    width: 338px;
    font-size: 22px;
  }
}
section.sec-about div.lyrics-cont div.lyrics-cont-inner p {
  text-align: center;
  letter-spacing: 0;
}
section.sec-about div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt01 {
  font-size: 0.82em;
  margin: 1em 0 4em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt01 {
    font-size: 16px;
  }
}
section.sec-about div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt02 {
  line-height: 2.6em;
  margin-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  section.sec-about div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt02 {
    font-size: 18px;
  }
}
section.sec-about div.about-bg {
  position: absolute;
  z-index: 0;
}
section.sec-about div.about-bg.about-bg01 {
  top: 0;
  left: 0;
  width: 60%;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-bg.about-bg01 {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-bg.about-bg01 {
    width: 700px;
  }
}
section.sec-about div.about-bg.about-bg02 {
  bottom: 0;
  right: 0;
  width: 70%;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-bg.about-bg02 {
    width: 600px;
  }
}
@media screen and (min-width: 1000px) {
  section.sec-about div.about-bg.about-bg02 {
    width: 761px;
  }
}/*# sourceMappingURL=sing-with-you.css.map */