@charset "UTF-8";

body {
  color: #111111;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
    margin: 0;
  }
}

.mainContents {
  position: relative;
  padding: 0;
  overflow: hidden;
  color: #111111;
}

p {
  margin: 0;
}

body .breadcrumbsArea {
  padding: 0;
}
body .breadcrumbsArea .breadcrumbs {
  margin: 8px 0 -60px;
}
@media screen and (max-width: 767px) {
  body .breadcrumbsArea .breadcrumbs {
    padding: 20px 2%;
  }
}

.breadcrumbs {
  margin-top: 0 !important;
}

.mainContents .pcOnly {
  display: block;
}
.mainContents .spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainContents .pcOnly {
    display: none;
  }
  .mainContents .spOnly {
    display: block;
  }
}

.mainContents .l-inner {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding-inline: clamp(0px, calc((1450px - 100vw) / 2), 24px);
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .mainContents .l-inner {
    padding-inline: 20px;
  }
}

/* ===========================================
KV
=========================================== */
.mainContents .kvWrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mainContents .kvWrap {
    background-color: #ff7d59;
    position: relative;
    z-index: 2;
  }
  .mainContents .kvWrap:has(.kvNav.is-open) {
    z-index: 100;
  }
}

.mainContents .kvArea {
  position: relative;
  padding-block: 60px 66px;
}
.mainContents .kvArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/products/special/chachameshi/img/kv_bg.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mainContents .kvArea {
    padding-block: 30px 33px;
  }
}

.mainContents .kvArea .kvImgBox {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1050px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  transform: translateX(clamp(-50px, calc(56.3px - 7.76vw), 0px));
}
.mainContents .kvArea .kvImgBox img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainContents .kvArea .kvImgBox {
    max-width: 335px;
    transform: translateX(0);
  }
}

.mainContents .kvArea .kvImgBox__illust {
  animation-name: anim_s;
  transform: rotate(10deg);
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-d1irection: alternate;
}

@keyframes anim_s {
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}

@media screen and (max-width: 767px) {
  .mainContents .kvArea .kvImgBox__illust {
    position: absolute;
    top: -20px;
    left: 0;
    max-width: 175px;
    z-index: -1;
  }
}

.mainContents .kvNav {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding-inline: clamp(0px, calc((1450px - 100vw) / 2), 24px);
  box-sizing: border-box;
}

.mainContents .kvNav__btn {
  display: none;
}

.mainContents .kvNav__panel {
  display: block;
}

.mainContents .kvNav__panel-head {
  display: none;
}

.mainContents .kvNavList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.mainContents .kvNavList__item {
  max-width: 209px;
}
.mainContents .kvNavList__item.type01,
.mainContents .kvNavList__item.type03,
.mainContents .kvNavList__item.type05 {
  transform: translateY(30px);
}

@media screen and (max-width: 767px) {
  .mainContents .kvNavList__item.type01,
  .mainContents .kvNavList__item.type03,
  .mainContents .kvNavList__item.type05 {
    transform: translateY(0);
  }
}
.mainContents .kvNavList__item.type02,
.mainContents .kvNavList__item.type04 {
  transform: translateY(0);
}

