@charset "UTF-8";
/* Newsfeed Category */
@font-face {
  font-family: "nkb";
  src: url("../font/font-nk-b.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "nr";
  src: url("../font/font-n-r.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
header {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
}
header.fix {
  position: fixed;
}

nav .menu-top-menu-container {
  font-weight: 500;
}

#div_main_desk {
  display: grid;
  gap: 200px;
}

/*
========== ========== ========== ========== ========== ==========
01 【 ヒーロー 】　セクション
========== ========== ========== ========== ========== ==========
*/
#div_hero_track {
  width: 100%;
  height: 300vh;
}

#section_hero {
  width: 100%;
  height: 100vh;
  position: sticky;
  overflow-x: hidden;
  top: 0px;
}
#section_hero .div_hero_text_layer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
}
#section_hero .div_hero_text_layer#div_h1_layer h1 {
  padding-left: clamp(20px, 8vw, 200px);
  font-family: "nkb", serif;
  font-size: clamp(30px, 3.5vw, 70px);
  color: white;
  line-height: 1.43;
  letter-spacing: 0.25em;
  opacity: 0;
  transition: opacity 0.8s;
}
#section_hero .div_hero_text_layer#div_h1_layer h1 .mbonly {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #section_hero .div_hero_text_layer#div_h1_layer h1 {
    padding: 0px 10px;
    writing-mode: tb-rl;
    margin: 0px auto;
  }
  #section_hero .div_hero_text_layer#div_h1_layer h1 .mbonly {
    display: inherit;
  }
}
#section_hero .div_hero_text_layer#div_message_layer #div_message {
  padding-left: clamp(20px, 8vw, 200px);
  display: grid;
  gap: clamp(10px, 2.5vh, 30px);
  font-family: "nr", serif;
  font-size: clamp(16px, 0.7vw + 0.7vh, 24px);
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: white;
  opacity: 0;
  transition: opacity 0.8s;
}
#section_hero .div_hero_text_layer#div_message_layer #div_message a.button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 35px 10px 35px;
  background-color: white;
  color: #292E59;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
  font-size: clamp(14px, 0.6vw + 0.6vh, 18px);
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media screen and (max-height: 700px) {
  #section_hero .div_hero_text_layer#div_message_layer #div_message {
    line-height: 1.5;
  }
  #section_hero .div_hero_text_layer#div_message_layer #div_message p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1023px) {
  #section_hero .div_hero_text_layer#div_message_layer #div_message {
    padding-left: unset;
    padding: 0px 20px;
    letter-spacing: 0em;
  }
  #section_hero .div_hero_text_layer#div_message_layer #div_message p br {
    display: none;
  }
}
#section_hero.step1 #div_h1_layer h1 {
  opacity: 1;
}
#section_hero.step1 .cb-slideshow::after {
  background-color: rgba(0, 0, 0, 0.52);
}
#section_hero.step2 #div_message_layer #div_message {
  opacity: 1;
}
#section_hero.step2 .cb-slideshow::after {
  background-color: rgba(0, 0, 0, 0.52);
}
#section_hero #div_scrollhint {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.3em;
  z-index: 2;
  pointer-events: none;
  transition: left 0.4s;
}
#section_hero #div_scrollhint div {
  position: relative;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
