@charset "UTF-8";
#wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4%;
}
@media screen and (min-width:960px) and ( max-width:1280px) {
  #wrapper {
    padding: 0 4%;
  }
}
#article {
  width: 100%;
  max-width: 1400px;
  margin: 24px auto 0;
  --spacing: .25rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
}
#article .key-visual img {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  #article {
    max-width: 77.5rem;
    margin-inline: auto;
  }
}
#article * {
  box-sizing: border-box;
}
img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
section {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  .article-block {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
  .block__story {
    width: 82%;
    margin-inline: auto;
  }
}
@media screen and (min-width:1240px) {
  .article-block {
    width: calc(100% - 84px);
    max-width: 77.5rem;
    margin-inline: auto;
  }
  .block__story {
    width: 65%;
    margin-inline: auto;
  }
}
.block__story > * + * {
  margin-top: 24px;
}
/* flex関連 */
#article .flex {
  display: flex;
  justify-content: inherit;
}
#article .flex-wrap {
  flex-wrap: wrap;
}
#article .item-start {
  align-items: flex-start;
}
#article .items-center {
  align-items: center;
}
#article .item-end {
  align-items: flex-end;
}
#article .justify-start {
  justify-content: flex-start;
}
#article .justify-center {
  justify-content: center;
}
#article .justify-end {
  justify-content: flex-end;
}
#article .justify-between {
  justify-content: space-between;
}
#article .flex-img {
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #article .flex {
    display: block;
  }
  #article .flex-img + * {
    margin-top: 16px;
  }
}

.col-wrap {
  margin-bottom: 60px;
}
.col-2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.col-2 > * {
  width: 48%;
}
.col-2 + .col-2 {
  margin-top: 60px;
}
.col-2:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .col-2 {
    flex-direction: column;
    gap: 24px;
  }
  .col-2 > * {
    position: relative;
    width: 100%;
  }
  .col-2:nth-of-type(even) {
    flex-direction: column;
  }
}
/* space */
.gap-4 {
  gap: calc(var(--spacing)* 4);
}
.gap-8 {
  gap: calc(var(--spacing)* 8);
}
.gap-12 {
  gap: calc(var(--spacing)* 12);
}
/* grid */
#article .grid {
  display: grid;
}
#article .grid-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  #article .grid-card {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
/* ------------------------------------------------------- */
.key-visual {
  margin-bottom: 16px;
}
.no-kv {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .no-kv {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .no-kv {
    margin-top: 86px;
  }
}

/* パンくず */
.breadcrumbs {
  margin-bottom: 24px;
}
.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.6;
  gap: 0.5em 0.75em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs-list > * + *::before {
  content: ">";
  display: inline;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #555;
}
.breadcrumbs__item {
  display: inline;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  white-space: normal;
  word-break: break-word;
}
.breadcrumbs__item a {
  text-decoration: revert;
  text-underline-offset: 5px;
  text-decoration-style: dashed;
  color: inherit;
}
/* .breadcrumbs__item:nth-child(2) {
  display: none;
} */


/* @media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 0 24px;
  }
} */

.article-box > * + *:not(h1, dialog) {
 margin-top: 40px;
}
.article-box > *.new {
  margin-top: 50px;
}
.article-box ul li div.card .new {
  margin-top: 60px;
}
.article-block {
  margin-bottom: 60px;
}
.article-block > * + * {
  margin-top: 32px;
}
/* .article__tag {
  margin-bottom: 16px;
} */
.flex-container + .flex-container {
  margin-top: 40px;
}
/* @media only screen and (min-width: 768px) {
  .article-box {
    width: calc(100% - 40px);
    margin-inline: auto;
  }
} */
@media only screen and (min-width: 1024px) {
  .content-header {
    width: calc(100% - 60px);
    margin-inline: auto;
  }
  .flex-container + .flex-container {
    margin-top: 60px;
  }
}

#article h1 {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.283rem + 0.92vw, 2rem);
  letter-spacing: 0.1em;
}
#article h1 span {
  display: block;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
}
#article h2 {
  padding: 8px;
  color: #b53580;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.118rem + 0.56vw, 1.625rem);
  text-align: left;
}
#article .en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#article h2.en {
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 1.317rem + 0.78vw, 2rem);
}
#article h2 span {
  display: block;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
}
#article h3 {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.206rem + 0.19vw, 1.375rem);
/*   word-break: keep-all;
  overflow-wrap: anywhere; */
  line-height: 1.6;
}
#article h3 span {
  display: block;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
}
#article .title-center {
  text-align: center;
}
:where(#article figure) {
  width: fit-content;
  margin-inline: auto;
  text-align: inherit;
}
#article figcaption,
#article .caption {
  margin-top: 8px;
    margin-inline: auto;
  max-inline-size: max-content;
  color: #555;
  font-size: 14px;
