@charset "UTF-8";

@media screen and (min-width: 769px) {
  .ly_contents {
    padding-top: 38px;
  }
}

/* ユニーク (prefix: un_ )
----------------------------------------------------------------- */
.un_top_slide {
  display: grid;
  grid-template-columns: 349px 1fr;
  border: 1px solid #e5e5e4;
}
@media screen and (max-width: 768px) {
  .un_top_slide {
    grid-template-columns: 100%;
    gap: 50px 0;
    border: none;
  }
}

.un_top_slide a[target]::after {
  display: none;
}

.un_top_slide_item + .un_top_slide_item {
  border-left: 1px solid #e5e5e4;
  padding: 24px 35px;
}
@media screen and (max-width: 768px) {
  .un_top_slide_item + .un_top_slide_item {
    border: 1px solid #e5e5e4;
    padding: 15px;
  }
}

.un_top_slide_item .bl_slider_item {
  padding: 0;
}

.un_top_slide_item .bl_slider_item img {
  object-fit: cover;
  width: 349px;
  height: 234px;
}
@media screen and (max-width: 768px) {
  .un_top_slide_item .bl_slider_item img {
    width: 99.9%;
    height: 100%;
    border: 1px solid #e5e5e4;
    overflow: hidden;
  }
}

.un_top_slide_item .bl_slider_item.--unique_contain img {
  object-fit: contain;
}

.un_top_slide_item .el_btn {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .un_top_slide_item .el_btn {
    margin: 0;
  }
}

.un_top_slide_text {
  font-size: 1.3rem;
  line-height: calc(22 / 13);
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .un_top_slide_text {
    font-size: 1.2rem;
    line-height: calc(36 / 24);
  }
}

.un_top_links {
  height: 100%;
  background: #fff9e9;
  padding: 15px;
}

.un_top_products2column_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .un_top_products2column_wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .un_top_products2column_item + .un_top_products2column_item {
    margin-top: 15px;
  }
}

.un_top_products2column_item:nth-of-type(1) {
  flex: 0 0 416px;
}
@media screen and (max-width: 768px) {
  .un_top_products2column_item:nth-of-type(1) {
    flex: 0 0 auto;
  }
}

.un_top_products2column_item:nth-of-type(2) {
  flex: 0 0 578px;
}
@media screen and (max-width: 768px) {
  .un_top_products2column_item:nth-of-type(2) {
    flex: 0 0 auto;
  }
}

.un_top_2column_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .un_top_2column_wrap {
    display: contents;
  }
}

.un_top_2column_item {
  flex: 0 0 495px;
}
@media screen and (max-width: 768px) {
  .un_top_2column_item {
    flex: 0 0 auto;
    margin-top: 25px;
  }
}

.un_top_movie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .un_top_movie {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

.un_top_movie + .bl_btn_wrap {
  margin-top: 30px;
}

.un_top_movie::before {
  content: "";
  width: calc((100% - 48px) / 3);
  order: 1;
}
@media screen and (max-width: 768px) {
  .un_top_movie::before {
    display: none;
  }
}

.un_top_movie_item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 768px) {
  .un_top_movie_item {
    width: auto;
  }

  .un_top_movie_item + .un_top_movie_item {
    margin-top: 30px;
  }
}

.un_top_movie_head {
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .un_top_movie_head {
    margin-bottom: 15px;
  }
}

.un_top_movie_text {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(30 / 18);
}

.un_top_movie_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background: #f3982d;
  margin: 5px 5px 0 0;
  padding: 5px;
  vertical-align: 2px;
}

.un_top_information {
  display: grid;
  grid-template-columns: 746px 258px;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .un_top_information {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .un_top_information.--unique_note {
    grid-template-columns: 100%;
    gap: 50px 0;
  }
}

.un_top_information + .un_top_information {
  margin: 77px 0 0;
}
@media screen and (max-width: 768px) {
  .un_top_information + .un_top_information {
    margin-top: 20px;
  }
}

.un_top_information + .bl_contents_section {
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .un_top_information + .bl_contents_section {
    margin-top: 45px;
  }
}

.un_top_information.--unique_note + .bl_contents_section {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .un_top_information.--unique_note + .bl_contents_section {
    margin-top: 45px;
  }
}

.un_top_newsList_wrap {
  height: 100%;
  background: #f1f9f8;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .un_top_newsList_wrap {
    padding: 15px;
  }
}
.un_top_information.--unique_note .un_top_newsList_wrap {
  height: calc(100% - 32px);
}
@media screen and (max-width: 768px) {
  .un_top_information.--unique_note .un_top_newsList_wrap {
    height: auto;
  }
}

.un_top_guideline {
  background: #e6edf3;
  padding: 15px 13px;
}

.un_top_guideline_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.un_top_guideline_img {
  margin-top: 16px;
}

.un_top_guideline_img img {
  display: block;
  margin: 0 auto;
}

.un_top_guideline .un_top_guideline_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: #0e4f86;
  margin: 10px 0 0;
  padding: 0 36px 0 23px;
  transition: 0.25s;
  position: relative;
}
.un_top_guideline .un_top_guideline_link:hover {
  opacity: 0.7;
}

.un_top_guideline .un_top_guideline_link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 45%;
  right: 22px;
}

.un_top_guideline .un_top_guideline_link .icon_external::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/assets/media/images/icon_external_w.png);
  background-size: contain;
}

.un_top_newsList_btn_wrap {
  border-top: 1px dotted #909090;
  margin: 20px 0 0;
  padding: 25px 0 0;
}

.un_top_newsList_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 36px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #08aa90;
  border-radius: 18px;
  border: 2px solid #08aa90;
  background: #fff;
  margin: 0 0 0 auto;
  padding: 5px 33px;
  position: relative;
  transition: 0.25s;
}
@media screen and (max-width: 768px) {
  .un_top_newsList_btn {
    width: 100%;
    min-height: 40px;
    margin: 0;
  }
}

.un_top_newsList_btn:hover {
  opacity: 0.7;
}

.un_top_newsList_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #08aa90;
  border-right: 2px solid #08aa90;
  transform: rotate(135deg) translateY(-50%);
  transform-origin: top;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
.un_top_newsList_btn.is_open::before {
  transform: rotate(-45deg) translateY(-50%);
  margin-top: 2px;
}

.un_top_newsList_inner {
  display: none;
}

.un_top_newsList_inner .bl_newsList {
  border-top: 1px dotted #909090;
  margin: 20px 0 0;
  padding: 25px 0 0;
}

.bl_newsList_value a::after {
  display: none;
}

.un_top_information.--unique_note .un_top_newsList_note {
  line-height: calc(22 / 13);
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .un_top_information.--unique_note .un_top_newsList_note {
    font-size: 1.3rem;
    line-height: calc(36 / 24);
  }
}
