@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

:root {
  --header-height: 0px;
}

body {
  background: #000;
  color: #fff;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0em;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  min-width: 100%;
  width: 100%;
  padding-top: var(--header-height);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul li {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  display: block;
  color: plum;
  text-decoration: none;
}

.c-wrapper--800 {
  margin: 0 auto;
  width: min(92%, 800px);
}

.c-wrapper--900 {
  margin: 0 auto;
  width: min(92%, 900px);
}

.c-wrapper--1000 {
  margin: 0 auto;
  width: min(92%, 1000px);
}

.c-wrapper--1200 {
  margin: 0 auto;
  width: min(92%, 1200px);
}

.c-wrapper--1400 {
  margin: 0 auto;
  width: min(92%, 1400px);
}

.c-card {
  padding-top: clamp(5rem, 10vw, 10rem);
  padding-bottom: clamp(5rem, 10vw, 10rem);
}

.l-navi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #000;
  border-bottom: solid 1px #483d8b;
  width: 100%;
}
.l-navi ul {
  display: flex;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  margin: 0 auto;
  text-align: center;
  width: min(92%, 800px);
  font-family: "Noto Serif JP", serif;
}
.l-navi ul li {
  background: #000;
}
.l-navi ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #9370db;
  text-decoration-line: none;
  padding: 1em;
}
@media screen and (max-width: 440px) {
  .l-navi ul li a {
    padding: 1em 0.2em;
  }
}
.l-navi ul li:hover {
  background: #444;
  transition: all 0.5s;
}
.l-navi ul li:hover a {
  color: #fff;
  transition: all 0.5s;
}