/*   word-break: keep-all;
  overflow-wrap: anywhere; */
  line-height: 1.44;
}
@media only screen and (max-width: 768px) {
  #article figcaption,
  #article .caption {
    text-align: left;
  }
}
.lead {
  font-size: 18px;
}
.post-container {
  position: relative;
}
.post-container * + * {
  margin-top: 24px;
}
.block-heading,
.card-heading {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.206rem + 0.19vw, 1.375rem);
  word-break: keep-all;
}
.block-heading span {
  display: block;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
}
.block-info_content {
  position: relative;
  margin-top: 32px;
  &::before {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    left: 0;
    top: -16px;
    background: #222;
    transform: scaleY(0.5);
  }
  & > p {
    font-size: 15px;
  }
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
#article .gallery + .caption {
  margin-top: -16px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px 32px;
  &.new::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 54px;
    height: 40px;
    top: -24px;
    left: 0;
    background: url(../images/icon-new.png) no-repeat;
    background-size: contain;
  }
  &.present::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 68px;
    height: 68px;
    top: -24px;
    left: -12px;
    background: url(../images/icon-present.png) no-repeat;
    background-size: contain;
  }
}
.card-heading {
  margin-top: 8px;
}
.card__content {
  position: relative;
}
.card__img img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  border-radius: 32px;
}
.card + .card {
  margin-top: 32px;
}
@media only screen and (min-width: 768px) {
  .card {
    &.present::before {
      width: 78px;
      height: 78px;
      left: -16px;
      top: -38px;
    }
  }
}
@media only screen and (min-width: 1024px) {
  .card {
    &.new::before {
      width: 70px;
      height: 53px;
      top: -32px;
    }
  }
  .card + .card {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .card__img img {
    border-radius: 50px;
  }
  .card {
    &.present::before {
      width: 100px;
      height: 100px;
      left: -20px;
    }
  }
}

/* バックナンバー ・レコメンド */
#article .list-grid {
  position: relative;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(calc(100% / 2 - 16px), 1fr));
  gap: 32px 16px;
}
#article h1 + .list-grid {
  margin-top: 56px;
}
#article .card, {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#article .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#article .card-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  min-height: 100%;
}
#article .card__title {
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem) !important;
  line-height: 1.6;
  /* word-break: auto-phrase; */
}
#recommend {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #article .list-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 16px;
  }
}
@media screen and (min-width: 1025px) {
  #article .list-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
    gap: 60px 40px;
  }
}

