@charset "UTF-8";
.front-page {
  color: #fff;
  background: #000000;
  padding-top: 62px;
  padding-bottom: 120px;
}

.home-mv {
  position: relative;
}
.home-mv .yellow-box {
  width: 300px;
  margin: 70px auto 0;
  pointer-events: none;
}
.home-mv .yellow-box .yellow-box-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.home-mv .yellow-box .yellow-box-wrap span {
  position: absolute;
  z-index: 3;
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(1), .home-mv .yellow-box .yellow-box-wrap span:nth-child(4) {
  top: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(2), .home-mv .yellow-box .yellow-box-wrap span:nth-child(3) {
  left: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(1) {
  left: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(2) {
  top: 0;
  width: 2px;
  height: 100%;
  transform-origin: center top;
  transform: scaleY(0);
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(3) {
  bottom: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
  transition-delay: 0.9s;
}
.home-mv .yellow-box .yellow-box-wrap span:nth-child(4) {
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition-delay: 0.9s;
}
.home-mv .yellow-box.active .yellow-box-wrap span:nth-child(3),
.home-mv .yellow-box.active .yellow-box-wrap span:nth-child(1) {
  width: 100%;
}
.home-mv .yellow-box.active .yellow-box-wrap span:nth-child(4),
.home-mv .yellow-box.active .yellow-box-wrap span:nth-child(2) {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .home-mv .yellow-box {
    width: 85%;
    margin: 35px auto 0;
  }
  .home-mv .yellow-box .yellow-box-wrap span:nth-child(1) {
    height: 1px;
  }
  .home-mv .yellow-box .yellow-box-wrap span:nth-child(2) {
    width: 1px;
  }
  .home-mv .yellow-box .yellow-box-wrap span:nth-child(3) {
    height: 1px;
  }
  .home-mv .yellow-box .yellow-box-wrap span:nth-child(4) {
    width: 1px;
  }
}
.home-mv .yellow-box {
  width: 100%;
  margin-top: 5.8333333333%;
}
.home-mv .yellow-box .yellow-box-wrap {
  height: auto;
  padding-top: 41.6666666667%;
}
.home-mv .mv-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.home-mv .mv-content .mv-text {
  text-align: center;
  margin-right: 5.5%;
}
.home-mv .mv-content .mv-text .text-ja {
  font-size: 24px;
  line-height: 34px;
}
.home-mv .mv-content .mv-text .text-en {
  font-size: 18px;
  line-height: 24px;
  margin: 40px 0;
}
.home-mv .mv-content .mv-text .picture {
  width: 130px;
  margin: 0 auto;
}
.home-mv .mv-content .mv-img {
  width: 67%;
  display: flex;
  justify-content: space-between;
}
.home-mv .mv-content .mv-img .picture {
  width: 31.0945273632%;
}

.lead-wrap {
  margin: 13.5% 0 9.5%;
  position: relative;
  text-align: center;
}
.lead-wrap .lead-title {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.lead-wrap .content {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
}
.lead-wrap .content:nth-child(2) {
  margin-bottom: 28px;
}

.section1 {
  position: relative;
  margin-bottom: 22%;
}
.section1 .yellow-box {
  width: 300px;
  margin: 70px auto 0;
  pointer-events: none;
}
.section1 .yellow-box .yellow-box-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.section1 .yellow-box .yellow-box-wrap span {
  position: absolute;
  z-index: 3;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(1), .section1 .yellow-box .yellow-box-wrap span:nth-child(4) {
  top: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(2), .section1 .yellow-box .yellow-box-wrap span:nth-child(3) {
  left: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(1) {
  left: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(2) {
  top: 0;
  width: 2px;
  height: 100%;
  transform-origin: center top;
  transform: scaleY(0);
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(3) {
  bottom: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
  transition-delay: 0.9s;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(4) {
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition-delay: 0.9s;
}
.section1 .yellow-box.active .yellow-box-wrap span:nth-child(3),
.section1 .yellow-box.active .yellow-box-wrap span:nth-child(1) {
  width: 100%;
}
.section1 .yellow-box.active .yellow-box-wrap span:nth-child(4),
.section1 .yellow-box.active .yellow-box-wrap span:nth-child(2) {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .section1 .yellow-box {
    width: 85%;
    margin: 35px auto 0;
  }
  .section1 .yellow-box .yellow-box-wrap span:nth-child(1) {
    height: 1px;
  }
  .section1 .yellow-box .yellow-box-wrap span:nth-child(2) {
    width: 1px;
  }
  .section1 .yellow-box .yellow-box-wrap span:nth-child(3) {
    height: 1px;
  }
  .section1 .yellow-box .yellow-box-wrap span:nth-child(4) {
    width: 1px;
  }
}
.section1 .yellow-box {
  width: 50%;
  margin: 70px 30% 0;
}
.section1 .yellow-box .yellow-box-wrap {
  height: auto;
  padding-top: 83.3333333333%;
}
.section1 .yellow-box .yellow-box-wrap span:nth-child(2) {
  z-index: 0;
}
.section1 .section1-content {
  position: absolute;
  top: 50%;
  width: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
}
.section1 .section1-content .color-img {
  position: absolute;
  top: 30%;
  right: -31%;
  width: 100%;
}
.section1 .section1-content p {
  color: #777;
  text-align: justify;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 9.2%;
  right: 6%;
}
.section1 .section1-lead {
  position: absolute;
  width: 31%;
  left: 8%;
  top: 25.5%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section1 .section1-lead-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
}
.section1 .section1-lead span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.section2 {
  position: relative;
  margin-bottom: 15.5%;
}
.section2 .yellow-box {
  width: 300px;
  margin: 70px auto 0;
  pointer-events: none;
}
.section2 .yellow-box .yellow-box-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.section2 .yellow-box .yellow-box-wrap span {
  position: absolute;
  z-index: 3;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(1), .section2 .yellow-box .yellow-box-wrap span:nth-child(4) {
  top: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(2), .section2 .yellow-box .yellow-box-wrap span:nth-child(3) {
  left: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(1) {
  left: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(2) {
  top: 0;
  width: 2px;
  height: 100%;
  transform-origin: center top;
  transform: scaleY(0);
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(3) {
  bottom: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
  transition-delay: 0.9s;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(4) {
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition-delay: 0.9s;
}
.section2 .yellow-box.active .yellow-box-wrap span:nth-child(3),
.section2 .yellow-box.active .yellow-box-wrap span:nth-child(1) {
  width: 100%;
}
.section2 .yellow-box.active .yellow-box-wrap span:nth-child(4),
.section2 .yellow-box.active .yellow-box-wrap span:nth-child(2) {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .section2 .yellow-box {
    width: 85%;
    margin: 35px auto 0;
  }
  .section2 .yellow-box .yellow-box-wrap span:nth-child(1) {
    height: 1px;
  }
  .section2 .yellow-box .yellow-box-wrap span:nth-child(2) {
    width: 1px;
  }
  .section2 .yellow-box .yellow-box-wrap span:nth-child(3) {
    height: 1px;
  }
  .section2 .yellow-box .yellow-box-wrap span:nth-child(4) {
    width: 1px;
  }
}
.section2 .yellow-box {
  width: 40%;
  margin: 70px 13% 0;
}
.section2 .yellow-box .yellow-box-wrap {
  height: auto;
  padding-top: 100%;
}
.section2 .yellow-box .yellow-box-wrap span:nth-child(1),
.section2 .yellow-box .yellow-box-wrap span:nth-child(2) {
  z-index: 0;
}
.section2 .section2-content {
  position: absolute;
  top: 62%;
  right: 25%;
  transform: translate(-50%, -50%);
  width: 33.3333333333%;
}
.section2 .section2-content .color-img {
  position: absolute;
  top: -24%;
  left: -50%;
  width: 100%;
}
.section2 .section2-content p {
  color: #777;
  text-align: justify;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 3.2%;
  right: 4%;
}
.section2 .section2-lead {
  position: absolute;
  right: 8%;
  width: 30%;
  top: 0;
  bottom: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section2 .section2-lead-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
}
.section2 .section2-lead span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.section3 {
  position: relative;
  margin-bottom: 20.5%;
}
.section3 .yellow-box {
  width: 300px;
  margin: 70px auto 0;
  pointer-events: none;
}
.section3 .yellow-box .yellow-box-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.section3 .yellow-box .yellow-box-wrap span {
  position: absolute;
  z-index: 3;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(1), .section3 .yellow-box .yellow-box-wrap span:nth-child(4) {
  top: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(2), .section3 .yellow-box .yellow-box-wrap span:nth-child(3) {
  left: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(1) {
  left: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(2) {
  top: 0;
  width: 2px;
  height: 100%;
  transform-origin: center top;
  transform: scaleY(0);
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(3) {
  bottom: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
  transition-delay: 0.9s;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(4) {
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition-delay: 0.9s;
}
.section3 .yellow-box.active .yellow-box-wrap span:nth-child(3),
.section3 .yellow-box.active .yellow-box-wrap span:nth-child(1) {
  width: 100%;
}
.section3 .yellow-box.active .yellow-box-wrap span:nth-child(4),
.section3 .yellow-box.active .yellow-box-wrap span:nth-child(2) {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .section3 .yellow-box {
    width: 85%;
    margin: 35px auto 0;
  }
  .section3 .yellow-box .yellow-box-wrap span:nth-child(1) {
    height: 1px;
  }
  .section3 .yellow-box .yellow-box-wrap span:nth-child(2) {
    width: 1px;
  }
  .section3 .yellow-box .yellow-box-wrap span:nth-child(3) {
    height: 1px;
  }
  .section3 .yellow-box .yellow-box-wrap span:nth-child(4) {
    width: 1px;
  }
}
.section3 .yellow-box {
  width: 48.3333333333%;
  margin: 5.8333333333% 37% 0;
}
.section3 .yellow-box .yellow-box-wrap {
  height: auto;
  padding-top: 75.8620689655%;
}
.section3 .yellow-box .yellow-box-wrap span:nth-child(2) {
  z-index: 0;
}
.section3 .section3-content {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 56.5%;
  transform: translate(-50%, -50%);
}
.section3 .section3-content .color-img {
  position: absolute;
  top: 29%;
  right: -20%;
  width: 100%;
}
.section3 .section3-content p {
  color: #777;
  text-align: justify;
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 8.2%;
  right: 4%;
}
.section3 .section3-lead {
  position: absolute;
  left: 8%;
  width: 31%;
  top: 24.4%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section3 .section3-lead-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
}
.section3 .section3-lead span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.section4 {
  position: relative;
  margin-bottom: 15%;
}
.section4 .yellow-box {
  width: 300px;
  margin: 70px auto 0;
  pointer-events: none;
}
.section4 .yellow-box .yellow-box-wrap {
  position: relative;
  width: 100%;
  height: 300px;
}
.section4 .yellow-box .yellow-box-wrap span {
  position: absolute;
  z-index: 3;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(1), .section4 .yellow-box .yellow-box-wrap span:nth-child(4) {
  top: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(2), .section4 .yellow-box .yellow-box-wrap span:nth-child(3) {
  left: 0;
  background-color: #e9c756;
  transition: all 0.9s linear;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(1) {
  left: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(2) {
  top: 0;
  width: 2px;
  height: 100%;
  transform-origin: center top;
  transform: scaleY(0);
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(3) {
  bottom: 0;
  width: 0;
  height: 2px;
  transform-origin: left center;
  transition-delay: 0.9s;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(4) {
  right: 0;
  width: 2px;
  height: 100%;
  transform: scaleY(0);
  transform-origin: center top;
  transition-delay: 0.9s;
}
.section4 .yellow-box.active .yellow-box-wrap span:nth-child(3),
.section4 .yellow-box.active .yellow-box-wrap span:nth-child(1) {
  width: 100%;
}
.section4 .yellow-box.active .yellow-box-wrap span:nth-child(4),
.section4 .yellow-box.active .yellow-box-wrap span:nth-child(2) {
  transform: scaleY(1);
}
@media screen and (max-width: 800px) {
  .section4 .yellow-box {
    width: 85%;
    margin: 35px auto 0;
  }
  .section4 .yellow-box .yellow-box-wrap span:nth-child(1) {
    height: 1px;
  }
  .section4 .yellow-box .yellow-box-wrap span:nth-child(2) {
    width: 1px;
  }
  .section4 .yellow-box .yellow-box-wrap span:nth-child(3) {
    height: 1px;
  }
  .section4 .yellow-box .yellow-box-wrap span:nth-child(4) {
    width: 1px;
  }
}
.section4 .yellow-box {
  width: 37.5%;
  margin: 5.8333333333% 15% 0;
}
.section4 .yellow-box .yellow-box-wrap {
  height: auto;
  padding-top: 100%;
}
.section4 .yellow-box .yellow-box-wrap span:nth-child(1),
.section4 .yellow-box .yellow-box-wrap span:nth-child(2) {
  z-index: 0;
}
.section4 .section4-content {
  position: absolute;
  top: 65.5%;
  right: 23%;
  transform: translate(-50%, -50%);
  width: 37.5%;
}
.section4 .section4-content .color-img {
  position: absolute;
  top: -31%;
  left: -33%;
  width: 100%;
}
.section4 .section4-content p {
  color: #777;
  text-align: justify;
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 4%;
  right: 3%;
}
.section4 .section4-lead {
  position: absolute;
  right: 7%;
  width: 31%;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section4 .section4-lead-ttl {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
}
.section4 .section4-lead span {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.06em;
}

.brand-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.brand-wrap .brand-content {
  width: 33.3333333333%;
  position: relative;
}
.brand-wrap .brand-content .brand-text {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-wrap .brand-content .brand-text h3 {
  font-size: 24px;
  letter-spacing: 0.04em;
}
.brand-wrap .brand-content .brand-text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 42px;
  letter-spacing: 0.04em;
}
.brand-wrap .brand-content .brand-text p span {
  margin: 0 10px;
}
.brand-wrap .brand-content:nth-child(2) {
  margin-top: 30px;
}
.brand-wrap .brand-content:nth-child(3) {
  margin-top: 58px;
}

@media screen and (max-width: 800px) {
  .front-page {
    background: #000000;
    padding-bottom: 60px;
  }
  .home-mv {
    max-width: 600px;
    margin: 0 auto;
  }
  .home-mv .yellow-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
  }
  .home-mv .yellow-box .yellow-box-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding-top: 0;
  }
  .home-mv .mv-content {
    width: 100%;
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
    padding-top: 10px;
    padding-bottom: 36px;
  }
  .home-mv .mv-content .mv-text {
    text-align: center;
    margin-right: 0%;
    margin-top: 22px;
  }
  .home-mv .mv-content .mv-text .text-ja {
    font-size: 93.3333333333%;
    line-height: 22px;
  }
  .home-mv .mv-content .mv-text .text-en {
    font-size: 80%;
    line-height: 20px;
    margin: 10px 0 12px;
  }
  .home-mv .mv-content .mv-text .picture {
    width: 85px;
  }
  .home-mv .mv-content .mv-img {
    width: 100%;
    margin-top: 14px;
  }
  .home-mv .mv-content .mv-img .picture {
    width: 32%;
  }
  .home-mv .mv-content .about-ttl {
    font-size: 126.6666666667%;
    letter-spacing: 0.06em;
  }
  .lead-wrap {
    margin: 54px 0;
    position: relative;
  }
  .lead-wrap .content {
    font-size: 80%;
    line-height: 18px;
    letter-spacing: 0.03em;
  }
  .lead-wrap .content:nth-child(1) {
    margin-bottom: 18px;
  }
  .lead-wrap .content:nth-child(2) {
    margin-bottom: 0px;
  }
  .section1 {
    max-width: 550px;
    margin: 0 auto 9%;
  }
  .section1 .yellow-box {
    width: 82%;
    margin: 15.4666666667% auto 0;
  }
  .section1 .yellow-box .yellow-box-wrap {
    padding-top: 100%;
  }
  .section1 .yellow-box .yellow-box-wrap span:nth-child(2) {
    z-index: 0;
  }
  .section1 .section1-content {
    position: absolute;
    top: 6.4%;
    left: 0;
    width: 100%;
    transform: none;
  }
  .section1 .section1-content .picture1,
  .section1 .section1-content .picture2 {
    width: 80%;
    margin-left: 3%;
  }
  .section1 .section1-content .color-img {
    position: absolute;
    top: 24%;
    right: 2.7%;
  }
  .section1 .section1-content p {
    font-size: 14px;
    letter-spacing: 0.05em;
    position: absolute;
    top: 8.4%;
    right: 24.2%;
  }
  .section1 .section1-lead {
    position: relative;
    width: 94%;
    margin: 14.4% auto 9%;
    left: 0;
    bottom: 0;
  }
  .section1 .section1-lead-ttl {
    font-size: 86.6666666667%;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
  }
  .section1 .section1-lead span {
    display: block;
    text-align: justify;
    font-size: 80%;
    line-height: 20px;
    letter-spacing: 0.06em;
  }
  .section2 {
    position: relative;
    max-width: 550px;
    margin: 0 auto 14.5%;
  }
  .section2 .yellow-box {
    width: 67%;
    margin: 0 10% 0;
    padding-top: 13%;
  }
  .section2 .yellow-box .yellow-box-wrap {
    padding-top: 119.5219123506%;
  }
  .section2 .yellow-box .yellow-box-wrap span:nth-child(2) {
    z-index: 0;
  }
  .section2 .section2-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    transform: none;
  }
  .section2 .section2-content .picture1 {
    width: 67%;
    margin-left: auto;
    margin-right: 2.5%;
    margin-top: 21.1%;
  }
  .section2 .section2-content .picture2 {
    position: absolute;
    top: 0;
    width: 67%;
    left: 2.3%;
  }
  .section2 .section2-content p {
    font-size: 93.3333333333%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 2.8%;
    right: 5.9%;
  }
  .section2 .section2-lead {
    position: relative;
    width: 94%;
    margin: 17% auto 0;
    left: 0;
    bottom: 0;
  }
  .section2 .section2-lead-ttl {
    font-size: 86.6666666667%;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
  }
  .section2 .section2-lead span {
    display: block;
    text-align: justify;
    font-size: 80%;
    line-height: 20px;
    letter-spacing: 0.01em;
  }
  .section3 {
    max-width: 550px;
    margin: 0 auto 14%;
  }
  .section3 .yellow-box {
    width: 82%;
    margin: 0 auto;
  }
  .section3 .yellow-box .yellow-box-wrap {
    padding-top: 100%;
  }
  .section3 .yellow-box .yellow-box-wrap span:nth-child(2) {
    z-index: 0;
  }
  .section3 .section3-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform: none;
  }
  .section3 .section3-content .picture1 {
    width: 80%;
    margin-top: 8%;
    margin-left: 3%;
  }
  .section3 .section3-content .picture2 {
    width: 80%;
    top: 32%;
    right: 2.5%;
  }
  .section3 .section3-content p {
    font-size: 80%;
    letter-spacing: 0.05em;
    position: absolute;
    top: 17.5%;
    right: 24.2%;
  }
  .section3 .section3-lead {
    position: relative;
    width: 94%;
    margin: 54px auto;
    left: 0;
    bottom: 0;
  }
  .section3 .section3-lead-ttl {
    font-size: 86.6666666667%;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
  }
  .section3 .section3-lead span {
    display: block;
    text-align: justify;
    font-size: 80%;
    line-height: 19px;
    letter-spacing: 0.02em;
  }
  .section4 {
    max-width: 550px;
    margin: 0 auto 13%;
  }
  .section4 .yellow-box {
    width: 67%;
    margin: 0 10%;
    padding-top: 8.6%;
  }
  .section4 .yellow-box .yellow-box-wrap {
    padding-top: 119.5219123506%;
  }
  .section4 .yellow-box .yellow-box-wrap span:nth-child(2) {
    z-index: 0;
  }
  .section4 .section4-content {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    transform: none;
  }
  .section4 .section4-content .picture1 {
    width: 67%;
    margin-left: auto;
    margin-top: 19.4%;
    margin-right: 2.5%;
  }
  .section4 .section4-content .picture2 {
    position: absolute;
    top: 0;
    left: 2.3%;
    width: 67%;
  }
  .section4 .section4-content p {
    font-size: 93.3333333333%;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 2.8%;
    right: 5.9%;
  }
  .section4 .section4-lead {
    position: relative;
    width: 94%;
    margin: 17.0666666667% auto 0;
    left: 0;
    bottom: 0;
  }
  .section4 .section4-lead-ttl {
    font-size: 86.6666666667%;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
  }
  .section4 .section4-lead span {
    display: block;
    text-align: justify;
    font-size: 80%;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  .brand-wrap {
    width: 94%;
    max-width: 550px;
    margin: 0 auto;
    flex-flow: column;
  }
  .brand-wrap .brand-content {
    width: 100%;
  }
  .brand-wrap .brand-content .brand-text h3 {
    font-size: 100%;
    letter-spacing: 0.04em;
  }
  .brand-wrap .brand-content .brand-text p {
    font-size: 86.6666666667%;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.04em;
  }
  .brand-wrap .brand-content .brand-text p span {
    margin: 0 5px;
  }
  .brand-wrap .brand-content:nth-child(2) {
    margin-top: 0px;
  }
  .brand-wrap .brand-content:nth-child(3) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 374px) {
  .lead-wrap .content {
    font-size: 70%;
  }
}