/*
Theme Name: Lightning Child
Template: lightning
*/

/* ===== base ===== */
body {
  background: #ffc8f4;
  color: #fff;
  font-family: "Arial", "Helvetica", sans-serif;
	position: relative;
}

.header-pc{
	background-color:#d5afff;
	display: flex;
	justify-content: space-between;
	height:90px;
	position: fixed;
    width: 100%;
    z-index: 10000;
}
.menu-logo img {
    padding-top: 5px;
}

.menu-pc img {
    padding: 5px 0 0 0;
	max-width: 80%;
}

.niina-top {
  background: #ffc8f4;
}

.top-buttons{
  max-width: 1100px;
  width: 90%;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
}


.menu-btn-header{
}

.menu-pc{
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-btn{
  background-color: #d5afff;
  border-radius: 20px;
  height: 150px;
  width: 30%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 12px rgba(160, 80, 200, 0.22);
  overflow: hidden;
}

.menu-btn img{
  display: block;
  max-width: 80%;
  max-height: 42px;
}
/*
.menu-btn img{
	position: absolute;
	top:0;
	left:0;
	
}*/

/* Lightningの余白対策 */
.site-body {
  padding: 0;
}

/* ===== FV ===== */
.fv {
  min-height: 520px;
  background:
    linear-gradient(rgba(190, 120, 255, 0.18), rgba(255, 160, 235, 0.2)),
    url("./assets/img/fv.jpg") center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.fv__inner {
  padding: 40px 20px;
}

.fv__title {
  margin: 0;
  font-size: clamp(56px, 9vw, 140px);
  font-weight: 900;
  color: #ff9be9;
  -webkit-text-stroke: 6px #fff;
  text-shadow: 0 8px 18px rgba(160, 80, 200, 0.35);
  line-height: 1.1;
}

.fv__sub {
  margin: 0 0 8px;
  font-size: clamp(18px, 3vw, 42px);
  letter-spacing: 0.12em;
  color: #fff;
}



.fv{
	position: relative;
}

.fvsitelogo{
    position: absolute;
    top: 370px;
    right: 90px;
    max-width: 55%;
    height: auto;
}

/* ===== top menu ===== */
.top-menu {
  max-width: 980px;
  margin: 90px auto 70px;
  padding: 0 24px;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.top-menu__item {
  width: 260px;
  height: 120px;
  border-radius: 32px;
  background: #caa2f4;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 28px;
  letter-spacing: 0.12em;
  box-shadow: 0 8px 12px rgba(160, 80, 200, 0.22);
}

/* ===== news ===== */

.entry-title--post-type--page,
h2:where(:not(.wp-block-post-title)){border:none;}

.news-box {
  max-width: 960px;
  min-height: 320px;
  margin: 0 auto 50px;
  padding: 28px 52px;
  background: #fff;
  border-radius: 28px;
  color: #caa2f4;
}

.news-box h2 {
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 8px solid #d8a8f6;
  font-size: 34px;
  letter-spacing: 0.12em;
  color: #d8a8f6;
}

.news-box__content {
  color: #999;
}

 .news-box p{
		margin:0;
	}

/* ===== SNS ===== */
.sns-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto 110px;
  padding: 0 24px;
}

.sns-links a {
  width: 120px;
  height: 120px;
  background: #19c900;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 28px;
}

section.LINK {
    text-align: center;
	margin:10px;
}

.LINK{
    display:flex;
    justify-content:center;
    gap:30px;
    margin:80px auto;
}

.LINK a{
    color:#fff;
    text-decoration:none;
    font-size:48px;
}
section.LINK2 {
    max-width: 190px;
    height: auto;
    margin: 0 auto;
}

/* ===== footer寄せ ===== */
.site-footer {
  background: #caa2f4;
  color: #fff;
}

.footer{
	background-color:#d5afff;
	display: flex;
	justify-content: center;
	height:90px;
    width: 100%;
    z-index: 10000;
}

.footer-txt{
	text-align:center; 
}

.footer-txt p{
	margin:0; 
}

.footer-txt p:first-child{
	margin-top:20px;
}

.footer-txt p:last-child{
	margin-bottom:20px;
}

/* ===== responsive ===== */
@media (max-width: 768px) {
  .fv {
    min-height: 420px;
  }

  .fv__title {
    -webkit-text-stroke: 3px #fff;
  }

  .top-menu {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 56px auto;
  }

  .top-menu__item {
    width: 82%;
    max-width: 320px;
  }

  .news-box {
    width: calc(100% - 32px);
    padding: 24px;
  }
	


  .sns-links {
    flex-wrap: wrap;
  }

  .sns-links a {
    width: 96px;
    height: 96px;
    font-size: 22px;
  }
}