@charset "UTF-8";
@media screen and (max-width: 749px) {
  .specialContent .title__h2 {
    width: 60%;
  }
}

.topAboutContent {
  width: 100%;
  padding: 50px 0;
}

@media screen and (min-width: 750px), print {
  .topAboutContent {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.topAboutContent__title__h3 {
  font-size: 20px;
}

@media screen and (min-width: 750px), print {
  .topAboutContent__title__h3 {
    font-size: 30px;
  }
}

.topAboutContent a.topAboutContent__title__h3Link {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

.topAboutContent a.topAboutContent__title__h3Link:hover {
  color: #dd0000;
}

@media screen and (min-width: 750px), print {
  .topAboutContent:hover {
    opacity: 1;
  }
}

.topAboutContent__aboutImage {
  width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 750px), print {
  .topAboutContent__aboutImage {
    width: 300px;
  }
}

.topAboutContent__imageContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 750px), print {
  .topAboutContent__imageContents {
    float: right;
  }
}

.topAboutContent__aboutList {
  display: grid;
  padding: 0;
}

@media screen and (min-width: 750px), print {
  .topAboutContent__aboutList {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    grid-template-columns: repeat(2, auto);
  }
}

.topAboutContent__aboutListChild {
  font-size: 16px;
  width: 100%;
  padding-top: 20px;
  list-style-type: none;
}

@media screen and (min-width: 750px), print {
  .topAboutContent__aboutListChild {
    width: 250px;
    padding-top: 40px;
  }
}

.topAboutContent__Link {
  color: #111111;
  text-decoration: underline;
}

.topAboutContent__Link:hover {
  color: #dd0000;
}

.topMainVisualContent.for_mobile .topMainVisualContent-slide {
  margin-bottom: 10px;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent.for_mobile {
    display: none;
  }
}

.topMainVisualContent.for_pc {
  display: none;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent.for_pc {
    display: block;
  }
}

.topMainVisualContent.for_pc .topMainVisualContent-item {
  background-position: top center;
  background-size: cover;
  height: 370px;
  position: relative;
}

.topMainVisualContent.for_pc .topMainVisualContent-slide.swiper-container-horizontal {
  width: 1200px;
  height: 370px;
  margin: 0 auto 6px;
  overflow: hidden;
}

.topMainVisualContent.for_pc .topMainVisualContent-slide-indicator {
  width: auto;
  height: 0;
  margin: 0;
}

.topMainVisualContent.for_pc .topMainVisualContent-slide-nav {
  margin: 0 auto;
  width: 1200px;
  top: 37%;
  -webkit-transform: translate(0, -37%);
          transform: translate(0, -37%);
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent.for_pc .topMainVisualContent-slide img {
    width: 100%;
  }
}

.topMainVisualContent.for_pc .topMainVisualContent-slide img:hover {
  opacity: 0.75;
}

.topMainVisualContent-slide {
  height: auto;
  margin-bottom: 10px;
  overflow-x: hidden;
  position: relative;
}

@media screen and (min-width: 1040px), print {
  .topMainVisualContent-slide {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide img {
    width: 1040px;
  }
}

@media screen and (min-width: 1040px), print {
  .topMainVisualContent-slide img {
    width: 100%;
  }
}

.topMainVisualContent-wrapper {
  height: auto;
}

.topMainVisualContent-item {
  height: auto;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-item {
    position: relative;
  }
}

.topMainVisualContent-image {
  display: block;
  height: auto;
  width: 100%;
}

.topMainVisualContent-slide-nav {
  left: 0;
  position: absolute;
  right: 0;
  top: 46%;
  -webkit-transform: translate(0, -46%);
          transform: translate(0, -46%);
  width: 100%;
  z-index: 1;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-nav {
    margin: 0 auto;
    width: 1120px;
  }
}

.topMainVisualContent-slide-nav-item {
  position: absolute;
  top: 40%;
  z-index: 1;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-nav-item {
    cursor: pointer;
    top: 0;
  }
  .topMainVisualContent-slide-nav-item:hover {
    background-color: #dd0000;
  }
  .topMainVisualContent-slide-nav-item:hover.is_previous:before {
    border: 0;
    content: "";
    display: inline-block;
    height: 5px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
    transform: rotate(45deg);
  }
  .topMainVisualContent-slide-nav-item:hover.is_next:before {
    border: 0;
    content: "";
    display: inline-block;
    height: 5px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5px;
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    transform: rotate(45deg);
  }
}

.topMainVisualContent-slide-nav-item.is_previous {
  left: 0;
}

.topMainVisualContent-slide-nav-item.is_next {
  right: 0;
}

.topMainVisualContent-slide-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-item-content {
    width: 1200px;
  }
}

.topMainVisualContent-slide-item {
  cursor: pointer;
  text-align: center;
  color: #080808;
}

.topMainVisualContent-slide-item.is_previous {
  height: 50px;
  margin: 0px 10px 5px 10px;
}

.topMainVisualContent-slide-item.is_previous:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  border-bottom: solid 1px #080808;
  border-left: solid 1px #080808;
  transform: rotate(45deg);
}

.topMainVisualContent-slide-item.is_next {
  height: 50px;
  margin: 0px 10px 5px 10px;
}

.topMainVisualContent-slide-item.is_next:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  border-right: solid 1px #080808;
  border-top: solid 1px #080808;
  transform: rotate(45deg);
}

.topMainVisualContent-slide-item.icon-stop {
  font-size: 15px;
  height: 10px;
  margin: 3px 20px 0px 30px;
}

.topMainVisualContent-slide-item.icon-play {
  font-size: 15px;
  height: 10px;
  margin: 3px 0px 0px 0px;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-item:hover.is_previous:before {
    border: 0;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    border-bottom: solid 1px #dd0000;
    border-left: solid 1px #dd0000;
    transform: rotate(45deg);
  }
  .topMainVisualContent-slide-item:hover.is_next:before {
    border: 0;
    content: "";
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 10px;
    border-right: solid 1px #dd0000;
    border-top: solid 1px #dd0000;
    transform: rotate(45deg);
  }
}

.topMainVisualContent-slide-item.is_active {
  color: #464646;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-item.is_active:hover {
    color: #dd0000;
  }
}

.topMainVisualContent-slide-item.is_stop {
  color: #adadad;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent-slide-item.is_stop:hover {
    color: #dd0000;
  }
}

.topMainVisualContent_slide_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.topMainVisualContent .pagination-list-item-control {
  opacity: 1;
  height: 80px;
  width: 30px;
  background-color: #3c4546;
}

.topMainVisualContent .pagination-list-item-control:hover {
  opacity: 0.5;
}

@media screen and (min-width: 750px), print {
  .topMainVisualContent .pagination-list-item-control {
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
  }
}

.topMainVisualContent .pagination-list-item-control.is_previous::before {
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
}

.topMainVisualContent .pagination-list-item-control.is_next::before {
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
}

.topMainVisualContent-slide-indicator {
  text-align: center;
  height: 0;
}

.topMainVisualContent-slide-indicator .swiper-pagination-bullet {
  background-color: #adadad;
  margin-right: 10px;
  border-radius: 50%;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.topMainVisualContent-slide-indicator .swiper-pagination-bullet-active {
  background-color: #dd0000;
}

.topMainVisualContent-slide-indicator .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

/* 製品情報のヘッダー位置調整 */
.is_secondary_design article.is_top .top-products-upper-wrap li a > h2 {
  padding: 20px 20px 0;
  line-height: inherit;
}

@media screen and (min-width: 750px), print {
  .is_secondary_design article.is_top .top-products-upper-wrap li a > h2 {
    padding: 50px 20px 0;
    line-height: inherit;
  }
}

.is_secondary_design article.is_top .top-products-upper-wrap li span h2 {
  padding-top: 20px;
  line-height: inherit;
}

@media screen and (min-width: 750px), print {
  .is_secondary_design article.is_top .top-products-upper-wrap li span h2 {
    padding-top: 50px;
    line-height: inherit;
  }
}

.is_secondary_design article.is_top .top-products-upper-wrap li span p {
  padding-top: 10px;
}

.is_secondary_design article.is_top .top-products-bottom-wrap li a > h2 {
  padding: 20px 20px 0;
  line-height: inherit;
}

@media screen and (min-width: 750px), print {
  .is_secondary_design article.is_top .top-products-bottom-wrap li a > h2 {
    padding: 40px 20px 0;
    line-height: inherit;
  }
}

.is_secondary_design article.is_top .top-products-bottom-wrap li span h2 {
  padding-top: 20px;
  line-height: inherit;
}

@media screen and (min-width: 750px), print {
  .is_secondary_design article.is_top .top-products-bottom-wrap li span h2 {
    padding-top: 40px;
    line-height: inherit;
  }
}

.is_secondary_design article.is_top .top-products-bottom-wrap li span p {
  padding-top: 10px;
}

.imageSet-image img {
  width: auto;
}

.globalNav_mobile {
  background-color: #595757;
  display: block;
  height: 100%;
  position: fixed;
  top: -100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  z-index: 900;
}

@media screen and (min-width: 750px), print {
  .globalNav_mobile {
    display: none;
  }
}

.globalNav_mobile.is_active {
  top: 68px;
  overflow-y: scroll;
}

.globalNav_mobile-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
}

