html {
  --header-height: 66px;

  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}
@media screen and (min-width: 767px) {
  html {
    --header-height: 74px;
  }
}

body.is-open,
body:not(.is-loaded) {
  overflow: hidden;
}

.str-pagetop {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in 0.5s;
}
.is-open .str-pagetop,
body:not(.is-loaded) .str-pagetop {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
}

.u-textAlign--center {
  text-align: center !important;
}
.u-textAlign--left {
  text-align: left !important;
}

.u-display--sp {
  display: block !important;
}
@media screen and (min-width: 767px) {
  .u-display--sp {
    display: none !important;
  }
}
.u-display--tab {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .u-display--tab {
    display: none !important;
  }
}
.u-display--pc {
  display: none !important;
}
@media screen and (min-width: 767px) {
  .u-display--pc {
    display: block !important;
  }
}

.u-opacity {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in 0.5s;
}
.is-open .u-opacity {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-out;
}

.u-hover {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.8;
  }
}

.c-btn,
.p-diary article .btn {
  display: grid;
  align-content: center;
  width: 100%;
  height: 100%;
  min-height: 66px;
  padding: 8px 52px 8px 20px;
  box-shadow: 0 4px #262626;
  border-radius: 24px;
  border: 4px solid #262626;
  background: #cc0066;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 767px) {
  .c-btn,
  .p-diary article .btn {
    font-size: 1.8rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover,
  .p-diary article .btn:hover {
    box-shadow: 0 0 #262626;
    top: 4px;
  }
}
.c-btn::after,
.p-diary article .btn::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/lp/ekuma/img/common/ekuma-btn-white.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .c-btn::after,
  .p-diary article .btn::after {
    right: 20px;
  }
}
.c-btn--yellow {
  min-height: 64px;
  background: #f7f89c;
  color: #333333;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .c-btn--yellow {
    min-height: 66px;
  }
}
.c-btn--yellow::after {
  background: url("/lp/ekuma/img/common/ekuma-btn-pink.svg") no-repeat center/contain;
}

.c-snsBtn {
  width: 100%;
  height: 40px;
  box-shadow: 0 4px #262626;
  border-radius: 8px;
  border: 2px solid #262626;
  background: #ffffff;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-snsBtn:hover {
    box-shadow: 0 0 #262626;
    top: 2px;
  }
}
.c-snsBtn a {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 0 11px 10px;
}
.c-snsBtn__icon {
  display: block;
  width: 24px;
  height: 17px;
}
.c-snsBtn__icon--green {
  background: url("/lp/ekuma/img/common/ekuma-icon-green.svg") no-repeat center/contain;
}
.c-snsBtn__icon--black {
  background: url("/lp/ekuma/img/common/ekuma-icon-black.svg") no-repeat center/contain;
}
.c-snsBtn__icon--red {
  background: url("/lp/ekuma/img/common/ekuma-icon-red.svg") no-repeat center/contain;
}
.c-snsBtn__icon--pink {
  background: url("/lp/ekuma/img/common/ekuma-icon-pink.svg") no-repeat center/contain;
}
.c-snsBtn__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #333333;
}
.c-snsBtn__text small {
  font-size: 1.2rem;
}

.c-speech,
.l-article article .speech p {
  display: block;
  position: relative;
}
.c-speech::before,
.l-article article .speech p::before,
.c-speech::after,
.l-article article .speech p::after {
  content: "";
  position: absolute;
}
.c-speech:before,
.l-article article .speech p:before {
  z-index: 2;
}
.c-speech:after,
.l-article article .speech p:after {
  z-index: 1;
}
.c-speech--mv {
  border-radius: 24px;
  border: 4px solid #262626;
  box-shadow: 0 4px #262626;
  background: #feffbe;
}
.c-speech--mv::before,
.c-speech--mv::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.c-speech--mv:before {
  border: 11px solid transparent;
  border-bottom: 19px solid #feffbe;
}
.c-speech--mv:after {
  border: 16px solid transparent;
  border-bottom: 24px solid #262626;
}
.c-speech--sns {
  border-radius: 16px;
  border: 4px solid #262626;
  background: #feffbe;
}
.c-speech--sns::before,
.c-speech--sns::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.c-speech--sns:before {
  border: 5px solid transparent;
  border-top: 9px solid #feffbe;
}
.c-speech--sns:after {
  border: 10px solid transparent;
  border-top: 16px solid #262626;
}

