@charset "UTF-8";
.post__data {
    padding: 2px 8px !important; }

.banner__img {
    border: 2px solid #ffffff !important; }

.header-sp__search {
    max-height: 400px !important;
    overflow: scroll !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; }

.header-sp__menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; }

.card__list--item {
    counter-increment: rank;
    position: relative; }
.card__list--item::before {
    content: counter(rank) "位";
    font-size: 12px;
    font-weight: bold;
    color: #8B8B8B;
    padding: 0 2px;
    position: absolute;
    top: 18px;
    left: 4px;
    z-index: 3; }
.card__list--item::before i {
    margin-right: 2px; }
.card__list--item:nth-child(1)::before {
    color: #0c1921 !important;
    border-bottom: 2px solid #ffcb48; }
.card__list--item:nth-child(2)::before {
    color: #0c1921 !important;
    border-bottom: 2px solid #9d9d9d; }
.card__list--item:nth-child(3)::before {
    color: #0c1921 !important;
    border-bottom: 2px solid #d1733f; }

.card__list--link {
    justify-content: flex-end !important; }

.card__list--text {
    width: 68% !important; }

.tag-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .tag-content__area {
    padding: 32px 0;
    margin: 8px auto 24px auto;
    background-color: #ffffff !important; }
  .tag-content__left {
    width: 35%;
    padding: 0 8px;
    box-sizing: border-box; }
  .tag-content__right {
    width: 65%;
    box-sizing: border-box;
    padding: 0 8px 0 0; }
    .tag-content__right--bottom {
      margin-top: 12px; }
  .tag-content__img {
    width: 100%;
    border-radius: 4px; }
  .tag-content__title {
    font-weight: bold;
    color: #0c1921;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    box-sizing: border-box; }
  .tag-content__label {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    background-color: #414961;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 10px;
    border-radius: 40px; }
  .tag-content__caption {
    font-size: 12px;
    box-sizing: border-box;
    font-weight: bold;
    color: #0c1921;
    margin-bottom: 2px; }
    .tag-content__caption i {
      margin-right: 2px; }
  .tag-content__desc {
    font-size: 13px;
    box-sizing: border-box;
    font-weight: bold;
    color: #8B8B8B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0; }
.color__green {
  color: #5CD0A3 !important; }

.comic-scroll {
  padding: 8px;
  margin: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }
  .comic-scroll__area {
    padding: 32px 0;
    margin: 8px auto 24px auto;
    background-color: #ffffff !important; }
  .comic-scroll__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #0c1921;
    font-weight: bold;
    padding: 0 8px;
    margin: 32px 0 0 0; }
    .comic-scroll__heading i {
      color: #5CD0A3;
      margin-right: 4px; }
    .comic-scroll__heading svg {
      color: #5CD0A3;
      margin-right: 4px; }
  .comic-scroll__list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    display: flex;
    padding: 8px 0; }
  .comic-scroll__item {
    flex: 0 0 auto;
    display: flex;
    width: 85%;
    margin-right: 8px;
    align-items: center;
    justify-content: center; }
    .comic-scroll__item img {
      width: 100%;
      border-radius: 8px; }

.read {
    width: 100%;
    margin: 8px auto; }

.video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #F4F4F4;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px auto;
    max-width: 600px;
}

.video-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px;
    border-bottom: 1px solid #F4F4F4;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-thumb {
    width: 35%;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

.video-text {
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-left: 8px;
}

.video-title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0c1921;
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.video-tags {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5CD0A3;
}

.video-tag {
    margin-right: 8px;
    margin-bottom: 8px;
}

.video-scroll {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    margin: 16px 0;
    overflow-x: scroll;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video-scroll-item {
    padding-right: 8px;
    width: 65%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    min-width: 65% !important;
}

.video-scroll-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
}

.video-scroll-thumb {
    width: 100%;
    box-sizing: border-box;
    height: 220px;
    overflow: hidden;
}

.video-scroll-img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    height: 100%;
    object-fit: cover;
}

.video-scroll-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 8px 8px 8px;
    text-align: left;
}

.video-scroll-title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0c1921;
    margin-bottom: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.video-scroll-tags {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #5CD0A3;
}

.video-scroll-tag {
    margin-right: 8px;
    margin-bottom: 4px;
}

.site-link-box {
    display: block;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #F4F4F4;
}

.site-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px;
}

.site-thumbnail {
    width: 35%;
    min-width: 35%;
    box-sizing: border-box;
}

.site-thumbnail img {
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.site-text {
    width: 65%;
    min-width: 65%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 8px;
}

.site-title {
    font-size: 18px;
    font-weight: bold;
    color: #5CD0A3;
    margin-bottom: 8px;
}

.site-copy {
    font-size: 13px;
    font-weight: normal;
    color: #0c1921;
}

/*20230302*/
.video-card {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 32px 0;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.video-card-item {
    padding: 8px 4px 8px 4px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block !important;
}

.video-card-link {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #F4F4F4;
    border-radius: 4px;
}

.video-card-thumb {
    width: 100%;
    box-sizing: border-box;
    height: 130px;
}

.video-card-img {
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    position: relative;
    width: 100%;
    box-shadow: none;
    height: 100%;
    object-fit: cover;
}

.video-card-text {
    width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 8px 8px 8px;
}

.video-card-title {
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 4px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.video-card-tags {
    font-size: 10px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    box-sizing: border-box;
}

.video-card-tag {
    margin-right: 8px;
    margin-bottom: 4px;
    color: #5CD0A3;
}

/*-- video-tile --*/
.video-tile {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 32px 0;
    display: flex !important;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.video-tile-item {
    padding: 4px 0 4px 0;
    width: 49%;
    box-sizing: border-box;
    display: inline-block !important;
}

.video-tile-link {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 130px;
}

.video-tile-thumb {
    box-sizing: border-box;
    border-radius: 4px 4px 4px 4px;
    position: relative;
    width: 100%;
    box-shadow: none;
    height: 100%;
    object-fit: cover;
}

.video-tile-link::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(246, 246, 246, 0) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.video-tile-title {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    margin-bottom: 4px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0 4px;
    line-height: 1;
    z-index: 2;
}

.video-play {
    display: block;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    margin: 32px 0;
}

.video-play-link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}

.video-play-thumb {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.video-play-thumb::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.6;
    width: 60px;
    height: 60px;
}

.video-play-thumb::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 15px 0 15px 25px;
}

.video-play-img {
    width: 100%;
    border-radius: 8px;
}

.video-play-title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.87);
    padding: 4px 0 0 0;
    width: 100%;
    box-sizing: border-box;
}

.video-play-tags {
    padding: 0;
    margin: 4px 0 4px 0;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    box-sizing: border-box;
}

.video-play-tag {
    margin-right: 8px;
    margin-bottom: 4px;
    color: #5CD0A3;
}

.video-play-btn {
    width: 98%;
    box-sizing: border-box;
    background-color: #5CD0A3;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    margin: 8px auto;
    border-radius: 8px;
}

.article-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin: 32px 0;
    padding: 0;
    text-align: left;
}

.article-card-link {
    padding: 16px 8px;
    background-color: #F7F7F7;
    display: block;
    width: 98%;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 16px auto;
}

.article-card-title {
    font-size: 18px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.article-card-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.article-card-thumb {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.article-card-thumb::before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.6;
    width: 60px;
    height: 60px;
}

.article-card-thumb::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 15px 0 15px 25px;
}

.article-card-img {
    width: 100%;
    box-sizing: border-box;
}

.article-card-tags {
    width: 100%;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 4px 0 8px 0;
}

.article-card-tag {
    border-radius: 3px;
    font-size: 14px;
    padding: 0 4px 0 0;
    margin: 2px;
    color: #5CD0A3;
    display: inline-block;
    font-weight: normal;
}

.article-card-btn {
    background-color: #5CD0A3;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    color: #FFFFFF;
    border-radius: 12px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0;
}

.out-scroll-img {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 16px 0;
    padding: 0; }
.out-scroll-img__list {
    margin: 0 0 4px 0;
    padding: 0 4px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow-x: auto !important;
    white-space: nowrap; }
.out-scroll-img__item {
    width: 30%;
    padding: 2px;
    display: inline-block;
    overflow: hidden;
    white-space: normal; }
.out-scroll-img__link {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 130px;
}
.out-scroll-img__link:hover {
    color: #5CD0A3 !important; }
.out-scroll-img__img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: 50% 25%; }

.content-scroll-img {
    padding: 8px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box; }
.content-scroll-img__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    padding: 0 8px;
    margin: 32px 0 0 0; }
