@charset "utf-8";

/* =========================
*  基本（PC/SP共通）
========================= */
html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 15px;
  /* overflow: hidden; */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: #000000;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.7;
}

#wrap {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 999;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
}

header h1 {
  padding: 0 2em;
  width: 16%;
  max-width: 240px;
}

header h1 img {
  width: 100%;
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0 2em 0 0;
}

nav li {
  font-size: 1.1em;
  font-weight: 500;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  padding: 0 0 0.5em;
  position: relative;
  margin: 0 1em;
}

nav li::before {
  background: #0052a4;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}

nav li:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}

main {
  padding: 6em 0 0;
}

section {
  position: relative;
  margin: 0 0 4em;
  padding: 4em 0 0;
}

section#tv-radio,
section#jump-out,
section#event,
section#new-genre,
section#group {
  background: #edf1e1;
  border: 1em solid #007fc5;
  scroll-margin-top: 6em;
}

.box {
  margin: 0 1em;
}

.main_visual {
  background: #f2f2f3;
  text-align: center;
  padding: 0 !important;
}

.main_visual div {
  position: relative;
  min-height: 360px;
  margin: 0 auto;
  background: url(../img/bg_kasou_header_beside.svg) no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  position: relative;
  text-align: center;
  filter: drop-shadow(0.04em 0.04em 0px #fff);
}

h3 {
  font-size: 3em;
  text-align: center;
  /* color: #0052a4; */
  color: #000;
  font-weight: 700;
  position: relative;
  margin: 0 0 1.5em;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -0.5em;
  display: inline-block;
  width: 6em;
  height: 0.1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(153, 221, 51, 1) 2%, rgba(0, 204, 204, 1) 18%, rgba(0, 153, 255, 1) 34%, rgba(102, 102, 255, 1) 50%, rgba(204, 0, 255, 1) 66%, rgba(255, 51, 153, 1) 82%, rgba(255, 170, 51, 1) 98%);
  border-radius: 100vh;
}

h4 {
  font-size: 1.5em;
  font-weight: 600;
  position: relative;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  line-height: 1.25em;
}

h4::before {
  content: "";
  position: absolute;
  left: 0;
  background: #007fc5;
  width: 1.5em;
  height: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.article_box {
  margin: 6em 2em 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

article {
  width: 47.5%;
  margin: 0 0 5%;
}

article:nth-last-child(2),
article:last-child {
  margin: 0 0 2.5%;
}

article .detail {
  display: flex;
  align-items: center;
  margin: 1em 0 0;
  border-top: 2px solid #000;
}

article .pic {
  text-align: center;
  width: 240px;
  min-width: 142px;
  font-weight: 500;
  margin: 1em 0 0;
}

article .pic .head {
  font-weight: 700;
  font-size: 1.2em;
}

article .pic img {
  margin: 0.5em 0;
  margin: 0.5em 0;
  border: 2px solid;
  border-radius: 100vh;
  box-sizing: border-box;
}

article .pic .position {
  font-size: 0.8em;
  margin: 0 0 0.25em;
  display: inline-block;
}

.summary {
  position: relative;
  margin: 0 0 0 1.5em;
  border-left: 2px solid #000;
  padding: 1em 1em 0 1em;
}

.summary:before {
  content: "";
  position: absolute;
  top: calc(50% - 1em);
  left: calc(-2em - 2px);
  border: 1em solid transparent;
  border-right: 1em solid #007fc5;
}

.summary ul {
  display: flex;
}

.summary li {
  margin: 0 0.5em 0 0;
}

.summary li:last-child {
  margin: 0;
}

.summary li img {
  max-height: 12em;
}

.summary .text {
  margin: 1em 0 0;
}

.summary .text p {
  font-size: 0.9em;
  line-height: 1.75em;
  text-indent: 1em;
}

.summary .text span.link {
  display: block;
  font-size: 0.9em;
  word-break: break-all;
  line-height: 1.5em;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.upAnime {
  opacity: 0;
  /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /* 要素を上の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /* 要素を下の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateY(0);
    /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger{
  opacity: 0;
}

.index_gp {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.index_gp ul.outer {
  display: inline-block;
  font-size: 1.6em;
}

.index_gp ul.outer li {
  text-align: left;
  margin: 0 0 1em;
}

.index_gp ul.outer li.other {
  margin: 0 0.5em;
}

.index_gp a {
  display: inline-block;
  transition: .3s;
  background-position: 0 0;
  background-size: 200% auto;
  padding: 0.25em 0.5em;
}

.index_gp li:nth-of-type(1) a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #5f7dff 50%);
}

.index_gp li:nth-of-type(2) a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #A4FD49 50%);
}

.index_gp li:nth-of-type(3) a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #60FFED 50%);
}

.index_gp li:nth-of-type(4) a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #FF53B7 50%);
}

.index_gp li:nth-of-type(5) a {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #FF694E 50%);
}

.index_gp a:hover{
  background-position: -100% 0;
  color: #fff;
  opacity: 1;
}

.return {
  margin: 2em 2em 0;
}

a[href="/vision-report/"] {
  position: relative;
  display: inline-block;
  padding: 0 1em 0 1.5em;
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 1.4em;
}

a[href="/vision-report/"]::before {
  position: absolute;
  content: '';
  bottom: -0.5em;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #007FC5;
  transition: all .3s;
}

a[href="/vision-report/"]::after {
  position: absolute;
  content: '';
  bottom: -0.5em;
  left: 0.25em;
  width: 100%;
  border-bottom: solid 3px #007FC5;
  transition: all .3s;
}

a[href="/vision-report/"]:hover::before {
  left: -0.75em;
}

a[href="/vision-report/"]:hover::after {
  left: -0.5em;
}

footer {
  background: #0052a4;
  margin: 8em 0 0;
  padding: 2em 0;
}

footer .copy {
  text-align: center;
  font-size: 0.8em;
  color: #ffffff;
}


@media screen and (min-width :900px) {
  .sp {
    display: none;
  }
}


@media screen and (max-width :899px) {

  body {
    font-size: 10px;
  }

  header {
    display: block;
    padding: 1em 0;
    height: 5em;
  }

  header h1 {
    padding: 0 0 1em 1em;
    width: 33%;
    max-width: 160px;
  }

  nav {
    overflow-x: auto;
  }

  nav ul {
    font-size: 0.9em;
    padding: 0 1em;
    width: max-content;
  }

  main {
    padding: 7em 0 0;
  }

  section {
    margin: 0 0 3em;
    padding: 2em 0 0;
  }

  .main_visual div {
    min-height: 16em;
  }

  section#tv-radio,
  section#jump-out,
  section#event,
  section#new-genre,
  section#group {
    scroll-margin-top: 7em;
  }

  h2 {
    filter: drop-shadow(0.06em 0.06em 0px #fff);
  }

  h3 {
    font-size: 2.4em;
  }

  .article_box {
    display: block;
    margin: 4em 1em 2em;
  }

  article {
    width: auto;
    margin: 0 0 3em;
  }

  article:nth-last-child(2) {
    margin: 0 0 5%;
  }

  article:last-child {
    margin: 0 0 2.5%;
  }

  article .pic {
    min-width: 60px;
    width: 90px;
  }

  .summary .text {
    font-size: 1.2em;
  }

  footer {
    margin: 4em 0 0;
  }

}