@charset "utf-8";

/* toppage
------------------------- */
svg {
  display: inline-block;
  fill: currentColor;
}
.svg_arrow {
  aspect-ratio: 30/30;
}
.svg_news {
  aspect-ratio: 512/512;
}

#mainimage {
padding : 20px 0;
text-align: center;
}


/* kv
---------- */
.kv {
  background-color: #f2e6e8;
  background-image: url('../images/kv_image.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kv_txt {
  display: grid;
  align-items: center;
  justify-content: start;
  height: 510px;
}

/* bnr1
---------- */
.top_bnr1_wrap {
  margin-inline: auto;
/*  max-inline-size: max-content;*/
  display: grid;
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /*grid-template-columns: repeat(2,1fr);*/
  gap: 14px 30px;
}
/*
.bnr1_box {
  margin: 1.4rem 0;
}
*/
/*
.top_bnr1_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px 30px;
}
*/
.bnr1_box {
  width: 100%;
}
.bnr1_box a {
  color: #fff;
  display: grid;
  grid-template-columns: 1fr;
  gap:0 1rem;
  background-color: #f21a50;
  height: 70px;
  align-items: center;
}
@media (min-width: 767px) {
  .bnr1_box a {
    grid-template-columns: 1fr auto;
  }
}
.bnr1_box-title {
  padding: 6px 20px;
  font-size: clamp(1.2rem, 0.922rem + 1.39vw, 1.6rem); /*320-780*/
  font-weight: 600;
  text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bnr1_box-arow {
  display: none;
}
@media (min-width: 767px) {
  .bnr1_box-arow {
    aspect-ratio: 1/1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f27997;
    color: #fff;
  }
  .bnr1_box-arow svg {
    height: 70px;
    width: 70px;
  }
}

/* trend
---------- */
#top_trend {
  background-color: #fff;
}
#top_trend h2 {
  color: #f21a50;
  font-weight: 700;
  text-align: center;
}
.trend_pickup {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0;
  font-size: .8rem;
}
@media (min-width: 767px) {
  .trend_pickup {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /*grid-template-columns: repeat(4,1fr);*/
  }

}

.trend_pickup a {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
.trend_pickup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trend_pickup-over {
  opacity: 0;
  transition: .3s;
  padding: 16px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(242, 26, 80, 0.8);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas:
  "title"
  "btn";
}
.trend_pickup a:hover .trend_pickup-over {
  opacity: 1;
}
.trend_pickup-title {
  align-self: center;
  grid-area: title;
  color: #fff;
}
.trend_pickup-read {
  grid-area: btn;
  align-self: end;
  text-align: center;
}
.trend_pickup-read div {
  color: #101010;
  padding: 8px;
background-color: #fff;
}

/* news
---------- */
#top_news {
  background-image: url('../images/stripebg.png');
}
#top_news h2 {
  color: #f21a50;
  font-weight: 700;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#top_news h2 a {
  text-decoration: none;
  color: inherit;
}
#top_news h2 svg {
  height: 2rem;
}
.top_news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top_news_list li:not(:last-child) {
  margin-bottom: 1.2rem;
}
#top_news .top_news_list a {
  display: block;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 8px 12px;
  color: #101010;
}
#top_news .top_news_list a:hover {
  background-color: #f74470;
  border: solid 1px #f74470;
  color: #fff;
}
.top_news-backnumber {
  text-align: right;
}

.memberrecruitment {
  text-align: center;
  background-color: #fff;
}

/* movie
---------- */
.youtube_pickup {
  background-color: #fff;
}
.youtube_pickup .ttl {
  color: #f21a50;
  font-weight: 700;
  text-align: center;
}
.youtube_pickup .uk-slider-items a {
  display: grid;
}
.youtube_pickup .uk-slider-items .movie_pic {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
  overflow: hidden;
}
.youtube_pickup .uk-slider-items li a::after {
  justify-self: center;
  align-self: center;
  grid-area: 1 / 1 / 2 / 2;
  z-index: 1;
  content: "";
  width: 60px;
  height: 60px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 20 20'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16ZM9.555 7.168A1 1 0 0 0 8 8v4a1 1 0 0 0 1.555.832l3-2a1 1 0 0 0 0-1.664l-3-2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  opacity: .8;
  transition: .3s;
}
.youtube_pickup .uk-slider-items li a:hover::after {
  opacity: 0;
}
/*
.youtube_pickup .uk-slider-items li a::after {
  width: 40px;
  height: 40px;
  opacity: 0.6;
}
*/
.youtube_pickup .uk-slider-items a:hover .movie_pic img {
  transform:scale(1.1);
}
.youtube_pickup .uk-slider-items .movie_pic::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0,.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.youtube_pickup .uk-slider-items a:hover .movie_pic::before {
  background-color: rgba(0, 0, 0, 0);
}
/*
.link_youtube {
  margin-top: 8px;
  a {
    display: inline-block;
    padding: .8rem 1.4rem;
    border: 1px solid #f21a50;
  }
}
*/