/* タグ */
.article__tag {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 8px;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  gap: 0 4px;
  line-height: 1.4;
}
.tag {
  color: #a3a3a3;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .article__tag {
    gap: 0 8px;
  }
}
/* plofile */
.prof {
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid rgb(0 0 0 / 15%);
}
.prof__elegant {
  border-bottom: 1px solid rgb(0 0 0 / 15%);
}
/* e-book */
#index {
  margin-bottom: 60px;
  padding: 0 2% 30px;
  min-height: 0;
}
#index .ebook-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 24px;
  min-height: 600px;
  background: #f4f1f1;
  color: #333;
}
#index .e-book_img {
  text-align: center;
}
#index .e-book_contents {
  display: flex;
  flex-direction: column;
}
#index .e-book_contents > * + * {
  margin-top: 24px;
}
#index .e-book_contents dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
}
#index .e-book_contents .lato {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid;
  text-align: center;
  line-height: 1.2;
}
#index .e-book_img img {
  height: auto;
}
#index h2 img {
  display: inline-block;
  height: 82px;
  width: auto;
  margin-top: -57px;
}
#index article {
  display: block;
}
#index article > * {
  width: 100%;
  float: none;
}
#index article p span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32.75%;
}
#index article dl {
  position: relative;
  margin-top: 30px;
  padding: 0;
}
#index article dl dt {
  position: relative;
  margin-bottom: 20px;
  /* padding: 0 45px 15px 0; */
  font-weight: 700;
  font-size: clamp(1.125rem, 0.988rem + 0.59vw, 1.5rem);
  line-height: 1.3;
}
#index article dl dt::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 8px;
  left: 0;
  bottom: -8px;
  background: #333;
  border-radius: 50vh;
  transform: scaleY(0.5);
}
#index article dl dt span {
/*   font-size: 0.83em; */
  display: block;
}
#index article dl dt span span {
  font-size: 0.73em;
  display: block;
}
/* #index article dl dd:first-of-type {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  right: -15px;
  width: 58px;
  height: 58px;
  border: 2px solid #333;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 1.1;
} */
#index article dl dd:first-of-type strong {
  width: 100%;
  font-size: 20px;
}
#index article dl dd:first-of-type strong span {
  display: block;
  font-size: 0.7em;
}
#index article dl dd ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  font-size: 14px;
}
#index article dl dd ul li::before {
  position: absolute;
  content: "・";
  width: 1em;
  height: 1em;
  left: 0;
}
#index article dl dd p {
  font-size: 18px;
}
#index article dl dd:last-child {
  margin-top: 30px;
}
#index article dl dd:last-child span {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
/* #index article dl dd:last-child a {
  background: #000;
  max-width: 280px;
} */
.index_indent {
  font-size: clamp(1rem, 0.954rem + 0.2vw, 1.125rem);
  padding-left: 1em;
  text-indent: -1em;
}