.mainContents .kvNavList__item-link {
  display: block;
  width: 100%;
  transition: opacity 0.3s;
}
.mainContents .kvNavList__item-link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .mainContents .kvNavList__item-link-img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mainContents .kvNav {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -28px;
    padding-inline: 0;
    min-height: 56px;
    z-index: 100;
  }

  .mainContents .kvNav__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 40px);
    margin-inline: 20px;
    height: 56px;
    padding: 0 24px;
    border: none;
    border-radius: 20px;
    background-color: #00a651;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
    -webkit-appearance: none;
    appearance: none;
  }
  .mainContents .kvNav.is-open .kvNav__btn {
    background-color: transparent;
    box-shadow: none;
    z-index: 4;
  }

  .mainContents .kvNav.is-open .kvNav__btn-text {
    display: none;
  }

  .mainContents .kvNav.is-open .kvNav__btn-icon {
    transform: translateY(-50%) rotate(45deg);
  }

  .mainContents .kvNav__btn-text {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
  }

  .mainContents .kvNav__btn-icon {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
  }
  .mainContents .kvNav__btn-icon::before,
  .mainContents .kvNav__btn-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .mainContents .kvNav__btn-icon::before {
    width: 16px;
    height: 2px;
  }
  .mainContents .kvNav__btn-icon::after {
    width: 2px;
    height: 16px;
  }

  .mainContents .kvNav__panel-wrapper {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
    z-index: 3;
    pointer-events: none;
  }
  .mainContents .kvNav.is-open .kvNav__panel-wrapper {
    grid-template-rows: 1fr;
    pointer-events: auto;
  }

  .mainContents .kvNav__panel {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 0;
    padding-inline: 40px;
    padding-bottom: 34px;
    background-color: #00a651;
    border-radius: 20px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .mainContents .kvNav.is-open .kvNav__panel {
    opacity: 1;
  }

  .mainContents .kvNav__panel-head {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 56px;
    padding: 0 48px;
    border: none;
    background: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
  }

  .mainContents .kvNav__panel-tit {
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
  }

  .mainContents .kvNav__panel-close {
    display: none;
  }

  .mainContents .kvNavList {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .mainContents .kvNavList__item {
    max-width: none;
    width: 100%;
    transform: none;
    border-bottom: 2px dotted #fff;
  }

  .mainContents .kvNavList__item-link-img {
    display: none;
  }

  .mainContents .kvNavList__item-link {
    display: block;
    position: relative;
    padding: 10px 32px 14px 0;
    text-decoration: none;
  }

  .mainContents .kvNavList__item:first-child .kvNavList__item-link {
    padding-top: 3px;
  }

  .mainContents .kvNavList__item-text {
    position: relative;
    display: block;
    color: #f9e84a;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }

  .mainContents .kvNavList__item-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #f9e84a;
    border-bottom: 2px solid #f9e84a;
    transform: translateY(-35%) rotate(45deg);
  }
}

body.is-kvNav-open {
  overflow: hidden;
}

/* ===========================================
COMIC
=========================================== */
.mainContents .comicArea {
  position: relative;
}

.mainContents .comicArea.busy {
  padding-block: 145px 86px;
  background: url(/products/special/chachameshi/img/comic_bg-red.png) no-repeat center top;
  background-color: #fcaa95;
}
@media screen and (min-width: 1450px) {
  .mainContents .comicArea.busy {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .mainContents .comicArea.busy {
    background: url(/products/special/chachameshi/img/comic_bg-red-sp.png) no-repeat center top / 100% auto;
    background-color: #fcaa95;
    padding-block: 47px 57px;
    margin-top: -28px;
  }
}

.mainContents .comicArea.help {
  padding-block: 60px 70px;
  background: url(/products/special/chachameshi/img/comic_bg-blue.png) no-repeat center top;
  background-color: #cddafc;
}
@media screen and (max-width: 767px) {
  .mainContents .comicArea.help {
    padding-block: 34px 97px;
  }
}
@media screen and (min-width: 1450px) {
  .mainContents .comicArea.help {
    background-size: 100% auto;
  }
}

.mainContents .comicBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainContents .busy .comicBox::before {
  content: "";
  width: clamp(260px, calc(136.2px + 16.12vw), 370px);
  height: clamp(116.6px, calc(72.82px + 5.7vw), 155.5px);
  background: url(/products/special/chachameshi/img/img_deco01.png) no-repeat center / contain;
  position: absolute;
  top: -12px;
  right: -45px;
}
@media screen and (max-width: 767px) {
  .mainContents .busy .comicBox::before {
    top: clamp(43px, calc(2.92px + 10.71vw), 85px);
    right: 0px;
    width: clamp(70.5px, calc(41.87px + 7.63vw), 100.5px);
    aspect-ratio: 70.5 / 66;
    background: url(/products/special/chachameshi/img/img_deco01-sp.png) no-repeat center / contain;
  }
}
.mainContents .busy .comicBox::after {
  content: "";
  width: clamp(150px, calc(-84.3px + 30.51vw), 358px);
  aspect-ratio: 358 / 284;
  background: url(/products/special/chachameshi/img/img_deco02.png) no-repeat center / contain;
  position: absolute;
  bottom: clamp(-115px, calc(-244.4px + 16.86vw), 0px);
  left: 20px;
}

@media screen and (max-width: 767px) {
  .mainContents .busy .comicBox::after {
    width: clamp(95px, calc(42.52px + 13.99vw), 150px);
    top: clamp(220px, calc(138.72px + 21.68vw), 305px);
    right: -10px;
    bottom: auto;
    left: auto;
    background: url(/products/special/chachameshi/img/img_deco02-sp.png) no-repeat center / contain;
  }
}

.mainContents .help .comicBox::before {
  content: "";
  width: clamp(240px, calc(34.97px + 26.69vw), 422px);
  aspect-ratio: 422 / 258;
  background: url(/products/special/chachameshi/img/img_deco03.png) no-repeat center / contain;
  position: absolute;
  top: -79px;
  right: 90px;
}

@media screen and (max-width: 767px) {
  .mainContents .help .comicBox::before {
    width: 370px;
    top: -160px;
    right: 4px;
    background: url(/products/special/chachameshi/img/img_deco03-sp.png) no-repeat center / contain;
  }
}
.mainContents .help .comicBox::after {
  content: "";
  width: clamp(200px, calc(-2.12px + 26.32vw), 379.5px);
  aspect-ratio: 379.5 / 235.5;
  background: url(/products/special/chachameshi/img/img_deco04.png) no-repeat center / contain;
  position: absolute;
  bottom: clamp(-114px, calc(-230px + 15.1vw), -11px);
  left: 11px;
}

@media screen and (max-width: 767px) {
  .mainContents .help .comicBox::after {
    left: 85px;
    bottom: -103px;
    width: 173.5px;
    background: url(/products/special/chachameshi/img/img_deco04-sp.png) no-repeat center / contain;
  }
}

.mainContents .secTit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: clamp(520px, calc(229.4px + 37.84vw), 778px);
}
.mainContents .secTit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .mainContents .secTit {
    margin-bottom: 7px;
    width: 100%;
  }
  .mainContents .secTit img {
    width: 100%;
  }
}