.globalNav_mobile-links-item {
  width: 50%;
  text-align: center;
}

.globalNav_mobile-links-item a {
  color: #fff;
  display: block;
  font-size: 10px;
  padding: 10px;
  text-decoration: none;
  border-right: 1px solid #3c3c3c;
}

.globalNav_mobile-links-item:last-child a {
  border: none;
}

.globalNav_mobile-links-item .icon {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.globalNav_mobile-form {
  padding: 0 10px 15px;
  position: relative;
}

.globalNav_mobile-form-inputText {
  background-color: #fff;
  padding: 15px 10px;
  width: 100%;
}

.globalNav_mobile-form-inputText:placeholder-shown {
  color: #adadad;
}

.globalNav_mobile-form-inputText::-webkit-input-placeholder {
  color: #adadad;
}

.globalNav_mobile-form-inputText:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.globalNav_mobile-form-inputText::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}

.globalNav_mobile-form-inputText:-ms-input-placeholder {
  color: #adadad;
}

.globalNav_mobile-form-btn {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
}

.globalNav_mobile-list {
  margin: 0;
  padding: 0;
  height: 100%;
}

.globalNav_mobile-list-item {
  border-top: 1px solid #3c3c3c;
  text-align: center;
}

.globalNav_mobile-list-item:last-child {
  border-bottom: 1px solid #3c3c3c;
}

.globalNav_mobile-list-item a {
  display: block;
  padding: 20px 10px;
  text-decoration: none;
  color: #fff;
}

.globalNav {
  display: none;
  position: relative;
  background-color: #fff;
}

@media screen and (min-width: 750px), print {
  .globalNav {
    display: block;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list_isChild {
    background: #595757;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
    top: 64px;
    -webkit-transition: background 1s ease, opacity 1s ease, height 0.5s ease, overflow 1s ease;
    transition: background 1s ease, opacity 1s ease, height 0.5s ease, overflow 1s ease;
    z-index: 99;
  }
}

.globalNav-list_isChild.is_active {
  background: #595757;
  height: 300px;
  opacity: 1;
  overflow: visible;
}

.globalNav-list_isChild.with_image .globalNav-list-item_isChild a {
  padding-left: 28px;
  text-indent: -21px;
}

.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a {
  margin-bottom: 10px;
  padding: 0;
  text-indent: 0;
  text-align: left;
  max-width: 120px;
}

.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a:hover {
  background-color: transparent;
  padding-bottom: 0;
}

.globalNav-list_isChild.with_image .globalNav-list-item-image_isChild a img {
  width: 70%;
}

@media screen and (min-width: 750px), print {
  .globalNav-list-inner_isChild {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding: 25px 15px;
    width: 100%;
    max-width: 1040px;
  }
}

.globalNav-list-inner_isContentBox {
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.globalNav-list-inner_isContentBox_isContents {
  width: 100%;
  max-width: 300px;
  margin-right: 15px;
}

.globalNav-list-inner_isContentBox_isItemHeading {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

@media screen and (min-width: 750px), print {
  .globalNav-list-inner_isHeading {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-inner_isFooter {
    border-top: 1px solid #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: block;
    font-size: 14px;
    padding: 22px 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    max-width: 300px;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item a:hover, .globalNav-list-item a.is_current, .globalNav-list-item a.is_active {
    position: relative;
  }
  .globalNav-list-item a:hover:after, .globalNav-list-item a.is_current:after, .globalNav-list-item a.is_active:after {
    background-color: #dd0000;
    bottom: -1px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item.icon-newWindow {
    margin-left: 5px;
  }
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item_isChild a {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px 8px 5px;
    margin-right: 15px;
    text-align: left;
    width: 100%;
    max-width: 300px;
  }
}

.globalNav-list-item_isChild a:hover {
  background-color: #dd0000;
  border-bottom: none;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.globalNav-list-item_isChild a:hover:after {
  display: none;
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item_isChildImage a {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 5px 8px 5px;
    margin: 10px 0 0 0;
    text-align: left;
    width: 100%;
  }
}

.globalNav-list-item_isChildImage a:hover {
  background-color: #dd0000;
  border-bottom: none;
  color: #fff;
}

.globalNav-list-item_isChildImage a:hover:after {
  display: none;
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item_isFooter a {
    font-size: 14px;
    margin-top: 5px;
    padding: 10px 10px 8px 5px;
    text-align: left;
  }
}

.globalNav-list-item_isFooter a:hover {
  background-color: #dd0000;
  border-bottom: none;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 0;
}

.globalNav-list-item_isFooter a:hover:after {
  display: none;
}

.globalNav-list-item_isImage {
  width: 18%;
  padding: 0;
  margin-right: 2.5%;
}

.globalNav-list-item_isImage:nth-of-type(5n+6) {
  margin-right: 0;
}

.globalNav-list-item_isImage a:hover {
  border-bottom: none;
}

.globalNav-list-item_isImage a:hover:after {
  display: none;
}

@media screen and (min-width: 750px), print {
  .globalNav-list-item-image_isChildImage a {
    padding: 0;
    width: 120px;
  }
}

.globalNav-list-item-image_isChildImage img {
  width: 100%;
}

.is_shrink .globalNav {
  display: none;
}

.p_industrySearchForm__title {
  font-size: 1.6rem;
  margin: 5px 0 10px;
}

@media screen and (min-width: 750px), print {
  .p_industrySearchForm__title {
    font-size: 2rem;
    margin: 10px 0;
  }
}

.p_industrySearchForm__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
  padding: 0;
}

@media screen and (min-width: 750px), print {
  .p_industrySearchForm__list {
    margin: 0 0 50px;
    padding: 0;
  }
}

.p_industrySearchForm__item {
  list-style: none;
  margin-right: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p_industrySearchForm__item input {
  display: none;
}

.p_industrySearchForm__item input:checked + label {
  background-color: #555555;
  border-color: #555555;
  color: #fff;
}

.p_industrySearchForm label {
  display: block;
  background-color: #fff;
  border: solid 1px #464646;
  padding: 12px 10px;
  cursor: pointer;
  color: #464646;
  font-size: 1.5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font-weight: bold;
  min-width: 142px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 750px), print {
  .p_industrySearchForm label {
    padding: 15px 10px;
    font-size: 1.8rem;
    min-width: 173px;
  }
}

.p_industrySearchForm label:hover {
  background-color: #555555;
  border-color: #555555;
  color: #fff;
}

.p_industrySearchForm__linkList {
  background-color: #f5f5f5;
  margin: 0;
  padding: 25px;
}

.p_industrySearchForm__linkListItem {
  position: relative;
  margin-bottom: 12px;
  list-style: none;
  padding-left: 17px;
}

.p_industrySearchForm__linkListItem::before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #464646;
  border-radius: 50%;
}

.p_industrySearchForm__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}

.p_industrySearchForm__arrow--down {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 40px solid #adadad;
  border-bottom: 0;
}

@media screen and (min-width: 750px), print {
  .p_industrySearchForm__arrow--down {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 50px solid #adadad;
  }
}
/*# sourceMappingURL=../maps/style_co_jp.css.map */
