@charset "UTF-8";
html {
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
html * {
  box-sizing: border-box;
}

body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

button {
  outline: none;
}

@keyframes effect-cover-anime-01 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes effect-cover-anime-02 {
  0% {
    width: 100%;
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes effect-cover-anime-03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect-cover-anime-04 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect-cover-frame-hidden {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
#js-cover-bg-animation.is-on:after {
  animation: both 0.75s ease-out;
  animation-name: effect-fadain-shadow;
}
#js-cover-bg-animation.is-off:after {
  animation: both 0.75s ease-out;
  animation-name: effect-fadain-shadow-off;
}

@keyframes effect-fadain-shadow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect-fadain-shadow-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#globalMenu.is-visible {
  animation: both 1s ease-out;
  animation-name: effect-fadain-gnav;
}
#globalMenu.is-hidden {
  animation: both 0.5s ease-out;
  animation-name: effect-fadain-gnav-hidden;
}

@keyframes effect-fadain-gnav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes effect-fadain-gnav-hidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.js-scroll-animation {
  animation: both 0.75s ease-out;
  visibility: hidden;
}
.js-scroll-animation.is-on {
  visibility: visible !important;
}

.js-scroll-animation.js-fadain-to-top.is-on {
  animation-name: effect-fadain-to-top;
}

@keyframes effect-fadain-to-top {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-scroll-animation.js-fadain-to-left.is-on {
  animation-name: effect-fadain-to-left;
}

@keyframes effect-fadain-to-left {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-scroll-animation.js-fadain-to-right.is-on {
  animation-name: effect-fadain-to-right;
}

@keyframes effect-fadain-to-right {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.u-bg-boxCurve {
  position: relative;
  margin: 21px 0;
  background: #F7C8D6;
}
.u-bg-boxCurve:before, .u-bg-boxCurve:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 21px;
  top: -21px;
  left: 0;
  background: url(../img-kuromi/bg-box-curve--pink.png) no-repeat top left/100% auto;
}
.u-bg-boxCurve:after {
  top: inherit;
  bottom: -21px;
  transform: rotate(180deg);
}
.u-bg-boxCurve--ppl {
  background: #8F82BC;
}
.u-bg-boxCurve--ppl:before, .u-bg-boxCurve--ppl:after {
  background: url(../img-kuromi/bg-box-curve--ppl.png) no-repeat top left/100% auto;
}
.u-bg-boxCurve--org {
  margin: 31px 0;
  background: #F5A23D;
}
.u-bg-boxCurve--org:before, .u-bg-boxCurve--org:after {
  height: 31px;
  top: -31px;
  background: url(../img-kuromi/bg-box-curve--org.png) no-repeat top left/100% auto;
}
.u-bg-boxCurve--org:after {
  top: inherit;
  bottom: -31px;
}

.u-bg-patternCheck {
  background: url(../img-kuromi/bg-pattern-check.jpg) repeat top left/100% auto;
}

.u-bg-ppl {
  background: #8F82BC;
}

.u-bg-ppl-light {
  background: #DBBEDA;
}

.u-bg-boxWhite {
  background: #fff;
  padding: 1em;
}

.c-dl-app {
  position: relative;
  padding-top: 50px;
}
.c-dl-app:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img-kuromi/icon-arrow-down.png) no-repeat top left/100% auto;
}

.c-buttonGroup {
  text-align: center;
}

.c-button-seemore {
  display: inline-block;
  width: 176px;
}
@media screen and (max-width: 480px) {
  .c-button-seemore {
    width: 131.25px;
  }
}
.c-button-seemore:hover {
  opacity: 0.75;
}

.u-flex {
  display: flex;
  align-items: flex-start;
}

.u-text-note {
  font-size: 14px;
}

.u-text-center {
  text-align: center;
}

.u-font-bold {
  font-weight: bold;
}

.u-text-white {
  color: #fff;
}

.u-text-ppl {
  color: #8F82BC;
}