.mainContents .help .secTit {
  width: clamp(370px, calc(164px + 26.8vw), 552px);
}
@media screen and (max-width: 767px) {
  .mainContents .help .secTit {
    margin-bottom: 10px;
    max-width: 280px;
    width: 100%;
  }
}

.mainContents .comicBox__titImg {
  width: 100%;
  height: 100%;
}

.mainContents .comicFlexBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 31px;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .mainContents .comicFlexBox {
    flex-direction: column;
    gap: 27px;
    margin-top: 0;
  }
}

.mainContents .comicFlexBox__textBox {
  flex: 0 1 424px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainContents .comicFlexBox__textBox {
    flex: auto;
  }
}

.mainContents .comicFlexBox__textBox-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.9px;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .mainContents .comicFlexBox__textBox-text {
    font-size: clamp(13.9px, calc(8.08px + 1.55vw), 20px);
    line-height: 1.7;
    letter-spacing: 0.6px;
  }
}

.mainContents .comicFlexBox__imgBoxWrap {
  flex: 1 1 660px;
}

@media screen and (max-width: 767px) {
.mainContents .comicFlexBox__imgBoxWrap {
    padding-inline: 12px;
  }
}

.mainContents .comicFlexBox__imgBox {
  width: 100%;
}

.mainContents .comicFlexBox__imgBox--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  aspect-ratio: 657 / 540;
  width: 100%;
}

.mainContents .comicFlexBox__imgBox-item {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  line-height: 0;
}

.mainContents .comicFlexBox__imgBox-item picture {
  display: block;
  width: 100%;
  height: 100%;
}

.mainContents .comicFlexBox__imgBox-item--03 {
  grid-column: 1;
  grid-row: 1;
}