#section_hero #div_scrollhint div::after {
  content: "";
  margin-top: 10px;
  width: 1px;
  height: 40px;
  background: white;
  animation: scrollLine 2s cubic-bezier(0.7, 0, 0.3, 1) infinite;
  transform-origin: top;
}
@media screen and (min-width: 1023px) and (max-width: 1549px) {
  #section_hero #div_scrollhint {
    left: 25%;
  }
}
@keyframes scrollLine {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45%, 55% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55.1% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes scrollLine {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: top;
  }
  50.1% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: bottom;
  }
}
#section_hero .cb-slideshow::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1490196078);
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.2s;
}
#section_hero .cb-slideshow li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#section_hero .cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: imageAnimation 24s linear infinite 0s;
}
#section_hero .cb-slideshow li:nth-child(1) span {
  background-image: url("../image/01-front/bgimg_2540x1550_1.webp");
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #section_hero .cb-slideshow li:nth-child(1) span {
    background-image: url("../image/01-front/bgimg_1023x1595_1.webp");
  }
}
#section_hero .cb-slideshow li:nth-child(2) span {
  background-image: url("../image/01-front/bgimg_2540x1550_2.webp");
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #section_hero .cb-slideshow li:nth-child(2) span {
    background-image: url("../image/01-front/bgimg_1023x1595_2.webp");
  }
}
#section_hero .cb-slideshow li:nth-child(2) span {
  animation-delay: 6s;
}
#section_hero .cb-slideshow li:nth-child(3) span {
  background-image: url("../image/01-front/bgimg_2540x1550_3.webp");
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #section_hero .cb-slideshow li:nth-child(3) span {
    background-image: url("../image/01-front/bgimg_1023x1595_3.webp");
  }
}
#section_hero .cb-slideshow li:nth-child(3) span {
  animation-delay: 12s;
}
#section_hero .cb-slideshow li:nth-child(4) span {
  background-image: url("../image/01-front/bgimg_2540x1550_4.webp");
}
@media only screen and (max-width: 1023px) and (orientation: portrait) {
  #section_hero .cb-slideshow li:nth-child(4) span {
    background-image: url("../image/01-front/bgimg_1023x1595_4.webp");
  }
}
#section_hero .cb-slideshow li:nth-child(4) span {
  animation-delay: 18s;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  13% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
    transform: scale(1.1);
  }
  38% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
#section_hero #div_heromsg {
  width: 360px;
  height: 360px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background-image: url(../image/01-front/hero-slogan.png);
  transition: opacity 1s;
}
#section_hero #div_hero_newsbox {
  position: absolute;
  bottom: 10px;
  right: -600px;
  display: grid;
  gap: 10px;
  transition: right 0.5s;
  z-index: 10;
}
#section_hero #div_hero_newsbox.show {
  right: 10px;
}
@media only screen and (max-width: 1023px) {
  #section_hero #div_hero_newsbox {
    display: none;
  }
}
#section_hero #div_hero_newsbox > a {
  color: #222222;
  background-color: white;
  width: 600px;
  height: 80px;
  display: grid;
  grid-template-columns: 140px auto 60px;
  align-items: start;
  gap: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3019607843);
}
#section_hero #div_hero_newsbox > a .boxtype {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 18px 0px 0px 18px;
  background-color: whitesmoke;
  height: calc(100% - 18px);
}
#section_hero #div_hero_newsbox > a .content {
  height: 100%;
  display: grid;
  align-items: center;
  align-content: center;
  gap: 10px;
}
#section_hero #div_hero_newsbox > a .content .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #292E59;
}
#section_hero #div_hero_newsbox > a .content .info {
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
}
#section_hero #div_hero_newsbox > a .content .info .category {
  display: inline-block;
  background-color: #292E59;
  color: white;
  padding: 2px 6px;
  font-size: 1.2rem;
  line-height: 1.1;
}
#section_hero #div_hero_newsbox > a .content .info .category.media {
  background-color: #93385C;
  letter-spacing: 1px;
}
#section_hero #div_hero_newsbox > a .content .info .category.info {
  background-color: #937F28;
  letter-spacing: 1px;
}
#section_hero #div_hero_newsbox > a .content .info .category.event {
  background-color: #0068B6;
  letter-spacing: 1px;
}
#section_hero #div_hero_newsbox > a .arrow {
  height: 100%;
}
#section_hero #div_hero_newsbox > a .arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
@media only screen and (max-width: 1023px) {
  #section_hero {
    height: calc(100vh - 120px);
    top: 60px;
  }
}

/*
========== ========== ========== ========== ========== ==========
02 【 モバイルニュースBOX 】　セクション
========== ========== ========== ========== ========== ==========
*/
#div_mobile_newsbox {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #div_mobile_newsbox {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #292E59;
    color: white;
    position: fixed;
    bottom: 0px;
    white-space: nowrap;
  }
  #div_mobile_newsbox a {
    color: white;
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
    padding: 0px 20px;
  }
  #div_mobile_newsbox a .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/*
