* {
  padding: 0;
  margin: 0;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  cursor: hand;
  text-decoration: none;
  display: block;
  cursor: pointer;
  color: #000;
}

.nowrap {
  white-space: nowrap;
}

.js_typing {
  display: inline;
}

img {
  width: 100%;
}

.section {
  width: 97%;
  max-width: 1200px;
  margin: 80px auto 0 auto;
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.tell-none {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.7vw;
  }
}

/* ======================================
下層MVS
========================================= */
.firstview__wrapper {
  position: relative;
}

.bk_image {
  max-height: 400px;
}

.bk_image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.bk__text {
  position: absolute;
  top: calc(56% - 30px);
  color: #fff;
  max-width: 1200px;
    font-size: 45px;
  left: 6vw;
  font-weight: bold;
}

/* ======================================
サイドバーまわり
========================================= */

.contents_wrapper {
  width: 100%;
  flex-direction: row-reverse;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.side_bar {
  width: 200px;
}

.main_contents {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  .main_contents {
    width: 100%;
  }

  .contents_wrapper {
    display: flex;
    flex-direction: column-reverse;
  }

  .side_bar {
    width: 100%;
  }
}

/* ======================================
黒ボタン
========================================= */
.bk_button {
  text-align: center;
  margin-top: 30px;
}

.bk_button a {
  background: #000;
  padding: 15px 82px;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 290px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  font-weight: 700;

}

.bk_button a:hover {
  opacity: 0.8;
}

.bk_button a p {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bk_button img {
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .bk_button a {
    padding: 15px 22px;
    font-size: 20px;
  }

  .bk_button img {
    width: 20px;
    height: 20px;
  }

}



/* ======================================
タイトル
========================================= */



.section__title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.section__title p {
  font-weight: bold;
  color: #c69c6d;
  margin-bottom: 10px;
}

.section__title h2 {
  font-size: 40px;
  font-weight: bold;
}

/* ======================================
出展社募集
========================================= */

.exhibit__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.exhibit__box {
  width: 19%;
  margin: 0 1.5%;
  text-align: center;
  margin-bottom: 45px;
}

.exhibit__box p {
  font-size: 20px;
  margin-top: 10px;
}

.bk_button {
  text-align: center;
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  .exhibit__box {
    width: 45%;
    margin: 0 2.5% 34px 2.5%;
  }
}

/* ======================================
ご来場をご希望の方
========================================= */
.section-visitor {
  background-color: #000;
  width: 100%;
  max-width: 100%;
}

.visitor-section {
  background-color: #000;
  color: #fff;
  padding: 60px 0px;
  text-align: center;
  width: 100%;
}

.visitor-title {
  font-size: 24px;
  margin-bottom: 40px;
}

.visitor-subtitle {
  color: var(--c-gold);
  font-size: 14px;
}

.visitor-block {
  margin-bottom: 30px;
}

.visitor-label {
  margin-bottom: 10px;
  font-size: 16px;
}

.visitor-btn {
  display: inline-block;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  min-width: 250px;

}

.visitor-btn img {
  width: 13px;
  height: 14px;
  margin-right: auto;

}

.visitor-btn.vip {
  background-color: var(--c-gold);
  color: #fff;
}

.visitor-btn.general {
  background-color: #999;
  color: #fff;
}

.visitor-btn.industry {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.visitor-btn:hover {
  opacity: 0.8;
}



/* ======================================
その他コンテンツ
========================================= */
.title_txt {
  line-height: 1.5;
}

.coming {
  width: 100%;
  text-align: center;
  margin: 50px 0;
  font-size: 20px;
}

/* タイトルエリア */
.visual-header {
  background-image: url('../images/visual-header.jpg');
  /* 差し替え可能 */
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
}

.main-title {
  font-size: 48px;
  color: white;
  font-weight: bold;
}

.section-title {
  font-size: 40px;
  font-weight: bold;

}

.sub-title {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  margin-top: 6px;
  margin-bottom: 45px;
}

.section-title div {
  margin-left: 20px;
  line-height: 1.4em;
}

/* 情報テーブル */
.info-table table {
  margin: 0 auto;
  border-collapse: collapse;
  max-width: 860px;
  width: 100%;
}

.info-table th,
.info-table td {
  border: 1px solid #000;
  text-align: center;
  padding: 20px 70px;
}


.info-table th {
  background-color: #ccc;
  text-align: center;
  padding: 20px 70px;
}

.info-table td {
  text-align: left;
  padding: 20px 10px 20px 30px;
}



/* ボタン */
.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.btn {
  padding: 12px 32px;
  font-weight: bold;
  cursor: pointer;
  margin: 10px;
  font-size: 16px;
  max-width: 220px;
  display: flex;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.btn img {
  width: 13px;
  height: 14px;
  margin-left: 10px;
}

.btn.black {
  background: #000;
  color: #fff;
}

.btn.gold {
  background: var(--c-gold);
  color: #fff;
}

/* カード */
.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: stretch;
}

.card {
  width: 27%;
  background: #eee;
  padding: 15px;
  text-align: left;
}
.card:hover{
  opacity: 0.8;
}

.card-image {
  width: 100%;
  height: auto;
  background: #bbb;
  margin-bottom: 10px;
  max-height: 236px;
  overflow: hidden;
}

.card-image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.card-title {
  font-weight: bold;
  padding: 20px 0;
  font-size: 16px;

}

.card-text {
  font-size: 14px;
  color: #222;
  line-height: 1.8em;
}

/* 女優リスト */
.actress-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.actress-card {
  width: 20%;
  text-align: center;

}

.actress-image {
  width: 100%;
  height: auto;
  background: #ccc;
  margin-bottom: 10px;
}

.actress-name {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .buttons {
    flex-wrap: wrap;
  }

  .section-title {
    font-size: 8vw;
  }

  .sub-title {
    font-size: 20px;
  }

  .info-table th,
  .info-table td {
    font-size: 16px;
  }

  .info-table th {
    font-size: 16px;
    padding: 20px 10px;
    min-width: 96px;
  }

  .card {
    width: 80%;
  }

  .actress-card {
    width: 40%;
  }

}

/* ======================================
四角ボタン
========================================= */
.all__button a {
  margin: 0 auto;
  background-color: var(--c-ink);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 251px;
  height: 49px;
  position: relative;
}

.all__button a::after {
  content: "";
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(7%) translateX(10%) rotate(45deg);
  position: absolute;
  right: 13px;
  transition: all 0.2s;
}

.all__button a:hover::after {
  right: 8px;
}

.all__button-mail .all__button-img {
  width: 20px;
  padding-right: 23px;
  margin-top: 3px;
}

.all__button-paper .all__button-img {
  width: 17px;
  padding-right: 23px;
  filter: brightness(1) invert(1);
}

@media screen and (max-width: 768px) {
  .all__button a {
    width: 75%;
    height: 13vw;
    font-size: 4vw;
  }

  .all__button-mail .all__button-img {
    width: 8%;
    padding-right: 9%;
  }

  .all__button-paper .all__button-img {
    width: 7%;
    padding-right: 11%;
  }

  .all__button a::after {
    height: 2vw;
    width: 2vw;
    border-top: 0.3vw solid #fff;
    border-right: 0.3vw solid #fff;
    right: 5%;
  }

  .all__button a:hover::after {
    right: 3%;
  }
}

/* ======================================
下線ボタン
========================================= */
.a-animation-wh a,
.a-animation-bk a,
.a-animation-bl a {
  position: relative;
}

.a-animation-wh a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.a-animation-bk a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.a-animation-bl a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--c-ink);
  bottom: -10px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.a-animation-wh a:hover::before,
.a-animation-bk a:hover::before,
.a-animation-bl a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

/* ======================================
コンテンツの幅
========================================= */
.all__wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

/* ======================================
コンテンツのタイトル
========================================= */
.all__title {
  display: flex;
  align-items: center;
  color: var(--c-ink);
  letter-spacing: -0.9px;
}

.all__title .title {
  font-weight: 600;
  font-size: 90px;
  margin-right: 20px;
}

.all__title h2 {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .all__title .title {
    font-size: 13.5vw;
    margin: 0px 4%;
  }

  .all__title h2 {
    font-size: 4vw;
  }
}


/* ======================================
各ページトップ
========================================= */
.mainview {
  /* background-image: url(../img/index/mv-back.png);*/
  background-position: left 0% top 0%;
  background-size: 65% auto;
  background-repeat: no-repeat;
}

.mainview__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 190px;
  height: 105px !important;
  padding-bottom: 95px;
}

@media screen and (max-width: 1024px) {
  .mainview__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .mainview {
    background: none;
  }

  .mainview__content {
    padding-top: 26%;
    padding-bottom: 8%;
  }
}

/* ======================================
ナビボタン
========================================= */
.page__nav {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 1.5;
  color: var(--c-muted);
}

.page__nav p,
.page__nav a:not(:first-child) {
  position: relative;
  margin-left: 40px;
}

.page__nav p::after,
.page__nav a:not(:first-child)::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--c-muted);
  position: absolute;
  top: 42%;
  left: -30px;
}