.mainContents .comicFlexBox__imgBox-item--04 {
  grid-column: 1;
  grid-row: 2;
}

.mainContents .comicFlexBox__imgBox-item--01 {
  grid-column: 2;
  grid-row: 1;
}

.mainContents .comicFlexBox__imgBox-item--02 {
  grid-column: 2;
  grid-row: 2;
}

.mainContents .comicArea .comicFlexBox__imgBox-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mainContents .comicArea .comicFlexBox__imgBox-item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.mainContents .comicFlexBox__imgBox-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .mainContents .comicFlexBox__imgBox--grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    aspect-ratio: auto;
  }

  .mainContents .comicFlexBox__imgBox-item--01 {
    grid-column: 1;
    grid-row: 1;
  }

  .mainContents .comicFlexBox__imgBox-item--02 {
    grid-column: 1;
    grid-row: 2;
  }

  .mainContents .comicFlexBox__imgBox-item--03 {
    grid-column: 1;
    grid-row: 3;
  }

  .mainContents .comicFlexBox__imgBox-item--04 {
    grid-column: 1;
    grid-row: 4;
  }

  .mainContents .comicFlexBox__imgBox-item picture {
    height: auto;
  }

  .mainContents .comicFlexBox__imgBox-img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
}

/* ===========================================
PV
=========================================== */
.mainContents .pvArea {
  position: relative;
  padding-block: 40px 60px;
  background: url(/products/special/chachameshi/img/pv_bg.png) no-repeat center top / 100% 100%;
  background-color: #cddafc;
}
@media screen and (max-width: 767px) {
  .mainContents .pvArea {
    padding-block: 30px 46px;
    background: url(/products/special/chachameshi/img/pv_bg-sp.png) no-repeat center top / 100% 100%;
  }
}
.mainContents .pvArea::before {
  content: "";
  width: 100%;
  height: 1.5vw;
  position: absolute;
  top: -1.2vw;
  left: 0;
  background: url(/products/special/chachameshi/img/pv_bg-top.png) no-repeat center top / 100% auto;
}

@media screen and (max-width: 767px) {
  .mainContents .pvArea::before {
    height: 3.5vw;
    top: -3.2vw;
    background: url(/products/special/chachameshi/img/pv_bg-top-sp.png) no-repeat center top / 100% auto;
  }
}
.mainContents .pvArea::after {
  content: "";
  width: 100%;
  height: 1.5vw;
  position: absolute;
  z-index: 1;
  bottom: -1.2vw;
  left: 0;
  background: url(/products/special/chachameshi/img/pv_bg-bottom.png) no-repeat center bottom / 100% auto;
}

@media screen and (max-width: 767px) {
  .mainContents .pvArea::after {
    height: 3.5vw;
    bottom: -3.1vw;
    background: url(/products/special/chachameshi/img/pv_bg-bottom-sp.png) no-repeat center bottom / 100% auto;
  }
}

.mainContents .pvBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainContents .pvBox__tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: 452px;
}
.mainContents .pvBox__tit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .mainContents .pvBox__tit {
    max-width: 282.5px;
    width: 100%;
  }
}

.mainContents .pvBox__titImg {
  width: 100%;
  height: 100%;
}

.mainContents .pvBox__textBox {
  text-align: center;
  max-width: 958px;
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__textBox {
    text-align: center;
    max-width: 319.5px;
    margin-top: 3px;
  }
}

.mainContents .pvBox__textBox-text {
  font-size: clamp(17px, calc(13.62px + 0.44vw), 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__textBox-text {
    font-size: clamp(14px, calc(11.14px + 0.76vw), 17px);
    line-height: 1.7;
  }
}

.mainContents .pvBox__songTit {
  max-width: 476px;
  margin: 55px auto 0;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__songTit {
    max-width: 309px;
    margin: 24.5px auto 0;
  }
}

.mainContents .pvBox__songTitImg {
  width: 100%;
  height: 100%;
}

.mainContents .pvBox__movieBox {
  max-width: 670px;
  width: 100%;
  margin: 32px auto 0;
}

.mainContents .pvBox__movieBox-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__movieBox {
    margin: 15px auto 0;
  }
}