.u-font-family-gothic {
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 480px) {
  .u-only-pc {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .u-only-sp {
    display: none;
  }
}

.u-only-hamburgerMenu {
  display: none;
}
@media screen and (max-width: 880px) {
  .u-only-hamburgerMenu {
    display: block;
  }
}

@media screen and (min-width: 480px) {
  .u-br-sp {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .u-w100vw-sp {
    width: 100vw !important;
    margin-left: -40px !important;
  }
}

.u-w-content100 {
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media screen and (max-width: 480px) {
  .u-w-content100 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .u-w-content100-sp {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.u-br-tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-tb {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none !important;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp {
    display: block;
  }
}

/* --------------------- */
/* modal   ------------- */
/* --------------------- */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.c-modal a {
  word-break: break-all;
}

/* モーダル背景 */
.c-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.c-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  width: auto;
  background: white;
  padding: 20px 20px 40px;
}
@media screen and (max-width: 768px) {
  .c-modal-content {
    top: 45%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: auto;
    padding: 30px 5% 50px;
  }
}

.c-modal-content__inner {
  height: auto;
}
.c-modal-content__inner img {
  height: auto;
  width: auto;
}

.c-btn-modal-close {
  position: absolute;
  padding: 10px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.js-modal-fixed {
  position: fixed;
  left: 0;
}

.wrapper:after {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../img-kuromi/bg-cover.jpg) no-repeat center/cover;
  z-index: -1;
  pointer-events: none;
}

.c-section {
  padding: 60px 0;
}

.inner-wrap {
  max-width: 375px;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #707070;
}
@media screen and (max-width: 480px) {
  .inner-wrap {
    max-width: inherit;
    width: 100%;
    border: none;
  }
}

.l-pd-x-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.l-pd-x-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.l-mg-x-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.global-nav {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 210px;
  height: 255px;
  background: url(../img-kuromi/bg-menu.png) no-repeat center/100%;
  padding: 27px 0 0 20px;
  z-index: 10;
}
.global-nav ul {
  width: 170px;
  font-size: 0;
}
.global-nav li {
  position: relative;
}
.global-nav li.current:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 12px;
  top: calc(50% - 5px);
  left: 11px;
  background: url(../img-kuromi/icon-menu-arrow.png) no-repeat center/cover;
}
.global-nav a {
  display: block;
}
.global-nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 880px) {
  .global-nav {
    display: none;
  }
}

.l-header {
  display: none;
  position: fixed;
  text-align: center;
  padding: 0;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 880px) {
  .l-header {
    display: block;
  }
}

.logo-kumori img {
  width: 70%;
  min-width: 250px;
}
@media screen and (max-width: 480px) {
  .logo-kumori img {
    width: 250px;
  }
}

.globalMenu {
  display: none;
  visibility: hidden;
  pointer-events: none;
  padding: 30px 0 0;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.globalMenu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}
.globalMenu-inner {
  height: 100%;
}

.nav-main {
  padding: 20px 0 100px;
}
.nav-main li {
  border-bottom: 2px solid #8F82BC;
}
.nav-main li:first-of-type {
  border-top: 2px solid #8F82BC;
}
.nav-main li:first-of-type a:before, .nav-main li:last-of-type a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 150%;
  height: 104%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img-kuromi/icon-flash.png) no-repeat left top/auto 100%, url(../img-kuromi/icon-flash.png) no-repeat right top/auto 100%;
}
.nav-main li:first-of-type a::before {
  top: -52%;
}
.nav-main li:last-of-type a::before {
  bottom: -52%;
}
.nav-main li a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 40%;
  min-width: 212px;
  font-size: 0;
}
@media screen and (max-width: 480px) {
  .nav-main li:first-of-type a:before, .nav-main li:last-of-type a:before {
    width: 110%;
    height: 105%;
  }
  .nav-main li:first-of-type a::before {
    top: -52.5%;
  }
  .nav-main li:last-of-type a::before {
    bottom: -52.5%;
  }
  .nav-main li a {
    width: 212px;
  }
}

.toggle-gnav {
  display: none;
  position: fixed;
  display: block;
  z-index: 1000;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 23px;
  cursor: pointer;
  text-align: center;
}
.toggle-gnav span {
  position: absolute;
  width: 32px;
  height: 4px;
  left: 0px;
  background: #231815;
  transition: 0.3s ease-in-out;
}
.toggle-gnav span:nth-child(1) {
  top: 0px;
}
.toggle-gnav span:nth-child(2) {
  top: 10px;
}
.toggle-gnav span:nth-child(3) {
  top: 20px;
}
.toggle-gnav.active span:nth-child(1) {
  top: 10px;
  left: 0px;
  transform: rotate(-35deg);
}
.toggle-gnav.active span:nth-child(2), .toggle-gnav.active span:nth-child(3) {
  top: 10px;
  left: 0px;
  transform: rotate(35deg);
}
@media screen and (max-width: 480px) {
  .toggle-gnav {
    right: 10px;
    top: 10px;
  }
}