.l-index {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
.l-index__topimg {
  position: relative;
  background: url(../assets/index/topimg.jpg) no-repeat top/cover;
  height: 40vw;
}
.l-index__topimg img {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  width: min(60%, 437px);
}
@media screen and (max-width: 768px) {
  .l-index__topimg img {
    margin: 0 auto;
  }
}
.l-index__history {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.l-index__history h3 {
  font-weight: normal;
  margin-bottom: clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.l-index__attention ul {
  text-align: center;
}
.l-index__attention ul li {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.l-index__attention ul li:nth-of-type(1) {
  color: #ff6060;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.l-index__attention ul li:nth-of-type(3) {
  color: #878787;
}
.l-index__attention ul li:nth-of-type(4) span, .l-index__attention ul li:nth-of-type(5) span {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}
.l-index__attention ul li:nth-of-type(4) i, .l-index__attention ul li:nth-of-type(5) i {
  margin-right: 0.3em;
}
.l-index__attention ul li:nth-of-type(4) a i, .l-index__attention ul li:nth-of-type(5) a i {
  color: #00acee;
}

.l-history {
  position: relative;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: clamp(2rem, 4vw, 4rem) 1rem;
}
.l-history::before, .l-history::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #333;
}
.l-history::before {
  left: 10px;
}
.l-history::after {
  right: 10px;
}
.l-history dl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.l-history dl dt {
  text-align: right;
  width: 25%;
}
@media screen and (max-width: 440px) {
  .l-history dl dt {
    text-align: center;
    width: 100%;
  }
}
.l-history dl dd {
  text-align: center;
  width: 60%;
}
@media screen and (max-width: 440px) {
  .l-history dl dd {
    width: 100%;
  }
}

.l-profile {
  background: url(../assets/profile/all02.jpg) no-repeat top/cover;
  background-attachment: fixed;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-profile {
    background-image: none;
    background: #222;
    background-attachment: scroll;
  }
}
.l-profile__title p {
  color: #555;
  font-size: 1.4rem;
  margin-bottom: 2em;
  text-align: center;
}
.l-profile__title ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.l-profile__title ul li:nth-of-type(odd) {
  width: 10%;
}
.l-profile__title ul li:nth-of-type(odd) img {
  margin: 0 auto;
  width: min(100%, 21px);
}
.l-profile__title ul li:nth-of-type(2) {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-right: 1em;
  margin-left: 1em;
  text-align: center;
  width: 80%;
}
.l-profile__box {
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 2em;
}
.l-profile__box__inner {
  margin: 0 auto;
  padding: 2rem 0;
  width: min(92%, 700px);
}
.l-profile__box__inner h2 {
  border-bottom: solid 1px #222;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.l-profile__box__inner h2::before {
  content: "◆";
  color: rgba(255, 255, 255, 0.3);
}
.l-profile__box__inner p.title {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  margin-bottom: 0.5em;
}
.l-profile__box__inner p.title span {
  background: #fff;
  color: #000;
  margin-right: 1em;
  padding: 0.1em 0.2em;
  vertical-align: middle;
}
.l-profile__box__inner p.contents {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.l-profile__box__inner p.contents a {
  color: #fff;
}
.l-profile__box__inner p.contents strong {
  color: yellow;
}

.l-charamatome h1 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 1em;
  text-align: center;
}
.l-charamatome h2 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: normal;
  margin-top: clamp(4rem, 10vw, 10rem);
  margin-bottom: 1em;
  padding: 0.2em 1em;
  font-family: "Shippori Mincho", serif;
}
.l-charamatome h2.SF {
  background: #6a5acd;
}
.l-charamatome h2.SS {
  background: #24ab83;
}
.l-charamatome h2.AC {
  background: #ba55d3;
}
.l-charamatome h2.AlC {
  background: #b22222;
}
.l-charamatome h2.TC {
  background: #1e90ff;
}
.l-charamatome h3 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.l-charamatome h3::before {
  content: "■";
}
.l-charamatome a {
  color: #fff;
}
.l-charamatome ul.mokuji {
  background: #111;
  margin: 0 auto 3em;
  padding: 1em 1.5em;
  width: min(98%, 400px);
}
.l-charamatome ul.mokuji li:nth-of-type(1) {
  text-align: center;
}
.l-charamatome ul.mokuji li:not(:first-of-type)::before {
  content: "・";
}
.l-charamatome ul.mokuji li a {
  display: inline;
  color: #fff;
}
.l-charamatome__contents .tag {
  margin-bottom: 1em;
}
.l-charamatome__contents .tag span {
  background: #222;
  border: solid 1px #333;
  border-radius: 1rem;
  margin-right: 0.2em;
  padding: 0 0.5em;
}
.l-charamatome__contents .tag span.fin {
  background: #c51a1a;
  border: solid 1px #881212;
}
.l-charamatome__contents .text {
  margin-bottom: 3em;
}
.l-charamatome__contents h4 {
  border-bottom: solid 1px;
  margin-bottom: 1em;
}
.l-charamatome__contents h5 {
  font-weight: normal;
  margin-bottom: 1em;
}
.l-charamatome__contents ul {
  display: flex;
  gap: 1rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media screen and (max-width: 440px) {
  .l-charamatome__contents ul {
    gap: 1px;
  }
}
.l-charamatome__contents ul li {
  width: 14.2857142857%;
}
.l-charamatome__contents ul li a {
  display: block;
  opacity: 1;
  transition: 0.4s;
}
.l-charamatome__contents ul li a:hover {
  opacity: 0.5;
}
.l-charamatome__contents ul li img {
  border-radius: 2rem;
}
.l-charamatome__contents ul li p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .l-charamatome__contents ul li p {
    font-size: 1rem;
  }
}

.l-charapage .character-image {
  margin: 0 auto 1rem;
  width: min(100%, 1000px);
}
.l-charapage .image-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-charapage .image-controls {
    justify-content: center;
  }
}
.l-charapage .image-controls button {
  cursor: pointer;
  background: #333;
  border-radius: 0.5rem;
  color: #000;
  height: 2rem;
  padding: 0.1em 2em;
  transform: 0.4s;
}
.l-charapage .image-controls button:hover {
  background: #777;
}
.l-charapage .image-controls p {
  cursor: auto;
  padding: 0 2em;
  text-align: center;
  width: 100%;
}
.l-charapage .image-controls .prev-btn,
.l-charapage .image-controls .next-btn {
  position: relative;
}
.l-charapage .image-controls .prev-btn::after,
.l-charapage .image-controls .next-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 1rem;
  height: 1rem;
}
.l-charapage .image-controls .prev-btn::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.l-charapage .image-controls .next-btn::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-charapage ul.main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-charapage ul.main li:nth-of-type(1) {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .l-charapage ul.main li:nth-of-type(1) {
    width: 100%;
  }
}
.l-charapage ul.main li:nth-of-type(1) img {
  cursor: pointer;
}
.l-charapage ul.main li:nth-of-type(2) {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .l-charapage ul.main li:nth-of-type(2) {
    margin: 0 auto;
    width: 100%;
  }
}
.l-charapage ul.main li:nth-of-type(2) dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l-charapage ul.main li:nth-of-type(2) dl {
    margin: 0 auto;
    width: 100%;
  }
}
.l-charapage ul.main li:nth-of-type(2) dl dt {
  text-align: center;
  width: 30%;
}
.l-charapage ul.main li:nth-of-type(2) dl dt:last-of-type {
  border: none;
}
.l-charapage ul.main li:nth-of-type(2) dl dd {
  text-align: center;
  width: 70%;
}
.l-charapage ul.main li:nth-of-type(2) dl dd:last-of-type {
  border: none;
}
.l-charapage ul.main li:nth-of-type(2) .comment {
  margin: 2em 0;
  text-align: center;
}
.l-charapage ul.main li:nth-of-type(2) .text {
  background: #333;
  border-radius: 1rem;
  padding: 1em;
  font-size: 1.4rem;
}
.l-charapage ul.main li:nth-of-type(2) .text h5 {
  border-bottom: solid 1px;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.l-charapage .line {
  position: relative;
  height: 3px;
  background-image: radial-gradient(closest-side, hsl(0, 0%, 50%), hsla(0, 0%, 50%, 0) 100%);
  margin: 4rem 0;
}
.l-charapage .line::after {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 50%;
  background-color: hsl(0, 0%, 75%);
  height: 1rem;
  width: 1rem;
  transform: rotate(45deg);
  border-radius: 4px 0;
  border: 4px solid hsla(0, 0%, 100%, 0.35);
  background-clip: padding-box;
  box-shadow: -10px 10px 0 hsla(0, 0%, 100%, 0.15), 10px -10px 0 hsla(0, 0%, 100%, 0.15);
}
.l-charapage button {
  all: unset;
}
.l-charapage #image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.l-charapage .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-charapage .popup-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10000;
}
.l-charapage .popup-image {
  max-width: 80vw;
  max-height: 80vh;
}
.l-charapage .popup-prev,
.l-charapage .popup-next {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 3rem;
  height: 4rem;
}
.l-charapage .popup-prev::before, .l-charapage .popup-prev::after,
.l-charapage .popup-next::before,
.l-charapage .popup-next::after {
  content: "";
  position: absolute;
  border-radius: 9999px;
  background-color: #ffffff;
  width: 30px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .l-charapage .popup-prev::before, .l-charapage .popup-prev::after,
  .l-charapage .popup-next::before,
  .l-charapage .popup-next::after {
    width: 20px;
    height: 8px;
  }
}
.l-charapage .popup-prev::before,
.l-charapage .popup-next::before {
  transform: rotate(45deg);
}
.l-charapage .popup-prev::after,
.l-charapage .popup-next::after {
  transform: rotate(-45deg);
}
.l-charapage .popup-prev::before, .l-charapage .popup-prev::after {
  top: calc(50% - 5px);
  left: 0;
  transform-origin: 5px 50%;
}
@media screen and (max-width: 768px) {
  .l-charapage .popup-prev::before, .l-charapage .popup-prev::after {
    top: calc(50% - 4px);
    left: 2rem;
    transform-origin: 4px 50%;
  }
}
.l-charapage .popup-next::before, .l-charapage .popup-next::after {
  top: calc(50% - 5px);
  right: 0;
  transform-origin: calc(100% - 5px) 50%;
}
@media screen and (max-width: 768px) {
  .l-charapage .popup-next::before, .l-charapage .popup-next::after {
    top: calc(50% - 4px);
    right: 2rem;
    transform-origin: calc(100% - 4px) 50%;
  }
}
.l-charapage ul.parameter {
  display: flex;
  flex-wrap: wrap;
}
.l-charapage ul.parameter li:nth-of-type(1) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-charapage ul.parameter li:nth-of-type(1) {
    width: 100%;
  }
}
.l-charapage ul.parameter li:nth-of-type(1) #statusChart {
  margin: 0 auto 2rem;
  width: min(90%, 400px);
  height: min(90%, 400px);
}
.l-charapage ul.parameter li:nth-of-type(2) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .l-charapage ul.parameter li:nth-of-type(2) {
    width: 100%;
  }
}
.l-charapage ul.parameter li:nth-of-type(2) dl.status {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px;
  margin-bottom: 2rem;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.status dt {
  background: #fff;
  color: #000;
  text-align: center;
  width: 30%;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.status dt:not(:last-of-type) {
  border-bottom: solid 1px;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.status dd {
  text-align: center;
  width: 70%;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.status dd:not(:last-of-type) {
  border-bottom: solid 1px;
}
.l-charapage ul.parameter li:nth-of-type(2) p {
  background: #fff;
  color: #000;
  text-align: center;
}
.l-charapage ul.parameter li:nth-of-type(2) a {
  color: #fff;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  text-align: center;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.person dt {
  font-size: small;
  padding: 1rem;
  width: 20%;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.person dt img {
  margin: 0 auto;
  width: 80%;
}
.l-charapage ul.parameter li:nth-of-type(2) dl.person dd {
  font-size: small;
  padding: 1rem 2rem;
  width: 80%;
}
.l-charapage .back {
  margin-top: clamp(4rem, 6vw, 6rem);
}
.l-charapage .back p {
  text-align: center;
}

.decor {
  position: relative;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: normal;
  border-bottom: solid 1px;
  margin: 0 auto;
  width: 98%;
  font-family: "Shippori Mincho", serif;
}
.decor::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: normal;
}

.decor-sfm {
  color: rgba(75, 0, 130, 0.5);
}
.decor-sfm::after {
  content: "Main Character";
}

.decor-sfs {
  color: rgba(75, 0, 130, 0.5);
}
.decor-sfs::after {
  content: "Sub Character";
}

.decor-ssm {
  color: rgba(54, 161, 129, 0.5);
}
.decor-ssm::after {
  content: "Main Character";
}

.decor-sss {
  color: rgba(54, 161, 129, 0.5);
}
.decor-sss::after {
  content: "Sub Character";
}

.decor-acm {
  color: rgba(139, 0, 139, 0.5);
}
.decor-acm::after {
  content: "Main Character";
}

.decor-acs {
  color: rgba(139, 0, 139, 0.5);
}
.decor-acs::after {
  content: "Sub Character";
}

.decor-alcm {
  color: rgba(178, 34, 34, 0.5);
}
.decor-alcm::after {
  content: "Main Character";
}

.decor-tcs {
  color: rgba(178, 34, 34, 0.5);
}
.decor-tcs::after {
  content: "Sub Character";
}

.decor-tcm {
  color: rgba(30, 144, 255, 0.5);
}
.decor-tcm::after {
  content: "Main Character";
}

.decor-alcs {
  color: rgba(30, 144, 255, 0.5);
}
.decor-alcs::after {
  content: "Sub Character";
}

#race-popup {
  position: absolute;
  display: none;
  z-index: 9999;
  pointer-events: auto;
}
#race-popup .race-bubble {
  background: #fff;
  color: #333;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 1.4rem;
  max-width: 240px;
  line-height: 1.5;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
#race-popup .race-bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  display: block;
}

.race-info {
  cursor: pointer;
  position: relative;
  padding-right: 1em;
}
.race-info::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f059";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9em;
  color: #555;
  pointer-events: none;
}

.l-novel {
  /* ▼ ポップアップ全体を画面に固定して非表示 */
  /* ▼ 黒い背景 */
  /* ▼ 中央の白いボックス */
}
.l-novel p.text {
  margin-bottom: 1em;
  text-align: center;
}
.l-novel a.novel-trigger {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  color: #fff;
  transition: background 0.4s;
}
.l-novel a.novel-trigger:hover {
  background: rgba(255, 255, 255, 0.3);
}
.l-novel ul.novel_link {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .l-novel ul.novel_link {
    flex-wrap: wrap;
  }
}
.l-novel ul.novel_link li:nth-of-type(1) {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .l-novel ul.novel_link li:nth-of-type(1) {
    width: 100%;
  }
}
.l-novel ul.novel_link li:nth-of-type(2) {
  width: 38%;
}
@media screen and (max-width: 768px) {
  .l-novel ul.novel_link li:nth-of-type(2) {
    width: 100%;
  }
}
.l-novel ul.novel_link li:nth-of-type(2) img {
  width: min(100%, 1500px);
}
@media screen and (max-width: 768px) {
  .l-novel ul.novel_link li:nth-of-type(2) img {
    margin: 0 auto;
    width: 80%;
  }
}
.l-novel .novel-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.l-novel .novel-popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.l-novel .novel-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  color: #333;
  font-size: 1.4rem;
}
.l-novel .novel-popup-content h2 {
  margin-top: 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 10px;
}
.l-novel .novel-popup-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.l-novel .novel-popup-content ul li {
  margin: 10px 0;
}
.l-novel .novel-popup-content ul li a {
  color: purple;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: bold;
  transition: background 0.4s, color 0.4s;
}
.l-novel .novel-popup-content ul li a:hover {
  background: purple;
  color: #fff;
}
.l-novel .close-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 1.3rem;
}