.mainContents .pvBox__characterBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainContents .pvBox__characterBox-tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: 393px;
  margin: 83px auto 0;
}
.mainContents .pvBox__characterBox-tit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-tit {
    width: 92%;
    margin: 50px auto 0;
  }
}

.mainContents .pvBox__characterBox-titImg {
  width: 100%;
  height: 100%;
}

.mainContents .pvBox__characterBox-artistBox {
  display: flex;
  gap: 32px;
  margin-top: 23px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-artistBox {
    flex-direction: column;
    gap: 15px;
    margin-left: 0;
    margin-top: 17px;
  }
}

.mainContents .pvBox__characterBox-artistBox-imgBox {
  flex: 0 1 440px;
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-artistBox-imgBox {
    flex: auto;
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.mainContents .pvBox__characterBox-artistBox-imgBox-img {
  width: 100%;
  height: auto;
  display: block;
}

.mainContents .pvBox__characterBox-artistBox-textBox {
  flex: 0 1 579px;
  max-width: 579px;
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-artistBox-textBox {
    margin-top: 0;
    flex: auto;
    max-width: 100%;
  }
}

.mainContents .pvBox__characterBox-artistBox-textBox-title {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-artistBox-textBox-title {
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
  }
}

.mainContents .pvBox__characterBox-artistBox-textBox-text {
  margin-top: 10px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mainContents .pvBox__characterBox-artistBox-textBox-text {
    font-size: clamp(14px, calc(10.18px + 1.02vw), 18px);
    margin-top: -2px;
    line-height: 1.65;
  }
}

/* ===========================================
POINT
=========================================== */
.mainContents .pointArea {
  position: relative;
  z-index: -1;
  margin-top: -18px;
  padding-block: 115px 180px;
  background: #dee438 url(/products/special/chachameshi/img/bg_point.png) no-repeat center bottom / cover;
}
@media screen and (max-width: 767px) {
  .mainContents .pointArea {
    padding-block: 75px 133px;
    background: #dee438 url(/products/special/chachameshi/img/bg_point-sp.png) no-repeat center bottom / cover;
  }
}
@media screen and (min-width: 1450px) {
  .mainContents .pointArea {
    background-size: 100% 100%;
  }
}

.mainContents .pointBox {
  width: 100%;
  margin: 0 auto;
}

.mainContents .pointBox__tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin: 0 auto;
  max-width: 317px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mainContents .pointBox__tit {
    max-width: 198px;
  }
}
.mainContents .pointBox__tit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.mainContents .pointBox__titImg {
  width: 100%;
  height: 100%;
}

.mainContents .pointList {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList {
    margin-top: 26.5px;
  }
}

.mainContents .pointList__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.mainContents .pointList__item.is-active {
  opacity: 1;
  transform: translateY(0);
}

.mainContents .pointList__item.type01.is-active {
  transition-delay: 0.4s;
}

.mainContents .pointList__item.type02.is-active {
  transition-delay: 0.7s;
}

.mainContents .pointList__item.type03.is-active {
  transition-delay: 1s;
}

.mainContents .pointList__item.type02 {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type02 {
    margin-top: 37px;
  }
}

.mainContents .pointList__item.type03 {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type03 {
    margin-top: 15px;
  }
}

.mainContents .pointList__item-titleBox {
  margin: 0 auto;
  max-width: 725px;
  width: 100%;
}

.mainContents .pointList__item.type02 .pointList__item-titleBox {
  max-width: 878px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type02 .pointList__item-titleBox {
    width: 93%;
  }
}

.mainContents .pointList__item.type03 .pointList__item-titleBox {
  max-width: 801px;
}

.mainContents .pointList__item-titleBox-img {
  width: 100%;
  height: 100%;
}

.mainContents .pointList__item-flexBox {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item-flexBox {
    flex-direction: column;
    gap: 20px;
  }
}

.mainContents .pointList__item.type01 .pointList__item-flexBox {
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type01 .pointList__item-flexBox {
    margin-top: 7px;
  }
}

.mainContents .pointList__item.type02 .pointList__item-flexBox {
  margin-top: 19px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type02 .pointList__item-flexBox {
    margin-top: 4px;
    gap: 6px;
  }
}

.mainContents .pointList__item.type03 .pointList__item-flexBox {
  margin-top: 20px;
  gap: 52px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type03 .pointList__item-flexBox {
    margin-top: 0;
    gap: 45px;
  }
}

.mainContents .pointList__item-flexBox-textBox {
  max-width: 527px;
  width: 100%;
}

.mainContents .pointList__item.type02 .pointList__item-flexBox-textBox {
  max-width: 654px;
}

.mainContents .pointList__item.type03 .pointList__item-flexBox-textBox {
  max-width: 578px;
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type03 .pointList__item-flexBox-textBox {
    align-self: center;
  }
}

.mainContents .pointList__item-flexBox-textBox-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #1e2087;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item-flexBox-textBox-text {
    text-align: center;
    font-size: clamp(14px, calc(8.27px + 1.53vw), 20px);
    line-height: 1.65;
    letter-spacing: 0em;
  }
}

