/*
Theme Name: togekata
*/

/* リセットCSS */
*{
    list-style: none;
    text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, sans-serif;
    background-color: black;
    color: #fcfcfc;
    overflow-x: hidden;
    
}
.sp{
    display: none;
}
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
a {
  color: #fff;
  text-decoration: none;
}

/* ヘッダー */
.fv-logo{
    display: inline-block;
}
.logo img{
    width: 317px;
    height: auto;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    height: 97px;
    font-size: 12px;
}
.nav-links{
    display: flex;
    gap: 32px;
    align-items: center;
}
.nav-button{
    display: inline-block;
    padding: 12px 24px;
    color: black;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.2px;
    /* グラデーション */
    background: linear-gradient(
        90deg,
        #A31D1D 0%,
        #C5A021 50%,
        #1D4D1F 100%
    );

    border-radius: 3px;
    transition: 0.3s;
}
.nav-links a:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}
/* FVセクション */
.hero {
  position: relative;
  height: 100vh;
  background: url("image/fv.png") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-text-bg {
  position: absolute;
  font-size: 360px;
  color: rgba(255,255,255,0.05);
  white-space: nowrap;
  z-index: 1;
  font-family: 'Bebas Neue', sans-serif;
  line-height: 5.4;
  animation: scrollText 100s linear infinite;
}
  @keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-heading {
  font-size: 130px;
  margin-bottom: 20px;
  line-height: 1.15;
}

.hero-title-line2 {
  display: block;
  font-size: 130px;
  line-height: 1.15;
  font-weight: bold;

  background: linear-gradient(
    90deg,
    #A31D1D,
    #C5A021,
    #1D4D1F
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-description {
  font-size: 24px;
  line-height: 1.66;
  margin-bottom: 40px;
  opacity: 0.9;
}
.cta-button {
  display: inline-block;
  padding: 32px 64px;
  font-size: 36px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 5.4px;
  line-height: 1.11;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    #A31D1D 0%,
    #C5A021 50%,
    #1D4D1F 100%
  );
  transition: 0.3s;
   box-shadow: 0 10px 60px rgba(163, 29, 19, 0.4);
}

.cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* Section 2 */
.section2 {
  position: relative;
  padding: 120px 200px;
  background: url("image/bk.png") no-repeat center / cover;
  text-align: center;
  color: #fff;
  overflow: hidden;
   /* インナーシャドウ */
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.7);
}
.section2-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.section2-heading {
  font-size: 70px;
  line-height: 1.28;
  letter-spacing: 5%;
  margin-bottom: 48px;
  font-weight: bold;
  color: #E0E0E0;
}
.section2-description {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: 5%;
  opacity: 0.85;
  color: #9CA3AF;
}
.section2-border {
  border: 2px solid rgba(255,255,255,0.3);
  display: inline-block;
}
.section2-box {
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 43px;
}
.section2-box-text {
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: 5%;
}
.gradient-text-gold {
  background: linear-gradient(
    90deg,
    #C5A021,
    #FFD700
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
/* Red cat セクション */
.redcat {
  position: relative;
  padding: 120px 80px;
  background: #000;
  color: #E0E0E0;
  overflow: hidden;
}
.redcat-container {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.redcat-title {
  margin-bottom: 88px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: 5%;
  font-size: 100px;
}
.text-red {
  color: #d32f2f;
}
.redcat-main {
  display: flex;
  gap: 60px;
  align-items: stretch;
}
.redcat-left {
  flex: 1.1;
}
.redcat-right {
  flex: 0.9;
}
.redcat-description-box {
  margin-bottom: 40px;
  border-left: 4px solid #E5E7EB;
  padding-left: 15px;
}

.redcat-description {
  font-size: 20px;
  line-height: 1.62;
  opacity: 0.8;
  color: #9CA3AF;
}
.redcat-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-card {
  background: #f5f5f5;
  color: #000;
  padding: 20px;
}
.feature-title {
    display: inline-block;
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(
    90deg,
    #A31D1D,
    #C5A021,
    #1D4D1F
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: #9CA3AF;
}
.redcat-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Soilセクション */
.soil{
  background: url("image/bk.png") no-repeat center / cover;
     /* インナーシャドウ */
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.7);
  padding: 120px 80px;
}
.soil-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  display: flex;
  gap: 110px;
  align-items: center;
}
.soil-left {
  flex: 1.5;
}
.soil-title {
  font-size: 70px;
  line-height: 1.28;
  margin-bottom: 20px;
  letter-spacing: 5%;
  font-weight: bold;
}
.soil-title-black {
  display: block;
  color: #000;
}
.highlight {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1em;
  z-index: 1;
}
.highlight::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  height: 8px;

  /* 両端が細くなるグラデーション */
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.8) 20%,
    rgba(0,0,0,1) 50%,
    rgba(0,0,0,0.8) 80%,
    rgba(0,0,0,0) 100%
  );

  transform: rotate(-50deg);
  z-index: -1;

  /* ドロップシャドウ */
  filter: drop-shadow(0 3px 6px #fff);
}
.gradient-text {
  display: block;

  background: linear-gradient(
    90deg,
    #A31D1D,
    #C5A021
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.soil-subtitle {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #C5A021;
  font-weight: bold;
}
.soil-description {
  font-size: 20px;
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 40px;
  color: #D1D5DB;
}
.soil-left img {
  max-width: 100%;
}
.soil-right {
  flex: 1.2;
}
.redcat-image {
  overflow: hidden;
}
.soil-right img {
    width: 100%;
  max-width: 460px;
  display: block;
  border: 2px solid #000;
  transform: scale(1.2);

}

/* Philosophy Section */
.philosophy{
    padding: 120px 80px 0px 80px;
}
.philosophy-container{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}
.philosophy-left {
    flex: 1;
}
.philosophy-left img{
  display: block;
  width: 100%;
  max-width: 640px;
}
.philosophy-right {
    flex: 1;
    padding: 24px 0;
}
.philosophy-subtitle{
    font-family: Bebas Neue;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 19.2px;
    padding-bottom: 20px;
    color: #EAB308;
}
.philosophy-title{
    font-size: 70px;
    line-height: 1.28;
    letter-spacing: 5%;
    color: #E0E0E0;
}
.red-text{
    color: #B91C1C;
}
.philosophy-text{
    font-size: 23px;
    line-height: 2.17;
    letter-spacing: 5%;
    color: #D1D5DB;
}

/* LINEUP　セクション */

.lineup{
    padding: 120px 80px;
}
.lineup-container{
    max-width: 1280px;
    margin: 0 auto;
}
.lineup-title{
    font-size: 60px;
    line-height: 1;
    letter-spacing: 12px;
    display: block;
    font-family: Bebas Neue;
    padding-bottom: 16px;
    width: fit-content;
    margin: 0 auto;
    color: #E0E0E0;
    border-bottom: solid 4px #E0E0E0 ;
}
.lineup-list {
    display: flex;
    align-items: center;
    margin-top: 80px;
    gap: 48px;
}
.lineup-item {
    max-width: 378.66px;
    padding: 33px;
    background-color: #fcfcfc;
}
.lineup-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 2px solid #000;
}
.lineup-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lineup-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lineup-name{
    color: #E0E0E0;
    font-size: 24px;
    line-height: 1.33;
}
.lineup-badge{
    color: #EF4444;
    border: 1px solid #EF4444;
    display: inline-block;
    font-size: 10px;
    line-height: 1.5;
    padding: 2px 8px;
}
.lineup-textbox{
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.62;
}
.lineup-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lineup-price {
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: -1.8px;
    color: #EAB308;
    font-family: Bebas Neue;
}
.lineup-line{
    width: 40px;
    height: 2px;
    margin-left: 15px;
    background: linear-gradient(
    90deg,
    #A31D1D,
    #C5A021,
    #1D4D1F
    );
}

/* フッター */
.footer{
    padding: 150px 272px;
    background: url("image/bk.png") no-repeat center / cover;
    position: relative;
}
/* CTA Section */
.cta-inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.cta-title{
    font-size: 100px;
    color: #E0E0E0;
    line-height: 100px;
    letter-spacing: 5%;
    text-align: center;
}
.footer-bg-text {
    position: absolute;
    font-size: 360px;
    color: rgba(255,255,255,0.05);
    white-space: nowrap;
    z-index: 1;
    font-family: 'Bebas Neue', sans-serif;
    animation: scrollText 100s linear infinite;
    pointer-events: none;
}
.footer-bottom {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copy {
    font-size: 18px;
    line-height: 1.77;
    letter-spacing: 2.6px;
    font-family: Bebas Neue;
}
.icon{
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
}
.footer-bottom img{
    width: 70px;
    height: auto;
}
.sns img{
    width: 50px;
    height: auto;
    display: block;
}
/* フェードイン */
.fade-in {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}