@charset "utf-8";

/*
  File Name   : ohanashi-other.css
  Description : 「その他のお話」セクション（main デザイン同期・form スコープ分離）
*/

/* form グローバル CSS 干渉の解除
============================================================ */
.ohanashi-other-scope {
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: visible;
  color: #333;
  font-family:
    "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: normal;
  text-align: left;
  font-feature-settings: "palt";
}
.ohanashi-other-scope *,
.ohanashi-other-scope *::before,
.ohanashi-other-scope *::after {
  box-sizing: border-box;
}
.ohanashi-other-scope img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.ohanashi-other-scope a {
  color: inherit;
  text-decoration: none;
}
.ohanashi-other-scope a:hover {
  opacity: inherit;
}
.ohanashi-other-scope ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ohanashi-other-scope p {
  margin: 0;
  padding: 0;
}
.ohanashi-other-scope button {
  cursor: pointer;
  font-family: inherit;
}
.ohanashi-other-scope .com-dialog-close {
  padding: 0;
  border: none;
  background: transparent;
}

.ohanashi-other-scope .com-section-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 811px) {.ohanashi-other-scope .com-section-inner {
    width: 100%;
  }}
.ohanashi-other-scope .section-other-ohanashi {
  padding-block: 125px 160px;
  background-color: #646464;
}
.ohanashi-other-scope .section-other-ohanashi-title {
  position: relative;
  color: #fff;
  text-align: center;
}
.ohanashi-other-scope .section-other-ohanashi-title:first-child .section-other-ohanashi-title-main {
  margin: 0;
}
.ohanashi-other-scope .section-other-ohanashi-title-main img {
  display: block;
  width: 284px;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.ohanashi-other-scope .section-other-ohanashi-title-sub {
  margin-top: 20px;
  font-weight: bold;
}
.ohanashi-other-scope .section-other-ohanashi-lists {
  display: grid;
  gap: 50px;
  margin-top: 70px;
  min-height: 120px;
}
.ohanashi-other-scope .section-other-ohanashi[aria-busy="true"] .section-other-ohanashi-lists:empty::after {
  display: block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  content: "読み込み中…";
}
.ohanashi-other-scope[hidden] {
  display: none !important;
}
@media screen and (max-width: 1200px) {.ohanashi-other-scope .section-other-ohanashi-lists {
    margin-left: 40px;
  }}
@media screen and (max-width: 811px) {.ohanashi-other-scope .section-other-ohanashi {
    padding-block: 40px 70px;
  }
.ohanashi-other-scope .section-other-ohanashi-title {
    position: relative;
  }
.ohanashi-other-scope .section-other-ohanashi-title-main img {
    width: auto;
    height: 43px;
  }
.ohanashi-other-scope .section-other-ohanashi-title-sub {
    font-size: 13px;
  }
.ohanashi-other-scope .section-other-ohanashi-lists {
    gap: 35px;
    margin-top: 35px;
    margin-left: 0;
  }
.ohanashi-other-scope .section-other-ohanashi-list .ohanashi-card-v2 {
    padding: 24px 20px 20px;
    border-radius: 10px;
  }}
@media screen and (max-width: 481px) {.ohanashi-other-scope .section-other-ohanashi-list .com-card {
    padding: 15px 15px 20px;
  }}
.ohanashi-other-scope .com-dialog-button-area {
  text-align: center;
}
.ohanashi-other-scope .com-dialog-photo {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
}
.ohanashi-other-scope .com-dialog-photo::after {
  content: url("../img/common/icon-plus.svg");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}
.ohanashi-other-scope .com-dialog-photo--static::after {
  content: none;
}
.ohanashi-other-scope .com-dialog-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0 0 10px 0;
}
.ohanashi-other-scope .com-dialog-photo--static img {
  border-radius: 0;
}
.ohanashi-other-scope .com-dialog-name {
  margin: 0;
  margin-top: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.ohanashi-other-scope .com-dialog-content {
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in;
}
.ohanashi-other-scope .com-dialog-content::backdrop {
  background-color: transparent;
}
.ohanashi-other-scope .com-dialog-overlay {
  display: grid;
  grid-template-areas: "noscroll modal";
  grid-template-rows: 1fr;
  grid-template-columns: 0.1px 1fr;
  gap: 0px;
  place-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in;
}
.ohanashi-other-scope .com-dialog-overlay::before {
  content: "";
  grid-area: noscroll;
  width: 0.1px;
  height: calc(100dvh + 1px);
}
.ohanashi-other-scope .com-dialog-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-area: modal;
  width: fit-content;
  max-width: 550px;
  max-height: 90vh;
  max-height: 90dvh;
  margin: 20px;
  padding: 50px 100px;
  overflow: hidden;
  border-radius: 7px;
  background-color: rgb(0 0 0 / 0.9);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.ohanashi-other-scope .com-dialog-modal.-search-form {
  max-width: 1100px;
  background-color: #fff;
  color: #333;
}
.ohanashi-other-scope .com-dialog-modal.-sns-share {
  width: 70%;
  max-width: 600px;
  height: fit-content;
  padding: 30px;
  background-color: #fff;
  color: #333;
}
.ohanashi-other-scope .com-dialog-modal.-photo-only {
  max-width: min(90vw, 800px);
  margin: 16px;
  padding: 44px 28px 20px;
}
.ohanashi-other-scope .com-dialog-modal.-photo-only .com-dialog-close {
  top: 6px;
  right: 6px;
  width: 35px;
  height: 35px;
}
.ohanashi-other-scope .com-dialog-modal.-photo-only .com-dialog-modal-photo img,
.ohanashi-other-scope .com-dialog-modal.-photo-only .com-dialog-modal-photo-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  max-height: 70dvh;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: contain;
}
.ohanashi-other-scope .com-dialog-modal-inner {
  overflow: hidden;
  overflow-y: auto;
}
@keyframes com-dialog-content-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ohanashi-other-scope .com-dialog-content[open] {
  display: block;
  animation: com-dialog-fade-in 0.2s ease-in;
}
@keyframes com-dialog-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ohanashi-other-scope .com-dialog-content.closing {
  animation: com-dialog-fade-out 0.2s ease-in;
}
@keyframes com-dialog-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.ohanashi-other-scope .com-dialog-modal-button {
  display: flex;
  justify-content: flex-end;
}
.ohanashi-other-scope .com-dialog-close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 45px;
  height: 45px;
}
.ohanashi-other-scope .com-dialog-close::before,
.ohanashi-other-scope .com-dialog-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  translate: -50% -50%;
}
.ohanashi-other-scope .com-dialog-close.-search-form::before,
.ohanashi-other-scope .com-dialog-close.-search-form::after,
.ohanashi-other-scope .com-dialog-close.-sns-share::before,
.ohanashi-other-scope .com-dialog-close.-sns-share::after {
  background-color: #333;
}
.ohanashi-other-scope .com-dialog-close::before {
  rotate: -45deg;
}
.ohanashi-other-scope .com-dialog-close::after {
  rotate: 45deg;
}
.ohanashi-other-scope .com-dialog-modal-photo {
  text-align: center;
}
.ohanashi-other-scope .com-dialog-modal-photo img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ohanashi-other-scope .com-dialog-modal-name {
  margin-top: 20px;
  font-size: 17px;
  text-align: center;
}
.ohanashi-other-scope .com-dialog-modal-text {
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
}
.ohanashi-other-scope .com-dialog-modal-link-title {
  margin-top: 40px;
  font-size: 17px;
}
.ohanashi-other-scope .com-dialog-modal-links {
  margin-top: 10px;
}
.ohanashi-other-scope .com-dialog-modal-link a {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}
.ohanashi-other-scope .com-card-photo-thumb .com-dialog,
.ohanashi-other-scope .com-card-photo-thumb .com-dialog-photo {
  display: block;
  width: 100%;
}
.ohanashi-other-scope .ohanashi-card-v2__thumb.com-dialog-photo,
.ohanashi-other-scope .ohanashi-card-v3__thumb.com-dialog-photo {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
}
@media screen and (max-width: 811px) {.ohanashi-other-scope .com-dialog-modal {
    max-width: 450px;
    padding: 30px;
  }
.ohanashi-other-scope .com-dialog-modal.-photo-only {
    margin: 12px;
    padding: 40px 20px 16px;
  }
.ohanashi-other-scope .com-dialog-modal.-photo-only .com-dialog-close {
    top: 5px;
    right: 5px;
    width: 31px;
    height: 31px;
  }
.ohanashi-other-scope .com-dialog-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
.ohanashi-other-scope .com-dialog-modal-photo img {
    width: 135px;
    height: 135px;
  }
.ohanashi-other-scope .com-dialog-modal-name {
    margin-top: 15px;
    font-size: 15px;
  }
.ohanashi-other-scope .com-dialog-modal-text {
    margin-top: 20px;
    font-size: 13px;
  }
.ohanashi-other-scope .com-dialog-modal-link-title {
    margin-top: 20px;
  }
.ohanashi-other-scope .com-dialog-modal-link-title,
.ohanashi-other-scope .com-dialog-modal-link a {
    font-size: 15px;
  }}
@media screen and (max-width: 481px) {.ohanashi-other-scope .com-dialog-modal {
    max-width: 90%;
    padding: 20px 10px;
  }
.ohanashi-other-scope .com-dialog-modal.-photo-only {
    margin: 10px;
    padding: 36px 16px 14px;
  }
.ohanashi-other-scope .com-dialog-modal.-photo-only .com-dialog-close {
    top: 4px;
    right: 4px;
  }
.ohanashi-other-scope .com-dialog-close {
    top: 10px;
    right: 10px;
  }}
.ohanashi-other-scope .com-sns-text {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
}
.ohanashi-other-scope .com-sns-link {
  display: flex;
  justify-content: space-around;
  max-width: 355px;
  margin: 30px auto 45px;
}
.ohanashi-other-scope .com-sns-link p {
  width: 23%;
  text-align: center;
}
.ohanashi-other-scope .com-sns-link p:last-child {
  display: none;
}
.ohanashi-other-scope .com-sns-link p a:hover {
  opacity: 0.85;
}
.ohanashi-other-scope .com-sns-link p img {
  max-width: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #9c9c9c;
}
@media screen and (max-width: 811px) {.ohanashi-other-scope .com-sns-text {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1;
  }
.ohanashi-other-scope .com-sns-link {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 200px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
.ohanashi-other-scope .com-sns-link p {
    width: 40%;
    margin-top: 25px;
  }}
.ohanashi-other-scope .com-link-copy {
  width: 23%;
  text-align: center;
}
.ohanashi-other-scope .com-btn-copy {
  position: relative;
  width: auto;
  height: auto;
  background: none;
  text-align: center;
  cursor: pointer;
}
.ohanashi-other-scope .com-btn-copy img {
  max-width: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #9c9c9c;
  transition: 0.3s;
}
.ohanashi-other-scope .com-btn-copy img:hover {
  opacity: 0.85;
}
.ohanashi-other-scope .com-btn-copy.active::after {
  content: attr(data-msg);
  position: absolute;
  bottom: -35px;
  left: 50%;
  color: #9c9c9c;
  font-size: 10px;
  line-height: 1.2;
  white-space: pre;
  transform: translateX(-50%);
}
@media screen and (max-width: 811px) {.ohanashi-other-scope .com-link-copy {
    width: 40%;
    margin-top: 25px;
  }}
.ohanashi-other-scope .ohanashi-card-v2 {
  position: relative;
  width: 100%;
  padding: 30px 30px 30px 60px;
  overflow: visible;
  border-radius: 15px;
  background-color: #fff;
}
.ohanashi-other-scope .ohanashi-card-v2__badge {
  position: absolute;
  top: 50%;
  left: -40px;
  display: grid;
  place-content: center;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background-color: #ff4b00;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}
.ohanashi-other-scope .ohanashi-card-v2__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: flex-start;
  justify-content: space-between;
}
.ohanashi-other-scope .ohanashi-card-v2__main {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
  min-width: 0;
  max-width: 520px;
}
.ohanashi-other-scope .ohanashi-card-v2__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}
.ohanashi-other-scope .ohanashi-card-v2__date {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.ohanashi-other-scope .ohanashi-card-v2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  align-items: baseline;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.ohanashi-other-scope .ohanashi-card-v2__tag {
  color: #ff4b00;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.ohanashi-other-scope .ohanashi-card-v2__about-people {
  margin: 10px 0 0;
  color: #ff4b00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.ohanashi-other-scope .ohanashi-card-v2__description {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.ohanashi-other-scope .ohanashi-card-v2__cta-wrap {
  width: 100%;
  margin-top: 20px;
}
.ohanashi-other-scope .ohanashi-card-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #ff4b00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.ohanashi-other-scope .ohanashi-card-v2__cta:hover {
  text-decoration: none;
  opacity: 0.92;
}
.ohanashi-other-scope .ohanashi-card-v2__aside {
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  gap: 30px;
  align-items: flex-start;
}
.ohanashi-other-scope .ohanashi-card-v2__people {
  display: grid;
  grid-template-columns: repeat(2, 170px);
  gap: 15px 30px;
  align-items: start;
  justify-content: start;
}
.ohanashi-other-scope .ohanashi-card-v2__person {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
  min-width: 0;
}
.ohanashi-other-scope .ohanashi-card-v2__thumb {
  width: 100%;
  max-width: 170px;
  height: auto;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.ohanashi-other-scope .ohanashi-card-v2__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ohanashi-other-scope .ohanashi-card-v2__name {
  width: 100%;
  max-width: 170px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.ohanashi-other-scope .ohanashi-card-v2__share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ohanashi-other-scope .ohanashi-card-v2__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 8px;
  background-color: #b4b4b4;
}
.ohanashi-other-scope .ohanashi-card-v2__share-btn:hover {
  opacity: 0.9;
}
.ohanashi-other-scope .ohanashi-card-v2__share-btn img {
  display: block;
  width: 20px;
  height: auto;
}
.ohanashi-other-scope .ohanashi-card-v2__share-label {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 1120px) {.ohanashi-other-scope .ohanashi-card-v2__inner {
    gap: 20px;
  }
.ohanashi-other-scope .ohanashi-card-v2__date {
    font-size: 18px;
  }
.ohanashi-other-scope .ohanashi-card-v2__tags {
    gap: 2px 10px;
  }
.ohanashi-other-scope .ohanashi-card-v2__tag {
    font-size: 11px;
  }
.ohanashi-other-scope .ohanashi-card-v2__aside {
    gap: 20px;
  }
.ohanashi-other-scope .ohanashi-card-v2__people {
    grid-template-columns: repeat(2, 140px);
    gap: 20px;
  }
.ohanashi-other-scope .ohanashi-card-v2__thumb {
    max-width: 140px;
  }
.ohanashi-other-scope .ohanashi-card-v2__name {
    max-width: 140px;
  }}
@media screen and (max-width: 811px) {.ohanashi-other-scope .section-other-ohanashi-list .ohanashi-card-v2 {
    padding: 24px 20px 20px;
    border-radius: 10px;
  }
.ohanashi-other-scope .ohanashi-card-v2__badge {
    top: 23px;
    left: 20px;
    width: 48px;
    height: 48px;
    font-size: 18px;
    letter-spacing: 0;
    transform: none;
  }
.ohanashi-other-scope .ohanashi-card-v2__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: start;
    width: 100%;
  }
.ohanashi-other-scope .ohanashi-card-v2__main {
    display: contents;
    max-width: inherit;
  }
.ohanashi-other-scope .ohanashi-card-v2__aside {
    display: contents;
  }
.ohanashi-other-scope .ohanashi-card-v2__meta {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: flex-start;
    width: 100%;
    min-height: 45px;
    padding: 1px 0 0 58px;
    order: 1;
  }
.ohanashi-other-scope .ohanashi-card-v2__date {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.25;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
.ohanashi-other-scope .ohanashi-card-v2__tags {
    gap: 4px 8px;
    order: 4;
    margin-top: 10px;
  }
.ohanashi-other-scope .ohanashi-card-v2__tag {
    font-size: 10px;
    line-height: 1.4;
  }
.ohanashi-other-scope .ohanashi-card-v2__share {
    position: absolute;
    top: 18px;
    right: 12px;
    z-index: 1;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: none;
    margin: 0;
  }
.ohanashi-other-scope .ohanashi-card-v2__share-btn {
    order: 2;
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
.ohanashi-other-scope .ohanashi-card-v2__share-btn img {
    width: 12px;
    height: auto;
  }
.ohanashi-other-scope .ohanashi-card-v2__share-label {
    order: 1;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.35;
    text-align: left;
  }
.ohanashi-other-scope .ohanashi-card-v2__description {
    order: 3;
    margin: 10px 0 0;
    font-size: 10px;
    line-height: 1.65;
  }
.ohanashi-other-scope .ohanashi-card-v2__about-people {
    order: 2;
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.65;
  }
.ohanashi-other-scope .ohanashi-card-v2__people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin-top: 16px;
    margin-inline: auto;
    order: 5;
  }
.ohanashi-other-scope .ohanashi-card-v2__person {
    gap: 7px;
    align-items: center;
  }
.ohanashi-other-scope .ohanashi-card-v2__thumb {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 4 / 3;
  }
.ohanashi-other-scope .ohanashi-card-v2__name {
    max-width: none;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
  }
.ohanashi-other-scope .ohanashi-card-v2__cta-wrap {
    order: 6;
    width: 100%;
    margin-top: 10px;
  }
.ohanashi-other-scope .ohanashi-card-v2__cta {
    min-height: 30px;
    padding: 10px 10px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
  }}