.c-head {
  --gap: 8px;
  display: flex;
  align-items: flex-end;
  gap: var(--gap);
  margin-top: 10px;
  margin-bottom: 24px;
}
.diary .c-head {
  --icon: 50px;
}
.goods .c-head {
  --icon: 54px;
}
@media screen and (min-width: 767px) {
  .c-head {
    margin-top: 3px;
    margin-bottom: 53px;
  }
}
.c-head__main {
  display: flex;
  align-items: flex-end;
  gap: var(--gap);
  width: calc(100% - var(--icon) - var(--gap));
  padding-bottom: 16px;
  border-bottom: 2px dotted #ffffff;
}
.c-head__main h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .c-head__main h2 {
    font-size: 3.2rem;
  }
}
.c-head__logo {
  width: 90px;
}
.c-head__icon {
  display: block;
  width: var(--icon);
  position: relative;
  transform: translateY(5px);
}

@keyframes nav-open {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 200vh;
    height: 200vh;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@keyframes nav-close {
  0% {
    width: 200vh;
    height: 200vh;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes rotation {
  0% {
    rotate: 0;
    opacity: 0;
  }
  100% {
    rotate: 360deg;
    opacity: 1;
  }
}
@keyframes rotation-hidden {
  0% {
    rotate: 0;
    opacity: 1;
  }
  100% {
    rotate: 360deg;
    opacity: 0;
  }
}
@keyframes rolling {
  0% {
    opacity: 0;
    rotate: x 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    rotate: x 0;
  }
  100% {
    opacity: 0;
    rotate: x -80deg;
  }
}
@keyframes wakeup {
  0% {
    opacity: 0;
  }
  30% {
    background-image: url("/lp/ekuma/img/loading/ekuma-loading_front-on.png");
    opacity: 1;
  }
  100% {
    background-image: url("/lp/ekuma/img/loading/ekuma-loading_front-on.png");
    opacity: 1;
  }
}
@keyframes visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    scale: 0;
  }
  85% {
    scale: 1.2;
  }
  100% {
    scale: 1;
  }
}
@keyframes rotate-r {
  0% {
    rotate: 0;
  }
  100% {
    rotate: -360deg;
  }
}
@keyframes rotate {
  0% {
    rotate: 0;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes return-r {
  0% {
    opacity: 0;
    translate: -20px 100px;
  }
  20% {
    opacity: 1;
  }
  85% {
    translate: 10px -20px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes return-l {
  0% {
    opacity: 0;
    translate: 20px 100px;
  }
  20% {
    opacity: 1;
  }
  85% {
    translate: -10px -20px;
  }
  100% {
    translate: 0 0;
  }
}
@keyframes return-c {
  0% {
    opacity: 0;
    translate: -50% 100px;
  }
  20% {
    opacity: 1;
  }
  85% {
    translate: -50% -20px;
  }
  100% {
    translate: -50% 0;
  }
}
.c-btmLink {
  --gap: 14px;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 95%;
  max-width: var(--sec-width);
  margin-inline: auto;
  padding: 32px 0 60px;
}
@media screen and (min-width: 767px) {
  .c-btmLink {
    --gap: 24px;
    flex-direction: row;
    justify-content: center;
    max-width: 870px;
    padding-top: 56px;
  }
}
@media screen and (min-width: 767px) {
  .c-btmLink li {
    width: calc((100% - var(--gap)) / 2);
    max-width: 274px;
  }
}

.l-ekuma {
  --sec-width: 358px;
  --mufg-header: 60px;
  width: 100%;
  background: #ed4976;
  color: #333333;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .l-ekuma {
    --mufg-header: 90px;
  }
}
.l-ekuma__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.l-ekuma__bg span {
  width: min(100%, 390px);
  height: min(95.641025641vw, 373px);
  display: block;
  background: url("/lp/ekuma/img/common/ekuma-bg_sp.svg") no-repeat center/cover;
  position: sticky;
  top: 40%;
  left: calc(50% - 195px);
}
@media screen and (min-width: 767px) {
  .l-ekuma__bg span {
    width: 768px;
    height: 611px;
    background: url("/lp/ekuma/img/common/ekuma-bg_tab.svg") no-repeat center/cover;
    top: 35%;
    left: calc(50% - 384px);
  }
}
@media screen and (min-width: 1200px) {
  .l-ekuma__bg span {
    width: min(100%, 1366px);
    height: 524px;
    background: url("/lp/ekuma/img/common/ekuma-bg_pc.svg") no-repeat center/cover;
    top: 20%;
    left: calc(50% - 683px);
  }
}
.l-ekuma__sec {
  width: 95%;
  max-width: var(--sec-width);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .l-ekuma__sec {
    max-width: 640px;
  }
}
@media screen and (min-width: 1200px) {
  .l-ekuma__sec {
    max-width: 1080px;
  }
  .l-ekuma__sec--sm {
    max-width: 800px;
  }
}
.l-ekuma p a {
  color: #cc0066;
  text-decoration: underline;
}
.l-ekuma p strong {
  color: #333333;
  font-weight: 700;
}
.l-ekuma small {
  font-size: 1.2rem;
}
.l-ekuma img {
  display: block;
  width: 100%;
  height: auto;
}

.l-header {
  --easing: ease-in-out;
  --duration: 0.8s;
  --anime-humBtn-display: var(--duration) rotation var(--easing) both;
  --anime-humBtn-hidden: var(--duration) rotation-hidden var(--easing) both;
  --anime-nav-open: var(--duration) nav-open ease-in-out both;
  --anime-nav-close: var(--duration) nav-close ease-in-out both;
  width: 100%;
  height: var(--header-height);
  z-index: 2001;
  position: sticky;
  top: 0;
  left: 0;
}
.l-header.is-fixed {
  background: linear-gradient(#ed4976 0%, rgba(237, 73, 118, 0.4) 68.97%, rgba(237, 73, 118, 0) 100%);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
@media screen and (min-width: 767px) {
  .l-header__inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.l-header__logo {
  width: 104px;
}
@media screen and (min-width: 767px) {
  .l-header__logo {
    width: 128px;
  }
}
.l-header__hum {
  width: 48px;
  height: 36px;
  background: url("/lp/ekuma/img/common/ekuma-hum_icon.svg") no-repeat center/cover;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .l-header__hum {
    width: 56px;
    height: 42px;
  }
}
.l-header__humCont {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.l-header__humCont--text {
  color: #cc0066;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  translate: -50% -50%;
}
.l-header__humCont--x {
  width: 14px;
  height: 14px;
  translate: -50% -50%;
  opacity: 0;
}
@media screen and (min-width: 767px) {
  .l-header__humCont--x {
    width: 18px;
    height: 18px;
  }
}
.l-header__humCont--x svg {
  fill: none;
  stroke: #cc0066;
}
.l-header__menu {
  background: #ed4976;
  border-bottom-left-radius: 100%;
  position: fixed;
  top: var(--mufg-header);
  right: 0;
}
.is-fixed .l-header__menu {
  top: 0;
}

.l-article {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 767px) {
  .l-article {
    gap: 32px;
  }
}
.l-article article {
  box-shadow: 0 4px #262626;
  border-radius: 24px;
  border: 4px solid #262626;
  background: #ffffff;
}
.l-article article .speech {
  padding-right: 114px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-article article .speech {
    padding-right: 112px;
  }
}
@media screen and (min-width: 1200px) {
  .l-article article .speech {
    max-width: 636px;
    margin-inline: auto;
  }
}
.l-article article .speech::after {
  content: "";
  width: 96px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-article article .speech.mikaeri::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-mikaeri.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.mikaeri::after {
    background-position: top;
  }
}
.l-article article .speech.megaphone::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-megaphone.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.megaphone::after {
    background-position: top;
  }
}
.l-article article .speech.heart::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-heart.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.heart::after {
    background-position: top;
  }
}
.l-article article .speech.bikkuri::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-bikkuri.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.bikkuri::after {
    background-position: top;
  }
}
.l-article article .speech.kanashii::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-kanashii.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.kanashii::after {
    background-position: top;
  }
}
.l-article article .speech.kira::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-kira.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.kira::after {
    background-position: top;
  }
}
.l-article article .speech.good::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-good.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.good::after {
    background-position: top;
  }
}
.l-article article .speech.hatena::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-hatena.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.hatena::after {
    background-position: top;
  }
}
.l-article article .speech.zzz::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-zzz.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.zzz::after {
    background-position: top;
  }
}
.l-article article .speech.oiwai::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-oiwai.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.oiwai::after {
    background-position: top;
  }
}
.l-article article .speech.book::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-book.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.book::after {
    background-position: top;
  }
}
.l-article article .speech.camera::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-camera.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.camera::after {
    background-position: top;
  }
}
.l-article article .speech.globe::after {
  background: url("/lp/ekuma/img/diary/ekuma-diary_icon-globe.png") no-repeat bottom/contain;
}
@media screen and (min-width: 767px) {
  .l-article article .speech.globe::after {
    background-position: top;
  }
}
.l-article article .speech p {
  padding: 14px;
  border-radius: 8px;
  border: 2px solid #262626;
  background: #f7f89c;
}
.l-article article .speech p::before,
.l-article article .speech p::after {
  bottom: clamp(20px, 20%, 50px);
  right: 0;
  transform: translate(100%, 50%);
}
@media screen and (min-width: 767px) {
  .l-article article .speech p::before,
  .l-article article .speech p::after {
    top: min(50%, 50px);
    bottom: auto;
    transform: translate(100%, -50%);
  }
}
.l-article article .speech p:before {
  border: 9px solid transparent;
  border-left: 11px solid #f7f89c;
}
.l-article article .speech p:after {
  border: 12px solid transparent;
  border-left: 14px solid #262626;
}

