/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
/* html --------------------------------------- */
html {
  border-color: var(--color-neos);
}

/* policy --------------------------------------- */
.policy .sectionHeader {
  width: 100%;
  text-align: center;
  margin-bottom: clamp(30px, 25.3846153846px + 1.2820512821vw, 50px);
}
.policy .sectionHeader .mainTtl {
  background-position: bottom center;
}
.policy__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.policy__catch {
  font-size: clamp(2.1875rem, 1.6826923077rem + 2.2435897436vw, 4.375rem);
  font-family: var(--font-secondary);
  color: var(--color-secondary);
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
.policy__txtInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.policy__txt {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.375rem);
  font-weight: 500;
  width: 100%;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  line-height: 2.2;
}
@media (min-width: 80em) {
  .policy__txtWrap {
    gap: 40px;
  }
  .policy__txtInner {
    gap: 20px;
  }
}

.pillar {
  position: relative;
}
.pillar__list {
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  list-style: none;
}
.pillar__item {
  background-color: rgba(250, 190, 0, 0.15);
  border-radius: 5px;
  position: relative;
  padding: clamp(20px, 13.0769230769px + 1.9230769231vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pillar__item:before {
  content: none;
}
.pillar__num {
  top: -10px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
}
.pillar__num > * {
  margin: 0;
}
.pillar__inner {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pillar__ttl {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  height: 7em;
  font-size: clamp(1.875rem, 1.5865384615rem + 1.2820512821vw, 3.125rem);
  font-family: var(--font-secondary);
  color: var(--color-secondary);
}
.pillar__subTtl {
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.9375rem);
  font-family: var(--font-secondary);
  color: var(--color-important);
}
.pillar__txt {
  text-align: left;
}
.pillar + .btnWrap {
  width: 100%;
  text-align: center;
  margin-top: clamp(3.75rem, 3.1730769231rem + 2.5641025641vw, 6.25rem);
}
.pillar + .btnWrap .btn {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
  font-weight: 500;
}
.pillar + .btnWrap .btn .more__ico {
  width: 56px;
  height: 56px;
}
.pillar + .btnWrap .btn .more__ico svg {
  stroke-width: 0.5px;
}
.pillar .chara__pillar01 {
  top: -40px;
  left: 0;
}
@media (min-width: 80em) {
  .pillar__list {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pillar__num {
    top: -30px;
    right: -10px;
  }
}

.slider__list {
  -webkit-animation-duration: 60s;
          animation-duration: 60s;
}
.sliderWrap {
  position: relative;
}
.slider .chara__slider01 {
  bottom: 0;
  right: 0;
}
.slider .chara__slider02 {
  top: 0;
  left: 0;
}
.slider .chara__img img {
  width: clamp(90px, 64.6153846154px + 7.0512820513vw, 200px);
  height: clamp(90px, 64.6153846154px + 7.0512820513vw, 200px);
}
@media (min-width: 80em) {
  .slider__list {
    -webkit-animation-duration: 100s;
            animation-duration: 100s;
  }
}

.greeting__owner {
  margin-top: 40px;
  text-align: right;
}
.greeting__affiliation, .greeting__name small {
  font-size: clamp(0.8125rem, 0.7980769231rem + 0.0641025641vw, 0.875rem);
  font-weight: 400;
}
.greeting_affiliation {
  margin-bottom: 5px;
}
.greeting__name {
  font-size: clamp(1.125rem, 1.0384615385rem + 0.3846153846vw, 1.5rem);
  font-weight: 500;
  margin-top: 0;
}
.greeting__name small {
  display: inline-block;
  margin-right: 10px;
}

/* symbol --------------------------------------- */
.symbol__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.symbol__txt {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.375rem);
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.symbol__txt:first-child {
  margin-top: 0;
}
.symbol__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 30px;
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  padding-left: 20px;
}
.symbol__item {
  list-style: none;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  scroll-snap-align: center;
}
.symbol__item::before {
  content: none;
}
.symbol__name {
  text-align: center;
}
.symbol__ico {
  width: 100%;
  height: auto;
  max-width: 220px;
  min-width: 220px;
  max-height: 220px;
}
.symbol__imgWrap {
  width: 90%;
  margin: 0 auto;
  max-width: 770px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.symbol__mark {
  width: 100%;
  max-width: 300px;
}
.symbol__type {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 46.25em) {
  .symbol__list {
    padding-bottom: 0;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow-x: hidden;
  }
  .symbol__item {
    scroll-snap-align: unset;
  }
  .symbol__imgWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.character {
  position: relative;
}
.character .chara__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.character .chara__character01 {
  top: -40px;
  right: -55px;
}
.character .chara__character01 .chara__cmt {
  margin-right: -15px;
  width: 1.5em;
}
.character .chara__character01 .chara__cmtTxt {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.character__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 35.3846153846px + 1.2820512821vw, 60px);
  width: calc(100% + 40px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: scroll;
  padding-left: 20px;
  padding-bottom: 30px;
}
.character__item {
  list-style: none;
  padding: 0;
  max-width: 280px;
  min-width: 220px;
  scroll-snap-align: center;
}
.character__item:before {
  content: none;
}
.character__item.jack .badge {
  background-color: var(--color-jack);
}
.character__item.port .badge {
  background-color: var(--color-port);
}
.character__item.toncho .badge {
  background-color: var(--color-toncho);
}
.character__item.neos .badge {
  background-color: var(--color-neos);
}
.character__item.parma .badge {
  background-color: var(--color-parma);
}
.character__item.doctor .badge {
  background-color: var(--color-doctor);
}
.character__imgWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.character__imgWrap img {
  display: inline-block;
  max-width: 220px;
}
.character__imgWrap .badge {
  margin-top: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem);
  line-height: 1;
  padding: 8px;
  border-radius: var(--borderrad);
  color: var(--color-bg);
}
.character__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.character__txtWrap > * {
  margin-top: 0;
}
.character__name {
  text-align: center;
  font-weight: 500;
}
.character__txt {
  text-align: left;
}
@media (min-width: 46.25em) {
  .character__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow-x: hidden;
  }
  .character__item {
    max-width: none;
    scroll-snap-align: unset;
  }
  .character__imgWrap .badge {
    top: 10px;
    left: 10px;
  }
  .character .chara__character01 {
    top: -120px;
  }
}
@media (min-width: 90em) {
  .character__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.song__imgWrap {
  margin-bottom: 40px;
}
.song__imgWrap img {
  border: 1px solid var(--color-border-weak);
  border-radius: var(--borderrad);
}
.artist {
  width: 100%;
}
.artist > * {
  margin-top: 0;
}
.artist__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  position: relative;
}
.artist__nameWrap {
  font-weight: 500;
  margin-bottom: 10px;
}
.artist__role {
  color: var(--color-txt-weak);
}
.artist__name {
  font-size: clamp(1rem, 0.9423076923rem + 0.2564102564vw, 1.25rem);
}
.artist__name rt {
  color: var(--color-txt-weak);
  font-weight: 400;
  font-size: 11px;
}
.artist__info {
  font-size: clamp(0.8125rem, 0.7836538462rem + 0.1282051282vw, 0.9375rem);
  line-height: 1.8;
}
@media (min-width: 100em) {
  .artist {
    width: calc(50% - 40px);
    position: relative;
  }
  .artist__txtWrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin-bottom: 0;
  }
  .artist__txtWrap:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.15);
  }
}