@charset "UTF-8";
/*--------------------------------------
wrpContents
--------------------------------------*/
.wrpContents {
  background-color: #DEEEFF;
  color: #180614;
}
@media screen and (max-width: 767px) {
  .wrpContents {
    width: 100%;
    margin: 56px auto 80px;
  }
}
.wrpContents sup {
  font-size: 55%;
}
.wrpContents *[class^=section] + *[class^=section] {
  margin-top: 0;
}
.wrpContents button {
  border: unset;
  background: unset;
}
.wrpContents a {
  color: #0000EE;
}
.wrpContents a:hover {
  color: #180614;
}
.wrpContents a:visited {
  color: #551A8B;
}

/*--------------------------------------
wrpCts
--------------------------------------*/
.wrpCts {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------
ctsInner
--------------------------------------*/
.ctsInner {
  padding: 0 109px;
}
@media screen and (max-width: 767px) {
  .ctsInner {
    padding: 0;
  }
}

/*--------------------------------------
本文
--------------------------------------*/
.text {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 4.2666666667vw;
    line-height: 2;
  }
}

/*--------------------------------------
注釈
--------------------------------------*/
.txtEx {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .txtEx {
    font-size: 2.4vw;
  }
}

/*--------------------------------------
明朝体
--------------------------------------*/
.mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*--------------------------------------
slick設定
--------------------------------------*/
.slideDots {
  display: flex;
  justify-content: center;
  position: relative;
  top: 24px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .slideDots {
    top: 2.1333333333vw;
    gap: 2.6666666667vw;
  }
}
.slideDots li {
  border: none;
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slideDots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.slideDots li button {
  background-color: #ccc;
  font-size: 0;
  border: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  outline: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .slideDots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.slideDots li.slick-active button {
  background-color: #DE0067;
}

.slideArrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  cursor: pointer;
}
.slideArrow.prevArrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slideArrow.nextArrow {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*--------------------------------------
banner設定
--------------------------------------*/
.bnrFixedSpecialEdutainment .bnrFixedBody {
  background-image: url(/hythiol/special-edutainment/images/sp/bnr_float_special-edutainment_bg_sp.webp);
}
.bnrFixedSpecialEdutainment .bnrFixedInner .bnrFixedOpen .inner .btn {
  max-width: 145px;
}

/*--------------------------------------
modEcModal
--------------------------------------*/
.modEcModal .inner {
  width: min(70.3125vw, 752px);
  padding: min(2.8125vw, 45px) min(3.8125vw, 61px) min(2.5625vw, 41px);
}
@media screen and (max-width: 767px) {
  .modEcModal .inner {
    width: 68.8vw;
    padding: 10.6666666667vw 7.4666666667vw;
  }
}
.modEcModal .innerBox {
  display: flex;
  justify-content: space-between;
  gap: min(3.5vw, 56px);
}
@media screen and (max-width: 767px) {
  .modEcModal .innerBox {
    gap: 3.7333333333vw;
  }
}
.modEcModal .innerBox p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .modEcModal .innerBox p {
    font-size: 3.7333333333vw;
    line-height: 1.2857142857;
    margin-bottom: 6.4vw;
  }
}
.modEcModal .innerBox .item {
  width: 348px;
}
@media screen and (max-width: 767px) {
  .modEcModal .innerBox .item {
    width: max(122px, 32.5333333333vw);
  }
}
@media screen and (max-width: 767px) {
  .modEcModal .innerBox .item .btnList li + li {
    margin-top: 2.6666666667vw;
  }
}
.modEcModal .title.SpecialEdutainment {
  font-size: 30px !important;
  border-bottom: 2px solid #DE0067;
}
@media screen and (max-width: 767px) {
  .modEcModal .title.SpecialEdutainment {
    font-size: 4.8vw !important;
  }
}
.modEcModal a i[class^=icon] {
  color: #DE0067;
}
.modEcModal .close:hover i::before {
  color: #DE0067;
}
@media screen and (max-width: 767px) {
  .modEcModal .btnList a {
    padding: 4.8vw 9.3333333333vw 4.5333333333vw 8.8vw;
  }
}
@media screen and (max-width: 767px) {
  .modEcModal .btnList a .iconBlank {
    font-size: 2.6666666667vw;
    right: 2.4vw;
  }
}

/*--------------------------------------
movieModal
--------------------------------------*/
.modalBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.movieModal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
}
.movieModal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.movieModal--open {
  display: block;
}
.movieModal__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  max-width: 960px;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .movieModal__inner {
    width: 80%;
  }
}
.movieModal__close {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url("/hythiol/special-edutainment/images/icn_close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .movieModal__close {
    top: -8vw;
    right: 0;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.movieModal__movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movieModal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
sectionMainVisual
--------------------------------------*/
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.sectionMainVisual {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .sectionMainVisual {
    margin-bottom: 4.2666666667vw;
  }
}
.sectionMainVisual .mainTxt {
  position: absolute;
  z-index: 1;
  top: 28.3018867925%;
  left: 8.0625%;
  width: 46.125%;
  height: fit-content;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sectionMainVisual .mainTxt {
    width: 82.1333333333vw;
    justify-content: center;
    top: 48.2213438735%;
    left: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.sectionMainVisual .mainTxt h1 {
  width: 101.0840108401%;
}
@media screen and (max-width: 767px) {
  .sectionMainVisual .mainTxt h1 {
    width: 100%;
  }
}
.sectionMainVisual .mainTxt button {
  position: relative;
  z-index: 1;
  width: 20.325203252%;
  cursor: pointer;
  margin-left: auto;
  margin-top: -2.0325203252%;
}
@media screen and (max-width: 767px) {
  .sectionMainVisual .mainTxt button {
    width: 23.2vw;
    margin-left: -1.8666666667vw;
    margin-top: 0;
  }
}
.sectionMainVisual .mainTxt button picture {
  display: block;
}
.sectionMainVisual .mainTxt button picture:nth-child(1) {
  animation: flash 1s linear infinite;
}
.sectionMainVisual .mainTxt button picture:nth-child(2) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 66.6666666667%;
  height: fit-content;
  margin: auto;
}
.sectionMainVisual .mainBand {
  width: 100%;
}

/*--------------------------------------
sectionNews
--------------------------------------*/
@keyframes translateLeft01 {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes translateLeft02 {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.sectionNews {
  position: relative;
  z-index: 1;
  padding: 27px 0 30px;
}
@media screen and (max-width: 767px) {
  .sectionNews {
    padding: 5.8666666667vw 0 4.2666666667vw;
  }
}
.sectionNews .ctsInner {
  display: flex;
  gap: 17px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sectionNews .ctsInner {
    padding: 0 6.4vw;
    gap: 3.2vw;
  }
}
.sectionNews h2 {
  width: 116px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sectionNews h2 {
    width: 25.0666666667vw;
  }
}
.sectionNews .txtBox {
  overflow: hidden;
  padding-top: 12px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sectionNews .txtBox {
    padding-top: 2.1333333333vw;
  }
}
.sectionNews .txtBox ul {
  display: flex;
  width: fit-content;
}
.sectionNews .txtBox ul:nth-child(1) {
  animation: translateLeft01 60s linear infinite;
}
.sectionNews .txtBox ul:nth-child(2) {
  animation: translateLeft02 60s -30s linear infinite;
}
.sectionNews .txtBox li {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .sectionNews .txtBox li {
    margin-left: 6.4vw;
  }
}
.sectionNews .txtBox p {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sectionNews .txtBox p {
    font-size: 4.8vw;
  }
}

/*--------------------------------------
sectionMovie
--------------------------------------*/
.sectionMovie {
  position: relative;
  z-index: 1;
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .sectionMovie {
    padding-bottom: 8.5333333333vw;
  }
}
.sectionMovie .movieSlick {
  height: 22.75vw;
}
@media screen and (max-width: 767px) {
  .sectionMovie .movieSlick {
    height: 48.5333333333vw;
  }
}
.sectionMovie .movieSlick .slick-slide {
  width: 40.625vw;
  margin-left: 1.5vw;
}
@media screen and (max-width: 767px) {
  .sectionMovie .movieSlick .slick-slide {
    width: 86.4vw;
    margin-left: 3.4666666667vw;
  }
}
.sectionMovie .slideArrow {
  width: 2vw;
  height: 2vw;
}
@media screen and (max-width: 767px) {
  .sectionMovie .slideArrow {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.sectionMovie .slideArrow.prevArrow {
  left: 27.0625vw;
  background-image: url("/hythiol/special-edutainment/images/icn_movie_prev.svg");
}
@media screen and (max-width: 767px) {
  .sectionMovie .slideArrow.prevArrow {
    left: 1.5%;
  }
}
.sectionMovie .slideArrow.nextArrow {
  right: 27.0625vw;
  background-image: url("/hythiol/special-edutainment/images/icn_movie_next.svg");
}
@media screen and (max-width: 767px) {
  .sectionMovie .slideArrow.nextArrow {
    right: 1.5%;
  }
}

/*--------------------------------------
sectionMusicVideo
--------------------------------------*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sectionMusicVideo {
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo {
    padding-bottom: 12.8vw;
  }
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .wrpCts {
    padding: 0 6.4vw;
  }
}
.sectionMusicVideo .en {
  width: 377px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .en {
    width: 68vw;
  }
}
.sectionMusicVideo h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo h2 {
    font-size: 5.3333333333vw;
    line-height: 1.4;
  }
}
.sectionMusicVideo h2 span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
}
.sectionMusicVideo .musicVideo {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo {
    margin-top: 6.4vw;
  }
}
.sectionMusicVideo .musicVideo h3 {
  font-size: 38px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo h3 {
    font-size: 5.8666666667vw;
    line-height: 1.2727272727;
  }
}
.sectionMusicVideo .musicVideo h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: linear-gradient(#DE0067 0%, #DE0067 20%);
  width: 8px;
  height: 1em;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo h3::before {
    top: 0;
    width: 1.0666666667vw;
    transform: none;
  }
}
.sectionMusicVideo .musicVideo h3 .text {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo h3 .text {
    font-size: 4.2666666667vw;
    padding-left: 1em;
  }
}
.sectionMusicVideo .musicVideo .mov {
  position: relative;
  z-index: 1;
  aspect-ratio: 16/9;
  margin: 32px auto 16px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo .mov {
    margin: 4.2666666667vw auto;
  }
}
.sectionMusicVideo .musicVideo .mov iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .musicVideo .text {
    line-height: 1.5;
  }
}
.sectionMusicVideo .lyricsCont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont {
    flex-wrap: wrap;
    margin-top: 6.4vw;
    gap: 13.3333333333vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox {
  width: calc(100% - 265px);
  height: 340px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox {
    width: 100%;
    height: 89.3333333333vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dt {
  background-color: #FAE7F8;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #DE0067;
  border-radius: 20px 20px 0 0;
  border: 1px solid #DE0067;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dt {
    height: 9.8666666667vw;
    font-size: 3.7333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: #FFFFE3;
  border-radius: 0 0 20px 20px;
  border: 1px solid #DE0067;
  border-top: unset;
  height: calc(100% - 43px);
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd {
    border-radius: 0 0 5.3333333333vw 5.3333333333vw;
    height: calc(100% - 9.8666666667vw);
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd li:first-child .text {
  margin-top: 51px;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(2) .text {
  margin-top: 8px;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(3) .text {
  margin-top: 48px;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(4) .txtBox, .sectionMusicVideo .lyricsCont .lyricsBox dd li:last-child .txtBox {
  align-items: center;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(5) .text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd li:first-child .txtBox, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(2) .txtBox, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(3) .txtBox, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(5) .txtBox {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd li:first-child .txtBox .text, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(2) .txtBox .text, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(3) .txtBox .text, .sectionMusicVideo .lyricsCont .lyricsBox dd li:nth-child(5) .txtBox .text {
    margin-top: 0;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .txtBox {
  height: 250px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd .txtBox {
    height: 66.6666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text {
  font-size: 22px;
  line-height: 1.8181818182;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd .text {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text em {
  color: #DE0067;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(#CBE5FF 0%, #CBE5FF 100%);
  padding: 0 4px;
  cursor: pointer;
  transition: all 0.3s;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus::before {
  opacity: 0;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus.focusOff::before {
  position: absolute;
  z-index: 1;
  content: "";
  background-image: url("/hythiol/special-edutainment/images/icn_lyrics_focus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -15px;
  left: -20px;
  width: 40px;
  height: 25px;
  animation: fade 0.3s linear forwards;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus.focusOff::before {
    background-image: url("/hythiol/special-edutainment/images/sp/icn_lyrics_focus.svg");
    top: -3.4666666667vw;
    left: -3.2vw;
    width: 7.2vw;
    height: 5.0666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus.focusOn {
  background-image: linear-gradient(#DE0067 0%, #DE0067 100%);
  color: #fff;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .text .focus.focusOn::before {
  opacity: 0;
}
.sectionMusicVideo .lyricsCont .lyricsBox dd .txtEx {
  position: absolute;
  z-index: 1;
  width: 88.4403669725%;
  min-width: 465px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd .txtEx {
    width: 94.8623853211%;
  }
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox dd .txtEx {
    width: 74.1333333333vw;
    min-width: unset;
    bottom: 4.2666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick {
  height: 100%;
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slick-list {
  height: 100%;
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slick-track {
  height: 100%;
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slick-slide {
  position: relative;
  z-index: 1;
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow {
  width: 32px;
  height: 32px;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    top: 31.2vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow.prevArrow {
  left: 15px;
  background-image: url("/hythiol/special-edutainment/images/icn_lyrics_prev.svg");
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow.prevArrow {
    left: 1.5%;
  }
}
.sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow.nextArrow {
  right: 15px;
  background-image: url("/hythiol/special-edutainment/images/icn_lyrics_next.svg");
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideArrow.nextArrow {
    right: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsBox .lyricsSlick .slideDots {
    margin-top: 4.2666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 251px;
  height: 323px;
  background-image: url("/hythiol/special-edutainment/images/bg_lyrics.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx {
    width: 87.2vw;
    margin: 0 auto;
    height: 57.6vw;
    background-image: url("/hythiol/special-edutainment/images/sp/bg_lyrics.webp");
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl {
  position: absolute;
  z-index: 1;
  width: 191px;
  height: 255px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx dl {
    width: 73.0666666667vw;
    height: 45.3333333333vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl.visible {
  opacity: 1;
}
.sectionMusicVideo .lyricsCont .lyricsEx dl dt {
  font-size: 18px;
  font-weight: 600;
  color: #DE0067;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx dl dt {
    font-size: 4.2666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl dd {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx dl dd {
    margin-top: 4.2666666667vw;
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl dd .text {
  font-size: 15px;
  line-height: 1.3333333333;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx dl dd .text {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl dd .txtEx {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionMusicVideo .lyricsCont .lyricsEx dl:nth-child(3) dt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sectionMusicVideo .lyricsCont .lyricsEx dl:nth-child(3) dt {
    width: 58.6666666667vw;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.sectionMusicVideo .lyricsCont .lyricsEx dl:nth-child(3) dt video {
  width: 100%;
  aspect-ratio: 16/9;
}

/*--------------------------------------
sectionBiography
--------------------------------------*/
.sectionBiography {
  position: relative;
  z-index: 1;
  padding: 148px 0 181px;
}
@media screen and (max-width: 767px) {
  .sectionBiography {
    padding: 29.8666666667vw 0 16.2666666667vw;
  }
}
.sectionBiography .wrpCts {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts {
    width: 87.4666666667vw;
  }
}
.sectionBiography .wrpCts .en {
  width: 355px;
  position: absolute;
  top: -148px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .en {
    width: 65.3333333333vw;
    top: -29.8666666667vw;
    left: 0;
  }
}
.sectionBiography .wrpCts h2 {
  width: fit-content;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.01em;
  margin-left: 109px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts h2 {
    font-size: 5.3333333333vw;
    margin-left: 0;
    margin-bottom: 6.4vw;
  }
}
.sectionBiography .wrpCts .ctsInner .txtBox {
  width: 720px;
  margin: 60px auto 0;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .ctsInner .txtBox {
    width: 100%;
    margin: 6.4vw auto 0;
    line-height: 2;
  }
}
.sectionBiography .wrpCts .ctsInner .txtBox .txtMain {
  font-size: 24px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .ctsInner .txtBox .txtMain {
    font-size: 4.2666666667vw;
    font-weight: 500;
    white-space: normal;
  }
}
.sectionBiography .wrpCts .ctsInner .txtBox .txtMain span {
  font-weight: 700;
  color: #DE0067;
  background-image: linear-gradient(#FFFFE3 0%, #FFFFE3 100%);
  background-repeat: no-repeat;
  padding: 0 2px;
}
.sectionBiography .wrpCts .ctsInner .txtBox .text {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .ctsInner .txtBox .text {
    font-size: 2.4vw;
    font-weight: 500;
  }
}
.sectionBiography .wrpCts .ctsInner .txtBox > *:nth-last-child(n+2) {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .ctsInner .txtBox > *:nth-last-child(n+2) {
    margin-bottom: 8.5333333333vw;
  }
}
.sectionBiography .wrpCts .ctsInner .txtBox > :first-child span {
  background-position: 0.3em 0;
}
.sectionBiography .wrpCts .ctsInner .txtBox > :nth-child(2) > :first-child {
  background-position: 0.3em 0;
  background-size: 94%;
}
.sectionBiography .wrpCts .ctsInner .txtBox > :nth-child(4) {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sectionBiography .wrpCts .ctsInner .txtBox > :nth-child(4) {
    margin-bottom: 4.2666666667vw;
  }
}

/*--------------------------------------
sectionCampaign
--------------------------------------*/
.sectionCampaign {
  background-color: #FAE7F8;
  position: relative;
}
.sectionCampaign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/hythiol/special-edutainment/images/bg_bfr.webp");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sectionCampaign::before {
    background-image: url("/hythiol/special-edutainment/images/sp/bg_bfr.webp");
  }
}
.sectionCampaign::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/hythiol/special-edutainment/images/bg_aftr.webp");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sectionCampaign::after {
    background-image: url("/hythiol/special-edutainment/images/sp/bg_aftr.webp");
  }
}
.sectionCampaign .wrpCts {
  position: relative;
  z-index: 1;
  padding: 48px 0;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts {
    padding: 22.4vw 0 8.8vw;
  }
}
.sectionCampaign .wrpCts .en {
  width: 375px;
  position: absolute;
  top: -66px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .en {
    width: 72.5333333333vw;
    top: -5.3333333333vw;
  }
}
.sectionCampaign .wrpCts .ttlBox {
  width: 806px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ttlBox {
    width: 97.6vw;
    margin: 0 auto;
  }
}
.sectionCampaign .wrpCts .ttlBox p {
  width: 401px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ttlBox p {
    width: 68.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.sectionCampaign .wrpCts .ttlBox h2 {
  position: relative;
}
.sectionCampaign .wrpCts .ttlBox h2 span {
  display: block;
  width: 135px;
  margin: 0 auto;
  position: absolute;
  right: -5.9248554913%;
  top: 37.4100719424%;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ttlBox h2 span {
    width: 20.5333333333vw;
    right: 4.2666666667vw;
    top: 9.3333333333vw;
  }
}
.sectionCampaign .wrpCts .txtBox p {
  margin: 0 auto;
}
.sectionCampaign .wrpCts .txtBox p:nth-child(1) {
  width: 491px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .txtBox p:nth-child(1) {
    width: 82.4vw;
    margin-bottom: 2.4vw;
  }
}
.sectionCampaign .wrpCts .txtBox p:nth-child(2) {
  width: 448px;
  margin-bottom: 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .txtBox p:nth-child(2) {
    width: 70.9333333333vw;
    margin-bottom: 6.4vw;
  }
}
.sectionCampaign .wrpCts .txtBox p:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 57px;
  background-image: url("/hythiol/special-edutainment/images/icn_tri.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 37px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .txtBox p:nth-child(2)::after {
    margin-top: 9.8666666667vw;
    width: 7.7333333333vw;
    height: 3.2vw;
  }
}
.sectionCampaign .wrpCts .txtBox p:nth-child(3) {
  width: 733px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .txtBox p:nth-child(3) {
    width: 87.4666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sectionCampaign .wrpCts .txtBox p:nth-child(4) {
  width: 444px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .txtBox p:nth-child(4) {
    width: 75.4666666667vw;
    margin-bottom: 6.4vw;
  }
}
.sectionCampaign .wrpCts .imgBox {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .imgBox {
    width: 100vw;
    margin: 0 auto 2.1333333333vw;
  }
}
.sectionCampaign .wrpCts .imgBox picture:nth-child(2) {
  width: 22.3325062035%;
  position: absolute;
  top: 11.1111111111%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .imgBox picture:nth-child(2) {
    width: 24vw;
    top: 8vw;
    right: 2.4vw;
  }
}
.sectionCampaign .wrpCts .methodBox {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox {
    width: 87.4666666667vw;
  }
}
.sectionCampaign .wrpCts .methodBox h3 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.9333333333vw;
  }
}
.sectionCampaign .wrpCts .methodBox h3::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #000, #000 4px, transparent 4px);
  background-size: 8px 1px;
  background-position: center;
  background-repeat: repeat-x;
  width: 88%;
  height: 100%;
  margin-left: 6em;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox h3::before {
    background-image: linear-gradient(to right, #000, #000 1.0666666667vw, transparent 1.0666666667vw);
    background-size: 2.1333333333vw 0.2666666667vw;
    width: 75%;
  }
}
.sectionCampaign .wrpCts .methodBox ol li {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  margin-left: 9px;
  padding-left: 4em;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li {
    font-size: 3.4666666667vw;
    margin-left: 0;
    padding-left: 15.4666666667vw;
  }
}
.sectionCampaign .wrpCts .methodBox ol li::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 57px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li::before {
    width: 13.3333333333vw;
    height: 6.1333333333vw;
  }
}
.sectionCampaign .wrpCts .methodBox ol li:nth-child(1) {
  margin-bottom: 8px;
}
.sectionCampaign .wrpCts .methodBox ol li:nth-child(1)::before {
  background-image: url("/hythiol/special-edutainment/images/icn_step_01.webp");
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li:nth-child(1)::before {
    background-image: url("/hythiol/special-edutainment/images/sp/icn_step_01.webp");
  }
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li:nth-child(1) {
    margin-bottom: 5.0666666667vw;
  }
}
.sectionCampaign .wrpCts .methodBox ol li:nth-child(2) {
  margin-bottom: 11px;
}
.sectionCampaign .wrpCts .methodBox ol li:nth-child(2)::before {
  background-image: url("/hythiol/special-edutainment/images/icn_step_02.webp");
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li:nth-child(2)::before {
    background-image: url("/hythiol/special-edutainment/images/sp/icn_step_02.webp");
  }
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox ol li:nth-child(2) {
    margin-bottom: 4.2666666667vw;
  }
}
.sectionCampaign .wrpCts .methodBox .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
  margin: 0 0 26px 9px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .methodBox .text {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
    margin: 0 0 6.9333333333vw 0;
  }
}
.sectionCampaign .wrpCts .ruleBox {
  background-color: #fff;
  margin-bottom: 33px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBox {
    width: 87.4666666667vw;
    margin: 0 auto 8.5333333333vw;
  }
}
.sectionCampaign .wrpCts .ruleBox h3 {
  font-size: 16px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBox h3 {
    font-size: 2.6666666667vw;
    padding: 2.1333333333vw 0;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner {
  padding: 22px 20px 25px 40px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner {
    position: relative;
    padding: 4.2666666667vw 2.6666666667vw 4.2666666667vw 8vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts {
  height: 268px;
  overflow-y: scroll;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts {
    height: 26.1333333333vw;
    padding-right: 4.5333333333vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts::-webkit-scrollbar {
  width: 6px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts::-webkit-scrollbar {
    width: 1.0666666667vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts::-webkit-scrollbar-track {
  background-color: #979797;
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts::-webkit-scrollbar-thumb {
  background-color: #DE0067;
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dt {
    font-size: 2.6666666667vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dt:nth-of-type(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dt:nth-of-type(n+2) {
    margin-top: 4.8vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dd {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts dl dd {
    font-size: 2.4vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts .contact {
  font-size: 13px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts .contact {
    font-size: 2.4vw;
    margin-top: 4.8vw;
  }
}
.sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts .contact .contentInner {
  width: fit-content;
  border-top: 1px dotted #180614;
  border-bottom: 1px dotted #180614;
  padding: 12px 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .ruleBoxInner .ruleBoxCts .contact .contentInner {
    padding: 2.4vw 0;
    margin-bottom: 4.8vw;
  }
}
.sectionCampaign .wrpCts .camBtn {
  width: 300px;
  display: block;
  padding: 11px 0 11px;
  border: solid 1px #000;
  background-color: #DE0067;
  box-shadow: 11px 8px 0px 0px #000000;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .camBtn {
    width: 61.0666666667vw;
    padding: 3.2vw 0 3.2vw;
    box-shadow: 2.6666666667vw 2.1333333333vw 0 0 #000;
  }
}
.sectionCampaign .wrpCts .camBtn p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 144px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sectionCampaign .wrpCts .camBtn p {
    width: 24vw;
  }
}
.sectionCampaign .close {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sectionCampaign .close picture {
  width: 806px;
  display: block;
  position: absolute;
  left: 50%;
  top: 24.0949554896%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sectionCampaign .close picture {
    width: 87.4666666667vw;
    top: 69.0666666667vw;
  }
}

/*--------------------------------------
sectionProfile
--------------------------------------*/
.sectionProfile {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sectionProfile {
    padding: 17.0666666667vw 0;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox {
  width: 697px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 17px 55px 66px;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox {
    width: 68vw;
    flex-direction: column;
    padding: 8.5333333333vw 5.3333333333vw;
    margin: 0 auto;
    gap: 0;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .imgWrp01 {
  width: 176px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .imgWrp01 {
    width: 41.0666666667vw;
    margin: 0 auto 22.4vw;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox {
  width: 521px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox {
    width: 100%;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .en {
  width: 124px;
  position: absolute;
  left: 0;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .en {
    width: 33.0666666667vw;
    left: -1.0666666667vw;
    top: -21.3333333333vw;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner {
  width: 476px;
  margin-left: auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  margin-left: 1.25em;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    margin-top: 0;
    margin-left: 0;
  }
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner p {
  font-size: 18px;
}
.sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner p:nth-of-type(1) {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner p:nth-of-type(1) {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .sectionProfile .wrpCts .ctsInner .cntsBox .txtBox .txtBoxInner p {
    font-size: 3.7333333333vw;
    margin-left: 1.3333333333vw;
    line-height: 1.4857142857;
  }
}

/*--------------------------------------
sectionLineup
--------------------------------------*/
@media screen and (max-width: 767px) {
  .sectionLineup .wrpCts .ctsInner {
    padding: 0 6.4vw;
  }
}
.sectionLineup .modLineup {
  width: 78.7109375%;
}
@media screen and (max-width: 767px) {
  .sectionLineup .modLineup {
    width: 100%;
  }
}
.sectionLineup .modLineup .innerCare > p {
  display: none;
}
.sectionLineup .modLineup .innerCare .lineupInner {
  justify-content: center;
  background-size: 806px auto;
}
@media screen and (max-width: 767px) {
  .sectionLineup .modLineup .innerCare .lineupInner {
    background-size: cover;
  }
}
.sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) {
  width: 100%;
}
.sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(1) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(1) {
    width: 51.1945392491%;
  }
}
.sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(2) {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(2) {
    width: 47.0989761092%;
  }
}
.sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(3), .sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(1) li:nth-child(4) {
  display: none;
}
.sectionLineup .modLineup .innerCare .lineupInner .productList:nth-of-type(2) {
  display: none;
}
.sectionLineup .modLineup .outerCare {
  display: none;
  width: 19.2384769539%;
}
@media screen and (max-width: 767px) {
  .sectionLineup .modLineup .outerCare {
    width: 100%;
  }
}