.l-main {
  position: relative;
  background: #fff;
  margin-top: -20px;
}

.c-monthly {
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(90.2666666667%, 340px);
  height: auto;
  aspect-ratio: 677/328;
  margin: 0 auto;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: url(../images/month_bg.png) no-repeat 50% 50%/cover;
  color: #654c41;
  text-align: center;
  z-index: 3;
}
.c-monthly .c-monthly__month {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.c-monthly .c-monthly__theme {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.c-news {
  padding-top: 108px;
  background: #fff url(../images/news_bg.webp) no-repeat;
  background-size: 100% auto;
  background-position: top center;
  overflow: hidden;
  padding-bottom: 135px;
  position: relative;
}
.c-news:before {
  content: "";
  position: absolute;
  background: url(../images/ranking_bg_top.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 165px;
}
.c-news .c-news__box {
  position: relative;
  margin: 0 auto;
  padding: 8px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0px 0px 25px 0px rgba(72, 99, 108, 0.2);
}
.c-news .c-news__content {
  margin: 0 auto;
  padding: 20px 10px;
  border-radius: 14px;
  box-shadow: inset 0px 0px 15px 0px rgba(72, 99, 108, 0.1);
  font-weight: 14px;
}
.c-news .c-news__title {
  position: absolute;
  top: -12px;
  left: 16px;
  padding: 4px 15px;
  text-align: center;
  background-image: linear-gradient(165deg, #015eea, #00c0fa);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  box-sizing: border-box;
  display: inline-block;
}
.c-news .c-news__list > dt {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #005daa;
  font-weight: 500;
}
.c-news .c-news__list > dd {
  margin-top: 5px;
}
.c-news .c-news__list + .c-news__list {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c4d5dc;
}

.sectionTitle {
  text-align: center;
  font-weight: 900;
}

.ranking {
  position: relative;
  z-index: 2;
  margin-top: -110px;
  background: transparent url(../images/ranking_bg_bottom.png) no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding-bottom: 38px;
}
.ranking .sectionTitle {
  font-size: 29px;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}
.ranking .sectionTitle:before {
  content: "";
  position: absolute;
  background: url(../images/icon_crown.png) no-repeat 50% 50%/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 48px;
  z-index: -1;
}
.ranking .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 28px;
}
.ranking .btnWrap .btn {
  background: url(../images/ranking_btn_bg.png) no-repeat 50% 50%/contain;
  width: 243px;
  height: auto;
  aspect-ratio: 243/59;
  font-size: 15px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  padding-inline: 18px;
  font-feature-settings: "palt";
}

.questBgWrap {
  background: #006aed;
  background: linear-gradient(180deg, #006aed 0%, rgb(0, 93, 170) 100%);
  position: relative;
  z-index: 2;
}

.mainQuest {
  position: relative;
  background: url(../images/quest_bg_above.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.mainQuest .inner {
  padding-top: 38px;
  position: relative;
  overflow: hidden;
}
.mainQuest:before {
  content: "";
  position: absolute;
  background: url(../images/sticker_hero01.png) no-repeat top left/contain;
  width: 90px;
  height: auto;
  top: 0;
  left: 0;
  aspect-ratio: 167/314;
  transform: translateY(-15%);
  z-index: 4;
}
.mainQuest:after {
  content: "";
  position: absolute;
  background: url(../images/sticker_hero02.png) no-repeat top left/contain;
  width: 67px;
  height: auto;
  top: 0;
  right: 0;
  aspect-ratio: 124/321;
  transform: translateY(-13%);
  z-index: 4;
}
.mainQuest .sectionTitle {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  z-index: 3;
}
.mainQuest .sectionTitle:before, .mainQuest .sectionTitle:after {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  top: 50%;
  aspect-ratio: 229/298;
  transform: translateY(-50%);
}
.mainQuest .sectionTitle:before {
  background: url(../images/quest_title_left.png) no-repeat top left/contain;
  left: 0;
}
.mainQuest .sectionTitle:after {
  background: url(../images/quest_title_right.png) no-repeat top right/contain;
  right: 0;
}
.mainQuest .seasonWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  height: auto;
  aspect-ratio: 689/178;
  margin-inline: auto;
  box-sizing: border-box;
  background: url(../images/season_img.png) no-repeat 50% 50%/cover;
  color: #654c41;
  text-align: center;
  position: relative;
  z-index: 6;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  padding-top: 8px;
}
.mainQuest .seasonWrap .seasonTitle {
  font-size: 16px;
  text-transform: uppercase;
  font-style: italic;
}
.mainQuest .seasonWrap .seasonDate {
  font-size: 13px;
}
.mainQuest .categoryWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}
.mainQuest .categoryWrap > li {
  width: calc((100% - 30px) / 3);
}
.mainQuest .categoryWrap > li > a {
  background: #B1D6E1;
  background: linear-gradient(0deg, rgb(177, 214, 225) 0%, rgb(231, 238, 246) 70%, rgb(231, 238, 246) 100%);
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #474747;
  font-weight: 900;
  font-size: 14px;
  padding-block: 5px 4px;
}
.mainQuest .categoryWrap > li > a.active {
  background: #76D7FF;
  background: linear-gradient(90deg, rgb(118, 215, 255) 0%, rgb(173, 255, 238) 100%);
}
.mainQuest .btnWrap {
  margin-top: 17px;
  position: relative;
  z-index: 4;
}
.mainQuest .btnWrap .btn {
  background: url(../images/end_quest_btn_bg.webp) no-repeat 50% 50%/contain;
  width: 191px;
  height: auto;
  aspect-ratio: 764/148;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  padding-inline: 18px;
  padding-bottom: 5px;
  font-feature-settings: "palt";
  margin-left: auto;
}

.bgMission {
  position: relative;
  background: url(../images/quest_bg_under.png) no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.lightQuest {
  position: relative;
}
.lightQuest.beforeNone:before {
  display: none !important;
}
.lightQuest.beforeNone .sectionTitle {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.lightQuest:before {
  content: "";
  position: absolute;
  background: url(../images/sticker_hero03.png) no-repeat top left/contain;
  width: 75px;
  height: auto;
  top: 0;
  left: 0;
  aspect-ratio: 150/366;
  transform: translateY(-20%);
  z-index: 4;
}
.lightQuest .inner {
  padding-top: 38px;
}
.lightQuest .sectionTitle {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  position: relative;
  z-index: 3;
}
.lightQuest .sectionTitle:before, .lightQuest .sectionTitle:after {
  content: "";
  position: absolute;
  width: 115px;
  height: auto;
  top: 50%;
  aspect-ratio: 229/298;
  transform: translateY(-50%);
  z-index: -1;
}
.lightQuest .sectionTitle:before {
  background: url(../images/quest_title_left.png) no-repeat top left/contain;
  left: -15px;
}
.lightQuest .sectionTitle:after {
  background: url(../images/quest_title_right.png) no-repeat top right/contain;
  right: -15px;
}
.lightQuest .lightQuestContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 25px;
  position: relative;
  z-index: 5;
}
.lightQuest .lightQuestContainer > li {
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(0px 0px 10px rgba(72, 99, 108, 0.2));
  width: calc((100% - 14px) / 2);
}
.lightQuest .lightQuestContainer > li > a {
  background: url(../images/quest_btn_bg.webp) no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  border-radius: 8px;
  margin: 5px;
  padding: 10px;
  padding-bottom: 30px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #474747;
  position: relative;
}
.lightQuest .lightQuestContainer > li > a:before {
  content: "";
  position: absolute;
  background: #fff;
  border-top-left-radius: 21px;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}
.lightQuest .lightQuestContainer > li > a:after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow.png) no-repeat 50% 50%/contain;
  width: 9px;
  height: auto;
  bottom: 6px;
  right: 7px;
  aspect-ratio: 13/21;
}
.lightQuest .lightQuestContainer > li > a .point {
  font-size: 21px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  background: linear-gradient(0deg, #00da91 0%, #02acd0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lightQuest .lightQuestContainer > li > a .point span {
  font-size: 26px;
}
.lightQuest .lightQuestContainer > li > a .title {
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  font-feature-settings: "palt";
}

.about {
  padding-block: 90px 110px;
  position: relative;
}
.about .inner {
  background: #fce5b3 url(../images/about_bg.png) no-repeat top center/cover;
  position: relative;
  padding-inline: 20px;
}
.about .inner:before {
  content: "";
  position: absolute;
  background: url(../images/about_bg_top.png) no-repeat top center/cover;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  aspect-ratio: 691/86;
  transform: translateY(-97%);
}
.about .inner:after {
  content: "";
  position: absolute;
  background: url(../images/about_bg_bottom.png) no-repeat bottom center/cover;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  aspect-ratio: 1380/173;
  transform: translateY(97%);
}
.about .titleWrap {
  text-align: center;
  position: relative;
  color: #654c41;
}
.about .titleWrap:before {
  content: "";
  position: absolute;
  background: url(../images/leaf_left.png) no-repeat 50% 50%/contain;
  width: 76px;
  height: auto;
  top: -31px;
  left: -29px;
  aspect-ratio: 142/85;
}
.about .titleWrap:after {
  content: "";
  position: absolute;
  background: url(../images/leaf_right.png) no-repeat 50% 50%/contain;
  width: 71px;
  height: auto;
  bottom: -7px;
  right: -30px;
  aspect-ratio: 153/82;
}
.about .titleWrap .fontAc {
  font-size: 13.5px;
}
.about .titleWrap .sectionTitle {
  font-size: 20px;
}
.about p {
  line-height: 1.6;
  margin-top: 20px;
}
.about .catchCopy {
  color: #654c41;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  padding-block: 20px;
  position: relative;
  z-index: 2;
  font-feature-settings: "palt";
}
.about .catchCopy:before {
  content: "";
  position: absolute;
  background: url(../images/illust_map.png) no-repeat 50% 50%/contain;
  width: 90%;
  height: auto;
  aspect-ratio: 1210/691;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .l-main {
    border-radius: 4vw 4vw 0 0;
  }
  .c-news {
    border-radius: 4vw 4vw 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-main {
    border-radius: 16px 16px 0 0;
  }
  .c-news {
    border-radius: 15px 15px 0 0;
  }
}
/*# sourceMappingURL=map/home.css.map */