@media screen and (min-width: 768px) {
  #index .ebook-wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
  #index article dl {
    padding: 0 5%;
    position: relative;
  }
  #index h2 img {
    margin-top: -115px;
  }
  #index article dl dt::after {
    width: 160px;
    bottom: -10px;
  }
  #index article dl dd ul li {
    font-size: 18px;
  }
  #index article dl dd ul li:last-child {
    margin-bottom: 0;
  }
  #index article dl dd:last-child {
    margin-top: 0;
  }
  #index .e-book_contents .lato {
    width: 68px;
    height: 68px;
  }
}
@media screen and (min-width: 1024px) {
  #index .ebook-wrap {
    flex-wrap: initial;
    padding: 80px 40px 40px;
  }
  #index article dl dd:first-of-type strong {
    font-size: 27px;
  }
  #index .e-book_img {
    width: 70%;
    margin-inline: auto;
  }
  #index article dl dt::after {
    bottom: -5px;
  }
  #index .e-book_contents .lato {
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1280px) {
  #index .ebook-wrap {
    padding: 80px 60px 60px;
  }
  #index .e-book_contents > * + * {
    margin-top: 40px;
  }
  #index article dl dt::after {
    bottom: 0;
  }
}
#index article p {
  position: relative;
}
#index article p span {
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 32.75%;
  max-width: 190px;
  display: block;
  background: #000;
}
/* bucknumber */
.backnumber-list {
  display: flex;
  flex-direction: column;
  gap: 3rem 2.5rem;;
}
.backnumber {
  position: relative;
  display: flex;
  gap: 1rem;
}
.backnumber__img {
  flex-shrink: 0;
  width: 35%;
}
.backnumber__img img {
  width: 100%;
  margin-inline: auto;
}
.backnumber__contents-title {
  width: 80%;
  margin-top: -5px;
  margin-bottom: 1rem;
  font-weight: 500;
  /* font-size: clamp(1.063rem, 0.994rem + 0.29vw, 1.25rem); */
  font-size: clamp(1rem, 0.954rem + 0.2vw, 1.125rem);
  line-height: 1.6;
  &::after {
    content: "";
    display: block;
    margin-top: 12px;
    width: 120px;
    height: 8px;
    border-radius: 50vh;
    background: #333;
    transform: scaleY(0.5);
  }
}
.backnumber__contents dd ul {
  margin-bottom: 1rem;
}
.backnumber__contents-text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.6;
}
.backnumber .num {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  right: 0;
  top: 0;
  border: 1px solid #333;
  border-radius: 50%;
}
.backnumber .num-text {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.backnumber-list-item {
  display: flex;
  flex-direction: column;
}
.backnumber-list-item .info-link {
  margin-left: 42%;
}
@media only screen and (min-width: 768px) {
  .backnumber {
    gap: 2rem;
  }
  .backnumber__contents-title {
    width: 100%;
    &::before {
      width: 150px;
    }
  }
  .backnumber .num {
    right: 40px;
  }
  .backnumber-list-item .info-link {
    margin-top: -4%;
    margin-left: 42%;
  }
}
@media only screen and (min-width: 820px) {
  .backnumber {
    gap: 1rem;
  }
  .backnumber-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .backnumber-list > * {
    width: 47%;
  }
  .backnumber__img {
    width: 40%;
  }
  .backnumber__contents-title {
    width: 80%;
    /* font-size: clamp(1.063rem, 0.906rem + 0.31vw, 1.25rem); */
  }
  .backnumber .num {
    right: 0;
  }
   .backnumber-list-item .info-link {
    margin-top: auto;
    margin-left: 45%;
   }
}
@media only screen and (min-width: 1024px) {
  .backnumber__contents-title {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .backnumber .num {
    width: 60px;
    height: 60px;
  }
  .backnumber .num-text {
    font-size: 18px;
  }
}



.bg-pink {
  background: rgb(194 101 153 / 10%);
}
/* sns */
.sns-share {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 60px;
}
.sns-btn {
  display: flex;
  gap: 16px;
}
.sns-btn li {
  flex-shrink: 0;
}
.sns-btn img {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .sns-share {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .line {
    display: none;
  }
}
/*監修*/
#article .special-thanks {
  font-size: .875rem;
}
#article .special-thanks a {
  text-decoration: revert;
  text-underline-offset: 4px;
  text-decoration-style: dashed;
  outline: none;
  color: initial;
}
.notice {
  position: absolute;
  bottom: -2em;
  width: fit-content !important;
  margin: 0.5em 0 0 0.5em;
  text-align: left;
}
/* bunner */
#bunner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 94%;
  margin: 60px auto;
}
@media screen and (min-width: 1024px) {
  #bunner {
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  #bunner {
    justify-content: center;
    max-width: 1400px;
    margin-inline: auto;
  }
}
/* location */
.location {
  margin-bottom: 60px;
  padding: 40px 16px;
  background: #fafafa;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .location {
    padding: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .location > p {
    margin-inline: auto;
    width: fit-conent;
    max-width: 1000px;
  }
}





/* --------------------------------------------------
Utility
------------------------------------------------------*/
/* テキスト位置調整 */
#article .text-left {
  text-align: left;
}
#article .text-center {
  text-align: center;
}
#article .text-right {
  text-align: right;
}
#article .color-black {
  color: #333;
}
#article .bold {
  font-weight: 700;
}
#article .text-sm {
  font-size: var(--text-sm);
}
#article .text-base {
  font-size: var(--text-base);
}
#article .text-lg {
  font-size: var(--text-lg);
}
#article .text-xl {
  font-size: var(--text-xl);
}
#article .text-2xl {
  font-size: var(--text-2xl);
}

