body.shop .wrapper {
  padding: 0;
}

@media screen and (min-width: 769px) {
  body.shop .wrapper {
    width: 100%;
  }
}

.main.about {
  overflow: hidden;
  width: 100%;
  font-family: serif;
}

main.about * {
  box-sizing: border-box;
}

.main.about br.is-pc {
  display: block;
}

.main.about br.is-sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .main.about br.is-pc {
    display: none;
  }

  .main.about br.is-sp {
    display: block;
  }
}

.main.about figure {
  margin: 0;
}

.main.about img {
  width: 100%;
  height: auto;
}

.ttl {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  color: #1b2e6a;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 999px) {
  .ttl {
    gap: 15px;
    font-size: 22px;
  }
}

.ttl:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #1b2e6a;
}

.about,
.about__mv {
  display: flex;
  flex-direction: column;
  gap: 160px;
}

@media screen and (max-width: 999px) {
  .about,
  .about__mv {
    gap: 80px;
  }
}

.about__mv figure {
  height: 800px;
}

@media screen and (max-width: 1179px) {
  .about__mv figure {
    height: 500px;
  }
}

.about__mv img {
  width: auto !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 999px) {
  .about__mv {
    gap: 60px;
  }
}

.about__mv-text {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .about__mv-text {
    padding: 0 20px;
  }
}

.about#mizuno .about__mv-inText {
  position: relative;
}

.about#mizuno .about__mv-inText .text-box {
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 1179px) {
  .about#mizuno .about__mv-inText .text-box {
    gap: 20px;
    height: 100%;
    padding: 0 20px;
  }
}

.about#mizuno .about__mv-inText .text-box h2 {
  font-size: 48px;
  font-weight: 500;
}

@media screen and (max-width: 1179px) {
  .about#mizuno .about__mv-inText .text-box h2 {
    font-size: 30px;
  }
}

.about#mizuno .about__mv-inText .text-box p {
  font-size: 24px;
}

@media screen and (min-width: 1180px) {
  .about#mizuno .about__mv-inText .text-box p {
    line-height: 48px;
  }
}

@media screen and (max-width: 1179px) {
  .about#mizuno .about__mv-inText .text-box p {
    font-size: 20px;
  }
}

.about__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 999px) {
  .about__contents {
    gap: 40px;
  }
}

.about__contents__row {
  display: grid;
  grid-template-columns: 1024px auto;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .about__contents__row {
    grid-template-columns: 900px auto;
    justify-content: start;
    gap: 50px;
  }
}

@media screen and (max-width: 1430px) {
  .about__contents__row {
    grid-template-columns: 700px auto;
  }
}

@media screen and (max-width: 1200px) {
  .about__contents__row {
    grid-template-columns: 500px auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 999px) {
  .about__contents__row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about__contents__row:nth-of-type(2n) {
  grid-template-columns: auto 1024px;
  margin-left: auto;
}

@media screen and (max-width: 1599px) {
  .about__contents__row:nth-of-type(2n) {
    grid-template-columns: auto 900px;
    justify-content: end;
  }
}

@media screen and (max-width: 1430px) {
  .about__contents__row:nth-of-type(2n) {
    grid-template-columns: auto 700px;
  }
}

@media screen and (max-width: 1200px) {
  .about__contents__row:nth-of-type(2n) {
    grid-template-columns: auto 500px;
  }
}

@media screen and (max-width: 999px) {
  .about__contents__row:nth-of-type(2n) {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (min-width: 1000px) {
  .about__contents__row:nth-of-type(2n) figure {
    grid-area: 1/2/2/3;
  }
}

.about__contents__desc {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 487px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .about__contents__desc {
    gap: 30px;
  }
}

@media screen and (max-width: 999px) {
  .about__contents__desc {
    max-width: 100%;
    gap: 20px;
  }
}

.about__contents__desc p {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

.about__contents__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 14px 28px;
  border: 1px solid #1b2e6a;
  color: #1b2e6a;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition:
    color 0.3s,
    background-color 0.3s;
}

.about__contents__link:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #1b2e6a;
  border-right: 1px solid #1b2e6a;
  transform: rotate(45deg);
}

.about__contents__link:hover {
  color: #fff;
  background-color: #1b2e6a;
}

.about__contents__link:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.about__contents__history {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .about__contents__history {
    gap: 50px;
    padding: 0 20px;
  }
}

.about__contents__history .lead {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1100px) {
  .about__contents__history .lead {
    font-size: 18px;
  }
}

.about__contents__history .timeline {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__contents__history .timeline__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #1b2e6a;
  font-size: 28px;
  font-weight: 500;
}

.about__contents__history .timeline__ttl__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.about__contents__history .timeline__ttl .jp {
  color: #757575;
  font-size: 14px;
}

.about__contents__history .timeline__ttl:after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 1px;
  background-color: #1b2e6a;
}

.about__contents__history .timeline__list {
  display: flex;
  flex-direction: column;
}

.about__contents__history .timeline__list .row {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row {
    flex-direction: column;
    gap: 20px;
  }
}

.about__contents__history .timeline__list .row dt,
.about__contents__history .timeline__list .row dd {
  margin: 0;
}

.about__contents__history .timeline__list .row dt {
  position: relative;
  padding: 20px 0 0 15px;
  color: #1b2e6a;
  font-size: 24px;
  line-height: 25px;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dt {
    padding: 20px 0 0;
  }
}

.about__contents__history .timeline__list .row dt:before {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1b2e6a;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dt:before {
    content: none;
  }
}

.about__contents__history .timeline__list .row dt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #1b2e6a;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dt:after {
    content: none;
  }
}

.about__contents__history .timeline__list .row dt .sm {
  font-size: 14px;
}

.about__contents__history .timeline__list .row dd {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 20px 0;
  border-bottom: 1px dotted #999;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dd {
    gap: 10px;
    padding: 0 0 20px;
  }
}

.about__contents__history .timeline__list .row dd p {
  font-size: 14px;
  line-height: 25px;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dd p {
    flex: 1;
  }
}

.about__contents__history .timeline__list .row dd figure {
  max-width: 140px;
}

@media screen and (max-width: 999px) {
  .about__contents__history .timeline__list .row dd figure {
    order: -1;
    max-width: 70px;
  }
}

.about__contents__history .timeline__list .row:first-child dt {
  padding-top: 0;
}

.about__contents__history .timeline__list .row:first-child dt:before {
  top: 9px;
}

.about__contents__history .timeline__list .row:first-child dt:after {
  top: 9px;
}

.about__contents__history .timeline__list .row:first-child dd {
  padding: 0 0 20px;
}

.about__contents__history .timeline__list .row:last-child dt:after {
  height: 20%;
}

body.shop .wrapper.footerMenu {
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  body.shop .wrapper.footerMenu {
    width: 1020px;
  }
}
