@charset "UTF-8";

/* header
---------------------------------------- */
header {
	width: 100%;
	background: #eeeeef url(../image/kv-bg.webp) no-repeat center top;
	background-size: auto 100%;
}
header h1 {
	width: min(100%,1230px);
	margin-inline: auto;
}


/* main : intro
---------------------------------------- */
.intro {
	padding-block: 6%;
	background-color: #47a638;
	color: #fff;
}
.intro section {
	width: min(90%,1230px);
	margin-inline: auto;
	text-align: center;
}
.intro section h2 {
	margin-block: 0.2em 5.5%;
}
.intro section h2 img {
  width: min(90%,450px);
	margin-inline: auto;
}
.intro .catch {
  margin-bottom: 0.3em;
  font-family: "MPLUS1p-Bold", sans-serif;
  font-size: 1.1em;
  line-height: 1.4;
  text-shadow: 2px 2px 0 #47a638;
}
.intro .catch .emphasis {
  font-family: "MPLUS1p-Black", sans-serif;
  color: #f4e827;
}
.intro .clause {
  display: inline;
}
@media  print, screen and (min-width: 600px) {
  .intro { padding-block: 5%; }
  .intro section { font-size: 1.7rem; }
  .intro section h2 { margin-bottom: 4.5%; }
  .intro section h2 img { width: min(75%,450px); }
  .intro .catch { font-size: 1.3em; }
  .intro .clause { display: inline-block; }
}
@media  print, screen and (min-width: 960px) {
  .intro { padding-block: min(4%,55px); }
  .intro section { font-size: 1.9rem; }
  .intro section h2 { margin-bottom: min(3.5%,47px); }
  .intro section h2 img { width: min(60%,650px); }
  .intro .catch { font-size: 1.4em; }
}


/* main : main-area : segments
---------------------------------------- */
.segments {
	display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 47.5% 47.5%;
  gap: 7.0vw 5%;
}
.segments > section {
  position: relative;
}
.segments > section::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -20px;
  display: block;
  width: 75px;
  aspect-ratio: 22 / 17;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.segments > section.onair12::before {
  background-image: url("../image/onair12.png");
}
.segments > section.onair13::before {
  background-image: url("../image/onair13.png");
}
.segments > section.onair14::before {
  background-image: url("../image/onair14.png");
}
.segments > section.onair15::before {
  background-image: url("../image/onair15.png");
}
.segments > section.onair16::before {
  background-image: url("../image/onair16.png");
}
.segments > section h2 {
  margin-bottom: 0.3em;
  color: #47a638;
  font-family: "MPLUS1p-Black", sans-serif;
  font-size: 2.6rem;
  line-height: 1.3;
  text-indent: 43px;
}
.segments > section .page-trans {
  margin-top: min(6%,40px);
} 
.segments > section .page-trans a.btn {
  margin-inline: auto 0;
}
@media print, screen and (min-width: 600px) {
  .segments { gap: min(4.5vw,45px) 5%; }
}
@media print, screen and (min-width: 768px) {
  .segments > section::before { width: 80px; }
  .segments > section h2 { font-size: 2.8rem; text-indent: 48px; }
}
@media print, screen and (min-width: 960px) {
  .segments > section::before { width: 90px; }
  .segments > section h2 { font-size: 3.2rem; text-indent: 58px; }
}
@media print, screen and (min-width: 1366px) {
  .segments > section h2 { font-size: 3.5rem; text-indent: 50px; }
}

/* ranking */
section.ranking {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
section.ranking .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.ranking .flex > .col {
  width: 100%;
}
section.ranking h3:not(.balloon) {
	padding: 0.3em 0.6em;
	border-top: 2px dotted #221714;
	border-bottom: 2px dotted #221714;
	background-color: #fff558;
  font-size: 1.6rem;
}
section.ranking h3:not(.balloon)::before {
	content: url('../image/ranking_crown.svg');
	margin-right: 0.3em;
}
@media print, screen and (min-width: 960px) {
  section.ranking .flex > .col { width: 47.5%; }
}

/* masterpiece */
section.masterpiece {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
@media print, screen and (min-width: 960px) {
  section.masterpiece { grid-row: 2 / 3; grid-column: 1 / 2; }
}

/* nozokimi */
section.nozokimi {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}
@media print, screen and (min-width: 960px) {
  section.nozokimi { grid-row: 2 / 3; grid-column: 2 / 3; }
}

/* shiritori */
section.shiritori {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}
section.shiritori .next {
  margin-bottom: min(6%,45px);
}
@media print, screen and (min-width: 960px) {
  section.shiritori { grid-row: 3 / 4; grid-column: 1 / 2; }
}


/* main : side-area
---------------------------------------- */
.side-area > section ul.sns-list {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: -25px 0 0;
  padding: 0;
}
.side-area > section ul.sns-list li {
  width: 50px;
  margin-top: 25px;
}
.side-area > section ul.sns-list li + li {
  margin-left: 25px;
}

















