@charset "UTF-8";
/* size */
/* font */
/* font */
/* layout */
/* flex */
#header .navbar {
  border-bottom: 0px solid #ffffff;
}

@media screen and (min-width: 768px) {
  #header .navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
  }
}

#mv {
  width: 100%;
  height: 600px;
}

#mv .item {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
}

#mv .item .container {
  height: 100%;
  position: relative;
}

#mv .item .text {
  position: absolute;
  bottom: -16px;
  right: 15px;
  color: #ffffff;
}

#mv .item .text p {
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 36px;
  font-weight: bold;
}

#mv .item .text a {
  position: relative;
  display: block;
  height: auto;
  width: calc(100% + 20px);
  margin-left: -10px;
  z-index: 3;
}

#mv .item .text .bgblue {
  background-color: #67C6DD;
  padding: 12px 34px 12px 12px;
  color: #fff;
  background-image: url(/img/common/arrow_w.png);
  background-position: center right 12px;
  background-size: 22px auto;
  width: 100%;
}

#mv .item .text .bgblue:hover {
  background-image: url(/img/common/arrow_h.png);
}

#mv .item .coverMvItem {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#mv .item .video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mv .item .video .text {
  bottom: 15px;
}

#mv .item .video .text p {
  text-align: right;
}

#mv .item .video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mv .slick-list {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  #mv .slick-dots {
    margin-top: -50px;
  }
  body.show_emergency #mv .slick-dots {
    margin-top: -50px;
  }
  body.show_emergency #mv .item .text {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  #mv {
    height: 272px;
  }
  #mv .item {
    height: 272px;
  }
  #mv .item .text p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #mv .item .is_more {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.slick-dots {
  list-style: none;
  position: relative;
  width: 960px;
  height: 2px;
  margin: 0 auto;
  padding: 0;
}

#mv .slick-dots {
  margin-top: -50px;
  top: -50px;
}

#mv .slick-dots li {
  opacity: 0.4;
}

#mv .slick-dots li.slick-active {
  opacity: 1;
}

.contents_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  height: 2px;
}

.slick-dots li.slick-active button::after {
  background: #67c6dd;
}

.slick-dots button {
  position: relative;
  width: 48px;
  height: 40px;
  margin-right: 8px;
  background: none;
  text-indent: -9999px;
  border: none;
}

.slick-dots button::after {
  position: absolute;
  display: block;
  content: "";
  width: 48px;
  height: 2px;
  background: #e4e4e4;
  top: 19px;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #mv .slick-dots {
    margin-left: 15px;
    margin-top: 15px;
    width: auto;
  }
  .contents_slider .slick-dots {
    bottom: 28px;
  }
  .slick-dots button {
    width: 24px;
    height: 30px;
    margin-right: 6px;
  }
  .slick-dots button::after {
    top: 14px;
    width: 24px !important;
  }
}

.contents_slider {
  width: 1120px;
  margin: 15px auto 0;
  display: none;
}

.contents_slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.contents_slider:before {
  content: "";
  height: 100%;
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 500%;
  margin: 0 -500%;
}

.contents_slider .slick-list {
  padding: 40px 0 60px;
}

.contents_slider .slick-list ul:after {
  clear: both;
  content: " ";
  display: table;
}

.contents_slider .slick-list ul li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  overflow: hidden;
}

.contents_slider .slick-list ul li img {
  width: 100%;
  height: auto;
}

.contents_slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  height: 60px;
  background-image: url(/img/common/slider_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  text-indent: -9999px;
  border: none;
  z-index: 2;
}

.contents_slider .slick-arrow.slick-prev {
  left: -40px;
  transform: rotate(-180deg);
}

.contents_slider .slick-arrow.slick-next {
  right: -40px;
}

.contents_slider .items li {
  position: relative;
}

.contents_slider .items li span {
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  z-index: 2;
}

.contents_slider .items li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .contents_slider .slick-list ul li {
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .contents_slider .slick-list ul li:first-child, .contents_slider .slick-list ul li:nth-child(4n) {
    margin-left: 0;
  }
  .contents_slider .slick-list ul li:nth-child(n+4) {
    margin-bottom: 0;
  }
  body.show_emergency .contents_slider .slick-list {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contents_slider {
    width: 100%;
    padding: 25px 15px 20px;
  }
  .contents_slider .slick-list {
    padding: 0 !important;
  }
  .contents_slider .slick-list ul {
    width: calc(100% + 10px);
    margin-left: -10px;
  }
  .contents_slider .slick-list ul li {
    margin-bottom: 10px;
    width: calc((100% - 20px) / 2);
    margin-left: 10px;
    background-color: #ffffff;
  }
  .contents_slider .slick-list ul li.big {
    width: 100%;
  }
  .contents_slider .slick-arrow {
    display: none !important;
  }
  .contents_slider .items li span {
    left: 16px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

#contents .section {
  padding: 90px 0 60px;
}

#contents .section.is_news {
  margin-bottom: 10px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 767px) {
  #contents .section {
    padding: 40px 0 0;
  }
  #contents .section.is_news {
    margin-bottom: 0;
    background-color: transparent;
  }
  #contents .section.is_news .news_wrap {
    background-color: #f7f7f7;
  }
  #contents .section.is_news .btn_area.is_type01 {
    border-top: none;
  }
  #contents .section.is_news .nav-tabs.is_type02 {
    margin-top: 20px;
  }
}

#contents .tab-content.is_top {
  margin-top: 30px;
}

#contents .post.is_news:last-of-type {
  margin-bottom: 20px;
}

#contents .product_list img {
  width: 100%;
  height: auto;
}

#emergency {
  background-color: #ffffff;
}

#emergency .container {
  position: relative;
}

#emergency .emergency_list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-top: -20px;
}

#emergency .emergency_list .post.is_news {
  margin-bottom: 5px;
}

#emergency .emergency_list .post.is_news dl {
  margin-bottom: 0;
}

#emergency .emergency_list .post.is_news:last-of-type {
  margin-bottom: 0;
}

#emergency .emergency_list .post.is_news:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #emergency .post.is_news dl {
    box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 8px;
  }
  #emergency .post.is_news dt {
    position: relative;
    z-index: 1;
  }
  #emergency .post.is_news dt:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: #ebebeb;
  }
}

@media screen and (max-width: 767px) {
  #emergency {
    padding-top: 15px;
    background-color: #f7f7f7;
    height: auto !important;
  }
  #emergency .emergency_list {
    position: static;
    margin-top: 0;
    margin: 20px auto;
  }
}

/*# sourceMappingURL=top.css.map */