:root {
  --white: rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);
  --gray-90: rgba(34, 34, 34, 1);
  --gray-80: rgba(68, 68, 68, 1);
  --gray-70: rgba(102, 102, 102, 1);
  --gray-60: rgba(136, 136, 136, 1);
  --gray-50: rgba(162, 162, 162, 1);
  --gray-40: rgba(196, 196, 196, 1);
  --gray-30: rgba(230, 230, 230, 1);
  --gray-20: rgba(248, 248, 248, 1);
  --bg-40: rgba(188, 208, 204, 1);
  --bg-30: rgba(202, 218, 215, 1);
  --bg-20: rgba(217, 229, 227, 1);
  --bg-10: rgba(230, 237, 236, 1);
  --bg-0: rgba(245, 248, 248, 1);
  --blue-01: rgba(55, 55, 100, 1);
  --blue-02: rgba(94, 104, 200, 1);
  --yellow-100: rgba(255, 233, 59, 1);
  --logomain-10: rgba(2, 166, 135, 1);
  --logosubgreen-10: rgba(92, 183, 107, 1);
  --logosubblue-10: rgba(71, 185, 168, 1);
  --logosubblue-20: rgba(55, 201, 182, 1);
  --JP-32-bold-font-family: Helvetica;
  --JP-32-bold-font-weight: 400;
  --JP-32-bold-font-size: 32px;
  --JP-32-bold-letter-spacing: 0px;
  --JP-32-bold-line-height: 129.99999523162842%;
  --JP-32-bold-font-style: normal;
  --JP-24-bold-font-family: Helvetica;
  --JP-24-bold-font-weight: 400;
  --JP-24-bold-font-size: 24px;
  --JP-24-bold-letter-spacing: 0px;
  --JP-24-bold-line-height: 129.99999523162842%;
  --JP-24-bold-font-style: normal;
  --JP-20-bold-font-family: Helvetica;
  --JP-20-bold-font-weight: 400;
  --JP-20-bold-font-size: 20px;
  --JP-20-bold-letter-spacing: 0px;
  --JP-20-bold-line-height: 129.99999523162842%;
  --JP-20-bold-font-style: normal;
  --JP-18-bold-font-family: Helvetica;
  --JP-18-bold-font-weight: 400;
  --JP-18-bold-font-size: 18px;
  --JP-18-bold-letter-spacing: 0px;
  --JP-18-bold-line-height: 150%;
  --JP-18-bold-font-style: normal;
  --JP-16-bold-font-family: Helvetica;
  --JP-16-bold-font-weight: 600;
  --JP-16-bold-font-size: 16px;
  --JP-16-bold-letter-spacing: 0px;
  --JP-16-bold-line-height: 150%;
  --JP-16-bold-font-style: normal;
  --JP-16-regular-font-family: Helvetica;
  --JP-16-regular-font-weight: 400;
  --JP-16-regular-font-size: 16px;
  --JP-16-regular-letter-spacing: 0px;
  --JP-16-regular-line-height: 100%;
  --JP-16-regular-font-style: normal;
  --JP-14-bold-font-family: Helvetica;
  --JP-14-bold-font-weight: 400;
  --JP-14-bold-font-size: 14px;
  --JP-14-bold-letter-spacing: 0px;
  --JP-14-bold-line-height: 129.99999523162842%;
  --JP-14-bold-font-style: normal;
  --JP-14-regular-font-family: Helvetica;
  --JP-14-regular-font-weight: 400;
  --JP-14-regular-font-size: 14px;
  --JP-14-regular-letter-spacing: 0px;
  --JP-14-regular-line-height: 150%;
  --JP-14-regular-font-style: normal;
  --JP-12-bold-font-family: Helvetica;
  --JP-12-bold-font-weight: 600;
  --JP-12-bold-font-size: 12px;
  --JP-12-bold-letter-spacing: 0px;
  --JP-12-bold-line-height: 150%;
  --JP-12-bold-font-style: normal;
  --JP-12-regular-font-family: 'Hiragino Sans', Helvetica;
  --JP-12-regular-font-weight: 400;
  --JP-12-regular-font-size: 12px;
  --JP-12-regular-letter-spacing: 0px;
  --JP-12-regular-line-height: 150%;
  --JP-12-regular-font-style: normal;
  --EN-14-regular-font-family: 'Helvetica', Helvetica;
  --EN-14-regular-font-weight: 400;
  --EN-14-regular-font-size: 14px;
  --EN-14-regular-letter-spacing: 0px;
  --EN-14-regular-line-height: 100%;
  --EN-14-regular-font-style: normal;
  --EN-13-regular-font-family: 'Helvetica', Helvetica;
  --EN-13-regular-font-weight: 400;
  --EN-13-regular-font-size: 13px;
  --EN-13-regular-letter-spacing: 0px;
  --EN-13-regular-line-height: 100%;
  --EN-13-regular-font-style: normal;
  --EN-12-regular-font-family: 'Helvetica', Helvetica;
  --EN-12-regular-font-weight: 400;
  --EN-12-regular-font-size: 12px;
  --EN-12-regular-letter-spacing: 0px;
  --EN-12-regular-line-height: 100%;
  --EN-12-regular-font-style: normal;
  --regular-font-family: Helvetica;
  --regular-font-weight: 400;
  --regular-font-size: 11px;
  --regular-letter-spacing: 0px;
  --regular-line-height: 100%;
  --regular-font-style: normal;
}

