@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  background-color: #000;
  color: #fff;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  position: relative;
  overflow-x: hidden;
}
/* 背景用レイヤー */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg01.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.85);
  background-blend-mode: multiply;
  opacity: 0;
  animation: bgFadeIn 3s ease-in-out forwards;
  z-index: -1;
  pointer-events: none;
}
canvas#particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; /* 条件２：最前面に */
  pointer-events: none;
}
section {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 1;
}
h1, h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}
h1 {
  color: #FFFFFF;
  font-size: 0.9em;
}
h2 {}
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 0.8em;
}
th, td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: left;
}
th {
  background-color: #eee;
  color: hsla(0, 0%, 0%, 1.00);
  text-align: center;
}
.th_bg {
  background-color: hsla(37, 100%, 50%, 1.00);
  color: hsla(0, 0%, 100%, 1.00);
}
.td_txt {
  color: hsla(52, 100%, 50%, 1.00);
}
.wide {
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  body::before {
    background-size: cover; /* 画面いっぱい */
    background-position: center top; /* 上固定 */
  }
  .wide {}
}
/* アニメーション */
@keyframes bgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_box {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: #FFFFFF;
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 600;
}
.head {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
}
.logo_box img {
  width: 180px;
}
.hr_box {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.hr_box img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .main_box {
    width: 100%;
    /*width: calc(100% - 10px);*/
    padding-right: 0px;
    padding-left: 0px;
  }
}
.end_box {
  background-color: hsla(0, 0%, 17%, 1.00);
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0.8em;
}
.doubutu {
  margin-bottom: 30px;
  font-weight: 100;
}
.end_box a {
  color: hsla(186, 100%, 50%, 1.00);
  font-weight: 100;
}
/*/////////////////////////box01*/
/*.box01 {}
.box01 h2 {}
.box01 p {}
.box01 img {
  width: 100%;
}

.box01 .main_top_box{
}
.box01 .main_top_box h1{
	font-size: 0.6em;
	color: hsla(0,0%,32%,1.00);
	text-align: center;
}
.box01 .main_top_box h4{
	font-size: 0.7em;
	text-align: center;
}
.box01 .main_top_box h3{
	font-size: 5.5em;
	text-align: center;
	line-height: 1.2em;
	margin-top: -10px;
}
.box01 .main_top_box .top_txt{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	font-size: 1.4em;
	color: hsla(0,0%,71%,1.00);
}
.box01 .main_top_box p{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 60px;
}
@media screen and (max-width:1024px) {
.box01 .main_top_box h3{
	font-size: 3em;
}	
.box01 .main_top_box .top_txt{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	font-size: 1.2em;
	margin-top: -50px;
}	
}*/
.box01 {}
.box01 h2 {}
.box01 p {}
.box01 img {
  width: 100%;
}
.box01 .main_top_box {}
.box01 .main_top_box h1 {
  font-size: 0.6em;
  color: hsla(0, 0%, 32%, 1.00);
  text-align: center;
}
.box01 .main_top_box h4 {
  font-size: 0.7em;
  text-align: center;
}
.box01 .main_top_box h3 {
  font-size: 5em;
  text-align: center;
  line-height: 1.2em;
  margin-top: 30px;
}
.box01 .main_top_box .top_txt {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 50px;
  font-size: 1.4em;
  color: hsla(0, 0%, 71%, 1.00);
}
.box01 .main_top_box p {
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 60px;
}
@media screen and (max-width:1024px) {
  .box01 .main_top_box h3 {
    font-size: 2em;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
  }
  .box01 .main_top_box .top_txt {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 50px;
    font-size: 1.2em;
    margin-top: -50px;
  }
}
/*/////////////////////////box02*/
.box02 {}
.box02 h2 {}
.box02 p {}
.box02 img {
  width: 100%;
}
/*/////////////////////////box03*/
.box03 {}
.box03 h2 {}
.box03 p {}
.box03 img {
  width: 100%;
}
/*/////////////////////////box04*/
.box04 {}
.box04 h2 {
  font-size: 6em;
  line-height: 1em;
}
.box04 p {
  font-size: 2em;
}
.box04 img {
  width: 100%;
}
.box04 .image4_box {
  position: relative;
  width: 100%;
  height: 2100px;
  z-index: 1;
  overflow: hidden;
  margin-top: 100px;
}
.box04 .image4_box img {
  width: 80%;
  object-fit: cover;
  /*opacity: 0.2;*/
  position: absolute;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
}
.box04 .list-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  margin-top: 800px;
}
.box04 .list-overlay li {
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.80);
  padding: 1.2em 2em;
  border-radius: 1em;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .box04 h2 {
    font-size: 3em;
    line-height: 1em;
  }
  .box04 .image4_box {
    position: relative;
    width: 100%;
    height: 1020px;
    z-index: 1;
    overflow: hidden;
    margin-top: 100px;
  }
  .box04 .image4_box img {
    width: 90%;
    padding-left: 20px;
  }
  .box04 .list-overlay {
    width: 100%;
    padding: 200px 0;
    gap: 10px;
    margin-top: 250px;
  }
  .box04 .list-overlay li {
    font-size: 1em;
    margin-top: 10px;
  }
  .box04 p {
    font-size: 1.1em;
  }
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right;
}
/*/////////////////////////box05 比較*/
.box05 {}
.box05 h2 {
  font-size: 3em;
  line-height: 1em;
}
.box05 p {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2em;
}
.box05 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .box05 h2 {
    font-size: 1.6em;
  }
  .box05 p {
    font-size: 1.1em;
  }
}
/*/////////////////////////box06 スライド*/
.box06 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.box06 h2 {
  font-size: 6em;
  line-height: 1em;
}
.box06 p {
  font-size: 2em;
}
.box06 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .box06 h2 {
    font-size: 3em;
  }
  .box06 p {
    font-size: 1.1em;
  }
}
/*/////////////////////////box07 プレゼント*/
.box07 {}
.box07 h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}
.box07 .pre_box {
  height: 800px;
  padding-top: 800px;
  background-image: url(../img/p01/img071.png?123);
  background-repeat: no-repeat;
  margin-top: -100px;
}
.box07 p {
  font-weight: 500;
  font-size: 2em;
}
.box07 img {
  width: 100%;
}
.box07 .list_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
}
.box07 .list {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  background-image: url(../img/p01/list_box.png?123);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right bottom;
  background-size: 70% auto;
}
.box07 .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  width: 70px;
  height: 70px;
}
.box07 .ribbon img {
  width: 100%;
}
.box07 .list:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.box07 .list h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  text-align: center;
}
.box07 .list p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
  text-align: left;
}
.box07 .list i {
  font-size: 3em;
  color: #BF935C;
  line-height: 1.6;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.box07 .end_img_sp {
  display: none;
}
.box07 .end_img_pc {
  width: 100%;
  display: inherit;
  margin-top: 0px;
}
.box07 .end_txt {
  font-size: 0.7em;
  margin-top: 11px;
  color: hsla(0, 0%, 100%, 0.60);
  font-weight: 500;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
}
.box07 h4 {
  font-size: 2em;
}
/* スマホ対応 */
@media (max-width: 768px) {
  .box07 h2 {
    font-size: 1.6em;
  }
  .box07 .pre_box {
    height: 100%;
    padding-top: 350px;
    margin-top: 0px;
    background-size: 100% auto;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .box07 p {
    margin-bottom: 50px;
    font-size: 1.1em;
  }
  .box07 .list_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0px;
  }
  .box07 .end_img_sp {
    margin-top: 0px;
    width: 100%;
    display: inherit;
  }
  .box07 .end_img_pc {
    display: none;
  }
  .box07 .end_txt {
    width: calc(100% - 40px);
  }
  .box07 h4 {
    font-size: 1.1em;
  }
}
/*/////////////////////////box08*/
.box08 {}
.box08 h2 {
  font-size: 3em;
  line-height: 1em;
}
.box08 p {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2em;
}
.box08 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .box08 h2 {
    font-size: 1.6em;
  }
  .box08 p {
    font-size: 1.1em;
  }
}
/*/////////////////////////box09*/
.box09 {}
.box09 h2 {
  font-size: 3em;
  line-height: 1em;
}
.box09 p {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 2em;
}
.box09 img {
  width: 100%;
}
@media screen and (max-width:1024px) {
  .box09 h2 {
    font-size: 1.6em;
  }
  .box09 p {
    font-size: 1.1em;
  }
}
/*ボタン*/
.button_box {
  text-align: center;
  margin: 40px 0;
  padding-right: 30px;
  padding-left: 30px;
}
.button_box a {
  display: inline-block;
  background: linear-gradient(180deg, #FFA500 0%, #FF7300 100%);
  color: #fff;
  padding: 15px 140px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  transition: 0.3s;
  box-shadow: 0 5px 0 #CC5C00, 0 8px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  top: 0;
}
@media screen and (max-width:1024px) {
  .button_box a {
    padding: 7px 60px;
    font-size: 1.2rem;
  }
}
.button_box a:hover {
  background: linear-gradient(180deg, #FF3300 0%, #CC0000 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 0 #990000, 0 6px 12px rgba(0, 0, 0, 0.3);
}
.button_box a:active {
  top: 3px;
  box-shadow: 0 2px 0 #990000, 0 4px 8px rgba(0, 0, 0, 0.2);
}
/**/
.poem {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}
.compare {
  width: calc(100% - 40px);
  margin-right: auto;
  margin-left: auto;
}
.features, .compare, .present {
  border-radius: 16px;
  padding: 0px;
  margin-bottom: 0px;
}
.features h3, .present h3 {
  margin-top: 0;
}
.cta {
  text-align: center;
  font-size: 1.2em;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
  section {
    padding: 40px 15px;
  }
  /*table, th, td {
    font-size: 14px;
    display: block;
    width: 100%;
  }
  table tr {
    display: block;
    margin-bottom: 20px;
  }
  table th, table td {
    text-align: left;
    display: block;
    padding: 10px;
  }
  table th {
    background-color: transparent;
    font-weight: bold;
  }*/
}
.txt00 {
  text-shadow: 0px 1px 5px hsla(0, 0%, 100%, 0.72);
}
.big {
  font-size: 1.4em;
}
/*文字色*/
/*ピンク*/
.co01 {
  color: #FF0066;
}
/*スライド*/
.swiper {
  width: calc(100% - 40px);
  margin-right: 20px;
  margin-left: 20px;
}
.swiper-wrapper {}
.swiper-slide img {
  border-radius: 20px;
}
.end_img_box {
  margin-top: 100px;
  margin-bottom: 100px;
}
.youtube {
  position: relative;
  width: 90%;
  max-width: 800px; /* PCでの最大幅調整 */
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  padding-bottom: 56.25%; /* 16:9のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#video-box {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  #video-box {
    height: 230px;
    margin-top: -10px;
  }
}
#video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  z-index: 2;
  text-align: center;
}
.map_box {
  width: 100%;
}
.map_box iframe {
  width: 100%;
}
.map_box p {
  font-size: 0.8em;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.no-break {
  white-space: nowrap;
}
.en {
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: hsla(333, 100%, 50%, 1.00);
}
.c {
  float: none;
  clear: both;
}
/*ファーストビュー*/
.box10 {}
.box10 h1 {
	font-size: 0.6em;
	color: hsla(0, 0%, 32%, 1);
	text-align: center;
	margin-top: -20px;
}
.box10 h4 {
  font-size: 0.9em;
  text-align: center;
  color: #ccc;
  margin-bottom: 1em;
}
.box10 h3 {
  font-size: 3.5em;
  text-align: center;
  line-height: 1.4em;
  margin-top: 30px;
  color: #fff;
}
.box10 .main_top_box {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.box10 img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.box10 .kaisai{
	text-align: center;
	margin-top: -30px;
}

.box10 .kaisai span{
	background-color: hsla(0,0%,100%,1.00);
	color: hsla(0,0%,0%,1.00);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 2em;
}
@media screen and (max-width:1024px) {
	.box10 .kaisai{
	text-align: center;
	margin-top: -60px;
}

.box10 .kaisai span{
	background-color: hsla(0,0%,100%,1.00);
	padding-top: 7px;
	padding-right: 26px;
	padding-bottom: 7px;
	padding-left: 26px;
	font-size: 1em;
}
}
.cta-buttons {
  text-align: center;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.cta-btn {
  background-color: #ffcc00;
  color: #111;
  padding: 0.8rem 1.5rem;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.cta-btn:hover {
  background-color: #e6b800;
}
.cta-btn.second {
  background-color: #444;
  color: #fff;
}
.cta-btn.second:hover {
  background-color: #666;
}
@media screen and (max-width:1024px) {
  .box10 h3 {
    font-size: 1.5em;
    text-align: center;
    padding: 0 1rem;
  }
  .cta-btn {
    font-size: 0.9em;
    padding: 0.7rem 1.2rem;
  }
}
.main-catch {
  text-align: center;
  margin-bottom: 2rem;
}
.sub-tagline {
  font-size: 2em;
  color: #DEDEDE;
  margin-bottom: 0.5em;
}
.sub-caption {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.big_txt {
  font-size: 2.5em;
  margin-top: 30px;
  text-align: center;
}
.top_img {
  margin-top: -10px;
}
@media screen and (max-width:1024px) {
  .sub-caption {
    font-size: 1em;
  }
  .big_txt {
    font-size: 2.5em;
    margin-top: 15px;
    text-align: center;
  }
  .top_img {
    margin-top: 30px;
    margin-left: -18px;
  }
  .sub-tagline {
    font-size: 1.1em;
  }
}
.co01 {
  color: #ffcc00;
}
a{
  color: #ffcc00;
}
/* 見学会オファー視覚レイアウト（3カラム固定・非スクロール） */
.offer-headline {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #ffcc00;
  line-height: 1.8;
}
.offer-headline div {
  text-align: center;
  color: #000000;
  background-color: #ffcc00;
  padding-top: 7px;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-left: 30px;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width:1024px) {
  .offer-headline {
    font-size: 1.4em;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
}
.offer-info {
  max-width: 900px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
  font-size: 1.6em;
  color: #ddd;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width:1024px) {
  .offer-info {
    font-size: 0.90em;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.offer-info strong {
  color: hsla(0, 0%, 62%, 1.00);
}
.offer-info span {
  font-size: 0.5em;
  color: hsla(0, 0%, 51%, 1.00);
}
.offer-section {
  padding: 2rem 0;
  background-color: #111;
  color: #fff;
}
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 0.5rem;
}
.offer-cell {
  background-color: #1d1d1d;
  border-radius: 6px;
  padding: 0.8rem 0.5rem;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.offer-cell:hover {
  transform: translateY(-4px);
}
.offer-label {
  font-size: 2em;
  color: #aaa;
  margin-bottom: 0.4rem;
  color: #ffcc00;
}
.offer-main {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
}
.offer-icon i {
  font-size: 3em;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    padding: 0 0.5rem;
  }
  .offer-cell {
    padding: 0.6rem 0.3rem;
  }
  .offer-label {
    font-size: 0.9em;
  }
  .offer-main {
    font-size: 0.8em;
  }
  .offer-icon i {
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* 血統紹介セクション */
.lineage-section {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0rem;
}
.box08 h2 {
  font-size: 2.5em;
  font-weight: bold;
  padding-left: 5px;
  line-height: 1.8em;
  color: #E6E6E6;
}
.box08 h2 .co01{
  font-size: 2em;
}
.box08 .gentei{
	text-align: center;
	color: hsla(0,0%,0%,1.00);
	background-color: hsla(41,100%,50%,1.00);
	padding-top: 7px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	font-size: 3em;
	font-weight: 800;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	margin-top: -30px;
}
.box08 .gentei span{

}

@media screen and (max-width:1024px) {
.box08 .gentei{
	width: 100%;
	font-size: 2.5em;
	margin-top: -80px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 78px;
}	
}
.lineage-text p {
  font-size: 1.5em;
  color: #C8C8C8;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
@media (max-width: 600px) {
  .lineage-section {
    margin: 0 auto;
  }
  .box08 h2 {
    font-size: 1.7em;
    padding-left: 5px;
    margin-bottom: 3em;
    line-height: 2em;
    color: #E6E6E6;
  }
  .lineage-text p {
    font-size: 1em;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*ヒストリー*/
.breeder-section {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0rem;
}
.breeder-section h2 {
  font-size: 2em;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 4em;
  line-height: 2em;
}
.breeder-lead {
  font-size: 1.7em;
  color: #E6E6E6;
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.breeder-text p {
  font-size: 1.5em;
  color: #C8C8C8;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
@media (max-width: 600px) {
  .breeder-section {
    margin: 0 auto;
  }
  .breeder-section h2 {
    font-size: 1.7em;
    margin-bottom: 50px;
  }
  .breeder-lead, .breeder-text p {
    font-size: 1em;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*FAQ*/
.faq-section {
  max-width: 800px;
  margin: 0 auto;
}
.faq-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-left: 5px solid #2b2b2b;
  padding-left: 1rem;
}
.faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-question {
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.faq-question:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.faq-question::after {
  content: '+';
  position: absolute;
  right: 1rem;
  font-size: 1.5rem;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.faq-item.open .faq-question::after {
  content: '-';
  transform: rotate(180deg);
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.10);
  padding: 0 1rem;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-answer {
  padding: 1rem;
  max-height: 500px;
}
@media (max-width: 600px) {
  .faq-title {
    font-size: 1.5rem;
  }
  .faq-question {
    font-size: 1rem;
  }
}
.cho_btom {
  margin-top: 1100px;
}
@media screen and (max-width:1024px) {
  .cho_btom {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.sashi {
  margin-left: -40px;
  margin-top: 40px;
}
.sashi img {
  width: 100%;
}

.pure_txt{
	margin-bottom: 86px;
	text-align: center;
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4em;
}
.gentei{
	background-color: hsla(359,100%,34%,1.00);
	color: hsla(0,0%,100%,1.00);
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-weight: 800;
	font-size: 2em;
}
@media screen and (max-width:1024px) {
.pure_txt{
	margin-bottom: 40px;
	text-align: left;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.4em;
	margin-top: 40px;
}	
}