.sp-dis {
  display: none;
}

.pc-dis {
  display: block;
}

@media (max-width: 600px) {
  .sp-dis {
    display: block;
  }
  .pc-dis {
    display: none;
  }
}
.strong {
  font-weight: bold;
}

.block {
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0 4rem;
  flex-direction: column;
  align-items: center;
}

.button-container a.c-button__primary,
.button-container a.c-button__primary:visited {
  color: #fff !important;
}
.button-container a.c-button__primary:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .button-container {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
}
.nobori-text {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nobori-text {
  font-size: 1.4rem;
  width: 100%;
  text-align: left;
  }
  /* .nobori-text.ta-left {
  text-align: left;
  } */
}
.nobori-text-catch {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nobori-text-catch {
    font-size: 1.4rem;
    font-weight: normal;
  }
}
.nobori-text-catch_02 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .nobori-text-catch_02 {
  font-size: 1.8rem;
  }
}
.c-button__primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    color: #fff;
    height: 60px;
    border-radius: 30px;
    font-size: 1.6rem;
    font-weight: 600;
}
.c-button__primary {
  text-align: center;
  line-height: 2rem;
  width: 446px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #ef5c23;
}
@media screen and (max-width: 767px) {
  .c-button__primary {
    width: 100%;
  }
}

.c-arrow__right-white-red {
    position: relative;
}
.c-arrow__right-white-red::before {
    width: 20px;
    height: 20px;
    background: #fff;
    margin-top: -12px;
    right: 15px;
}

.c-arrow__right-white-red::before,
.c-arrow__right-red::before,
.c-arrow__left-red::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 50%;
}
.c-arrow__right-black::after,
.c-arrow__right-white-orange::after,
.c-arrow__right-white-red::after,
.c-arrow__right-red::after,
.c-arrow__left-red::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-arrow__right-white-red::after {
    right: 16px;
    width: 9px;
    height: 11px;
    border: 5px solid transparent;
    border-left: 7px solid #e44d3c;
    margin-top: -7px;
}

.c-center-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.top-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top-box {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
    .top-box {
        width: 100%;
        font-size: 1.4rem;
        text-align: center;
    }
}

.nobori-item {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .nobori-item__image {
    width: 100%;
    padding: 8px;
    max-height: 100%;
  }
}

.nobori-guide-columns {
  display: flex;
  column-gap: 10px;
  row-gap: 10px;
  margin: 2rem auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 900px;
}
@media (max-width: 900px) {
  .nobori-guide-columns {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.nobori-guide-column {
  position: relative;
  width: calc(50% - 10px);
  background: #fff7f7;
  border-radius: 8px;
  border: 2px solid #e44d3c;
  min-width: 260px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.nobori-guide-image {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 100%;
  background: #fff7f7;
  border-radius: 8px 30px 30px 8px;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 900px) {
  .nobori-guide-image {
  width: 96px;
  height: 100%;
  }
  .nobori-guide-image img {
  max-width: 80%;
  }
}
.nobori-guide-column.__orange {
  border: 2px solid #f88102;
}
.nobori-guide-column.__large {
  width: 100%;
}
.nobori-guide-column.__large .nobori-guide-column__item {
  justify-content: center;
}
@media (max-width: 900px) {
  .nobori-guide-column {
    width: 100%;
    min-width: unset;
  }
}
.nobori-guide-column a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}
.nobori-guide-column__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2em;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #e44d3c;
  border-radius: 5px 5px 0 0;
  padding: 1.1em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__header {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.nobori-guide-column__header.c-arrow__right-white-red::before {
    right: 60px;
}
 .nobori-guide-column__header.c-arrow__right-white-red::after {
    right: 61px;
} 


@media screen and (max-width: 767px) {
  .nobori-guide-column__header {
    gap: 1.5em;
  }
  /*.c-button__primary.c-arrow__right-white-red::before {
  right: 15px;
  }*/
}
.nobori-guide-column__content {
  padding: 2rem 1rem 2rem 13rem;
}
@media screen and (max-width: 767px) {
  .nobori-guide-column__content {
  padding: 2rem 1rem 2rem 10rem;
  }
}
.nobori-guide-column__item p {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 0;
  margin: 0;
  text-align: left;
}

.nobori-fukidashi__container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi__container {
    margin: 0 auto;
  }
}

.nobori-fukidashi__bg {
  background: url("../img/img_designer.png") no-repeat bottom right;
  background-size: contain;
  width: 860px;
  height: 135px;
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .nobori-fukidashi__bg {
    width: 98%;
    height: 84px;
    position: absolute;
    top: -10px;
    left: 0;
  }
}


/*# sourceMappingURL=promotion-nobori.css.map */