.cover {
  position: relative;
}
.cover-logo {
  position: fixed;
  width: 119px;
  top: 22px;
  left: 28px;
}
.cover-ttl {
  margin-top: -20px;
}
.cover-date {
  margin-top: -10px;
  font-size: 14px;
}
.cover-date > span {
  display: block;
}
.cover-date-01 span {
  font-size: 19px;
}
.cover-kuromi-link {
  position: fixed;
  width: 92px;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.cover-kuromi-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 880px) {
  .cover-logo {
    position: absolute;
    width: 62px;
    top: 10px;
    left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .cover-date {
    font-size: 3.8vw;
  }
  .cover-date-01 span {
    font-size: 4.8vw;
  }
  .cover-kuromi-link {
    position: absolute;
    width: 12.4%;
    right: 1vw;
    bottom: inherit;
    top: 47%;
    opacity: 0;
  }
  .cover-kuromi-link:hover {
    opacity: 0;
  }
}

.about-desc {
  font-size: 16px;
}
.about-box {
  padding: 10px 0 20px;
}
.about .c-dl-app {
  margin: -20px 0 20px;
}
.about-card img {
  width: 87px;
}
.about-card p {
  width: calc(100% - 87px);
  padding-left: 1em;
}
.about-vpoint {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .about-desc {
    font-size: 4.5vw;
  }
}

.campaign-wrap {
  margin-top: -45px;
  padding: 55px 0 10px;
}
.campaign-desc {
  margin-bottom: 80px;
}
.campaign-box {
  position: relative;
  padding-top: 70px;
  padding-bottom: 10px;
  margin-bottom: 90px;
}
.campaign-box__ttl {
  position: absolute;
  width: calc(100% - 40px);
  top: -30px;
  left: 20px;
}
.campaign-box__desc {
  font-size: 14px;
}

.join-ttl {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.join-ttl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 84px;
  height: 99px;
  top: calc(100% - 10px);
  right: 5px;
  background: url(../img-kuromi/illust-join.png) no-repeat center/100% auto;
  pointer-events: none;
  z-index: -1;
}
.join-list li {
  margin-bottom: 20px;
}
.join-list li img {
  width: 42px;
}
.join-list li p {
  width: calc(100% - 42px);
  padding-left: 0.5em;
  font-size: 14px;
}
.join .c-dl-app {
  margin-bottom: 10px;
}
.join-link {
  margin: 20px 0 100px;
}
.join-link a {
  font-size: 20px;
  color: #004EFF;
  text-decoration: underline;
}
.join-link a:hover {
  opacity: 0.8;
}
.join .beginner-box {
  padding-top: 10px;
  padding-bottom: 30px;
}
.join .beginner-box__desc {
  font-feature-settings: "palt";
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-bottom: 50px;
}
.join .beginner-box__button {
  width: 100%;
  padding: 0.75em;
  text-align: center;
  font-size: 17px;
  text-shadow: 0 5px 10px #F7C8D6;
  background: #FFFF00;
  border: 3px solid #231815;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
}
.join .beginner-box__button:hover {
  opacity: 0.75;
}
.join .beginner-box__button:before, .join .beginner-box__button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 3px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #231815;
  transition: all 0.3s;
}
.join .beginner-box__button:after {
  transform: translateY(-50%) rotate(90deg);
}

.ranking-catch {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.2;
}
.ranking-desc-wrap {
  position: relative;
}
.ranking-desc {
  padding: 1.5em 0;
  font-size: 14px;
}
.ranking-img {
  position: absolute;
  width: 181px;
  top: 65%;
  right: 10px;
  transform: translateY(-50%);
}

