main {
  position: relative;
}

.img_note {
  font-size: 10px;
  color: #000;
  text-align: right;
  line-height: 1;
  margin-top: 4px;
  padding: 0 4px;
  font-weight: 600;
}
.img_note.left {
  text-align: left;
}

.ac-ttl {
  width: 22%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .ac-ttl {
    width: 40%;
    left: 15%;
    font-size: 7vw;
  }
}

br.pc {
  display: none;
}
@media (min-width: 768px) {
  br.pc {
    display: inline;
  }
}

.brand_text {
  padding: 0 20px;
  margin: 80px auto 0;
  max-width: 960px;
}
.brand_text_head {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.brand_text_body {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0;
  font-feature-settings: "palt";
  line-height: 2.5;
}
@media (min-width: 768px) {
  .brand_text_body {
    text-align: center;
  }
}

.brand_img {
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0;
}
.brand_img_in {
  width: 100%;
}
.brand_img_in:nth-of-type(1) {
  order: 1;
}
.brand_img_in:nth-of-type(2) {
  order: 2;
}
.brand_img_in:nth-of-type(3) {
  order: 3;
}
.brand_img_in:nth-of-type(4) {
  order: 4;
  width: 54.55%;
}
.brand_img_in:nth-of-type(5) {
  order: 6;
}
.brand_img_in:nth-of-type(6) {
  order: 7;
}
.brand_img_in:nth-of-type(7) {
  order: 8;
}
.brand_img_in:nth-of-type(8) {
  order: 5;
  width: 45.45%;
}
.brand_img_in:nth-of-type(9) {
  order: 9;
}
.brand_img p {
  font-size: 10px;
  color: #FFF;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.3;
  text-align: right;
  width: 100%;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  padding-right: 0.3em;
  letter-spacing: -1px;
}
@media (min-width: 580px) {
  .brand_img {
    max-width: 800px;
  }
  .brand_img_in:nth-of-type(1) {
    width: 21.5%;
  }
  .brand_img_in:nth-of-type(2) {
    width: 21.375%;
  }
  .brand_img_in:nth-of-type(3) {
    width: 20.125%;
  }
  .brand_img_in:nth-of-type(4) {
    width: 13.5%;
  }
  .brand_img_in:nth-of-type(5) {
    order: 5;
    width: 23.375%;
  }
  .brand_img_in:nth-of-type(6) {
    order: 6;
    width: 30.75%;
  }
  .brand_img_in:nth-of-type(7) {
    order: 7;
    width: 27.875%;
  }
  .brand_img_in:nth-of-type(8) {
    order: 8;
    width: 11.5%;
  }
  .brand_img_in:nth-of-type(9) {
    width: 29.875%;
  }
}

.dk {
  padding: 0 20px;
  margin: 80px auto 0;
  max-width: 640px;
}
.dk_a {
  display: grid;
  place-items: center;
  width: 80%;
  height: 50px;
  max-width: 400px;
  background: #a69c5d;
  color: #FFF;
  margin: 0 auto;
}
.dk_a::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  background: #FFF;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (min-width: 580px) {
  .dk_a {
    margin: 0;
    position: absolute;
    width: 40%;
    left: 20px;
    bottom: 35%;
  }
}

.gp {
  margin-top: 80px;
  margin-bottom: 100px;
  background: #eceade;
  padding: 30px 20px;
}
.gp::before, .gp::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #507d37;
  position: absolute;
  left: 0;
}
.gp::before {
  top: 4px;
}
.gp::after {
  bottom: 4px;
}
.gp_in {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.gp_p1 {
  color: #5c8113;
  font-size: 18px;
  line-height: 1.5;
}
.gp_p1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  margin: 4px 0;
}
.gp_p2 {
  color: #5c8113;
  font-size: 18px;
  line-height: 1.5;
}
.gp_p2 .S {
  font-size: 14px;
}
.gp_p3 {
  font-size: 12px;
  line-height: 2;
  margin-top: 20px;
}
.gp_right {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .gp_in {
    display: flex;
    max-width: 750px;
    justify-content: space-between;
    align-items: center;
  }
  .gp_left {
    width: 54%;
  }
  .gp_right {
    width: 41%;
    max-width: 300px;
    margin: 0;
  }
}