@charset "UTF-8";
.categorySect {
  container-type: inline-size;
}
.categorySect__inner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .categorySect__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__inner {
    padding: 0 3.9800995025vw;
  }
}
.categorySect__head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .categorySect__head {
    box-sizing: content-box;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__head {
    padding-block: 28px;
  }
}
.categorySect__head:before {
  content: "";
  display: block;
  background-color: var(--color-gray-100);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100cqw;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .categorySect__body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .categorySect__body {
    padding-bottom: 40px;
  }
}
.categorySect__body .generalLinkButton {
  border: 1px solid var(--color-green-300);
}
.categorySect__body .generalLinkButton svg path {
  stroke: var(--color-green-300);
}

.announcerProfile {
  display: grid;
  margin-inline: auto;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
@media screen and (min-width: 768px) {
  .announcerProfile {
    grid-template-areas: "media head" "media body" "slider slider";
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    align-items: flex-start;
    grid-template-columns: 402px auto;
  }
}
@media screen and (max-width: 767px) {
  .announcerProfile {
    grid-template-areas: "media head" "body body" "slider slider";
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    align-items: center;
    grid-template-columns: 37.3134328358vw auto;
  }
}
.announcerProfile__media {
  grid-area: media;
}
@media screen and (min-width: 768px) {
  .announcerProfile__media {
    max-width: 260px;
    justify-self: flex-end;
  }
}
.announcerProfile__media .photo__image {
  background-color: gray;
  border-radius: 8px;
}
.announcerProfile__head {
  grid-area: head;
  display: flex;
}
@media screen and (min-width: 768px) {
  .announcerProfile__head {
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .announcerProfile__head {
    flex-direction: column;
  }
}
.announcerProfile__head .heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .announcerProfile__head .heading {
    font-weight: 600;
    font-size: calc(28rem / 10);
    line-height: 1.4285714286;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .announcerProfile__head .heading {
    font-weight: 600;
    font-size: calc(24rem / 10);
    line-height: 1.4166666667;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
  }
}
.announcerProfile__head .heading .kana {
  font-size: calc(14rem / 10);
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.announcerProfile__head .snsLink {
  transition: opacity 0.3s ease;
}
.announcerProfile__head .snsLink:hover {
  opacity: 0.7;
}
.announcerProfile__head .snsLink[target=_blank]::after {
  display: none;
}
.announcerProfile__body {
  grid-area: body;
}
@media screen and (min-width: 768px) {
  .announcerProfile__body {
    margin-top: 16px;
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .announcerProfile__body {
    margin-top: 24px;
  }
}
.announcerProfile__slider {
  grid-area: slider;
}
@media screen and (min-width: 768px) {
  .announcerProfile__slider {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .announcerProfile__slider {
    margin-top: 24px;
    margin-left: -3.9800995025vw;
    width: 100vw;
  }
}

.announcerDetails {
  width: 100%;
  border-collapse: collapse;
}
.announcerDetails__row {
  border-bottom: 1px solid var(--color-gray-300);
}
.announcerDetails__row:first-child {
  border-top: 1px solid var(--color-gray-300);
}
.announcerDetails__head {
  text-align: left;
  padding-block: 10px;
  font-weight: 600;
  font-size: calc(15rem / 10);
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .announcerDetails__head {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .announcerDetails__head {
    min-width: 94px;
  }
}
.announcerDetails__desc {
  padding-block: 10px;
  font-size: calc(15rem / 10);
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
.announcerDetails .allocationProgramList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.announcerDetails .allocationProgramList__item {
  display: flex;
  align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: calc(15rem / 10);
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
.announcerDetails .allocationProgramList__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-gray-300);
}

.announcerInstaSlider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .announcerInstaSlider {
    min-height: 385px;
  }
}
@media screen and (max-width: 767px) {
  .announcerInstaSlider {
    min-height: 400px;
  }
}
.announcerInstaSlider::after {
  content: "";
  position: absolute;
  bottom: -40px;
  z-index: -1;
  pointer-events: none;
  background-color: var(--color-yellow-100);
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .announcerInstaSlider::after {
    /* 左端を container の左より少し外側にはみ出させる */
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-radius: 150px;
    width: min(100cqw, 43.0555555556vw + 465px + 100px + 48px);
  }
}
@media screen and (max-width: 767px) {
  .announcerInstaSlider::after {
    width: 100vw;
  }
}
.announcerInstaSlider .generalSlider {
  max-width: 930px;
  margin-inline: auto;
}
.announcerInstaSlider .generalButton {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 316px;
}

@media screen and (min-width: 768px) {
  .bread-crumb {
    max-width: 1104px;
    margin-inline: auto;
    padding: 17px 24px;
  }
}
@media screen and (max-width: 767px) {
  .bread-crumb {
    padding: 12px 3.9800995025vw;
  }
}

@media screen and (min-width: 768px) {
  .announcer-contents {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .announcer-contents .announcerProfile {
    padding-block: 72px;
    scroll-margin-top: 109px;
  }
}
@media screen and (max-width: 767px) {
  .announcer-contents .announcerProfile {
    padding-block: 64px;
    scroll-margin-top: 72px;
  }
}/*# sourceMappingURL=index.css.map */