.about {
  display: -ms-grid;
  display: grid;
  padding: 148px 0 220px;
  row-gap: 80px;
}
@media screen and (min-width: 768px) {
  .about {
    row-gap: 180px;
    padding: 184px 0 335px;
  }
}

.history__section {
  display: -ms-grid;
  display: grid;
  row-gap: 80px;
}

.page-heading {
  font-family: "neue-haas-unica", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.section-about {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .section-about {
    -ms-grid-columns: minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 0.8823529412%;
       -moz-column-gap: 0.8823529412%;
            column-gap: 0.8823529412%;
    padding: 0 40px;
    row-gap: 160px;
  }
}

.about__mv {
  width: 100%;
  height: auto;
  aspect-ratio: 350/446;
}
@media screen and (min-width: 768px) {
  .about__mv {
    height: auto;
    -ms-grid-column: 2;
    -ms-grid-column-span: 6;
    grid-column: 2/8;
  }
}
.about__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .about__lead {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 3;
    -ms-grid-column-span: 8;
    grid-column: 3/11;
    -ms-grid-columns: subgrid;
    grid-template-columns: subgrid;
  }
}

@media screen and (min-width: 768px) {
  .section-about .page-heading {
    position: relative;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin-top: 6px;
  }
  .section-about .page-heading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 109px;
    width: 111px;
    height: 1px;
    background-color: #555;
    -webkit-transform: scaleX(1) scaleY(0.5);
            transform: scaleX(1) scaleY(0.5);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .section-about .page-heading::after {
    top: 11px;
    left: 41.0071942446%;
    width: 39.928057554%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .section-about .page-heading::after {
    width: 111px;
  }
}

.about-lead__text {
  margin-top: 50px;
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.23;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .about-lead__text {
    grid-column: 4/-1;
    width: 89.8214285714%;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 2.28;
  }
}

.about__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__img {
    position: relative;
    height: 600px;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
  }
}

.img {
  width: 100%;
  aspect-ratio: 390/272;
  background-image: url(../img/about/about_img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .img {
    position: absolute;
    bottom: -15%;
    height: 100vh;
    background-attachment: fixed;
  }
}

.brand__contentWrapper {
  display: -ms-grid;
  display: grid;
  row-gap: 46px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .brand__contentWrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 0.8823529412%;
       -moz-column-gap: 0.8823529412%;
            column-gap: 0.8823529412%;
    row-gap: 50px;
    padding: 70px 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .section-brand .page-heading {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10;
    padding-bottom: 13px;
  }
}

.brand__content {
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
}
@media screen and (min-width: 768px) {
  .brand__content {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10;
    row-gap: 36px;
  }
}

.brand-title--hokos {
  width: 227px;
  height: 28px;
}
.brand-title--bliss {
  width: 166px;
  height: 28px;
}
.brand-title img {
  width: 100%;
  height: 100%;
}

.brand-text {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.brand__img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/233;
}
@media screen and (min-width: 768px) {
  .brand__img {
    width: 93.471810089%;
    aspect-ratio: 630/420;
    -ms-grid-column: 6;
    -ms-grid-column-span: 6;
    grid-column: 6/12;
    padding-top: 50px;
    padding-left: 6.528189911%;
  }
}
.brand__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .section-history {
    display: -ms-grid;
    display: grid;
    position: relative;
    row-gap: 150px;
    margin-top: -40px;
  }
}

.history__content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .history__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr) 0.8823529412% minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 0.8823529412%;
       -moz-column-gap: 0.8823529412%;
            column-gap: 0.8823529412%;
    padding: 0 40px;
  }
  .history__content .page-heading {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
}

.history__list {
  display: -ms-grid;
  display: grid;
  row-gap: 16px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .history__list {
    -ms-grid-column: 4;
    -ms-grid-column-span: 6;
    grid-column: 4/10;
    row-gap: 8px;
    margin-top: 64px;
  }
}

.history__item {
  display: none;
}
.history__item p {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.3rem;
  line-height: 2.25;
  letter-spacing: 0.05em;
}

.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .visible {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.load-more {
  display: block;
  margin: 54px auto 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .load-more {
    margin-top: 60px;
    grid-column: 1/-1;
  }
}