.l-footer {
  padding: 0 0 110px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .l-footer {
    padding: 0 0 80px;
  }
}
.l-footer__banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  width: 95%;
  max-width: 280px;
  margin-inline: auto;
  margin-bottom: 34px;
}
@media screen and (min-width: 767px) {
  .l-footer__banner {
    flex-direction: row;
    gap: 24px;
    max-width: 888px;
  }
}
.l-footer__sns {
  width: 98%;
  max-width: 374px;
  margin-inline: auto;
}
@media screen and (min-width: 767px) {
  .l-footer__sns {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__sns {
    max-width: 800px;
  }
}
.l-footer__snsSpeech {
  display: flex;
  align-items: center;
  width: 92%;
  max-width: 326px;
  height: 80px;
  margin-inline: auto;
  position: relative;
  transform: translateY(50%);
}
@media screen and (min-width: 767px) {
  .l-footer__snsSpeech {
    max-width: 400px;
    height: 84px;
  }
}
.l-footer__snsIl {
  width: 82px;
  position: absolute;
  bottom: 6px;
  left: 20px;
}
@media screen and (min-width: 767px) {
  .l-footer__snsIl {
    left: 52px;
  }
}
.l-footer__sns p {
  padding-left: 126px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .l-footer__sns p {
    padding-left: 172px;
    text-align: left;
  }
}
.l-footer__sns p span {
  display: block;
  color: #cc0066;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .l-footer__sns p span {
    font-size: 2.8rem;
  }
}
.l-footer__snsLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
  box-shadow: 0 4px #262626;
  border: 4px solid #262626;
  border-radius: 16px;
  padding: 70px 12px 36px;
  background: #ffe2ea;
}
@media screen and (min-width: 767px) {
  .l-footer__snsLists {
    gap: 16px;
    padding: 84px 52px 44px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__snsLists {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    padding: 84px 44px 44px;
  }
}

.p-loading {
  width: 100vw;
  height: 100dvh;
  background: #fc769b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: visible;
  transition: 0.3s all ease-in-out;
}
.is-loaded .p-loading {
  transform: translateY(100%);
  visibility: hidden;
}
.top .is-loaded .p-loading {
  display: block;
}
.diary .is-loaded .p-loading,
.goods .is-loaded .p-loading {
  display: none;
}
.p-loading__img {
  height: 260px;
  margin-top: 24vh;
  position: relative;
  -webkit-perspective: 500px;
  perspective: 500px;
}
.p-loading__kuma {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  opacity: 0;
  will-change: opacity, transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-loading__kuma--01 {
  width: 100px;
  height: 68px;
  background-image: url("/lp/ekuma/img/loading/ekuma-loading_front-off.png");
  top: 0;
}
.p-loading__kuma--01.is-show {
  animation: 1s ease-in both rolling;
}
.p-loading__kuma--02 {
  width: 135px;
  height: 98px;
  background-image: url("/lp/ekuma/img/loading/ekuma-loading_back.png");
  top: 53px;
}
.p-loading__kuma--02.is-show {
  animation: 1s ease-in both rolling;
}
.p-loading__kuma--03 {
  width: 210px;
  height: 138px;
  background-image: url("/lp/ekuma/img/loading/ekuma-loading_front-off.png");
  top: 116px;
}
.p-loading__kuma--03.is-show {
  animation: 4s ease-in forwards wakeup;
}
.p-loading__text {
  display: block;
  margin-top: 40px;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.p-loading__dot {
  opacity: 0;
  transition: opacity 1s ease;
  position: absolute;
}
.p-loading__dot.is-visible {
  opacity: 1;
}

.p-nav {
  opacity: 0;
  width: 100vw;
  height: calc(100dvh - var(--mufg-header));
  padding-bottom: 40px;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity var(--duration);
}
@media screen and (min-width: 767px) {
  .p-nav {
    padding-bottom: 48px;
  }
}
.is-fixed .p-nav {
  height: 100dvh;
}
.is-open .p-nav {
  opacity: 1;
  transition: opacity 0.9s;
}
.p-nav__head {
  display: flex;
  align-items: center;
  height: var(--header-height);
  padding-left: 24px;
  margin-bottom: 39px;
}
@media screen and (min-width: 767px) {
  .p-nav__head {
    max-width: 1200px;
    margin-inline: auto;
    margin-bottom: 34px;
  }
}
.p-nav__head a {
  display: flex;
  align-items: end;
  gap: 8px;
}
.p-nav__head a img {
  width: 80px;
}
.p-nav__head a span {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-nav__lists {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.p-nav__lists li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-nav__lists--menu {
  max-width: 278px;
  margin-bottom: 61px;
}
@media screen and (min-width: 767px) {
  .p-nav__lists--menu {
    max-width: 536px;
    margin-bottom: 21px;
  }
}
.p-nav__lists--menu li a {
  padding: 23px 0;
  color: #ffffff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-nav__lists--menu li a {
    font-size: 2.8rem;
  }
}
.p-nav__lists--menu li:not(:last-child) {
  border-bottom: 2px dotted #ffffff;
}
.p-nav__lists--banner {
  gap: 16px;
  max-width: 260px;
  margin-bottom: 51px;
}
@media screen and (min-width: 767px) {
  .p-nav__lists--banner {
    flex-direction: row;
    max-width: 536px;
    margin-bottom: min(43%, 324px);
  }
}
@media screen and (min-width: 1200px) {
  .p-nav__lists--banner {
    margin-bottom: 100px;
  }
}
.p-nav__il {
  max-width: 200px;
  margin-inline: auto;
}
.is-fixed .p-nav {
  top: 0;
}

.p-mv {
  padding-top: 51px;
  overflow-x: clip;
}
@media screen and (min-width: 767px) {
  .p-mv {
    overflow-x: visible;
  }
}
.p-mv__main {
  width: 100%;
  position: relative;
}
.p-mv__bg {
  width: 100%;
  height: min(94.8717948718vw, 370px);
  margin-inline: auto;
  position: relative;
  overflow-y: hidden;
}
@media screen and (min-width: 767px) {
  .p-mv__bg {
    width: 720px;
    height: 440px;
  }
}
.p-mv__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/lp/ekuma/img/top/mv/ekuma-mv_bg_sp@2x.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .p-mv__bg::before {
    background: url("/lp/ekuma/img/top/mv/ekuma-mv_bg_pc@2x.png") no-repeat center/contain;
  }
}
.p-mv__bg::after {
  content: "";
  width: 65%;
  max-width: 250px;
  height: min(1.5384615385vw, 6px);
  background: #262626;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(calc(-50% + 20px));
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .p-mv__bg::after {
    max-width: none;
  }
}
.p-mv__cont {
  display: block;
  position: absolute;
}
.p-mv__cont--main {
  width: 100%;
  max-width: 370px;
  top: 96px;
  left: calc(50% - 14px);
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-mv__cont--main {
    max-width: 480px;
    top: 110px;
  }
}
.is-loaded .p-mv__cont--main {
  animation: 0.3s ease 1s both return-c;
}
.p-mv__cont--logo {
  width: 95%;
  max-width: 300px;
  top: 0;
  left: 50%;
  translate: -50% -52px;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-mv__cont--logo {
    max-width: 416px;
    translate: -50% -94px;
  }
}
.is-loaded .p-mv__cont--logo {
  animation: 0.5s ease 1s both scale;
}
.p-mv__cont--green {
  width: 86px;
  top: 58px;
  left: calc(50% - 187px);
}
@media screen and (min-width: 767px) {
  .p-mv__cont--green {
    width: 134px;
    left: calc(50% - 290px);
  }
}
.is-loaded .p-mv__cont--green {
  animation: 0.3s ease 1.3s both return-l;
}
.p-mv__cont--yellow {
  width: 80px;
  top: 68px;
  left: calc(50% + 115px);
}
@media screen and (min-width: 767px) {
  .p-mv__cont--yellow {
    width: 138px;
    top: 60px;
    left: calc(50% + 160px);
  }
}
.is-loaded .p-mv__cont--yellow {
  animation: 0.3s ease 1.3s both return-r;
}
.p-mv__cont--yellow-c {
  width: 76px;
  bottom: -20px;
  left: calc(50% - 191px);
}
@media screen and (min-width: 767px) {
  .p-mv__cont--yellow-c {
    width: 128px;
    left: calc(50% - 380px);
  }
}
.is-loaded .p-mv__cont--yellow-c {
  animation:
    0.5s ease 1.5s both scale,
    3s linear 1.7s infinite rotate-r;
}
.p-mv__cont--green-c {
  width: 92px;
  top: 194px;
  left: calc(50% + 115px);
}
@media screen and (min-width: 767px) {
  .p-mv__cont--green-c {
    width: 128px;
    top: 250px;
    left: calc(50% + 248px);
  }
}
.is-loaded .p-mv__cont--green-c {
  animation:
    0.5s ease 1.5s both scale,
    3s linear 1.7s infinite rotate;
}
.p-mv__speech {
  width: 95%;
  max-width: var(--sec-width);
  margin: 8px auto 32px;
  padding: 20px 13px;
}
@media screen and (min-width: 767px) {
  .p-mv__speech {
    max-width: 536px;
    margin: 10px auto 40px;
    padding: 20px;
  }
}
.p-mv__speech p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-mv__speech p {
    font-size: 1.8rem;
  }
}
.p-mv__speech p a {
  font-weight: 700;
}
.p-mv__anchor {
  display: grid;
  align-content: center;
  width: 95%;
  max-width: var(--sec-width);
  margin: 0 auto 158px;
  padding: 18px 52px 18px 20px;
  box-shadow: 0 4px #262626;
  border-radius: 24px;
  border: 4px solid #262626;
  background: #fff;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.11;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv__anchor:hover {
    box-shadow: 0 0 #262626;
    top: 4px;
  }
}
@media screen and (min-width: 767px) {
  .p-mv__anchor {
    max-width: 536px;
    margin: 0 auto 128px;
  }
}

.p-mv__anchor::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("/lp/ekuma/img/common/ekuma-btn-pink.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.p-profile {
  --gap: 8px;
  --img-width: 74px;
  --img-height: 54px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-profile {
    --gap: 6px;
  }
}
.p-profile__il {
  width: 104px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -82%);
}
.p-profile__wrapper {
  padding: 28px 20px;
  box-shadow: 0 4px #262626;
  border-radius: 24px;
  border: 4px solid #262626;
  background: #ffffff;
}
@media screen and (min-width: 767px) {
  .p-profile__wrapper {
    padding: 52px 74px;
  }
}
@media screen and (min-width: 1200px) {
  .p-profile__wrapper {
    padding: 52px 36px;
  }
}
.p-profile__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .p-profile__lists {
    gap: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .p-profile__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-profile__col2 {
  display: flex;
  align-items: flex-start;
  gap: var(--gap);
}
.p-profile__head h3 {
  display: grid;
  place-content: center;
  width: var(--img-width);
  height: var(--img-height);
  margin-block: calc((1em - 1lh) / 2);
  background: url("/lp/ekuma/img/common/ekuma-icon.svg") no-repeat center/contain;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-profile__head h3 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-profile__head h3 {
    font-size: 1.6rem;
  }
}
.p-profile__head p {
  width: calc(100% - var(--gap) - var(--img-width));
  min-height: var(--img-height);
  margin-block: calc((1em - 1lh) / 2);
  padding: 23px 8px 0;
  border-top: 2px dotted #262626;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .p-profile__head p {
    padding: 23px 4px 0;
    font-size: 1.8rem;
  }
}
.p-profile__cont {
  padding-top: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .p-profile__cont {
    font-size: 1.6rem;
  }
}
.p-profile__cont img {
  width: 144px;
}
.p-profile__anno {
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
  .p-profile__anno {
    text-align: center;
  }
}