.faq-list {
  padding: 45px 30px 45px;
}
.faq-list > li {
  margin-bottom: 13px;
  padding: 0.5rem 1.5em 0.5rem 2em;
  border: 4px solid #460000;
  border-radius: 40px;
  background: #F7C8D6;
  transition: all 0.3s;
}
.faq-list > li dt {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding-right: 30px;
  font-weight: 900;
}
.faq-list > li dd {
  margin-top: 30px;
  padding-bottom: 20px;
}
.faq-list > li dd > ul li:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.faq-list > li a {
  text-decoration: underline;
}
.faq-list > li a:hover {
  opacity: 0.7;
}
.faq-list > li .question {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 15px;
}
.faq-list > li .answer {
  font-weight: bold;
  font-size: 14px;
}
.faq .accordion-toggleSwitch {
  cursor: pointer;
  position: relative;
}
.faq .accordion-toggleSwitch:hover {
  opacity: 0.75;
}
.faq .accordion-toggleSwitch:before, .faq .accordion-toggleSwitch:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 4px;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  background-color: #231815;
  transition: all 0.3s;
}
.faq .accordion-toggleSwitch:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .accordion-hiddenContent {
  display: none;
}
.faq .accordion-box.is-open {
  transition: all 0.3s;
}
.faq .accordion-box.is-open .accordion-toggleSwitch:after {
  transform: translateY(-50%) rotate(180deg);
  transition: all 0.3s;
}

.kuromi {
  margin-bottom: 80px;
}
.kuromi-box {
  padding: 10px 0;
  border-radius: 40px;
  background: #231815;
}
.kuromi-desc {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5;
  font-size: 14px;
}

.footer {
  position: relative;
  padding: 24px 0 30px;
  text-align: center;
}
.footer-gototop {
  position: absolute;
  width: 59px;
  top: 0;
  right: 20px;
  transform: translateY(-50%);
}
.footer-copyright {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-copyright span {
  display: block;
  font-size: 10px;
}
.footer-copyright img {
  width: 300px;
}
.footer-logo-brand {
  margin: 0 auto;
  width: 150px;
}
@media screen and (max-width: 480px) {
  .footer-copyright {
    margin-bottom: 20px;
  }
  .footer-copyright span {
    transform: scale(0.8);
  }
  .footer-copyright img {
    width: 227.5px;
  }
  .footer-logo-brand {
    width: 100px;
  }
}

.c-modal-bg {
  background: #fff;
}

.c-btn-modal-close {
  position: fixed;
  top: 40px;
  left: inherit;
  left: calc(50% + 200px);
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  transform: none;
  background: #FFFF00;
}
.c-btn-modal-close:before, .c-btn-modal-close:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F5A23D;
  transition: all 0.3s;
}
.c-btn-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-modal-close:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.c-btn-modal-close:hover {
  opacity: 0.9;
}
@media screen and (max-width: 480px) {
  .c-btn-modal-close {
    top: 0px;
    left: inherit;
    right: 20px;
  }
}

.p-modal-content {
  position: relative;
  width: 90%;
  max-width: 375px;
  padding: 0;
  background: #FFFF00;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 5px solid #F5A23D;
  background: url(../img-kuromi/bg-square-org.png) no-repeat top -5px left -5px/15px auto, url(../img-kuromi/bg-square-org.png) no-repeat top -5px right -5px/15px auto, url(../img-kuromi/bg-square-org.png) no-repeat bottom -5px left -5px/15px auto, url(../img-kuromi/bg-square-org.png) no-repeat bottom -5px right -5px/15px auto, #FFFF00;
}
.p-modal-content-inner {
  max-height: 80%;
  padding: 40px 30px 35px 30px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .p-modal-content {
    top: 47%;
    max-height: 80%;
  }
}
.p-modal-content .menu-box .ttl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  text-shadow: 0 5px 10px #F5A23D;
}
.p-modal-content .menu-box__list {
  gap: 20px;
  flex-wrap: wrap;
}
.p-modal-content .menu-box__item {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.p-modal-content .menu-box__ttl {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-modal-content .menu-box__ttl.line2 {
  min-height: 3em;
}
.p-modal-content .menu-box__desc {
  margin-top: 0.25em;
  font-size: 14px;
}
.p-modal-content .menu-box__link {
  text-align: center;
}
.p-modal-content .menu-box__link a {
  font-size: 20px;
  color: #004EFF;
  text-decoration: underline;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */