/* -------------------------- */
/* content */
/* -------------------------- */
/* main_visual */
.main_visual {
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}

.main_visual .slider > div {
  line-height: 0;
}

.main_visual .slider_thumb_wrap {
  width: 320px;
  margin: 0 auto;
}

.main_visual .slider_thumb {
  margin: 15px -3px 0;
  display: block;
}

.main_visual .slider_thumb .slick-track {
  width: auto !important;
  display: flex !important;
  justify-content: center;
  transform: translate3d(0px, 0px, 0px) !important;
}

.main_visual .slider_thumb .slick-slide {
  width: 20% !important;
  float: none !important;
}

.main_visual .slider_thumb .slider_item {
  cursor: pointer;
}

.main_visual .slider_thumb .slider_item .thum_img {
  margin: 0 3px;
  border: 2px solid #fff;
}

.main_visual .slider_thumb .slider_item .thum_img a {
  display: block;
}

.main_visual .slick-current .slider_item .thum_img {
  border-color: #00ACBF;
}

.main_visual .slider_list_pc {
  display: none;
}

.main_visual .slider_thumb_pc {
  display: none;
}

.main_visual .slick-arrow {
  width: 30px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 0.3s;
  z-index: 2;
}

.main_visual .slick-arrow img {
  width: 10px;
  height: auto;
  fill: #fff;
}

.main_visual .slick-arrow.icon_prev {
  left: 0;
  transform: rotate(90deg);
}

.main_visual .slick-arrow.icon_next {
  right: 0;
  transform: rotate(-90deg);
}

.main_visual .slick-arrow:hover {
  opacity: 0.7;
}

/* title_top */
.title_top_wrap {
  margin-bottom: 30px;
}

.title_top_wrap .btn_default01 {
  display: none;
}

.title_top_wrap .txt_normal {
  width: 100%;
}

.title_top {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  position: relative;
}

.title_top:after {
  width: 25px;
  height: 1px;
  background: #00A0E8;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}

.title_top a {
  color: #1E2D3D;
  font-weight: bold;
}

.title_top a .icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #00A0E8;
}

/* name */
.name {
  overflow: hidden;
}

.name .container {
  position: relative;
}

.name .container:before {
  color: #f6f6f6;
  font-family: "Roboto";
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}

/* product */
.product .container {
  position: relative;
}

.product .container:before {
  content: "PRODUCTS";
}

/* top_link */
.top_link {
  margin: 20px 0 50px;
}

.top_link .top_link_btn:not(:last-child) {
  margin-bottom: 15px;
}

.top_link .top_link_btn .btn_default01 {
  height: 70px;
  box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* top_contents */
.top_contents.top_service a {
  background-image: url(/images/top/bg_service.jpg);
}

.top_contents.top_customization a {
  background-image: url(/images/top/bg_customization.jpg);
}

/* information */

.information .container:before {
  content: "NEWS";
}

/* top_contents_link */
.top_contents_link {
  padding-bottom: 40px;
  position: relative;
}

.top_contents_link .container {
  position: relative;
  z-index: 1;
}

.top_contents_link .top_contents_wrap {
  box-shadow: none;
}

.top_contents_link .top_contents a {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top_contents_link .top_contents a .top_contents_title {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.top_contents_link .top_contents a .icon {
  margin-bottom: 0;
}

.top_contents_link .top_contents a .icon:first-of-type {
  margin-right: 15px;
}

.top_contents_link .top_contents a .icon:last-of-type {
  width: 15px;
  height: 15px;
  margin-left: 15px;
}

.top_contents_link .top_blog {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .main_visual {
    overflow: hidden;
  }
  .main_visual .slider_thumb_wrap {
    width: 600px;
  }
  .main_visual .slider_thumb {
    margin: -15px -5px 0;
  }
  .main_visual .slider_thumb .slider_item .thum_img {
    margin: 0 5px;
    border-width: 5px;
  }
  .main_visual .slider_list_sp,
  .main_visual .slider_thumb_sp {
    display: none;
  }
  .main_visual .slider_list_pc {
    display: block;
  }
  .main_visual .slider_thumb_pc {
    display: block;
  }
  .top_link .container {
    padding: 0 20px;
    display: flex;
    justify-content: center;
  }
  .top_link .top_link_btn {
    width: calc(33.3333% - 10px);
    margin: 0 10px;
  }
  .top_link .top_link_btn:not(:last-child) {
    margin-bottom: 0;
  }
  .information:after,
  .top_contents_link:after {
    width: 20%;
    height: 100%;
    background: #F3F3F3;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
  }
  .top_contents_link .top_contents_wrap {
    margin: -10px;
    display: flex;
  }
  .top_contents_link .top_contents {
    width: 50%;
    height: 50%;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1280px) {
  .main_visual {
    margin-bottom: 120px;
  }
  .main_visual .slider_thumb_wrap {
    width: 1230px;
    display: flex;
    justify-content: flex-end;
  }
  .main_visual .slider_thumb {
    width: 800px;
    margin: -40px -5px 0;
  }
  .title_top_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .title_top_wrap .btn_default01 {
    display: flex;
  }
  .title_top {
    font-size: 3.7rem;
  }
  .title_top a .icon {
    display: none;
  }
  .name .container:before {
    top: 120px;
    font-size: 22rem;
  }
  .top_link {
    width: 1230px;
    margin: 20px auto 150px;
  }
  .top_link .container {
    max-width: inherit;
    margin: 0 -10px;
    padding: 0;
  }
  .top_link .top_link_btn .btn_default01 {
    font-size: 2rem;
  }
  .top_link .top_link_btn .btn_default01 {
    min-height: 70px;
    padding: 22px 15px;
  }
  .information:after,
  .top_contents_link:after {
    width: 25%;
  }
  .top_contents_link {
    padding-bottom: 90px;
  }
  .top_contents_link .top_contents_wrap {
    margin: -15px;
  }
  .top_contents_link .top_contents {
    padding: 0 15px;
  }
  .top_contents_link .top_contents a {
    padding: 30px;
  }
  .top_contents_link .top_contents a .top_contents_title {
    font-size: 2.8rem;
  }
  .top_contents_link .top_contents a .icon:first-of-type {
    width: 54px;
    height: 54px;
  }
}

@media screen and (min-width: 1500px) {
  .name .container:before {
    left: -130px;
  }
}

/*# sourceMappingURL=map/top.css.map */
