/* ===============================
   Base
================================ */
body {
  overflow-x: hidden;
  font-family:
    -apple-system, BlinkMacSystemFont,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Yu Gothic Medium", "Yu Gothic",
    "Noto Sans JP",
    "Meiryo",
    sans-serif;
  margin: 0;
  padding: 0;
    background-image: repeating-linear-gradient(
    45deg,
    #e0f4ff 0,
    #e0f4ff 6px,
    #c2e4ff 6px,
    #c2e4ff 10px
  );
}

main {
	background-image: linear-gradient(to right, #fffc, #fffffff0 25% 83%, #fffc);
}

p {
  line-height: 180%;
  margin-bottom: 20px;
}

/* PC専用改行 */
.pc-br {
  display: inline;
}

.sp-br {
  display: none;
}

/* ===============================
   Splash
================================ */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#splash_logo img {
  width: 180px;
  animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}

.fade-out {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

/* Fancybox フォーカス枠削除 */
.fancybox__container *:focus,
.fancybox__container *:focus-visible {
  outline: none !important;
}

/* ===============================
   Header
================================ */
header {
  text-align: center;
  padding: 30px auto 0;
  margin-bottom: 50px;
}

header p {
  font-size: 1.2rem;
  color: #333;
}

.logo {
	width: 800px;
	margin: 0px auto 10px;
	padding-top: 30px;
}

.sh {
  color: #fff;
}

.ay img {
  width: 170px;
}

.ay {
  animation: pulse 2s ease-in-out infinite;
  margin: 20px auto;
}

.scroll-image {
  margin: 0 auto 20px;
  width: 1000px;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.05); }
}

h3 {
  font-size: 1.6rem;
  margin: 0 auto 20px;
}

h4 {
  font-size: 1.6rem;
  line-height: 180%;
  margin: 0 auto;
}

h5 {
  font-size: 1.4rem;
}

.titles {
  background: #BE3520;
  width: 1100px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px;
}

.titles p,
.titles p a {
  color: #fff;
}

/* アンダーライン */
.under {
  background-image: linear-gradient(white, white);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 100%;
  padding-bottom: 2px;
}

/* Top Button */
.top-button {
  display: inline-block;
  padding: 15px 40px;
  border: 3px solid #FFF;
  text-decoration: none;
  color: #BE3520;
  background: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 40px auto 30px;
  transition: all 0.3s ease;
}

.top-button:hover {
  background: #C9482F;
  color: #FFF;
  transform: scale(1.1);
}

/* ===============================
   Matome Block
================================ */
.matome {
  width: 90%;
  background: linear-gradient(349deg, #f0f0f0 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 1rem;
  margin: 0 auto 20px;
}

.matome img {
  width: 100%;
}

/* ===============================
   Background Blocks
================================ */
.bg-one {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    #5ec7ff 0%,
    #8dd9ff 45%,
    #c7ecff 75%,
    #ffffff 100%
  );
}

.bg-two {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    rgba(192, 0, 36, 1) 0%,
    rgba(192, 0, 36, 0.78) 40%,
    rgba(192, 0, 36, 0.45) 75%,
    rgba(192, 0, 36, 0.2) 100%
  );
}

.bg-three {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    rgba(0, 168, 232, 1) 0%,
    rgba(0, 168, 232, 0.75) 40%,
    rgba(0, 168, 232, 0.4) 75%,
    rgba(0, 168, 232, 0.2) 100%
  );
}

.bg-four {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(
    to bottom,
    rgba(230, 68, 58, 1) 0%,
    rgba(230, 68, 58, 0.7) 35%,
    rgba(28, 141, 216, 0.5) 70%,
    rgba(28, 141, 216, 1) 100%
  );
}

/* ===============================
   LP Layout
================================ */
.lp-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.lp-left {
  position: sticky;
  top: 40px;
  flex: 0 0 45%;
  padding: 20px;
  align-self: flex-start;
}

.lp-cover {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 80px);
  object-fit: cover;
}

.lp-right {
  flex: 1;
  padding: 20px;
  text-align: center;
  color: #fff;
}

.lp-mini-title {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.7;
}

h2 span {
  font-size: 14px;
  display: block;
}

h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.lp-desc {
  line-height: 1.8;
  margin-bottom: 0px;
  font-size: 1.1rem;
  font-weight: bold;
}

.nb {
  font-size: .9rem;
}

.lp-tracklist p {
  margin-bottom: 25px;
  line-height: 1.7;
}

.lp-button {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #FFF;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.lp-button:hover {
  background: #FFF;
  color: #000;
  transform: scale(1.1);
}

.space {
  height: 50px;
}

/* ===============================
   Icon Animation
================================ */
.icon-breath i {
  display: inline-block;
  animation: breath 3s infinite ease-in-out;
}

@keyframes breath {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}

/* ===============================
   Video
================================ */
.video-thumb-wrapper {
  max-width: 640px;
  margin: 0 auto;
}

.video-thumb-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}

.video-thumb-wrapper a:hover img {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* ===============================
   Last Section
================================ */
.last {
  text-align: center;
  min-height: 100vh;
  padding-top: 50px;
}

.card {
  background: linear-gradient(349deg, #f0f0f0 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 1rem;
  margin: 0 auto 20px;
  width: 30%;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* SNS */
.sns {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.sns li a i {
  font-size: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sns li a i:hover,
.sns li a img:hover,
.ft-logo img:hover {
  transform: scale(1.1);
}

.sns li a img {
	width: 40px;
	  text-decoration: none;
  transition: all 0.3s ease;
}

.xc {
	color: #000;
}

.yc {
	color: #c4302b;
}

/* PC/SP 切替 */
.sp-main {
  display: none;
}

.ft-logo {
	width: 300px;
	margin: 0 auto 20px;
}

.ft-logo img {
	
	  text-decoration: none;
  transition: all 0.3s ease;
}

/* ===============================
   Mobile Responsive
================================ */
@media (max-width: 768px) {

 .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
  
  .pc-main {
    display: none;
  }

  .sp-main {
    display: inherit;
  }

  header {
    margin: 0;
  }

  header p {
    font-size: 1rem;
    padding: 0 20px;
    line-height: 1.8;
    word-break: break-word;
  }

.logo {
	width: 80%;
}
  h1 {
    font-size: 1.6rem;
  }

  h3, h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1.3rem;
  }

  .titles {
    width: 100%;
    padding: 30px 0;
    border-radius: inherit;
  }

  .sh {
    font-size: 1.3rem;
  }

  /* 横スクロール画像 */
  .scroll-image {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 auto;
  }

  .scroll-image img {
    width: auto;
    height: 200px;
  }

  .lp-wrapper {
    flex-direction: column;
    padding: 20px 10px;
  }

  .lp-left,
  .lp-right {
    padding: 10px;
  }

  .lp-left {
    position: static;
  }

  .lp-desc {
    font-size: 1rem;
  }

  .lp-button {
    margin-bottom: 50px;
  }

  .card {
    width: 80%;
  }

  .space {
    height: 20px;
  }
}
