@charset "UTF-8";


/***************  general sub visual *****************/
.general_page {
    background-image: url(../img/general/sub_main_general.jpg);
	position: relative;
}
.hero_sub::before {
	content: '';
	display: inline-block;
    background: rgb(34 130 180 / 40%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 28px;
}
.hero_sub h2 {
    position: relative;
	}


/***************  general title *****************/
.general h4 {
    position: relative;
    padding-left: 18px;
    margin-top: 45px;
    margin-bottom: 18px;
    padding-bottom: 8px;
    border-bottom: 2px solid #26566e;
    color: #26566e;
    font-size: 17px;
}

.general h4::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0.2em;                   /* 微調整 */
  font-size: 0.9em;
}

/***************  general  *****************/
/* 上部テキストボックス */
.topbox{
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 40px;
}

.topbox__inner{
  padding: 30px 30px;
  line-height:1.5;
  position: relative;
}

.topbox__text{
  margin: 0;
  letter-spacing: .02em;
}

/* 見出し帯 */
.band__inner{
    padding: 0;
}

.band__title{
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-weight: 700;
}
.band__jp {
	font-size: 24px;
}
.band__en{
  font-size: 18px;
  color: #ed3336;
  font-weight: 700;
  margin-left:0.5em;
  letter-spacing: .1em;
}

section + section {
    margin-top: 50px;
}

.general .container {
	margin-bottom: 100px;
}
.general .sub_ttl .subttl_en {
    font-size: 100px;
}
.general p {
	margin-bottom: 15px;
}

.general .text_box {
    margin-bottom: 30px;
}

/* 白いコンテンツ面 */
.content{
  margin-top: 0!important;
}

.content__inner{
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
  padding: 35px 30px 5px;
  margin-top: 14px;
  margin-bottom: 65px;
}

.general ul {
    background-color: #f2f2f2;
    padding: 20px 20px 20px 50px;
    border-radius: 13px;}

.general li {
	line-height:2;}

.list_ttl {
	margin-top:1em!important;
	font-weight:bold;
	font-size:18px;}


/* 1カラム */
.general .trivia {
    background-color: #fff5eb;
    margin-top: 30px;
    padding: 30px 20px 15px 50px;
    border-radius: 13px;}

.general .trivia .ttl {
	margin-bottom: 20px;
}
.general .trivia .ttl span {
    font-weight: bold;
    font-size: 16px;
    padding: 6px 15px;
    background-color: #ffc6ac;
    color: #000;
    position: relative;
}
.general .trivia .ttl span::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../img/general/general_icon_trivia.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -16px;
    left: -16px;
}
/* 1カラム 画像2枚 */
/* 親：高さを揃える */
.general .image_two .image_box {
  display: flex;
  justify-content: center;
  align-items: stretch;   /* ←高さ揃える */
  gap: 35px;
  margin-top: 40px;
}

/* 画像 */
.general .image_two .image_box img {
  height: 300px;          /* ←高さ統一 */
  width: auto;            /* ←横幅は画像に任せる */
  max-width: 100%;        /* ←はみ出し防止 */
  object-fit: contain;    /* ←絶対に見切れない */
  display: block;
  background: #fff;       /* ←余白が出た時の背景 */
}


/* 2カラム */
.grid{
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 20px 35px;
  align-items: start;
  margin-bottom: 45px;
}
.grid.grid--b{
  grid-template-columns: 1fr 1.5fr;
}

.grid + .grid{ margin-top: 16px; }

.textblock p{
  margin: 0 0 10px;
}

.textwide{
  margin-top: 14px;
}

/* 画像（中サイズ） */
.imgcard{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}

.imgcard img{
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

/* 下部の大画像 */
.heroimg{
  margin-top: 14px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 26px rgba(0,0,0,0.16);
}

.heroimg img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}


/* テーブルエリア */
/* テーブル全体 */
.general .infusion_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
}

/* ヘッダー */
.general .infusion_table thead th {
  background: #f9d9c2;
  text-align: center;
  padding: 12px;
  border: 1px solid #ccc;
}

/* 本文 */
.general .infusion_table th,
.general .infusion_table td {
  border: 1px solid #ccc;
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
  background-color: #f7faff;
}

/* 左列（分類） */
.general .infusion_table tbody th {
  font-weight: bold;
  width: 25%;
  background: #f7faff;
}

/* 行背景 */
.general .infusion_table tbody tr:nth-child(even) {
  background: #f7faff;
}

/* 注意点ボックス */
.general .note_box {
	margin-bottom: 50px;
}
.general .note_box p {
	color: red;
}
.general .note_box h4 {
    border-bottom: 2px solid red;
    color: red;
}

