@charset "utf-8";
:root {
  --color-baseBlue: #232D3D;
  --color-lightBlue: #FF0B4D;
}


/*==TOP=============================================================*/

/*==mainvisual======*/
#mv {
    width: 100vw;
    height: calc(80vh - 100px);
    box-sizing: border-box;
    position: relative;
}
#mv .scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:5px;
    color:  var(--color-baseBlue);
    font-size: 12px;
}
#mv .scroll::before {
  animation: scroll 2s infinite;
  background-color:  var(--color-baseBlue);
  top: -75px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
#mv .scroll::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color:  var(--color-baseBlue);
    line-height: 1;
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    left: calc(50% - 0.35em);
    bottom:35px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.splide {
    width: 100vw;
    height: calc(80vh - 100px);
    box-sizing: border-box;
}
.splide__slide img {
  width: 100vw;
  height: calc(80vh - 100px);
  object-fit: cover;
}


.anime-up {
    opacity: 0;
}
@keyframes showText {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime-up.displayed {
    opacity: 1;
}
.anime-up.displayed span {
    animation: showText 1s backwards;
    display: inline-block;
}
.anime-up.displayed > span {
    overflow: hidden;
}
.anime-up.displayed > span > span {
    animation: showTextFromBottom 0.5s backwards;
}



/*==#our-brand =======*/

#our-brand {
    position: relative;
    margin-top: 60px;
    padding-bottom: 50px;
}
#our-brand .brandlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 80px auto 0;
}
#our-brand .brandlist li {
    width: 23.5%;
    background: #FFF;
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.4);
    margin-bottom: 3%;
}
#our-brand .brandlist li:hover {
    box-shadow: 0px 0px 0 0 rgba(0,0,0,0.4);
}
#our-brand .brandlist li+li {
    margin-left: 1%;
}
#our-brand .brandlist li img {
    width: 100%;
     border:solid 1px #eee;
}
#our-brand .brandlist li img:hover {
    width: 100%;
     border:solid 2px #ccc;
}

/*==#top-news ================*/
#top-news {
    border-top: solid 1px #CCCCCC;
    padding: 80px 0 40px;
}
#top-news .top-news_section {
    display: flex;
    justify-content: space-between;
}
#top-news .top-news_ssectionHead {
    width: 300px;
}
#top-news .top-news_ssectionBody {
    width: calc(100% - 360px);
}
#top-news .top-newstab {
    width: 100%;
    margin: 0 auto 50px;
}
#top-news label.tab_menu {
    width: calc(100%/3);
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    background-color: #FFF;
    border-top:solid 1px #CCC;
    border-bottom:solid 1px #CCC;
    border-left:solid 1px #CCC;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    cursor: pointer !important;
    position: relative;
}
#top-news .top-newstab input#tab-menu03 + label.tab_menu {
    border-right: solid 1px #CCC;
}
#top-news input[name="tab_menu"] {
  display: none;
}
#top-news .tab_contents {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
#top-news #tab-menu01:checked ~ #tab-menu01,
#top-news #tab-menu02:checked ~ #tab-menu02,
#top-news #tab-menu03:checked ~ #tab-menu03 {
  display: block;
}
#top-news .top-newstab input:checked + label.tab_menu {
  background-color:  var(--color-baseBlue);
  color: #fff;
  border:solid 1px  var(--color-baseBlue);
}
#top-news .top-newstab input:checked + label.tab_menu::before {
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--color-baseBlue);
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}
#top-news .top-newtab input#tab-menu03:checked + label.tab_menu {
    border-right: solid 1px var(--color-baseBlue);
}
#top-news .top-newsList {
    text-align: left;
}
#top-news .top-newsList li {
    margin: 5px 0;
    border-bottom: solid 1px #CCC;
}
#top-news .top-newsList li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 8px;
}
#top-news .top-newsList li a:hover p {
    text-decoration: underline;
}
#top-news .top-newsList li .headline{
    width: calc(100% - 225px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top-news .top-newsList li .headline p {
    font-size: 15px;
    display: inline-block;
}
#top-news .top-newsList li .date {
    font-size: 14px;
    width: 85px;
    display: inline-block;
    margin-right: 5px;
}
#top-news .top-newsList li .cate {
    width: 110px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 10px;
    line-height: 1em;
    padding: 4px 0;
}
.cate-whatsnew {
    background-color: #193D62;
    color: #FFF;
}
.cate-important_news {
    background-color: #881C33;
    color: #FFF;
}
.cate-child {
    background-color: #EFEFEF;
    color: #333 !important;
}