.p-top-contents {
  margin-top: 136px;
}
.p-top-contents__wrapper {
  padding: 0 20px 28px;
  box-shadow: 0 4px #262626;
  border-radius: 24px;
  border: 4px solid #262626;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .p-top-contents__wrapper {
    padding: 0 20px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-contents__wrapper {
    padding: 0 62px 40px;
  }
}
.p-top-contents__head {
  display: flex;
  padding: 32px 16px 16px;
  margin-inline: -20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #ffe2ea;
}
@media screen and (min-width: 767px) {
  .p-top-contents__head {
    padding: 40px 20px;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-contents__head {
    margin-inline: -62px;
  }
}
.p-top-contents__head-top {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  width: 90%;
  max-width: 278px;
  padding-bottom: 14px;
  border-bottom: 2px dotted #262626;
  color: #c06;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-top-contents__head-top {
    max-width: 420px;
    font-size: 3.8rem;
  }
}
.p-top-contents__head-top img {
  width: 90px;
}
@media screen and (min-width: 767px) {
  .p-top-contents__head-top img {
    width: 120px;
  }
}
.p-top-contents__head-title {
  color: #c06;
  text-align: center;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .p-top-contents__head-title {
    font-size: 4.2rem;
  }
}
.p-top-contents__head-text {
  font-weight: 600;
  line-height: 1.4;
}
.p-top-contents__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}
@media screen and (min-width: 767px) {
  .p-top-contents__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.p-top-contents__lists li {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  padding: 48px 16px 24px;
  border-radius: 16px;
  background: #feffbe;
  color: #000;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-top-contents__lists li {
    padding: 56px 16px 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-contents__lists li {
    padding: 56px 24px 40px;
  }
}
.p-top-contents__lists li .c-btn {
  max-width: 278px;
  margin-inline: auto;
  height: auto;
}
.p-top-contents__comic-head {
  padding: 10px 16px;
  border-radius: 16px 0;
  background: #c06;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  .p-top-contents__comic-head {
    font-size: 2rem;
  }
}
.p-top-contents__comic-title {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .p-top-contents__comic-title {
    font-size: 2.4rem;
  }
}
.p-top-contents__comic-text {
  font-weight: 600;
  line-height: 1.4;
  padding-top: 8px;
  border-top: 2px dotted #262626;
}
@media screen and (min-width: 767px) {
  .p-top-contents__comic-text {
    font-size: 1.6rem;
  }
}
.p-top-contents__anno {
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .p-top-contents__anno {
    margin-top: 32px;
  }
}

