@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800&display=swap');

/* ===== Reset ===== */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color: #1d2a39;
  background: #fff;
  line-height: 1.7;
}
input, button, select, textarea { font: inherit; }
a { color: #113f67; text-decoration: none; }
a:hover { opacity: .85; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; }

/* ===== Utilities ===== */
.txt_red   { color: #f00; }
.txt_bold  { font-weight: 700; }
.txt_blue  { color: #3399cc; }
.txt_12 { font-size: 12px; } .txt_14 { font-size: 14px; } .txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; } .txt_20 { font-size: 20px; } .txt_22 { font-size: 22px; }
.txt_24 { font-size: 24px; } .txt_26 { font-size: 26px; } .txt_28 { font-size: 28px; }
.txt_30 { font-size: 30px; } .txt_32 { font-size: 32px; }

/* ===== Layout ===== */
section { width: 100%; float: left; padding: 72px 0 0; }
section p { margin: 0; }

section article,
.team_movie_wrap,
.news-inner,
.koshien-wrap,
.items,
.corporate-cta-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  height: 100vh; min-height: 600px;
  background: url('/img/hero.png') no-repeat center right / cover;
  display: flex; align-items: center;
  color: #0b2c5f; float: left; width: 100%;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(255,255,255,.95) 0%, rgba(255,255,255,.85) 40%, rgba(255,255,255,0) 70%);
}
.hero-inner { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.hero-content { max-width: 520px; }
.hero h1 { font-size: 48px; line-height: 1.3; font-weight: 700; margin: 0 0 20px; }
.hero h1 span { color: #ff7a00; }
.hero p { font-size: 18px; line-height: 1.8; margin: 0 0 30px; }
.hero-buttons { display: flex; gap: 15px; margin-bottom: 30px; }
.hero-btn { padding: 14px 24px; border-radius: 8px; font-weight: 700; display: inline-block; }
.hero-btn-primary { background: #ff7a00; color: #fff; }
.hero-btn-secondary { border: 2px solid #0b2c5f; color: #0b2c5f; background: #fff; }
.hero-features { display: flex; gap: 20px; font-size: 14px; color: #333; margin: 0; padding: 0; }
.hero-features li { list-style: none; }
.hero-features li::before { content: "\2714"; color: #ff7a00; margin-right: 5px; }

/* ===== Section backgrounds ===== */
.compare-section   { background: #f3f7ff; }
.intro-section     { background: #ffffff; }
.examples-section  { background: #f8fbff; }
.reasons-section   { background: #ffffff; }
.features-section  { background: #f4f8ff; }
.flow-section      { background: #ffffff; }
.faq-section       { background: #f8fbff; }
.trust-section     { background: #f7f9fc; }
.ranking-section   { background: #ffffff; }

.intro-section article { background: linear-gradient(180deg, #ffffff, #f9fbff); }
.top-section article { background: transparent; border: 0; box-shadow: none; padding: 24px 0; }

section h2 { margin: 0 0 12px; font-size: 34px; line-height: 1.35; text-align: center; color: #0b2c5f; }
.title     { font-size: 28px; font-weight: 700; color: #0b2c5f; margin-bottom: 20px; }
.lead-copy { font-size: 24px; font-weight: 300; margin-top: 30px; }

/* ===== Content grids ===== */
.example_contetns ul,
.convenience_contetns ul,
.team_contetns ul,
.ranking-section .access_contetns,
ul.introduction_contents_kari {
  display: grid;
  gap: 16px;
}
.example_contetns ul            { grid-template-columns: repeat(3, 1fr); }
.convenience_contetns ul        { grid-template-columns: repeat(3, 1fr); }
.team_contetns ul               { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }
.ranking-section .access_contetns { grid-template-columns: repeat(4, 1fr); }
ul.introduction_contents_kari   { grid-template-columns: repeat(3, 1fr); margin-top: 16px; }

.example_contetns ul li,
.convenience_contetns ul li,
.team_contetns ul li,
.ranking-section .team_intro,
ul.introduction_contents_kari li {
  list-style: none;
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 12px;
  padding: 10px;
}
.example_contetns ul li  { padding: 12px; font-weight: 600; }
.convenience_contetns ul li { padding: 14px; }
.ranking-section .team_intro { border-radius: 10px; text-align: center; }

.example_contetns img,
.team_contetns ul li img,
.ranking-section .team_intro img,
ul.introduction_contents_kari li img { width: 100%; border-radius: 8px; }

.example_contetns img          { margin-top: 10px; border: 1px solid #edf1f7; }
.team_contetns ul li img       { aspect-ratio: 4/3; object-fit: cover; }
.ranking-section .team_intro img { margin-bottom: 8px; }
ul.introduction_contents_kari li img { aspect-ratio: 16/9; object-fit: cover; }

/* ===== Convenience ===== */
.convenience_contetns .title { font-size: 18px; margin: 0 0 10px; text-align: center; line-height: 1.4; }
.convenience_contetns img,
.convenience_contetns .convenience-free-img {
  width: min(150px, 62%);
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}
.convenience_contetns .comment { font-size: 14px; color: #3d4d63; line-height: 1.65; }

/* ===== Team / Shop explain ===== */
.team_contetns .shop_explain { margin-top: 8px; }
.team_contetns .shop_explain a { font-size: 14px; font-weight: 700; color: #1f334a; line-height: 1.5; }
ul.introduction_contents_kari .shop_explain { margin-top: 8px; }
ul.introduction_contents_kari .shop_explain a { font-size: 13px; font-weight: 600; color: #1f334a; line-height: 1.5; }

/* ===== News ===== */
.news-wrap { padding-top: 48px; }
.news-wrap .news-inner {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 8px 24px rgba(16,37,63,.05);
}
.news-wrap ul li { list-style: none; margin-bottom: 10px; }
.team_icon { float: none; display: inline-block; margin: 8px 6px 0 0; border: 1px solid #2989d8; border-radius: 10px; }
.team_icon a { display: block; color: #2989d8; font-size: 12px; padding: 5px 10px; }
.team_icon a:hover { color: #fff; background: #2989d8; }

/* ===== Buttons ===== */
.appli_btn ul { display: flex; gap: 14px; margin-top: 26px; padding: 0; }
.appli_btn li { list-style: none; flex: 1; }
.appli_btn li a {
  display: block; text-align: center; padding: 14px 10px;
  border-radius: 10px; font-weight: 700; font-size: 16px;
  border: 1px solid #113f67; background: #fff; color: #113f67;
}
.appli_btn li.normal a { background: #ff7a00; border-color: #ff7a00; color: #fff; }
.appli_btn li.login a  { background: #113f67; border-color: #113f67; color: #fff; }
.other_team_btn { margin-top: 20px; text-align: center; }
.other_team_btn a { display: inline-block; padding: 12px 20px; border-radius: 10px; border: 1px solid #113f67; font-weight: 700; }

/* ===== Flow ===== */
.flow_contetns dl { display: grid; grid-template-columns: 56px 1fr; gap: 12px 16px; }
.flow_contetns dt {
  width: 56px; height: 56px; border-radius: 999px;
  background: #eff4fb; color: #0b2c5f;
  display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.flow_contetns dd { margin: 0; padding: 14px; border: 1px solid #e4edf8; border-radius: 10px; background: #fff; }

/* ===== Reason ===== */
.reason_contetns ul { display: grid; grid-template-columns: 220px 1fr; gap: 10px 18px; padding: 0; }
.reason_contetns ul li { list-style: none; }
.reason_contetns ul li:nth-child(odd) { align-self: start; }
.reason_contetns ul li:nth-child(odd) h3.reason-heading {
  font-size: 1em;
  font-weight: 700;
  color: #0b2c5f;
  margin: 0;
  line-height: 1.45;
}
.reason_contetns ul li:nth-child(even) { background: #fff; border: 1px solid #e4edf8; border-radius: 10px; padding: 12px 14px; }

/* ===== Trust (E-E-A-T) ===== */
.trust-section article { max-width: 920px; margin: 0 auto; }
.trust-section p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.85;
  color: #334155;
  text-align: left;
}
.trust-section p:last-child { margin-bottom: 0; }

/* ===== Legacy components ===== */
.top_game_movie_thumb { width: 94%; margin: 60px 3%; float: left; }
.top_game_movie_thumb ul { padding: 0; font-size: 0; margin: 0; }
.top_game_movie_thumb ul li { width: 49%; margin: 0 0 20px; text-align: left; vertical-align: top; display: inline-block; }
.top_game_movie_thumb ul li:nth-child(2n) { padding-left: 2%; }
.top_game_movie_thumb ul li .title { width: 100%; font-size: 14px; float: left; }
.top_game_movie_thumb ul li .thumb_img { width: 100%; float: left; position: relative; }
.top_game_movie_thumb ul li .thumb_img img { width: 100%; margin-bottom: 10px; }
.top_game_movie_thumb ul li .thumb_img .movie_icon {
  width: 60px; position: absolute;
  top: 50%; left: calc(50% - 30px); transform: translateY(-50%);
}
.top_game_movie_thumb .game_movie_list { width: 100%; margin: 15px 0; float: left; text-align: center; }
.top_game_movie_thumb .game_movie_list a {
  background: #fff; color: #063; border: 1px solid #063;
  outline: 0; padding: 5px 0; display: block; border-radius: 5px;
}
.top_game_movie_thumb .game_movie_list a:hover { background: #063; color: #fff; }

.team_movie_wrap_box { width: 100%; padding: 60px 0; background-color: #f3f3f3; float: left; }
.team_movie_wrap h2 { width: 100%; margin-top: 100px; text-align: center; font-size: 32px; margin-bottom: 40px; float: left; }
.team-movie-link-wrap { width: 100%; margin-top: 10px; text-align: center; float: left; }
.team-movie-link { font-size: 16px; text-decoration: underline; }

.koshien-banner { width: 80%; margin: 20px 10% 100px; float: left; }
.news-content { width: 100%; float: left; }

.corporate-cta { width: 100%; background: #333; padding: 80px 0; margin: 80px 0 0; float: left; }
.corporate-cta-content { width: 100%; float: left; }
.corporate-cta-title { width: 100%; color: #fff; margin: 0 0 40px; text-align: center; font-weight: 700; font-size: 42px; }

.rank-banner { width: 94%; margin: 10px 3%; float: left; }
.rank-banner-img { width: 100%; }

.ad_btn { width: 40%; font-size: 12px; color: #2989d8; background: #fff; text-align: center; border: 1px solid #2989d8; margin: 10px 30% 0; border-radius: 20px; float: left; }
.ad_btn a { display: block; color: #fff; font-size: 24px; background: #2989d8; font-weight: bold; padding: 20px; border: 1px solid #2989d8; border-radius: 20px; }
.ad_btn a:hover { color: #2989d8; background: #fff; }

.items ul { width: 100%; margin-top: 40px; float: left; }
.items ul li { margin: 0; padding: 20px 1%; width: 25%; float: left; }

/* ===== Forms ===== */
#wrapper { width: min(1000px, calc(100% - 20px)); margin: 20px auto; }
.team_seat { width: 100%; border-collapse: collapse; margin: 16px 0; }
.team_seat th, .team_seat td { border: 1px solid #d8e0ee; padding: 10px; vertical-align: top; }
.team_seat th { width: 32%; background: #f7f9fc; text-align: left; }
.basic { width: 100%; height: 36px; border: 1px solid #ccd5e3; border-radius: 6px; padding: 0 8px; }
.contact_txtarea { width: 100%; border: 1px solid #ccd5e3; border-radius: 6px; padding: 8px; }
.contact_confirm {
  display: inline-block; padding: 12px 20px; border: 0; border-radius: 8px;
  background: #113f67; color: #fff; cursor: pointer; font-weight: 700;
}


/* ===== Tablet (≤1024px) ===== */
@media (max-width: 1024px) {
  section h2 { font-size: 28px; }

  .example_contetns ul,
  .convenience_contetns ul,
  .team_contetns ul,
  ul.introduction_contents_kari { grid-template-columns: repeat(2, 1fr); }
  .ranking-section .access_contetns { grid-template-columns: repeat(3, 1fr); }

  .hero { min-height: 520px; height: auto; padding: 72px 0 56px; }
  .hero::before { background: linear-gradient(to right, rgba(255,255,255,.95) 0%, rgba(255,255,255,.88) 55%, rgba(255,255,255,.5) 100%); }
  .hero h1 { font-size: 38px; }
  .hero p  { font-size: 16px; }
  .hero-buttons { flex-wrap: wrap; }
}

/* ===== Mobile (≤768px) ===== */
@media (max-width: 768px) {
  section article,
  .team_movie_wrap,
  .news-inner,
  .koshien-wrap,
  .items,
  .corporate-cta-inner { width: calc(100% - 8px); }

  section { padding-top: 56px; }
  section h2 { font-size: 24px; }

  .hero { min-height: 420px; }
  .hero-inner { padding: 0 16px; }
  .hero h1 { font-size: 30px; }
  .hero-buttons { flex-direction: column; gap: 10px; }
  .hero-btn { width: 100%; text-align: center; }
  .hero-features { display: block; }
  .hero-features li { margin-bottom: 8px; }

  .top-section article { padding: 14px 4%; }

  .appli_btn ul { flex-direction: column; }

  .example_contetns ul,
  .convenience_contetns ul,
  .team_contetns ul,
  ul.introduction_contents_kari,
  .ranking-section .access_contetns { grid-template-columns: 1fr; gap: 10px; }

  .features-section .convenience_contetns ul li { padding: 10px; }
  .features-section .convenience_contetns .title { font-size: 20px;text-align: center; line-height: 1.4; }
  .convenience_contetns img,
  .convenience_contetns .convenience-free-img { width: min(116px, 44%); margin: 2px auto 8px; }
  .convenience_contetns .comment { font-size: 13px; }

  .reason_contetns ul { grid-template-columns: 1fr; }
  .reason_contetns ul li:nth-child(even) { margin-bottom: 10px; }
  .flow_contetns dl { grid-template-columns: 40px 1fr; }
  .flow_contetns dt { width: 40px; height: 40px; }

  .koshien-banner { width: 100%; margin: 20px 0 40px; float: none; }
  .lead-copy { font-size: 20px; }
}