.mainContents .pointList__item-flexBox-textBox-text-highlight {
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background: linear-gradient(
    to top,
    #f3e449 40%,
    transparent 40%
  );
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item-flexBox-textBox-text-highlight {
    font-size: clamp(18px, calc(4.64px + 3.56vw), 32px);
  }
}

.mainContents .pointList__item.type03 .pointList__item-flexBox-textBox-text-highlight {
  font-size: 30.9px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type03 .pointList__item-flexBox-textBox-text-highlight {
    font-size: clamp(18px, calc(4.64px + 3.56vw), 32px);
  }
}

.mainContents .pointList__item.type02 .pointList__item-flexBox-textBox-text-small {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #1e2087;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item-flexBox-textBox-text-small {
    font-size: clamp(13px, calc(10.14px + 0.76vw), 16px) !important;
  }
}

.mainContents .pointList__item-flexBox-imgBox {
  margin-top: -10px;
  max-width: 540px;
  width: 100%;
  aspect-ratio: 540 / 163;
}

.mainContents .pointList__item.type02 .pointList__item-flexBox-imgBox {
  max-width: 407px;
  aspect-ratio: 407 / 208;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type02 .pointList__item-flexBox-imgBox {
    max-width: 236px;
    margin-top: 0;
  }
}

.mainContents .pointList__item.type03 .pointList__item-flexBox-imgBox {
  max-width: 470px;
  aspect-ratio: 470 / 345;
  margin-top: -33px;
}

@media screen and (max-width: 767px) {
  .mainContents .pointList__item.type03 .pointList__item-flexBox-imgBox {
    width: 87%;
  }
}

.mainContents .pointList__item-flexBox-imgBox-img {
  width: 100%;
  height: 100%;
}

/* ===========================================
PRODUCT
=========================================== */
.mainContents .productArea {
  position: relative;
  padding-block: 56px 82px;
  background-color: #dee438;
}

@media screen and (max-width: 767px) {
  .mainContents .productArea {
    padding-block: 0px 40px;
  }
}

.mainContents .productBox {
  width: 100%;
  margin: 0 auto;
  max-width: 839px;
}

.mainContents .productBox__tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin: 0 auto;
  max-width: 633px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainContents .productBox__tit {
    max-width: 286px;
  }
}

.mainContents .productBox__tit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.mainContents .productBox__titImg {
  width: 100%;
  height: 100%;
}

.mainContents .productBox__textBox {
  text-align: center;
  max-width: 586px;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .mainContents .productBox__textBox {
    max-width: 100%;
    margin: 13px auto 0;
  }
}

.mainContents .productBox__textBox-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 1.8px;
  font-weight: 600;
  color: #1e2087;
}

@media screen and (max-width: 767px) {
  .mainContents .productBox__textBox-text {
    font-size: clamp(15px, calc(10.23px + 1.27vw), 20px);
    letter-spacing: 0.2px;
    line-height: 1.75;
  }
}