.p-diary article {
  padding: 32px 24px;
}
@media screen and (min-width: 767px) {
  .p-diary article {
    padding: 44px 36px;
  }
}
@media screen and (min-width: 1200px) {
  .p-diary article {
    padding: 44px;
  }
}
.p-diary article > * {
  margin-top: 32px;
}
@media screen and (min-width: 767px) {
  .p-diary article > * {
    margin-top: 40px;
  }
}
.p-diary article time {
  --padding: 9px;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 0 0 var(--padding) 32px;
  border-bottom: 2px dotted #cc0066;
  color: #cc0066;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-diary article time {
    --padding: 11px;
  }
}
.p-diary article time::before {
  content: "";
  width: 24px;
  height: 18px;
  background: url("/lp/ekuma/img/common/ekuma-icon-pink.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - var(--padding) / 2));
}
.p-diary article h3 {
  margin-top: 14px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .p-diary article h3 {
    margin-top: 16px;
    font-size: 2.4rem;
  }
}
.p-diary article > img {
  width: 310px;
  margin-inline: auto;
}
.p-diary article > img + .col2,
.p-diary article > img + img {
  margin-top: 16px;
}
.p-diary article .col2 {
  --gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-diary article .col2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-diary article .col2 {
    max-width: 636px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-diary article .col2 img {
    width: calc((100% - var(--gap)) / 2);
  }
}
.p-diary article .col3 {
  --gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-diary article .col3 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-diary article .col3 {
    max-width: 636px;
    margin-inline: auto;
  }
}
.p-diary article .btnText {
  max-width: 400px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.p-diary article .btnText + .btn {
  margin-top: 16px;
}
.p-diary article .btn {
  max-width: 400px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .p-diary article p {
    max-width: 636px;
    margin-inline: auto;
  }
}
.p-diary article small {
  display: block;
}
@media screen and (min-width: 767px) {
  .p-diary article small {
    max-width: 704px;
    margin-inline: auto;
  }
}

.p-goods article {
  padding: 24px;
}
@media screen and (min-width: 767px) {
  .p-goods article {
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .p-goods article {
    padding: 44px;
  }
}
.p-goods article > *:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .p-goods article > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-goods article img {
  border-radius: 16px;
}
.p-goods article ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .p-goods article ul {
    gap: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .p-goods article ul {
    max-width: 636px;
    margin-inline: auto;
  }
}
.p-goods article ul li {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 48px auto;
  align-items: flex-end;
  gap: 16px 8px;
}
.p-goods article ul li span {
  display: grid;
  place-content: center;
  width: 100%;
  height: 35px;
  background: url("/lp/ekuma/img/goods/ekuma-goods_icon.svg") no-repeat center/contain;
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.p-goods article ul li h3 {
  padding-bottom: 8px;
  border-bottom: 2px dotted #cc0066;
  color: #cc0066;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-goods article ul li h3 {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
.p-goods article ul li p {
  grid-column: span 2;
}
@media screen and (min-width: 767px) {
  .p-goods article ul li p {
    font-size: 1.6rem;
  }
}
.p-goods article > img + .col2,
.p-goods article > img + img {
  margin-top: 16px;
}
.p-goods article .col2 {
  --gap: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap);
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-goods article .col2 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-goods article .col2 {
    max-width: 636px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-goods article .col2 img {
    width: calc((100% - var(--gap)) / 2);
  }
}
.p-goods article .col3 {
  --gap: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap);
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-goods article .col3 {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .p-goods article .col3 {
    max-width: 636px;
    margin-inline: auto;
  }
}

.p-comic {
  margin-top: 32px;
  gap: 32px;
}
@media screen and (min-width: 767px) {
  .p-comic {
    margin-top: 80px;
  }
}
.p-comic__intro {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  background: #ffe2ea;
}
@media screen and (min-width: 767px) {
  .p-comic__intro {
    padding: 40px;
    gap: 32px;
  }
}
.p-comic__intro-head {
  display: grid;
  grid-template-columns: 1fr 88px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  margin-inline: 8px;
  border-bottom: 2px dotted #262626;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-head {
    margin-inline: 0;
  }
}
.p-comic__intro-head p {
  color: #c06;
  -webkit-text-stroke: 4px #fff;
  paint-order: stroke;
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-head p {
    font-size: 4.2rem;
  }
}
.p-comic__intro-text {
  margin-inline: 8px;
  color: #262626;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-text {
    margin-inline: 0;
  }
}
.p-comic__intro-toc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-comic__intro-toc-head {
  color: #262626;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-toc-head {
    font-size: 2.4rem;
  }
}
.p-comic__intro-toc-lists {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-toc-lists {
    padding: 28px 24px;
  }
}
.p-comic__intro-toc-lists li {
  display: grid;
  grid-template-columns: 1fr 24px;
  gap: 8px;
  align-items: center;
}
.p-comic__intro-toc-lists li::after {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background: url("/lp/ekuma/img/common/ekuma-btn-black.svg") no-repeat center/contain;
}
.p-comic__intro-toc-lists li p {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 6px;
  border-bottom: 2px dotted #262626;
  color: #262626;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .p-comic__intro-toc-lists li p {
    font-size: 1.8rem;
  }
}
.p-comic__intro-toc-lists li p span:first-child {
  width: fit-content;
  white-space: nowrap;
}
.p-comic__intro-anno {
  margin-inline: 8px;
  color: #262626;
  font-size: 1.2rem;
  line-height: 1.4;
}
.p-comic article {
  padding: 28px 20px;
}
@media screen and (min-width: 767px) {
  .p-comic article {
    padding: 40px;
  }
}
.p-comic article .head {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 2px dotted #262626;
  color: #c06;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .p-comic article .head {
    font-size: 2.4rem;
  }
}
.p-comic article .head p:first-child {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .p-comic article .head p:first-child {
    font-size: 2rem;
  }
}
.p-comic article .head p:first-child span {
  display: grid;
  place-content: center;
  width: 40px;
  height: 29px;
  background: url(/lp/ekuma/img/goods/ekuma-goods_icon.svg) no-repeat center / contain;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (min-width: 767px) {
  .p-comic article .head p:first-child span {
    width: 48px;
    height: 35px;
    font-size: 2.4rem;
  }
}
.p-comic article h3 {
  margin-top: 9px;
  margin-bottom: 24px;
  color: #c06;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .p-comic article h3 {
    margin-bottom: 32px;
    font-size: 3.6rem;
  }
}
.p-comic article .point {
  margin-top: 48px;
  padding: 32px 16px 16px;
  border-radius: 16px;
  background: #feffbe;
  color: #262626;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-comic article .point {
    padding: 32px 16px 24px;
    font-size: 2rem;
    text-align: center;
  }
}
.p-comic article .point p:first-child {
  padding: 8px 68px 8px 20px;
  border-radius: 16px;
  background: #ed4976;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .p-comic article .point p:first-child {
    font-size: 18px;
  }
}
.p-comic article .point p:first-child::after {
  content: "";
  width: 56px;
  height: 40px;
  background: url("/lp/ekuma/img/comic/ekuma-comic_point@2x.png") no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-8px);
}
@media screen and (min-width: 767px) {
  .p-comic article .point p:first-child::after {
    transform: translateY(-6px);
  }
}

.c-risk {
  padding: 48px 24px 72px;
  background: #fff5f8;
  color: #333;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71;
}
@media screen and (min-width: 767px) {
  .c-risk {
    padding: 57px 24px 72px;
  }
}
.c-risk__inner {
  max-width: 1080px;
  margin-inline: auto;
}
.c-risk a {
  color: #c06;
  text-decoration-line: underline;
}
.c-risk__head {
  font-weight: 600;
}
@media screen and (min-width: 767px) {
  .c-risk__head {
    font-size: 1.6rem;
  }
}
.c-risk__body {
  margin: 40px 0;
}
@media screen and (min-width: 767px) {
  .c-risk__body {
    margin: 37px 0 45px;
  }
}
.c-risk__body p + p {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .c-risk__body p + p {
    margin-top: 45px;
  }
}
.c-risk__anno {
  text-align: right;
}
