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;
  }
}

div.portrait-wrap {
  /*div.portrait-box*/
}
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 {
  border: solid 4px #fff;
  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;
  }
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.prof-career {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
  }
}
div.portrait-wrap div.prof-career h5 {
  text-align: center;
  font-weight: 400;
  background: #fff;
  margin: 2em 0 1em;
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.prof-career h5 {
    width: 98px;
    font-size: 17px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  div.portrait-wrap div.prof-career div.ul-wrap {
    width: calc(100% - 120px);
    display: flex;
    justify-content: space-between;
  }
}
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) {
  div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 1.36vw;
    margin: 0 0 0.4em;
    padding: 0 0 0 1.4em;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 1000px) {
  div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 1280px) {
  div.portrait-wrap div.prof-career div.ul-wrap ul li {
    font-size: 15px;
  }
}
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;
}
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) {
  div.portrait-wrap div.prof-career div.ul-wrap ul li span.mr {
    display: inline-block;
    margin: 0;
  }
}

/*div.portrait-wrap*/
a.fix-btn {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  a.fix-btn {
    width: 170px;
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  a.fix-btn {
    width: 190px;
  }
}
@media screen and (min-width: 1280px) {
  a.fix-btn {
    width: 212px;
  }
}

div.hero-area {
  overflow: hidden;
}
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: 32%;
}
@media screen and (min-width: 768px) {
  div.hero-area .hero-wrap h1 {
    width: 76%;
  }
}

section.cmlp-sec01 h2 {
  text-align: center;
  font-size: 1.4em;
  color: var(--purple01);
  font-weight: 500;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 h2 {
    font-size: 24px;
    padding: 100px 0 40px;
    line-height: 1.8em;
  }
}
section.cmlp-sec01 div.movie-wrap {
  padding: 25% 0 25%;
  background-image: url(../img/cm-lp/movie-bg_sp.png);
  background-size: cover;
  position: relative;
  /*div.movie-inner*/
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 div.movie-wrap {
    background: none;
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 div.movie-wrap div.bg-img {
    position: absolute;
    width: 220vw;
    max-width: 1650px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
}
section.cmlp-sec01 div.movie-wrap h3 {
  text-align: center;
  color: var(--purple01);
  font-size: 1.8em;
  font-weight: 500;
  margin: 0 0 1em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 div.movie-wrap h3 {
    font-size: 38px;
  }
}
section.cmlp-sec01 div.movie-wrap h3 span {
  display: block;
  color: #111;
  font-size: 0.6em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 div.movie-wrap h3 span {
    margin-top: 0.4em;
  }
}
section.cmlp-sec01 div.movie-wrap div.movie-inner {
  width: 90%;
  margin: 0 auto 8%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec01 div.movie-wrap div.movie-inner {
    max-width: 950px;
    margin: 0 auto 60px;
  }
}
section.cmlp-sec01 div.movie-wrap div.movie-inner div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.cmlp-sec01 div.movie-wrap div.movie-inner div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.cmlp-sec02 {
  background-image: url(../img/cm-lp/special-bg_sp.png);
  background-size: 100% 100%;
  background-position: center center;
  padding: 20% 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 {
    background: none;
    padding: 200px 0;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.bg-img {
    position: absolute;
    width: 220vw;
    max-width: 1280px;
    /*			max-width: 1650px;*/
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner {
    max-width: 950px;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner h2 {
  width: 85%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner h2 {
    width: 380px;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec02 div.cmlp-sec02-inner h2 {
    width: 485px;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner h3 {
  width: 56%;
  margin: 5% auto 10%;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner h3 {
    width: 80%;
    max-width: 800px;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project {
  /*div.movie-inner*/
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project h3 {
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 0;
  margin: 2em 0 1em;
  font-size: 1.4em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner div.special-project h3 {
    max-width: none;
    margin: 3em 0 1em;
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec02 div.cmlp-sec02-inner div.special-project h3 {
    font-size: 24px;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project h3 span {
  display: inline-block;
  background: var(--purple02);
  padding: 0.2em 2em 0.32em;
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project p {
  text-align: center;
  color: var(--purple01);
  font-weight: 500;
  font-size: 1.2em;
  margin: 0 0 1.6em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner div.special-project p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec02 div.cmlp-sec02-inner div.special-project p {
    font-size: 25px;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project div.movie-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec02 div.cmlp-sec02-inner div.special-project div.movie-inner {
    max-width: 740px;
    margin: auto;
  }
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project div.movie-inner div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
section.cmlp-sec02 div.cmlp-sec02-inner div.special-project div.movie-inner div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.cmlp-sec03 {
  margin: 20% 0;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 {
    position: relative;
    margin: 180px 0;
  }
}
section.cmlp-sec03 div.cmlp-sec03-bg {
  padding: 20% 0;
  background: rgba(242, 241, 242, 0.5);
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg {
    padding: 60px 0;
  }
}
section.cmlp-sec03 div.cmlp-sec03-bg div.bg-img {
  position: absolute;
  width: 84%;
  margin: auto;
  top: -3%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.bg-img {
    top: -150px;
    width: 1150px;
  }
}
section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner {
    max-width: 950px;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 2.6em;
  }
}
section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h2 {
  text-align: center;
  color: var(--purple03);
  font-size: 2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h2 {
    font-size: 65px;
  }
}
section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h3 {
  text-align: center;
  color: var(--purple01);
  font-weight: 500;
  font-size: 1.2em;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h3 {
    font-size: 2vw;
    width: calc(100% - 200px);
    border-bottom: solid var(--purple01) 1px;
    padding: 0 0 0.6em;
  }
}
@media screen and (min-width: 1000px) {
  section.cmlp-sec03 div.cmlp-sec03-bg div.cmlp-sec03-inner div.title-wrap h3 {
    font-size: 22px;
  }
}
section.cmlp-sec03 div.lyrics-cont {
  background-image: url(../img/cm-lp/lyrics-bg_sp.png);
  background-size: cover;
  background-position: center top;
  padding: 30% 0 10%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.lyrics-cont {
    padding: 60px 0;
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.lyrics-cont div.bg-img {
    position: absolute;
    width: 1800px;
    top: 60%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
  }
}
section.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner {
  width: 81.8%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15% 0 20%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner {
    padding: 60px 0;
    width: 462px;
  }
}
section.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner h3 {
  background-image: url(../img/cm-lp/txt-bg_sp.png);
  background-size: cover;
  text-align: center;
  width: 60%;
  margin: auto;
  color: #fff;
  font-weight: 500;
  padding: 0.4em 0;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner h3 {
    background-image: url(../img/cm-lp/txt-bg.png);
    width: 338px;
    font-size: 22px;
  }
}
section.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner p {
  text-align: center;
  letter-spacing: 0;
}
section.cmlp-sec03 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.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt01 {
    font-size: 16px;
  }
}
section.cmlp-sec03 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.cmlp-sec03 div.lyrics-cont div.lyrics-cont-inner p.lyrics-txt02 {
    font-size: 18px;
  }
}

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/cm-lp/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: var(--purple04);
}
section.cmlp-sec04 div.cmlp-sec04-inner button.btn02 {
  background: #e2a702;
}
@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.accordion01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion01 a {
    width: 45%;
    margin: 0;
  }
}
section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion02 {
  border: solid 0.4em #e2a702;
}
@media screen and (min-width: 768px) {
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion02 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.accordion02 a.other-box div.other-img {
    width: 53%;
  }
  section.cmlp-sec04 div.cmlp-sec04-inner div.accordion.accordion02 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: 2vw;
  }
  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;
}
.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;
  }
}/*# sourceMappingURL=lp-cm.css.map */