.content-scroll-img__heading i {
    color: #5CD0A3;
    margin-right: 4px; }
.content-scroll-img__heading svg {
    color: #5CD0A3;
    margin-right: 4px; }
.content-scroll-img__list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    display: flex;
    padding: 8px 0; }
.content-scroll-img__item {
    flex: 0 0 auto;
    display: flex;
    width: 40%;
    margin-right: 8px;
    align-items: center;
    justify-content: center; }
.content-scroll-img__item a {
    display: block;
    width: 100%;
    height: 180px;
}
.content-scroll-img__item img {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    object-position: 50% 65%; }
.content-scroll-img__btn {
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #5CD0A3 !important;
    border-radius: 8px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    height: auto!important;}
/*縦リスト*/
.ds-1 {
    margin: 0 0 24px 0;
}
.ds-1__link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.ds-1__thumb {
    width: 35%;
    height: 120px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 8px;
}
.ds-1__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}
.ds-1__detail {
    width: 65%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 8px;
}
.ds-1__title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    color: #0c1921;
    font-size: 13px;
    margin: 0 0 8px 0;
}
.ds-1__text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #0c1921;
    width: 100%;
    box-sizing: border-box;
    font-size: 11px;
    margin: 0 0 8px 0;
}
.ds-1__btn {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5CD0A3;
    border-radius: 4px;
    padding: 2px 4px;
    width: 30%;
    box-sizing: border-box;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds-1__btn:hover {
    background-color: #9e9e9e;
}
.ds-1__btn svg {
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 4px;
}

/*スクロールリスト*/
.ds-2 {
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    overflow-x: scroll;
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left !important;
    margin: 8px 0 24px 0;
}
.ds-2__item {
    padding-right: 8px;
    box-sizing: border-box;
    display: inline-block !important;
    min-width: 170px !important;
}
.ds-2__link {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.ds-2__thumb {
    width: 100%;
    box-sizing: border-box;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.ds-2__img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    height: 100%;
    object-fit: cover;
}
.ds-2__detail {
    padding: 4px;
}
.ds-2__caption {
    position: absolute;
    padding: 2px;
    left: 0;
    bottom: 0;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #ee6e73;
    font-weight: bold;
}
.ds-2__text {
    width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #0c1921;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin: 4px 0;
}
.ds-2__btn {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #5CD0A3;
    border-radius: 4px;
    padding: 4px 0;
    width: 90%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto;
}
.ds-2__btn:hover {
    background-color: #0c1921;
}
.ds-2__btn svg {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 4px;
}

/*試し読み*/
.ds-3 {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    margin: 16px 0 0 0;
    padding: 4px;
}
.ds-3__list {
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    display: flex;
    padding: 8px 0;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0 0;
}
.ds-3__item {
    flex: 0 0 auto;
    display: flex;
    width: 85%;
    margin-right: 8px;
    align-items: center;
    justify-content: flex-start;
    scroll-snap-align: start;
}
.ds-3__item:last-child {
    justify-content: center;
}
.ds-3__item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.ds-3__item--btn {
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 32px;
    padding: 16px 0;
    margin: 8px auto 32px auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5CD0A3;
}

.ds-3__item--btn:hover {
    background-color: #5CD0A3;
}
.ds-3__item--btn svg {
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 4px;
}
.ds-3__btn {
    max-width: 320px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 32px;
    padding: 16px 0;
    margin: 8px auto 32px auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5CD0A3;
}

.ds-3__btn svg {
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 8px;
}
.ds-4 {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}

.ds-4__btn {
    max-width: 320px;
    background-color: #5CD0A3;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 32px;
    padding: 16px 0;
    margin: 8px auto 32px auto;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ds-4__btn svg {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 8px;
}

.ds-5__wrapper {
    position: relative;
    width: 100%;
}

/* 共通カードスタイル */
.ds-5__card {
    max-width: 500px;
    width: 100%;
    margin: 2em auto;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.2em 0.2em;
    box-sizing: border-box;
}

/* プロフィール */
.ds-5__profile {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0.2em;
}

.ds-5__profile img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: none;
}

.ds-5__profile strong {
    font-weight: 600;
    font-size: 15px;
    color: #0c1921;
}

.ds-5__ad-label {
    margin-left: auto;
    font-size: 12px;
    color: #888;
}

/* 説明文 */
.ds-5__description {
    font-size: 14px;
    line-height: 1.6;
    padding: 0 1em;
    color: #0c1921;
    text-align: left;
}

/* メイン画像 */
.ds-5__main-image {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 0.5em 1em 0.5em;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.ds-5__main-image label {
    display: block;
    width: 100%;
}

.ds-5__main-image label img {
    max-width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    border-radius: 24px;
    box-shadow: none;
}

/* オーバーレイ制御 */
.ds-5__wrapper input[type="checkbox"] {
    display: none;
}

/* ✅ 重要：チェックされたinputの隣の.overlayだけ表示 */
.ds-5__wrapper input:checked + .ds-5__card + .ds-5__overlay {
    display: flex;
}

/* オーバーレイ全体 */
.ds-5__overlay {
    position: fixed;
    inset: 0;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 10001;
    overflow-y: auto;
    padding: 2em 0;
    background: transparent;
}

.ds-5__overlay .ds-5__backdrop {
    position: fixed;
    inset: 0;
    background: #F4F4F4;
    z-index: 1000;
}

/* 中の画像エリア */
.ds-5__overlay-content {
    position: relative;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 800px;
    padding: 0 4px 0 4px;
    margin-bottom: 300px;
}

.ds-5__overlay-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* 閉じるボタン */
.ds-5__overlay label.ds-5__close {
    position: fixed;
    top: 4px;
    right: 4px;
    font-size: 36px;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 10px 16px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1100;
    line-height: 1;
    transition: background 0.2s, transform 0.2s;
}

.ds-5__overlay label.ds-5__close:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
}

/* 共通の画像スタイル */
.ds-5__card img,
.ds-5__profile img,
.ds-5__main-image img {
    box-shadow: none;
}

/* スマホ用レスポンシブ調整 */
@media (max-width: 600px) {
    .ds-5__card {
        /*border-radius: 0;*/
        /*margin: 2em 0;*/
    }

    .ds-5__overlay-content {
        max-width: 100%;
    }
}

@media only screen and (min-width: 601px) {
    .ds-5__description {
        font-size: 12px;
    }

    .ds-5__profile strong {
        font-size: 12px;
    }

    .ds-5__profile img {
        width: 40px;
        height: 40px;
    }

    .ds-5__main-image {
        padding: 0.5em 0 1rem 0;
    }

    .ds-5__card {
        margin: 1em auto;
    }
}

/* オプション: リンク内の構造調整 */
.ds-5__overlay-content div li a {
    width: 100% !important;
    box-sizing: border-box;
    list-style: none;
}

.ds-5__overlay-content div li {
    width: 100% !important;
    box-sizing: border-box;
}

.ds-5__overlay-content div {
    width: 100% !important;
    box-sizing: border-box;
    list-style: none;
}
