@charset "UTF-8";
#main-visual ul.site-link-btn {
  position: absolute;
  z-index: 1;
  top: 35%;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  #main-visual ul.site-link-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 20px;
    flex-flow: wrap;
    height: -moz-max-content;
    height: max-content;
  }
}
#main-visual ul.site-link-btn li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 201px;
  height: 51px;
  margin-bottom: 20px;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  #main-visual ul.site-link-btn li {
    margin: 0 0 20px 0;
    width: 185px;
    height: 47px;
  }
}
#main-visual ul.site-link-btn li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: rgba(255, 120, 0, 0) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  transition: all 1s 0s ease-out;
}
#main-visual ul.site-link-btn li a:hover {
  opacity: 1;
  background: transparent linear-gradient(257deg, rgba(255, 114, 0, 0.4) 0%, rgba(128, 57, 0, 0.4) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#main-visual ul.site-link-btn li a img {
  width: auto;
}

/* ------20251204_TVCMバナー追加------ */
#main-visual ul .gallery_box{
margin-bottom: initial;
margin-top: 16px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
#main-visual ul .gallery_box:hover{
/* opacity: 0.7; */
}
@media screen and (max-width: 480px) {
  #main-visual ul.site-link-btn li.gallery_box{
    display: none;
  }
}
/* #main-visual ul .gallery_box .gallery_banner{
}
 #main-visual ul .gallery_box .gallery_banner img{
  width: 100%;
  height: auto;
} */
/* ------20251204_TVCMバナー追加------ */

#main {
  /* 20241029　追加 */
}
#main ul.news-list .info-box {
  position: relative;
}
#main ul.news-list .info-box .new_icon {
  margin-right: 10px;
}
#main ul.news-list .info-box .titletag {
  font-size: 90%;
  font-weight: bold;
  display: block;
  place-items: center;
  background: #9E9E9E;
  color: #fff;
  padding: 0.5rem;
  position: relative;
  top: 0;
  left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 10px 10px 0;
  cursor: none;
}/*# sourceMappingURL=site_new.css.map */