.page__nav a {
  color: var(--c-muted);
  padding-bottom: 3px;
  position: relative;
}

.page__nav a::before {
  background: var(--c-ink);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.page__nav a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 768px) {
  .page__nav {
    justify-content: flex-start;
    width: 100%;
    margin-top: 5%;
    font-size: 2.7vw;
    font-weight: 300;
  }

  .page__nav a {
    padding-bottom: 0px;
  }

  .page__nav p,
  .page__nav a:not(:first-child) {
    margin-left: 7%;
  }

  .page__nav p::after,
  .page__nav a:not(:first-child)::after {
    width: 26%;
    height: 0.1vw;
    top: 50%;
    left: -40%;
  }
}

/* ======================================
GUIDE
========================================= */
.guide__wrapper {
  background-color: var(--c-bg);
  padding: 3.5% 0px 5%;
}

.guide__inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.guide__content {
  display: flex;
  justify-content: space-between;
  margin: 25px 0px 40px;
}

.guide__title {
  display: flex;
  align-items: center;
  color: var(--c-ink);
  letter-spacing: -0.9px;
}

.guide__title-img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(58%) saturate(1173%) hue-rotate(190deg) brightness(93%) contrast(90%);
  width: 38px;
}

.guide__title .title {
  font-weight: 600;
  font-size: 80px;
  margin: 0px 19px;
}