.l-blog .tegalog-frame {
  width: 100%;
  min-height: 2500px; /* 好きに調整してOK */
  border: none;
}

.l-daredeza ul.top {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.l-daredeza ul.top li:nth-of-type(1) div.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto clamp(4rem, 6vw, 6rem);
  width: 100%;
}
.l-daredeza ul.top li:nth-of-type(1) div.flex img {
  width: min(100%, 21px);
}
.l-daredeza ul.top li:nth-of-type(1) div.flex p {
  margin: 0 0.5em;
  text-align: center;
}
.l-daredeza ul.top li:nth-of-type(2) img {
  margin: 0 auto;
}
.l-daredeza ul.text {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.l-daredeza ul.text li p span {
  color: yellow;
}
.l-daredeza ul.text li p b {
  color: skyblue;
}
.l-daredeza ul.text li h3 {
  background: #fff;
  color: #000;
  font-size: clamp(2rem, 2.2vw, 2.2rem);
  font-weight: bold;
  text-align: center;
}
.l-daredeza ul.text li:nth-of-type(2) {
  background: rgba(255, 0, 0, 0.2);
  padding: 1em;
  text-align: center;
}
.l-daredeza ul.text li:nth-of-type(2) p:nth-of-type(1) {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
}
.l-daredeza ul.text li:last-of-type {
  color: pink;
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  text-align: center;
}
.l-daredeza ul.pic li h3 {
  background: palevioletred;
  color: #000;
  font-size: clamp(2rem, 2.2vw, 2.2rem);
  font-weight: bold;
  text-align: center;
}
.l-daredeza ul.pic li p {
  margin: 1em 0;
  text-align: center;
}
.l-daredeza ul.pic li img {
  border: solid 1px #fff;
  margin-bottom: 1rem;
}

.l-footer {
  background: #111;
  color: #444;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 0.2em;
  text-align: center;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mb160 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .u-mb160 {
    margin-bottom: 80px;
  }
}

.u-mb170 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .u-mb170 {
    margin-bottom: 85px;
  }
}

.u-mb180 {
  margin-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .u-mb180 {
    margin-bottom: 90px;
  }
}

.u-mb190 {
  margin-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .u-mb190 {
    margin-bottom: 95px;
  }
}

.u-mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .u-mb200 {
    margin-bottom: 100px;
  }
}

.u-br--pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  .u-br--pc {
    display: none;
  }
}
.u-br--xl {
  display: block;
}
@media screen and (max-width: 440px) {
  .u-br--xl {
    display: none;
  }
}
.u-br--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br--sp {
    display: block;
  }
}
.u-br--sm {
  display: none;
}
@media screen and (max-width: 440px) {
  .u-br--sm {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */