@charset "utf-8";
.movie{
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.movie video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topcatch1{
  color : #ffffff;
  font-size : 400%;
  position: absolute;
  top : 250px;
  z-index: 1;
  text-align : left;
  line-height : 1.3em;
  left : 50%;
  letter-spacing : 0.1em;
}
.topcatch2{
  color : #ffffff;
  font-size : 250%;
  position: absolute;
  top : 550px;
  z-index: 1;
  letter-spacing : 0.05em;
  text-align : left;
  line-height : 1.5em;
  left : 50%;
}
.prof1{
  width : 35%;
}
.about1{
  width : 50%;
}
.about2{
  vertical-align : top;
  text-align : left;
  width : 45%;
}
.prof2{
  vertical-align : top;
  text-align : left;
  width : 60%;
}
.names{
  padding-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ab191f;
}
.topwaku{
  max-width : 1200px;
  position : relative;
  text-align : right;
  text-shadow : 0px 0px 10px #666666;
}
.backichi{
  background-color : black;
  background-image : url(../img_top/ichiback001.jpg);
  background-repeat : no-repeat;
  background-position : right bottom;
  color : white;
}
.ichip1{
  width : 33%;
}
.ichip2{
  width : 60%;
}

/* Ambassador Section */
.ambassador-section {
  width: 100%;
}
.ambassador-header {
  border-left: 3px solid #ab191f;
  padding-left: 16px;
}
.ambassador-subtitle {
  color: #bababa;
  margin-top: 16px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
}
.ambassador-cards {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.ambassador-card {
  display: flex;
  align-items: center;
  background-color: #1c1c1c;
  border-top: 1px solid #2e2e2e;
}
.ambassador-photo {
  width: 262px;
  flex-shrink: 0;
}
.ambassador-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.ambassador-info {
  flex: 1;
  padding: 0 85px;
}
.ambassador-name-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.ambassador-role {
  color: #ccc;
  letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-size: 120%;
  white-space: nowrap;
}
.ambassador-name {
  font-family: "Noto Serif JP", serif;
  font-size: 200%;
  color: #ccc;
  letter-spacing: 0.1em;
}
.ambassador-card:last-child {
  border-bottom: 1px solid #2e2e2e;
}
.ambassador-card--reverse {
  flex-direction: row-reverse;
}
.ambassador-message {
  margin-top: 24px;
  color: #fff;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
.ambassador-signature {
  margin-top: 20px;
  color: #ccc;
  font-family: "Noto Serif JP", serif;
  text-align: right;
}

/* Actor Section */
.actor-section {
  color: white;
  width: 100%;
}
.actor-section .div_contents {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.actor-section-inner {
  position: relative;
}
.actor-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.actor-order-note {
  color: #cccccc;
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.actor-tabs {
  display: flex;
  gap: 4px;
  margin-top: 40px;
}
.actor-content-outer {
  position: relative;
  z-index: 1;
}
.actor-tab {
  flex: 1;
  text-align: center;
  background-color: #2a2a2a;
  color: #cccccc;
  border: none;
  padding: 10px 0;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.05em;
  transition: background-color 0.2s;
  text-decoration: none;
}
.actor-tab:link,
.actor-tab:visited {
  color: #cccccc;
  font-weight: normal;
}
.actor-tab.active,
.actor-tab:hover {
  background-color: #ab191f;
  color: white !important;
  font-weight: normal;
}
.actor-content {
  display: block;
}
.actor-group-title {
  margin-top: 60px;
  border-bottom: 1px solid #ab191f;
  padding-bottom: 10px;
}
.actor-group-en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 250%;
  color: #ab191f;
  line-height: 1.2em;
  font-weight: 500;
}
.actor-group-ja {
  display: block;
  color: #888888;
  margin-top: -3px;
}
.actor-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
  margin-top: 24px;
}
.actor-card {
  text-align: center;
  text-decoration: none;
}
.actor-card img {
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background-color: #333333;
  transition: opacity 0.3s;
}
.actor-card:hover img {
  opacity: 0.7;
}
.actor-name {
  font-size: 13px;
  color: #cccccc;
  margin-top: 8px;
  transition: color 0.3s;
}
.actor-card:hover .actor-name {
  color: #ab191f;
}

/* Actor Sub Nav Slide */
.actor-clip {
  overflow: hidden;
}
.actor-intro,
.actor-sub {
  overflow: hidden; /* margin-collapse 防止：offsetHeight を正確に計算するため */
}
/* button リセット（.actor-tab に適用） */
.actor-tabs button.actor-tab {
  background: #2a2a2a;
  border: none;
  cursor: pointer;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.actor-tabs button.actor-tab.active,
.actor-tabs button.actor-tab:hover {
  background-color: #ab191f;
  color: white !important;
}


/* ===== News Section (Top Page) ===== */
.news-section {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 60px;
}
.news-section-title {
  width: 200px;
  flex-shrink: 0;
}
.news-section-list {
  flex: 1;
}
.news-item {
  display: block;
  padding: 28px 0;
  border-bottom: 1px solid #3a3a3a;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: normal !important;
  position: relative;
}
.news-item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.news-item:hover::after {
  transform: scaleX(1);
}
.news-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.news-date {
  color: #bababa;
  font-size: 90%;
}
.news-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news-badge {
  display: inline-block;
  background-color: #ab191f;
  color: white;
  font-size: 85%;
  padding: 2px 12px;
  line-height: 1.6;
  font-weight: normal;
}
.news-body {
  color: white;
  line-height: 1.8;
}
.news-viewmore {
  text-align: right;
  margin-top: 28px;
}
.news-viewmore-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.1em;
}
.news-viewmore-link span {
  position: relative;
  border-bottom: none !important;
  padding-bottom: 2px;
}
.news-viewmore-link span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.news-viewmore-link:hover span::after {
  transform: scaleX(1);
}
.news-viewmore-link:hover {
  color: #fff !important;
}
.news-viewmore-link::after {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #ab191f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 5l7 7-7 7' stroke='%23ffffff' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.news-viewmore-link:hover::after {
  background-color: #c9202a;
  transform: scale(1.12);
}