.guide__title h2 {
  font-size: 20px;
  font-weight: 600;
}

.guide__box {
  width: 18%;
  background-color: #fff;
  border-radius: 15px;
  outline: 1px solid #000;
  outline-offset: -7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 32px 0px 10px 0px;
  transition: all 0.8s;
  position: relative;
  z-index: 1;
}

.guide__box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--c-ink);
  border-radius: 15px;
  outline: 1px solid #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.guide__box:hover {
  outline: 1px solid #fff;
}

/*.guide__box:hover .guide__box-img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(58deg) brightness(105%) contrast(102%);
}*/
.guide__box:hover p {
  color: #fff;
}

.guide__box:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.guide__box:last-child .guide__box-img {
  width: 50px;
  padding-top: 15px;
}

.guide__box p {
  text-align: center;
  color: var(--c-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin: 15px 0px;
}

.guide__button {
  display: flex;
  justify-content: center;
}

.guide__button .all__button {
  margin: 0px 10px;
}

@media screen and (max-width: 1024px) {
  .guide__inner {
    width: 90%;
  }

  .guide__box {
    width: 19.5%;
    padding-top: 22px;
  }

  .guide__box p {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .guide__wrapper {
    padding: 9.5% 0px 13%;
  }

  .guide__content {
    flex-direction: column;
    margin: 3% 0px;
  }

  .guide__title-img {
    width: 7.5%;
  }

  .guide__title .title {
    font-size: 13.5vw;
    margin: 0px 4%;
  }

  .guide__title h2 {
    font-size: 4vw;
  }

  .guide__box {
    width: 100%;
    margin: 1.5% 0%;
    padding: 4% 0%;
    outline-offset: -1.1vw;
    flex-direction: row;
    justify-content: flex-end;
  }

  .guide__box-img {
    width: 13%;
  }

  .guide__box:last-child .guide__box-img {
    width: 13%;
    padding-top: 0px;
  }

  .guide__box p {
    width: 73%;
    font-size: 4.1vw;
    letter-spacing: 0.2vw;
    margin: 0px;
  }

  .guide__button {
    flex-direction: column;
  }

  .guide__button .all__button {
    margin: 2% 0px;
  }
}


/* ======================================
ブレイクポイント
========================================= */
.bp1024,
.bp768,
.bp425 {
  display: none;
}

.sp_on {
  display: none;
}

@media screen and (max-width: 1024px) {
  .bp1024 {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .bp768 {
    display: block;
  }

  .pc_on {
    display: none;
  }

  .sp_on {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  .bp425 {
    display: block;
  }
}

/*==================================================
背景色が伸びて出現
===================================*/

/*全共通*/

.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--c-ink);
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }

  50% {
    transform-origin: right;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  /*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/* =========================================================
   2026-08-22 クライアント支給資料（HP修正0822.xlsx）の反映
   ---------------------------------------------------------
   「出展社のロゴが全部切れてます」「（NEWSの）写真は全部切れてます」
   原因は .card-image の max-height:236px と img の
   object-fit:cover / min-height:100% の組み合わせ。
   500x500 の正方形サムネイルがカード幅（約280px）で表示されると
   高さも280pxになり、236pxで下側が切り落とされていた。

   器の比率を固定して img を器いっぱいに収める。
   ロゴ（出展社一覧）は切ってはいけないので contain、
   写真（NEWS）は cover のままで、切れるのは左右の余りだけになる。
   ========================================================= */

.card-grid--logo .card-image,
.card-grid--news .card-image {
  max-height: none;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}

.card-grid--logo .card-image img,
.card-grid--news .card-image img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

/* 出展社のロゴは横長・縦長がまちまちなので、切らずに収める */
.card-grid--logo .card-image {
  background: #fff;
}

.card-grid--logo .card-image img {
  object-fit: contain;
  padding: 12px;
}

/* NEWSのサムネイルは写真なので cover のまま（上下が切れなくなる） */
.card-grid--news .card-image img {
  object-fit: cover;
}

/* ---------------------------------------------------------
   支給資料で各ページの末尾に足した注記とCTA
   --------------------------------------------------------- */

.list-note {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-muted, #736C62);
}

.page-cta {
  margin-top: clamp(48px, 6vw, 88px);
}

.page-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.page-cta__note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--c-muted, #736C62);
  text-align: center;
}

/* =========================================================
   2026-08-24（クライアント指摘）
   「写真は今も上下が切れています。（中略）切れの主因は正方形ハードクロップの
     500x500 を使っていること。4:3 のサイズを登録し直すか、-1024x1024／
     フル画像を4:3枠に入れれば原本4:3の写真は一切切れずに済みます」

   画像側は large（長辺1024・元の縦横比のまま）に切り替えた。
   あわせて枠側も、写真の形にかかわらず「全体が入る」置きかたに変える。
   cover（枠を埋める＝はみ出しを切る）から contain（全体を入れる＝余白が出る）へ。
   余白は地色と同じにして、切れているようには見えないようにする。
   ========================================================= */
html body .card-grid--news .card-image {
	background-color: var(--c-bg, #FAF9F6);
}

html body .card-grid--news .card-image img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
}