.mainContents .productList {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .mainContents .productList {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}

.mainContents .productList__item {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 767px) {
  .mainContents .productList__item {
    margin: 0 auto;
    width: 84%;
  }
}

.mainContents .productList__item-imgBox {
  width: 100%;
  aspect-ratio: 400 / 449;
}

.mainContents .productList__item-imgBox-img {
  width: 100%;
  height: auto;
}

.mainContents .productBox__btn {
  max-width: 394px;
  width: 100%;
  margin-top: 47px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .mainContents .productBox__btn {
    width: 95%;
    margin-top: 35px;
  }
}

.mainContents .productBox__btn-link {
  width: 100%;
}

.mainContents .productBox__btn-link-img {
  width: 100%;
  height: 100%;
}

/* ===========================================
STORE
=========================================== */
.mainContents .storeArea {
  position: relative;
  padding-block: 213px 217px;
  background: #dee438 url(/products/special/chachameshi/img/bg_store.png) no-repeat top center / cover;
}

@media screen and (max-width: 767px) {
  .mainContents .storeArea {
    padding-block: clamp(118px, calc(118px + 32 * ((100vw - 375px) / 393)), 150px) clamp(160px, calc(160px + 90 * ((100vw - 375px) / 393)), 250px);;
    background: #dee438 url(/products/special/chachameshi/img/bg_store-sp.png) no-repeat top center / cover;
  }
}

.mainContents .storeArea:before {
  content: "";
  width: 100%;
  height: 143px;
  background: url(/products/special/chachameshi/img/bg_store-bottom.png) no-repeat center / cover;
  position: absolute;
  bottom: 15px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mainContents .storeArea:before {
    height: auto;
    aspect-ratio: 750 / 188;
    background: url(/products/special/chachameshi/img/bg_store-bottom-sp.png) no-repeat center / contain;
    bottom: 18px;
  }
}

.mainContents .storeBox {
  width: 100%;
  margin: 0 auto;
  max-width: 992px;
}

.mainContents .storeBox__tit {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin: 0 auto;
  max-width: 502px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__tit {
    max-width: 314px;
  }
}

.mainContents .storeBox__tit.is-active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.mainContents .storeBox__titImg {
  width: 100%;
  height: 100%;
}

.mainContents .storeBox__textBox {
  text-align: center;
  width: 100%;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__textBox {
    margin: 22px auto 0;
  }
}

.mainContents .storeBox__textBox-text {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.8px;
  font-weight: 600;
  color: #1e2087;
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__textBox-text {
    text-align: left;
    font-size: clamp(14px, calc(8.27px + 1.53vw), 20px);
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__textBox-text + .storeBox__textBox-text {
    margin-top: 25px;
  }
}

.mainContents .storeBox__textBox-text-highlight {
  position: relative;
  font-size: 32px;
  background: linear-gradient(
    to top,
    #ffbdea 40%,
    transparent 40%
  );
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__textBox-text-highlight {
    font-size: clamp(18px, calc(4.64px + 3.56vw), 32px);
  }
}

.mainContents .storeBox__textBox-text-small {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #1e2087;
}

@media screen and (max-width: 767px) {
  .mainContents .storeBox__textBox-text-small {
    font-size: clamp(13px, calc(10.14px + 0.76vw), 16px) !important;
  }
}

/*―――――――――――――――――――――――――――――――――――――――――――――
/* sns_area
――――――――――――――――――――――――――――――――――――――――――――――*/
.sns_area {
  display: flex;
  justify-content: center;
  padding-block: 62px 58px !important;
  margin: 0 !important;
  background-color: #fffced;
}
@media screen and (max-width: 768px) {
  .sns_area {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    padding-block: 73px 86px !important;
  }
}
.sns_area li a {
  display: block;
  width: 78px;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .sns_area li a {
    width: 16.5333vw;
    margin: 0 10px;
  }
}
.sns_area img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sns_area .sp {
    display: none;
  }
}