#article .bg-pink {
  background: rgb(194 101 153 / 10%);
}
#article .bg-grey {
  background: rgb(0 0 0 / 5%);
}
/* 新着情報 */
#latest-articles {
  margin-bottom: 200px;
}
.heading {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  left: 50%;
  width: 100%;
  translate: -50%;
  color: #333;
  font-size: 40px;
  &::before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -10px;
    left: 50%;
    width: 80px;
    height: 10px;
    border-radius: 50vh;
    translate: -50%;
    background: #c26599;
    transform: scaleY(0.5);
  }
}
.heading > span {
  position: relative;
  display: block;
  font-family:"游ゴシック Medium",　YuGothic, "Yu Gothic",　"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",'ヒラギノ角ゴ W3','Hiragino Sans',"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
#latest-articles .list-grid {
  position: relative;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(calc(87.5rem / 3 - 4em), 1fr));
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  #latest-articles .list-grid {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2 - 4em), 1fr));
  }
  .heading {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px){
  #latest-articles {
    margin-bottom: 150px;
  }
  #latest-articles .list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 16px;
    padding-inline: 20px;
  }
}
#latest-articles .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#latest-articles .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#latest-articles .card-inner,
.card-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  min-height: 100%;
}
#latest-articles .card__title {
/*  margin-top: auto; */
  font-weight: bold;
  font-size: 18px !important;
}
@media only screen and (max-width: 768px) {
  #latest-articles .card-inner {
    padding: 0;
    box-sizing: border-box;
    gap: 6px;
  }
  #latest-articles .card__title {
    margin-top: initial;
    font-size: clamp(0.938rem, 0.759rem + 0.76vw, 1.125rem) !important;
  }
}
/* index */
#index {
  position: relative;
}
#index .heading {
  position: absolute;
  width: 100%;
  top: -100px;
}
/* 250407追加 */
.logo_all-purpose {
  margin-inline: auto;
  width: fit-content;
  translate: none;
}
.bucknumber-wrap {
  flex-wrap: wrap;
}



/* --------------------------------------------------
スタイルガイド用　css
------------------------------------------------------*/
.guide-notice {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #ccc;
  color: #333;
  font-weight: 700;
}
.guide-notice span:not([class]) {
  color: #b53580;
}
.guide-notice .list-title {
  margin-bottom: 24px;
  padding: 4px 16px;
}
.guide-notice .tag-list {
 display: flex;
 gap: 40px;
}
@media screen and (max-width: 768px) {
  .guide-notice .tag-list {
    flex-direction: column;
  }
}
.guide-notice .tag-list ul {
  flex-shrink: 0;
}
.guide-notice li {
  font-size: 16px;
}
.guide-notice li + li {
  margin-top: 8px;
}
.guide-notice pre {
  position: relative;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  background-color: #F0F9F4;
  color: #000;
  padding: 10px;
  font-size: 15px;
}
.guide-notice .item-title {
  padding: 4px 16px;
  width: fit-content;
  border: 1px solid #333;
  margin-bottom: 16px;
}
.guide-notice a {
  text-decoration: revert;
  text-underline-offset: 4px;
  text-decoration-style: dashed;
  outline: none;
}
.guide-notice .title {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 4px 16px;
  width: fit-content;
  border: 1px solid #333;
}
.guide-notice .font-wrap * + * {
  margin-top: 16px;
}
.guide-notice .class-name {
  display: block;
  padding: 4px;
  width: fit-content;
  background: rgb(0 0 0 / 5%);
  font-size: var(--text-sm);
}
/* 配布場所 */
.attention {
  margin-top: 8px;
  text-align: left;
  color: #ff1d19e0;
  font-weight: 700;
  font-size: clamp(1rem, 0.817rem + 0.78vw, 1.5rem);
  line-height: 1.6;
}
.attention span {
  color: #333;
  font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1rem);
}
@media screen and (min-width: 1024px) {
  .attention {
    text-align: right;
  }
}