.campaignArea {
  margin-bottom: 60px !important;
}
.campaignArea + .campaignArea {
  position: relative;
}
.campaignArea + .campaignArea:before, .campaignArea + .campaignArea:after {
  position: absolute;
  top: -30px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}
.campaignArea + .campaignArea:after {
  transform: translateX(-50%) rotate(90deg);
}
.campaignArea .campaignArea__attention {
  font-size: 12px;
}

.section-gallery {
  width: auto;
  margin: 0 auto 50px !important;
}
.section-gallery .section-gallery__title {
  position: relative;
}
.section-gallery .section-gallery__title.section-gallery__title--1 {
  padding: 18px 50px 18px 0;
  background-color: #822d2f;
}
.section-gallery .section-gallery__title.section-gallery__title--2 {
  padding: 17px 0;
  background-color: #822d2f;
}
.section-gallery .present01_label {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  content: '';
  width: 184px;
  height: 45px;
}
.section-gallery .section-gallery__inner {
  padding: 20px 20px;
  border: 2px solid #822d2f;
  border-top: none;
}
.section-gallery .section-gallery__inner.section-gallery__inner--2 {
  border-top: none;
}

.craftboss05__list {
  display: flex;
  justify-content: center;
}

.craftboss05__item + .craftboss05__item {
  padding-left: 15px;
}

.section-banner {
  width: 100%;
  margin-bottom: 40px !important;
  text-align: center;
}

.section__requirements__point .txt a {
  text-decoration: underline;
}

.c-item-12__list-txt span {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .section .section__header {
    padding-top: 15px !important;
  }
  .section .section__header .ttl {
    margin-bottom: 40px !important;
    text-align: center;
  }
  .section .section__header .ttl span {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb__txt--nowrap {
    white-space: normal;
  }

  .detail__section-campaign {
    padding: 5% 5% 0;
  }
  .detail__section-campaign .lead {
    padding-bottom: 20px;
  }

  .campaignArea {
    margin-bottom: 30px !important;
  }
  .campaignArea + .campaignArea:before, .campaignArea + .campaignArea:after {
    top: -25px;
    width: 15px;
    height: 2px;
  }
  .campaignArea .section_line {
    padding-bottom: 4%;
  }
  .campaignArea .campaignArea__img.img01 {
    padding: 0 10% 0 10%;
  }
  .campaignArea .campaignArea__img.img01 img {
    width: 100%;
  }
  .campaignArea .campaignArea__attention {
    padding-right: 3.84615%;
    font-size: 10px;
  }

  .section-gallery {
    margin: 0 0 5% !important;
    padding: 5%;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 {
    padding: 7% 0;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 .section-gallery__title__txt {
    display: block;
    width: 15%;
    margin: 0 auto;
    padding: 0;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 .section-gallery__title__txt img {
    width: 100%;
    height: auto;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 .section-gallery__title__img {
    width: 40%;
    margin: 0 auto;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 .section-gallery__title__img img {
    width: 100%;
    height: auto;
  }
  .section-gallery .section-gallery__title.section-gallery__title--1 span {
    padding: 3% 0 0;
  }
  .section-gallery .section-gallery__title.section-gallery__title--2 {
    text-align: center;
  }
  .section-gallery .section-gallery__title.section-gallery__title--2 span {
    width: 37%;
    padding: 1% 0;
  }
  .section-gallery .present01_label {
    right: 12%;
  }
  .section-gallery .section-gallery__inner {
    padding: 7% 0 0;
    border: none;
  }
  .section-gallery .section-gallery__inner.section-gallery__inner--2 {
    padding: 7% 0 0;
  }
  .section-gallery .section-gallery__item + .section-gallery__item {
    margin-top: 5%;
  }
  .section-gallery .section-gallery__item img {
    width: 100%;
  }
  .section-gallery .innerImg img {
    margin: 0 5%;
    width: 90%;
  }

  .section-banner {
    width: 90%;
    margin: 0 auto 10%;
  }

  .craftboss05 .section__requirements__point dd li {
    font-size: 13px;
  }

  .c-item-12__list-txt span {
    font-size: 0.7em;
  }
}
/*-- @media screen and (max-width: 767px) --*/
