.bullet {
  margin: 0 -.25em
}


.brand-hdr {
  margin: 3.3rem auto 0;
  overflow-x: hidden;
}

.brand-ttl {
  animation: opacity 1s ease-in-out .25s forwards;
  background: linear-gradient(-90deg, #30beb0, #3362b0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  opacity: 0;
  padding-left: 1rem;
  width: 1200px;
}

.brand-catch {
  animation: opacity 2s ease-in-out .5s forwards, slideY-1 1s ease-in forwards;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.7rem auto 0;
  opacity: 0;
  padding-left: 1rem;
  transform: translateY(-2rem);
  width: 1200px;
}

.aboutNagase-list {
  background: url(../img/bg_aboutNagase_pc.png) no-repeat 0 0 / contain;
  height: 328px;
  left: 50%;
  margin-top: -5rem;
  position: relative;
  transform: translateX(-50%);
  width: 1400px;
}

.aboutNagase-list.hidden::before {
  width: 100%;
}

.aboutNagase-list-item {
  background: no-repeat 0 0 / contain;
  filter: blur(1rem);
  opacity: 0;
  position: absolute;
  transform: translateY(-2rem);
}

.aboutNagase-list .aboutNagase-list-item {
  animation: fadeIn 1s ease-in forwards, slideY-1 1s ease-in forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(1) {
  animation-delay: .2s, .2s;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(2) {
  animation-delay: .3s, .3s;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(3) {
  animation-delay: .4s, .4s;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(4) {
  animation-delay: .5s, .5s;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(5) {
  animation-delay: .6s, .6s;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(6) {
  animation-delay: .7s, .7s;
}

.aboutNagase-list-item img {
  transform: translateY(-5rem);
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(1) img {
  animation: slideY-1 1s ease-in .1s forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(2) img {
  animation: slideY-1 1s ease-in .2s forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(3) img {
  animation: slideY-1 1s ease-in .3s forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(4) img {
  animation: slideY-1 1s ease-in .4s forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(5) img {
  animation: slideY-1 1s ease-in .5s forwards;
}

.aboutNagase-list .aboutNagase-list-item:nth-of-type(6) img {
  animation: slideY-1 1s ease-in .6s forwards;
}

@keyframes slideY-1 {
  to {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    filter: blur(0);
    opacity: 1;
  }
}

.aboutNagase-list-item:nth-of-type(1) {
  background-image: url(../img/img_aboutNagase_item-01_base_pc.png);
  bottom: 79px;
  left: 111px;
}

.aboutNagase-list-item:nth-of-type(2) {
  background-image: url(../img/img_aboutNagase_item-02_base_pc.png);
  bottom: 50px;
  left: 306px;
}

.aboutNagase-list-item:nth-of-type(3) {
  background-image: url(../img/img_aboutNagase_item-03_base_pc.png);
  bottom: 0;
  left: 521px;
}

.aboutNagase-list-item:nth-of-type(4) {
  background-image: url(../img/img_aboutNagase_item-04_base_pc.png);
  bottom: 20px;
  right: 541px;
}

.aboutNagase-list-item:nth-of-type(5) {
  background-image: url(../img/img_aboutNagase_item-05_base_pc.png);
  bottom: 49px;
  right: 325px;
}

.aboutNagase-list-item:nth-of-type(6) {
  background-image: url(../img/img_aboutNagase_item-06_base_pc.png);
  bottom: 74px;
  right: 112px;
}

.brand.section-ctr {
  background: linear-gradient(#fff, transparent 80px), linear-gradient(90deg, rgba(255, 239, 131, .3) 10%, rgba(238, 171, 85, .3) 20%, rgba(238, 133, 140, .3) 29%, rgba(176, 119, 176, .3) 40%, rgba(101, 170, 221, .3) 53%, rgba(16, 193, 198, .3) 69%, rgba(108, 187, 90, .3) 84%);
  display: grid;
  grid-template-columns: repeat(4, 288px);
  column-gap: 16px;
  justify-content: center;
  margin-top: -50px;
  padding: 100px 0 110px;
}

.brand-list-item {
  background-color: #fff;
  padding-bottom: 1.5rem;
}

.brand-list-item:not(:last-of-type) {
  margin-bottom: 2rem;
}

.brand-list-item-ttl {
  text-align: center;
}

.brand-list-item-ttl-sub {
  background-color: #009380;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.2rem 0;
}

.brand-list-item-ttl-main {
  color: #009380;
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

.brand-list-item-ttl img {
  width: 100%;
}

.brand-list-item-tgt {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem auto 0;
  width: 94%;
}

.brand-list-item-tgt-item {
  font-size: 1.4rem;
  font-weight: 700;
}

.brand-list-item-tgt-item::before {
  color: var(--tgt-col);
  content: "■";
}

.brand-list-item-tgt-item:not(:last-of-type) {
  margin-right: 1em;
}

.item-adult {
  --tgt-col: #6cbb5a;
}

.item-univ {
  --tgt-col: #4eb7ba;
}

.item-hs {
  --tgt-col: #65aadd;
}

.item-jh {
  --tgt-col: #b077b0;
}

.item-es {
  --tgt-col: #ee858c;
}

.item-kid {
  --tgt-col: #eeab55;
}

.brand-list-item-txt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.42;
  margin: 1rem auto 0;
  width: 94%;
}

.brand-list-item-annotation {
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 auto;
  width: 94%;
}

.brand-list-item-ttl-img {
  width: 100%;
}

.brand-list-item-ttl-img img {
  width: 100%;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes move-LR_50em {
  from {
    transform: translateX(-50em);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes move-RL_5em {
  from {
    transform: translateX(5em);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes move-RL_50em {
  from {
    transform: translateX(50em);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes scale {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
  }
}