/* 歴史エリア */
.general .history .image_box.large {
	margin-bottom: 35px;
}
.general .history .image_box.large img {
	max-width: 65%;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 参考ボックス */
.general .reference_box {
    background-color: #ebf2ff;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 30px 20px 1px;
    border-radius: 13px;
}
.general .reference_box .ttl {
    margin-bottom: 20px;
}
.general .reference_box .ttl span {
    font-weight: bold;
    font-size: 16px;
    padding: 6px 15px;
    background-color: #527ece;
    color: #fff;
}
.general .reference_box ul {
    background: none;
    padding: 0;
    border-radius: 0;
}
.general .reference_box a {
	text-decoration: underline;
}
.general .reference_box a:hover {
	text-decoration: none;
}

@media (max-width: 1000px){
.general .sub_ttl .subttl_en {
    font-size: 80px;
	}
}
@media (min-width: 768px) and (max-width: 900px){
.general .image_two .image_box img {
    height: 250px;
	}
}

/* レスポンシブ */
@media (max-width: 768px){
  .grid ,
  .grid.grid--b {
    grid-template-columns: 1fr;
  }

  .imgcard img{
    height: 200px;
  }

  .heroimg img{
    height: 200px;
  }
}
@media (max-width: 767px){
.general {
	font-size: 14px;
	}
.general h4 {
    margin-top: 35px;
    font-size: 16px;
	}
.general .text_box {
    margin-bottom: 25px;
	}
.general .sub_ttl .subttl_en {
	font-size: 14vw;
	}
.general .container {
    margin-bottom: 60px;
	}
.general .note_box {
    margin-bottom: 25px;
	}
.general .history .container {
    margin-bottom: 0;
	}
.general .history .content__inner {
    margin-bottom: 0;
    }
.general .history .image_box.large {
	margin-bottom: 20px;
	}
.general .history .image_box.large img {
	max-width: 100%;
	}
.general .reference_box {
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 25px 12px 1px;
	}
.general .trivia .ttl span::before {
    width: 25px;
    height: 25px;
    top: -12px;
    left: -12px;
	}
.band__title{
  display:block;
  }
.band__en{
  display:block;
  }
.band__jp {
    font-size: 18px;
	}
.general .content:last-child {
    margin: -10px auto 25px;
	}
.content__inner {
    padding: 20px 15px 1px;
	}
.general .trivia {
    margin-top: 15px;
    padding: 25px 12px 5px 12px;
    border-radius: 10px;
	}
.general .trivia .ttl span {
    font-size: 15px;
	}
.general .image_two .image_box {
    gap: 25px;
    margin-top: 20px;
	}
.general .image_two .image_box img {
    height: 100px;
	}
.general .table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	}
.general .infusion_table {
    min-width: 600px;   /* ← これが必要 */
    width: 600px;
    margin-top: 5px;
    margin-bottom: 25px;
	font-size: 14px;
	}
.general .scroll_text {
	font-size: 13.4px;
	}
}




/* パーツ：コメント＋人物＋コメントエリア */
.general .parts_comments_and_illust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  margin-bottom: 45px;
  border: 5px solid #2e9b63;
  border-radius: 20px;
  position: relative;
  background: #fff;
}

/* 中央 */
.general .parts_comments_and_illust .center {
  text-align: center;
}

.general .parts_comments_and_illust .main {
  color: #e07a2f;
  font-weight: 700;
  margin-bottom: 10px;
}

.general .parts_comments_and_illust .illust img {
  width: 120px;
}

/* ボックス共通 */
.general .parts_comments_and_illust .box {
  width: 40%;
  background: #e5f6ed;
  padding: 16px 18px;
  border-radius: 16px;
  position: relative;
}

/* タイトル */
.general .parts_comments_and_illust .ttl {
  font-weight: 700;
  margin-bottom: 8px;
  color: #ca0f0f;
}

/* テキスト */
.general .parts_comments_and_illust .text {
  font-size: 14px;
  line-height: 1.7;
}

/* 吹き出し（左） */
.general .parts_comments_and_illust .left::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 40px;
  border: 10px solid transparent;
  border-left-color: #e5f6ed;
}

/* 吹き出し（右） */
.general .parts_comments_and_illust .right::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 40px;
  border: 10px solid transparent;
  border-right-color: #e5f6ed;
}
/* SP */
@media (max-width: 767px) {
  .general .parts_comments_and_illust {
    display: block;
    padding: 20px 20px 0px;
    margin-bottom: 25px;
    text-align: center;
  }

  .general .parts_comments_and_illust .center {
    margin: 20px 0;
  }

  .general .parts_comments_and_illust .box {
    width: 100%;
    margin-bottom: 20px;
  }

  /* SPはハネ位置調整 */
  .general .parts_comments_and_illust .left::after {
    right: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(50%);
    border-left-color: transparent;
    border-top-color: #e5f6ed;
  }

  .general .parts_comments_and_illust .right::after {
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    border-right-color: transparent;
    border-bottom-color: #e5f6ed;
  }
.general .parts_comments_and_illust .text {
	text-align: left;
	margin-bottom: 0;
	}
.general .parts_comments_and_illust .illust img {
  display: block;
  margin: 0 auto;
  }
}


/* パーツ：豆知識＋画像 */
.general .trivia.add_image {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	background-color: #fff5eb;
	margin-top: 30px;
	padding: 26px 24px 20px 30px;
	border-radius: 20px;
}

.general .trivia.add_image .text_box {
	flex: 1;
	min-width: 0;
}

.general .trivia.add_image .ttl {
	margin-bottom: 18px;
	line-height: 1;
}

.general .trivia.add_image .ttl span {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	padding: 7px 16px;
	background-color: #ffc6ac;
	color: #000;
	border-radius: 999px;
}

.general .trivia.add_image p:last-child {
	margin-bottom: 0;
	line-height: 2;
}

.general .trivia.add_image .image_box {
	flex: 0 0 280px;
	width: 280px;
}

.general .trivia.add_image .image_box img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

/* 767px以下 */
@media (max-width: 767px) {
	.general .trivia.add_image {
		display: block;
		padding: 20px 15px;
		border-radius: 14px;
	}

	.general .trivia.add_image .ttl {
		margin-bottom: 14px;
	}

	.general .trivia.add_image .ttl span {
		font-size: 15px;
		padding: 6px 13px;
	}

	.general .trivia.add_image .image_box {
        width: 220px;
        margin: 10px auto 0;
	}
}

@media (min-width: 768px){
  .scroll_text {
    display: none !important;
  }
}