.article-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 64px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.carousel {
  display: inline-flex;
  gap: 64px;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
}

.carousel__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  flex: 0 0 auto;
}
.carousel__content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
}
.carousel__images {
  position: relative;
  width: 560px;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.carousel__arrow {
  position: absolute;
  width: 32px;
  height: 160px;
  top: calc(50% - 80px);
  cursor: pointer;
  z-index: 1;
}
.carousel__arrow--right {
  right: 0;
  background: url(../images/arrow_right.svg) no-repeat center center;
}
.carousel__arrow--left {
  left: 0;
  background: url(../images/arrow_left.svg) no-repeat center center;
}
/* 中間ページ用画像 */
.carousel__image {
  max-width: 100%;
  height: auto;
}
.is-multiple .carousel__image {
  max-height: 520px;
}
.carousel__indicators {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}
.carousel__indicator {
  background-color: var(--bg-40);
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.carousel__indicator.active {
  background-color: var(--logomain-10);
}
.image-mask::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: all;
  user-select: none;
}
.thumbphotolist {
  width: 560px;
  margin: 0 auto;
  position: relative;
}
.thumbphotolist-main {
  overflow: hidden;
  margin-bottom: 28px;
  position: relative;
}
.thumbphotolist-main-item figure {
  text-align: center;
  width: 100%;
}
.thumbphotolist-main-item figure img {
  max-height: 520px;
}
.thumbphotolist .swiper-pagination-bullet {
  background: #bcd0cc;
  margin: 0 6px;
}
.thumbphotolist .swiper-pagination-bullet-active {
  background: #02a687;
}
.thumbphotolist-main-wrapper .swiper-button-next,
.thumbphotolist-main-wrapper .swiper-button-prev {
  position: absolute;
  width: 32px;
  height: 160px;
  top: calc(50% - 80px);
  cursor: pointer;
  z-index: 1;
}
.thumbphotolist-main-wrapper .swiper-button-next:hover,
.thumbphotolist-main-wrapper .swiper-button-prev:hover {
  opacity: 1;
}
.thumbphotolist-main-wrapper .swiper-button-next {
  right: 0;
  background: url(../images/arrow_right.svg) no-repeat center center;
}
.thumbphotolist-main-wrapper .swiper-button-prev {
  left: 0;
  background: url(../images/arrow_left.svg) no-repeat center center;
}
.thumbphotolist .swiper-button-disabled {
  opacity: 0;
}

.article-content__article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-content__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.article-content__title {
  color: var(--gray-90);
  font-family: 'Hiragino Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.article-content__meta {
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.article-content__date {
  color: var(--gray-60);
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.article-content__lock-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.article-content__lock-icon-img {
  width: 11px;
  height: 15px;
  vertical-align: baseline;
}
.article-content__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  margin: 16px 0 0 0;
}
.btn--primary {
  display: flex;
  width: 320px;
  height: 56px;
  gap: 6px;
  padding: 0px 46px;
  background-color: var(--logomain-10);
  border-radius: 100px;
  align-items: center;
  justify-content: center; /* 中央に配置 */
  text-decoration: none; /* リンクの下線を消す */
  color: var(--white); /* テキストカラー */
  cursor: pointer; /* マウスカーソルをポインタに */
}
.btn--primary:hover {
  background-color: #02b89f; /* hover時に暗い緑色に変更 */
}
.btn__icon--download {
  width: 18px;
  height: 18px;
  background-image: url(../images/icon_download.svg);
  background-size: 100% 100%;
}
.btn__text {
  width: fit-content;
  color: var(--white);
  font-family: 'Hiragino Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.article-content__secondary-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 0 0 auto;
}
.btn--round {
  display: flex;
  width: 56px;
  height: 56px;
  gap: 10px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent; /* 必要に応じて背景色を設定 */
  border: none; /* ボーダーをなくす */
  cursor: pointer; /* ポインタカーソル */
}
.btn--round:hover {
  background-color: #e7e7e7;
}
.btn__icon--save {
  width: 20px;
  height: 20px;
  background: url('../images/icon_save.svg') no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn__icon--save.is-active {
  background: url('../images/icon_save_green.svg') no-repeat center center;
}
.btn__icon--copy-url {
  width: 20px;
  height: 20px;
  background: url('../images/icon_copy.svg') no-repeat center center;
  background-size: contain;
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn__notification {
  display: none;
  position: absolute;
  top: 100%;
  /*
	left: 50%;
	transform: translateX(22%);
*/
  margin-top: 20px;
  z-index: 10;
  width: 320px;
  align-items: center;
  justify-content: center;
  padding: 8px 50px;
  background-color: #000000;
  border-radius: 20px;
  box-shadow: 0px 4px 8px #00000040;
  right: -132px;
}
.btn__notification-text {
  color: var(--white);
  font-family: 'Hiragino Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.article-wrapper {
  display: inline-flex;
  gap: 64px;
  flex: 0 0 auto;
  align-items: flex-start;
  position: relative;
}
.article-content {
  display: flex;
  flex-direction: column;
  width: 520px;
  gap: 32px;
  align-items: flex-start;
  position: relative;
}
.summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--white);
  border-radius: 24px 24px 0px 24px;
  border: 2px solid;
  border-color: var(--logomain-10);
}
.summary__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}
.summary__title {
  width: fit-content;
  color: var(--logomain-10);
  font-feature-settings: 'halt' on;
  font-family: 'Hiragino Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.summary__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.summary__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-left: 32px;
  background: url('../images/icon_check.svg') no-repeat left top;
  background-size: 24px 24px;
}
.summary__text {
  flex: 1;
  color: var(--gray-90);
  font-family: 'Hiragino Sans';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.related-articles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.related-articles__title {
  width: fit-content;
  color: var(--Gray-90);
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.related-articles__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.related-articles__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  padding-left: 20px; /* リストマーカーのためのパディング */
}
.related-articles__item::before {
  content: '•'; /* リストマーカーを追加 */
  font-family: var(--JP-18-bold-font-family);
  color: var(--gray-90);
  font-size: var(--JP-18-bold-font-size);
  line-height: var(--JP-18-bold-line-height);
  font-weight: var(--JP-18-bold-font-weight);
  letter-spacing: var(--JP-18-bold-letter-spacing);
  position: absolute;
  left: 0; /* マーカーを左に配置 */
  top: 0;
}

.related-articles__link {
  width: fit-content;
  color: var(--gray-90);
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration-line: underline;
}
.related-articles__link:hover {
  text-decoration: none;
}
.related-articles__lock-icon {
  display: inline-block;
  vertical-align: middle;
}
.related-articles__icon {
  width: 11px;
  height: 15px;
  vertical-align: baseline;
}
.related-articles__video-thumbnail {
  width: 104px;
  height: 22px;
  position: relative;
  vertical-align: middle;
}
.video-list {
  width: 100%;
}
.video-list__link {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--bg-0);
  border-radius: 16px 16px 0px 16px;
}
.video-list__link:hover .video-list__overlay::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  top: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.1;
}
.video-list__content {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  flex-grow: 1;
  display: flex;
  position: relative;
  align-self: stretch;
}
.video-list__info {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.video-list__thumbnail {
  position: relative;
  width: 104px;
  height: 22px;
}
.video-list__title {
  align-self: stretch;
  color: var(--gray-90);
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.video-list__meta {
  align-items: center;
  gap: 4px;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  position: relative;
  align-self: stretch;
}
.video-list__date {
  width: fit-content;
  color: var(--gray-60);
  font-family: Helvetica;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.video-list__lock-icon {
  display: flex;
  align-items: center;
}
.video-list__icon {
  width: 11px;
  height: 15px;
}
.video-list__thumb {
  position: relative;
  width: 160px;
  height: 120px;
  background-color: var(--white);
  border-radius: 16px 16px 0px 16px;
  overflow: hidden;
  border: 1px solid;
  border-color: var(--gray-30);
}
.video-list__overlay {
  width: 160px;
  height: 120px;
  position: relative;
}
.video-list__link:hover .video-list__overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 49.8%, #fff 100%);
}
.video-list__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-list__play-icon {
  width: 48px;
  height: 48px;
  background-image: url(../images/icon_play.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.keywords {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
}
.keywords__header {
  align-self: stretch;
  color: var(--gray-90);
  font-family: 'Hiragino Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.keywords__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0px 6px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.keywords__item {
  position: relative;
  width: fit-content;
  color: var(--gray-60);
  font-family: 'Hiragino Sans';
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.article-section--paywall .article-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 2;
}
.paywall-modal {
  z-index: 2;
  position: absolute;
  display: flex;
  width: 760px;
  padding: 64px 0px 40px 0px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border: 4px solid var(--Logo-Main-10, #02a687);
  background: var(--White, #fff);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  left: calc(50% - 380px);
  top: 290px;
  background: url('../images/bg_paywall.svg') no-repeat left top #fff;
  background-size: 760px;
}
.paywall-modal__message {
  color: var(--Gray-90, #222);
  text-align: center;
  font-family: 'Hiragino Sans';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */
}
.paywall-modal__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.paywall-modal__button {
  display: flex;
  width: 460px;
  height: 64px;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #f0ad00;
  color: #fff;
  color: var(--White, #fff);
  font-family: 'Hiragino Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
.paywall-modal__button:hover {
  border-radius: 60px;
  background: #f3bd00;
}
.paywall-modal__login {
  color: var(--Gray-90, #222);
  text-align: center;
  font-family: 'Hiragino Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}
.paywall-modal__login:hover {
  text-decoration: underline;
}

.article-wrapper--video {
  display: block;
}
.article-content--video {
  display: block;
  width: 906px;
}
.article-content__article--video {
  gap: unset;
}
.article-content__actions--video {
  justify-content: flex-end;
}
.articledetail-video {
  margin-top: 17px;
  margin-bottom: 30px;
}
.articledetail-video--paywall,
.articledetail-video--paywall__background {
  width: 100%;
}
.articledetail-video--paywall__overlay {
  position: relative;
}
.articledetail-video--paywall__play-icon {
  width: 98px;
  height: 98px;
  background-image: url(../images/icon_play.svg);
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
