@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 400;
  animation: body-fadeIn 1s ease 0s 1 normal;
  background: white url(../images/bg-text_r.png) repeat-y;
  background-size: 250%;
}
@media (min-width: 1025px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    background-size: contain;
  }
}

body * {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #FF0000;
}
a:hover {
  text-decoration: underline;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pc {
  display: none !important;
}
@media (min-width: 768px) {
  .pc {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.title-l, .content h2, .bg-area-r .content h2 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .title-l, .content h2, .bg-area-r .content h2 {
    font-size: 32px;
  }
}

.title-m, .content h3, .entry-area__app-icon p, .notes-area a, .twitter-area__icon a, .news-area .moreBtn a, .footer-area__sponser {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .title-m, .content h3, .entry-area__app-icon p, .notes-area a, .twitter-area__icon a, .news-area .moreBtn a, .footer-area__sponser {
    font-size: 26px;
  }
}

.font-ll, .nav-area, .overview-area p, .frame-area__message p {
  font-size: 16px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .font-ll, .nav-area, .overview-area p, .frame-area__message p {
    font-size: 21px;
  }
}

.font-l, .recommend-area li p {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .font-l, .recommend-area li p {
    font-size: 18px;
  }
}

.font-normal, .schedule-area .table {
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 1025px) {
  .font-normal, .schedule-area .table {
    font-size: 16px;
  }
}

.font-s, .event-area .event-area__cap, .footer-area__jfa {
  font-size: 12px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .font-s, .event-area .event-area__cap, .footer-area__jfa {
    font-size: 14px;
  }
}

.font-ss, .cap-ss {
  font-size: 10px;
  line-height: 1.5em;
}
@media (min-width: 1025px) {
  .font-ss, .cap-ss {
    font-size: 12px;
  }
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.cap-ss {
  text-align: left;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .cap-ss {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
    /* SPのみ改行 */
  }
}

.pc-br {
  display: none;
}
@media (min-width: 768px) {
  .pc-br {
    display: block;
    /* PCのみ改行 */
  }
}

.no-link {
  pointer-events: none;
}

#container {
  margin: 30px auto;
}
@media (min-width: 768px) {
  #container {
    margin: 50px auto;
  }
}

div#subnavi {
  display: none;
}

p {
  font-size: 14px;
}
@media (min-width: 768px) {
  p {
    font-size: 100%;
  }
}

.logo-area {
  width: 100%;
  padding: 20px;
  background: #FF0000;
}
.logo-area img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .logo-area {
    padding: 30px;
  }
  .logo-area img {
    width: 500px;
  }
}

.kv-area.kv-header {
  width: 100%;
  padding-top: 216%;
  background: url(/grass_roots/festival/kidsfestival-usk/images/kv_sp.jpg) no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .kv-area.kv-header {
    padding-top: 56.25%;
    background: url(/grass_roots/festival/kidsfestival-usk/images/kv_pc.jpg) no-repeat;
    background-size: 100%;
  }
}
.kv-area h1 {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  float: none;
}
.kv-area.news-header {
  height: 100px;
  padding: 0;
  background: #FF0000 url(/grass_roots/festival/kidsfestival-usk/images/usk_logo.png) no-repeat;
  background-size: 80%;
  background-position: center center;
}
@media (min-width: 768px) {
  .kv-area.news-header {
    height: 150px;
    background-size: 500px;
  }
}

.nav-area {
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: white;
}
.nav-area li {
  width: 50%;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #FF0000;
}
.nav-area li:nth-child(odd) {
  border-right: 2px solid #FF0000;
}
@media (min-width: 768px) {
  .nav-area {
    border-bottom: 2px solid #FF0000;
  }
  .nav-area li {
    width: 20%;
    border-right: none;
    border-bottom: none;
  }
  .nav-area li:nth-child(odd) {
    border-right: none;
  }
}

.title-border {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-border::before, .title-border::after {
  content: "";
  flex-grow: 1;
  border-top: 2px solid white;
  overflow: hidden;
}
.title-border:before {
  margin-right: 1rem;
  transform: scale(0, 1);
  transform-origin: right top; /*左上基点*/
  animation: border-anim_l 0.5s ease-in 0.3s forwards;
}
.title-border:after {
  margin-left: 1rem;
  transform: scale(0, 1);
  transform-origin: left top; /*左上基点*/
  animation: border-anim_r 0.5s ease-in 0.3s forwards;
}

.schedule-area .title-border::before, .schedule-area .title-border::after {
  border-top: 2px solid #FF0000;
}

@keyframes border-anim_l {
  0% {
    transform: scale(0, 1);
    transform-origin: right top; /*左上基点*/
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes border-anim_r {
  0% {
    transform: scale(0, 1);
    transform-origin: left top; /*左上基点*/
  }
  100% {
    transform: scale(1, 1);
  }
}
.content {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto;
}
.content h2 {
  margin-bottom: 20px;
  padding: 0;
  color: #FF0000;
  text-align: center;
}
.content h3 {
  margin-bottom: 20px;
  padding: 0;
  color: #FF0000;
  text-align: center;
}
@media (min-width: 768px) {
  .content {
    margin: 100px auto;
  }
}

.bg-area-w {
  padding: 50px 0;
  background: white;
}
.bg-area-w .content:first-child {
  margin-top: 0;
}
.bg-area-w .content:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bg-area-w {
    padding: 100px 0;
  }
}

.bg-txt {
  background: white url(../images/bg-text_r.png) repeat-y;
  background-size: 250%;
}
@media (min-width: 768px) {
  .bg-txt {
    background-size: contain;
  }
}
.bg-txt__img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .bg-txt__img {
    width: 1979px;
    height: 1904px;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.bg-area-r {
  padding: 50px 0;
  background: #FF0000 url(../images/bg-text_w.png) repeat-y;
  background-size: 250%;
}
.bg-area-r .content {
  margin: 0 auto;
}
.bg-area-r .content h2 {
  margin-bottom: 20px;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .bg-area-r {
    padding: 100px 0;
    background-size: contain;
  }
}

.overview-area {
  text-align: center;
  font-weight: 700;
}
.overview-area p:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overview-area p:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.recommend-area li p {
  margin: 10px 0 0 0;
  padding: 10px 10px 10px 4.5em;
  color: white;
  font-weight: 700;
  position: relative;
  border: solid 2px white;
  background: #FF0000;
}
.recommend-area li p span {
  font-size: 300%;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.recommend-area li:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .recommend-area ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recommend-area ol li {
    width: 30%;
    margin-top: 50px;
  }
  .recommend-area ol li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.accordion-area h3 {
  margin: 0 auto;
  padding: 10px 40px 10px 10px;
  border: 2px solid #FF0000;
  text-align: left;
  background: white;
}
.accordion-area div {
  margin-top: -2px;
  padding: 20px;
  border: 2px solid #FF0000;
  background: white;
}
@media (min-width: 768px) {
  .accordion-area h3 {
    width: 85%;
    margin: 0 7.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .accordion-area div {
    margin-top: -30px;
    padding: 80px 50px 50px 50px;
  }
  .accordion-area dt {
    float: left;
  }
  .accordion-area dd {
    margin: 0 0 10px 6em;
  }
}

.accordionIndex,
.accordionIndex_open {
  width: 100%;
  font-size: 18px;
  color: white;
  line-height: 1.3em;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 768px) {
  .accordionIndex,
  .accordionIndex_open {
    width: 80%;
    height: 60px;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
  }
}
.accordionIndex:hover,
.accordionIndex_open:hover {
  background: white;
  color: #FF0000;
}
.accordionIndex:hover:before, .accordionIndex:hover:after,
.accordionIndex_open:hover:before,
.accordionIndex_open:hover:after {
  background-color: #FF0000;
}
.accordionIndex:before,
.accordionIndex_open:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #FF0000;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex:before,
  .accordionIndex_open:before {
    height: 30px;
    top: 14px;
    right: 35px;
  }
}
.accordionIndex:after,
.accordionIndex_open:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #FF0000;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex:after,
  .accordionIndex_open:after {
    height: 30px;
    top: 14px;
    right: 35px;
  }
}
.accordionIndex.active:after,
.accordionIndex_open.active:after {
  transform: rotate(90deg);
}

.accordionIndex_open:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #FF0000;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex_open:before {
    height: 30px;
    top: 14px;
    right: 35px;
  }
}
.accordionIndex_open:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #FF0000;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .accordionIndex_open:after {
    height: 30px;
    top: 14px;
    right: 35px;
  }
}
.accordionIndex_open.active:after {
  transform: rotate(0);
}

.frame-area__message {
  width: 100%;
  padding: 20px;
  position: relative;
  border: solid 2px #FF0000;
  border-radius: 20px;
}
.frame-area__message:before, .frame-area__message:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.frame-area__message:before {
  margin-left: -22px;
  border-color: transparent;
  border-top-color: #FF0000;
  border-width: 22px;
}
.frame-area__message:after {
  margin-left: -18px;
  border-color: transparent;
  border-top-color: white;
  border-width: 18px;
}
.frame-area__message p {
  margin-bottom: 10px;
  color: #FF0000;
  font-weight: 700;
}
.frame-area__message p:last-child {
  margin-bottom: 0;
}
.frame-area__message p:last-child img {
  width: 70%;
  margin-left: auto;
}
.frame-area__photo {
  width: 70%;
  margin: 30px auto 0;
}
.frame-area h3 {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 2px solid #FF0000;
  text-align: left;
  background: white;
}
@media (min-width: 768px) {
  .frame-area__message-area {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .frame-area__message {
    width: 65%;
    height: 80%;
    margin-left: 30px;
    padding: 30px;
  }
  .frame-area__message::before {
    content: "";
    position: absolute;
    border: 30px solid transparent;
    border-right: 30px solid #FF0000;
    left: -40px;
    top: 40%;
  }
  .frame-area__message::after {
    content: "";
    position: absolute;
    border: 30px solid transparent;
    border-right: 30px solid #fff;
    margin-right: 0;
    left: -40px;
    top: 40%;
  }
  .frame-area__message p:last-child img {
    width: 50%;
  }
  .frame-area h3 {
    width: 85%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .frame-area > div {
    margin-top: -30px;
    padding: 80px 50px 50px 50px;
    border: 2px solid #FF0000;
    background: white;
  }
  .frame-area__photo {
    width: 30%;
    margin: 0px auto 0;
  }
}

.event-area li p {
  margin: 10px 0 0 0;
  padding: 10px 0px 10px 3em;
  color: #FF0000;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  background: white;
}
.event-area li p span {
  font-size: 230%;
  line-height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.event-area li:not(:last-of-type) {
  margin-bottom: 20px;
}
.event-area .event-area__cap {
  color: black;
}
.event-area .event-area__cap span {
  padding: 10px;
  display: block;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .event-area li p {
    font-size: 18px;
  }
  .event-area .event-area__cap {
    text-align: center;
  }
  .event-area .event-area__cap span {
    display: inline-block;
  }
}

.schedule-area div {
  overflow-x: scroll;
}
.schedule-area .table {
  width: 1000px;
  background: #f7f7f7;
  border-top: none !important;
  border-right: none !important;
}
.schedule-area .table thead {
  background: #dddddd;
}
.schedule-area .table th {
  padding: 5px 0;
}
.schedule-area .table td {
  padding: 5px 0;
  border-bottom: solid 1px #707070;
}
.schedule-area .table td:nth-child(1), .schedule-area .table td:nth-child(3), .schedule-area .table td:nth-child(5), .schedule-area .table td:nth-child(6) {
  text-align: center;
}
.schedule-area .table tr td a.collect {
  color: white !important;
}
.schedule-area .table .txtred {
  color: #FF0000;
}
@media (min-width: 768px) {
  .schedule-area div {
    margin-top: 50px;
  }
  .schedule-area .table {
    width: 1200px;
  }
  .schedule-area .table th {
    padding: 10px 0;
  }
  .schedule-area .table td {
    padding: 10px 0;
  }
}

.entry-area__app-icon {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-area__app-icon p {
  color: white;
}
.entry-area__app-icon p:first-child {
  width: 30%;
  margin-right: 20px;
}
.entry-area__download p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entry-area__download p:not(:last-of-type) {
  margin-bottom: 20px;
}
.entry-area__download p a {
  margin: 0;
}
@media (min-width: 768px) {
  .entry-area__app-icon {
    margin: 50px 0;
  }
  .entry-area__download {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  .entry-area__download p {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .entry-area__download p:not(:last-of-type) {
    margin-bottom: 0;
  }
  .entry-area__download p a {
    margin: 0 20px 0 0;
  }
}

.notes-area div {
  margin-bottom: 30px;
}
.notes-area a {
  width: 100%;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  display: block;
  color: white;
  border-radius: 25px;
  background: #FF0000;
}
@media (min-width: 768px) {
  .notes-area div {
    margin-bottom: 80px;
  }
  .notes-area a {
    width: 500px;
    height: 80px;
    margin: 80px auto 0;
    line-height: 80px;
    border-radius: 40px;
  }
}

.twitter-area {
  padding-bottom: 30px;
}
.twitter-area__timeline {
  width: 100%;
  margin: 0;
}
.twitter-area__icon {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.twitter-area__icon img {
  width: 48%;
  border-radius: 50%;
}
.twitter-area__icon a {
  width: 48%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #FF0000;
  border-radius: 25px;
  background: white;
}
@media (min-width: 768px) {
  .twitter-area > div {
    width: 1000px;
    margin: 100px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
  .twitter-area__timeline {
    width: 50%;
  }
  .twitter-area__icon {
    width: 45%;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .twitter-area__icon img {
    width: 250px;
    margin-bottom: 20px;
  }
}

.news-area {
  padding: 30px 10px;
  background: white;
  border-radius: 20px;
}
.news-area img.sp, .news-area img.pc {
  width: 100%;
}
.news-area .moreBtn a {
  width: 70%;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  display: block;
  color: white;
  border-radius: 25px;
  background: #FF0000;
}
.news-area .moreBtn a::after {
  content: none !important;
}
@media (min-width: 768px) {
  .news-area {
    padding: 50px 32px;
  }
  .news-area div {
    margin-top: 50px;
  }
  .news-area .moreBtn a {
    width: 250px;
    height: 80px;
    margin: 50px auto 0;
    line-height: 80px !important;
    border-radius: 40px;
  }
}

.info-area > div {
  padding: 20px;
  border: 2px solid #FF0000;
  border-radius: 20px;
}
.info-area > div:not(:last-of-type) {
  margin-bottom: 30px;
}
.info-area > div p:last-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .info-area > div {
    width: 1000px;
    margin: 70px auto 0;
    padding: 50px;
    text-align: center;
  }
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

table tr td a.link_inner {
  border: none;
  padding-left: 15px;
  position: relative;
  background: none;
  color: #FF0000 !important;
}
table tr td a.link_inner::before {
  position: absolute;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
}

.collect {
  width: 6em;
  margin: 0 auto;
  padding: 5px 0;
  display: block;
  background: #FF0000;
  color: white;
}

.tba {
  width: 6em;
  margin: 0 auto;
  padding: 5px 0;
  display: block;
  background: #ccc;
  color: white;
}

.list-disc {
  margin: 0 0 10px 20px;
  list-style: disc;
}

.slick-slider {
  background: none !important;
}

ol.slick-slider li {
  min-width: 20px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .slide-items {
    margin-top: 50px;
    padding: 0 0 20px 0;
  }
  .slide-items li {
    margin: 0 10px;
  }
}

.slick-dots {
  position: static;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button:before {
  opacity: 0.35;
  color: white;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.slick-dots li button:before {
  font-size: 10px; /*初期値は6px*/
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 50px;
  }
}

/* next */
.slick-next {
  width: 30px !important;
  height: 30px !important;
  top: 35% !important;
  right: 10px !important;
  background: none !important;
}
@media (min-width: 768px) {
  .slick-next {
    right: -50px !important;
  }
}

/* prev */
.slick-prev {
  width: 30px !important;
  height: 30px !important;
  top: 35% !important;
  left: 10px !important;
  background: none !important;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -50px !important;
  }
}

.footer-area__sponser {
  padding: 30px;
  text-align: center;
  background: #FF0000;
  color: white;
}
.footer-area__sponser a {
  width: 90%;
  margin: 20px auto 0;
  padding: 20px;
  text-align: center;
  display: block;
  background: white;
}
.footer-area__sponser a img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-area__sponser__sponser {
    padding: 50px;
  }
  .footer-area__sponser a {
    width: 400px;
    margin: 50px auto 0;
    padding: 30px;
  }
}
.footer-area__jfa {
  padding: 30px;
  text-align: center;
  background: #001e55;
  color: white;
}
.footer-area__jfa p:first-child {
  width: 70%;
  margin: 0 auto 20px;
}
.footer-area__jfa p:first-child img {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-area__jfa {
    padding: 50px;
  }
  .footer-area__jfa p:first-child {
    width: 200px;
  }
}

#news-area .head-area {
  padding: 0 !important;
}

.head-area h3 .subheading_en {
  color: #FF0000 !important;
}

.subheading_jp {
  color: #FF0000;
}

.rss {
  display: none;
}

@media (min-width: 768px) {
  #news-area .body-area .news-content li .text-contents {
    height: auto;
    position: static !important;
    z-index: 1 !important;
  }
  .body-area .news-content li a .text-contents {
    overflow: auto;
  }
  .news-area div {
    margin-top: 0;
  }
}
.photo img {
  margin: 0 auto;
}

.text {
  line-height: 1.5em;
}/*# sourceMappingURL=style.css.map */