========== ========== ========== ========== ========== ==========
03 【 メイン看板 】　セクション
========== ========== ========== ========== ========== ==========
*/
#section_banner .div_billboard_banner {
  max-width: 1306px;
  width: calc(100% - 20px);
  margin-bottom: 80px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
  gap: 10px;
}
#section_banner .div_billboard_banner img {
  display: block;
  width: calc(100% - 2px);
  max-width: 650px;
  border: solid 1px #cccccc;
}
@media screen and (max-width: 1203px) {
  #section_banner .div_billboard_banner {
    grid-template-columns: 1fr 1fr;
    max-width: 1014px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1364px) {
  #section_banner .div_billboard_banner {
    max-width: 1014px;
  }
}
@media screen and (max-width: 599px) {
  #section_banner .div_billboard_banner {
    grid-template-columns: 1fr;
  }
}

#section_billboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 1306px;
  margin: 0px auto 6px auto;
  color: #ffffff;
}
#section_billboard .billboard {
  height: 300px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-size: 100%;
  background-position: center;
  transition: background-size 0.5s;
  overflow: hidden;
}
#section_billboard .billboard.small {
  height: 138px;
}
#section_billboard .billboard:not(.nozoom):hover {
  background-size: 105%;
  opacity: 0.95;
}
#section_billboard .billboard a {
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #cccccc;
}
#section_billboard .billboard .billboard_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#section_billboard .billboard .billboard_name .name_jpn {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
#section_billboard .billboard .billboard_name .name_eng {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (min-width: 451px) and (max-width: 1023px) {
  #section_billboard .billboard .div_new {
    width: 160px !important;
    transform-origin: 85px -45px;
    font-size: unset;
  }
}
@media screen and (max-width: 450px) {
  #section_billboard .billboard .div_new {
    display: none;
  }
}

/*
========== ========== ========== ========== ========== ==========
04 【 新着情報 】　セクション
========== ========== ========== ========== ========== ==========
*/
#section_newsfeed {
  margin: 0px auto 0px auto;
  max-width: 1306px;
}
#section_newsfeed #div_category {
  line-height: 40px;
  color: #292E59;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
#section_newsfeed #div_category div {
  display: table-cell;
  text-align: center;
  cursor: pointer;
}
#section_newsfeed #div_category div:not(.selected):hover {
  background: #f5f5f5;
}
#section_newsfeed #div_category div.selected {
  color: #ffffff;
  background: #292E59;
}
#section_newsfeed .div_list:not(.display) {
  display: none;
}
#section_newsfeed .div_newsfeed {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 3rem;
  position: relative;
}
#section_newsfeed .div_newsfeed:hover {
  border-color: #8b8b8b;
}
#section_newsfeed .div_newsfeed div {
  display: table-cell;
  font-size: 1.2rem;
}
#section_newsfeed .div_newsfeed div.newsfeed_date {
  width: 70px;
}
#section_newsfeed .div_newsfeed div.newsfeed_category {
  width: 60px;
  padding: 0px 10px;
  text-align: center;
}
#section_newsfeed .div_newsfeed div.newsfeed_category:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_info {
  color: #937F28;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_info:after {
  background: #937F28;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_event {
  color: #0068B6;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_event:after {
  background: #0068B6;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_media {
  color: #93385C;
}
#section_newsfeed .div_newsfeed div.newsfeed_category.category_media:after {
  background: #93385C;
}
#section_newsfeed .div_newsfeed div.newsfeed_text {
  padding-left: 10px;
  position: relative;
}
#section_newsfeed .div_newsfeed div.newsfeed_text p.newsfeed_heading {
  font-size: 1.8rem;
}
#section_newsfeed .div_newsfeed div.newsfeed_text p.newsfeed_caption {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#section_newsfeed .div_newsfeed div.newsfeed_text a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/*
========== ========== ========== ========== ========== ==========
【 プロモーション 】　セクション
========== ========== ========== ========== ========== ==========
*/
#section_promotion {
  background-color: #f5f5f5;
  padding: 100px 0px;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card {
  margin: 0px 10px;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_cover {
  display: grid;
  justify-content: center;
  transition: all 0.2s;
  opacity: 0.8;
  transform-origin: bottom;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_cover img {
  max-width: 100%;
}
@media only screen and (max-width: 1366px) {
  #section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_cover img {
    max-height: 300px;
  }
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_title {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #292E59;
  opacity: 0.8;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_title .img_external {
  display: inline-block;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card .div_promotion_card_caption {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 10px;
  opacity: 0;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card.slick-center .div_promotion_card_cover {
  opacity: 1;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card.slick-center .div_promotion_card_title {
  opacity: 1;
}
#section_promotion #div_promotion_desk #div_promotion_frame #div_promotion_film .div_promotion_card.slick-center .div_promotion_card_caption {
  opacity: 1;
}
#section_promotion #div_promotion_desk .slider-nav {
  display: flex;
  justify-content: center;
}
#section_promotion #div_promotion_desk .slider-nav .slick-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
#section_promotion #div_promotion_desk .slider-nav .slick-dots > li {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #c1c1c1;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 50%;
}
#section_promotion #div_promotion_desk .slider-nav .slick-dots > li.slick-active {
  background-color: #292E59;
}

/*
========== ========== ========== ========== ========== ==========
05 【 アイキャッチ 】　セクション
========== ========== ========== ========== ========== ==========
*/
#section_eyecatchnews {
  max-width: 1306px;
  margin: 0px auto 0px auto;
}
#section_eyecatchnews #div_eyecatchnews_panel {
  display: grid;
  width: 100%;
  max-width: 1306px;
  margin: 0 auto 10px auto;
  gap: 16px;
  justify-content: center;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 430px));
}
@media (max-width: 1230px) {
  #section_eyecatchnews #div_eyecatchnews_panel {
    grid-template-columns: repeat(2, minmax(0, 430px));
  }
}
@media (max-width: 880px) {
  #section_eyecatchnews #div_eyecatchnews_panel {
    grid-template-columns: repeat(1, minmax(0, 430px));
  }
}
#section_eyecatchnews #div_eyecatchnews_panel .news_link {
  text-decoration: none;
  display: block;
  color: inherit;
  height: 100%;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot {
  color: #222222;
  width: 100%;
  max-width: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_img_wrapper {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_img_wrapper .div_lv_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_img_wrapper .div_lv_label {
  padding: 5px 20px 5px 10px;
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0px;
  border-radius: 0px 30px 30px 0px;
  line-height: 30px;
  font-size: 1.2rem;
  z-index: 2;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content {
  font-size: 1.2rem;
  padding: 20px;
  background: #f5f5f5;
  height: 200px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content p:first-child {
  font-size: 1.8rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-shrink: 0;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content p:nth-child(2) {
  line-height: 2.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content .div_lv_date {
  margin-top: auto;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot .div_lv_content .div_lv_date .div_date {
  padding-top: 10px;
}
#section_eyecatchnews #div_eyecatchnews_panel .div_eyecatchnews_slot:hover .div_lv_img {
  transform: scale(1.1);
}

/*
========== ========== ========== ========== ========== ==========
06 【 下看板 】　セクション
========== ========== ========== ========== ========== ==========
*/
#section_footbillboard {
  margin: 0px auto 0px auto;
}
#section_footbillboard #div_footbillboard {
  display: table;
  width: 1306px;
  margin: 0px auto;
}
#section_footbillboard #div_footbillboard > div {
  display: table-cell;
  width: 430px;
  height: 138px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-position: center;
  background-size: 100%;
  transition: background-size 0.5s;
  -mos-transition: background-size 0.5s;
  -webkit-transition: background-size 0.5s;
}
#section_footbillboard #div_footbillboard > div .billboard_name {
  color: #ffffff;
}
#section_footbillboard #div_footbillboard > div .billboard_name span:first-child {
  font-size: 1.4rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
#section_footbillboard #div_footbillboard > div .billboard_name span:nth-child(3) {
  font-size: 2.8rem;
  font-weight: 500;
}
#section_footbillboard #div_footbillboard > div:not(.nozoom):hover {
  background-size: 105%;
  opacity: 0.95;
}
#section_footbillboard #div_footbillboard > div.footbillboard1 {
  background-image: url("../image/01-front/billboard_5_shoppingcart.jpg");
}
#section_footbillboard #div_footbillboard > div.footbillboard2 {
  background-image: url("../image/01-front/billboard_6_recruit.jpg?version=202105");
}
#section_footbillboard #div_footbillboard > div.footbillboard3 {
  background-image: url("../image/01-front/billboard_7_contact.jpg");
}
#section_footbillboard #div_footbillboard > div:nth-child(2) {
  border-width: 0px 8px;
  border-style: solid;
  border-color: #ffffff;
}
#section_footbillboard #div_footbillboard > div a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}/*# sourceMappingURL=front-page.css.map */