@charset "UTF-8";
/*g-mixin*/
/*f-リセット*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:hover {
  outline: none;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

input, textarea, select, option, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrapper {
  margin-top: 152px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #wrapper {
    margin-top: 70px;
  }
}

main {
  margin-top: 135px;
}
@media screen and (max-width: 999px) {
  main {
    margin-top: 70px;
  }
}

#l-header.header .header__pc, #l-header.header .header__sp {
  top: 0;
  width: 100%;
  z-index: 3;
  background-color: #fff;
}
#l-header.header .header__pc {
  position: fixed;
  display: block;
}
@media screen and (max-width: 999px) {
  #l-header.header .header__pc {
    display: none;
  }
}
#l-header.header .header__sp {
  height: auto;
  display: none;
}
@media screen and (max-width: 999px) {
  #l-header.header .header__sp {
    display: block;
  }
}
#l-header.header .header__wrap {
  display: flex;
  justify-content: space-between;
  height: 135px;
  padding: 0 50px;
}
#l-header.header .header__wrap #logo {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
#l-header.header .header__wrap nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#l-header.header .header__wrap .l-header__link {
  display: flex;
  justify-content: end;
  margin: 10px 0 5px;
  align-items: center;
  /*googleサイト内検索*/
}
#l-header.header .header__wrap .l-header__link__language {
  cursor: pointer;
  position: relative;
}
#l-header.header .header__wrap .l-header__link__language--block {
  display: flex;
  gap: 6px;
  margin-right: 24px;
  font-size: 16px;
  padding: 12px;
}
#l-header.header .header__wrap .l-header__link__language--hover {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #F9F9F9;
  font-size: 16px;
  z-index: 4;
}
#l-header.header .header__wrap .l-header__link__language--hover a {
  padding: 12px;
  display: flex;
  gap: 12px;
  position: relative;
  transition: 0.3s;
}
@media (hover: hover) {
  #l-header.header .header__wrap .l-header__link__language--hover a:hover {
    background: #E3E3E3;
  }
}
#l-header.header .header__wrap .l-header__link__language--hover a::after {
  position: absolute;
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  background-color: #E3E3E3;
  bottom: 0;
}
#l-header.header .header__wrap .l-header__link__language--hover a:last-child::after {
  display: none;
}
#l-header.header .header__wrap .l-header__link .gsc-search-button-v2 {
  cursor: pointer;
}
#l-header.header .header__wrap .l-header__link .gsc-control-cse {
  padding: 0;
}
#l-header.header .header__wrap .l-header__gnav {
  display: flex;
  align-items: end;
  gap: 30px;
}
#l-header.header .header__wrap .l-header__gnav ul {
  display: flex;
}
#l-header.header .header__wrap .l-header__gnav ul li {
  width: 9vw;
  text-align: center;
  font-size: 1.8rem;
}
#l-header.header .header__wrap .l-header__gnav ul.main {
  gap: 15px;
  align-items: baseline;
}
#l-header.header .header__wrap .l-header__gnav ul.main li {
  border-bottom: 5px solid #EEECEC;
  transition: 0.3s;
}
@media (hover: hover) {
  #l-header.header .header__wrap .l-header__gnav ul.main li:hover {
    border-color: #E60012;
  }
}
#l-header.header .header__wrap .l-header__gnav ul.main li > a {
  display: inline-block;
  padding-bottom: 20px;
  height: auto;
  width: 100%;
}
#l-header.header .header__wrap .l-header__gnav ul.sub {
  height: 100%;
  gap: 10px;
}
#l-header.header .header__wrap .l-header__gnav ul.sub li {
  display: flex;
  align-items: center;
  width: 7vw;
  margin-bottom: 9px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #E60012;
  border-radius: 3px;
}
#l-header.header .header__wrap .l-header__gnav ul.sub li:first-child {
  background-color: #E60012;
}
#l-header.header .header__wrap .l-header__gnav ul.sub li:first-child a {
  color: #fff;
}
#l-header.header .header__wrap .l-header__gnav ul.sub li > a {
  display: inline-block;
  padding: 13px 3px;
  height: auto;
  width: 100%;
  color: #E60012;
}
#l-header.header .header__wrap .l-header__gnav li {
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  #l-header.header .header__wrap .l-header__gnav ul li {
    font-size: 1.5rem;
  }
}
#l-header.header .header__menu {
  cursor: default;
  background-color: #F9F9F9;
  width: 100%;
  min-height: 378px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s, display 0.2s allow-discrete;
}
#l-header.header .header__menu.active {
  display: flex;
  opacity: 1;
}
@starting-style {
  #l-header.header .header__menu.active {
    opacity: 0;
  }
}
#l-header.header .header__menu .l-header__menu {
  max-width: 1280px;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 0 30px;
}
#l-header.header .header__menu .l-header__menu__link {
  text-align: center;
  margin-right: 20px;
}
#l-header.header .header__menu .l-header__menu__link p {
  font-size: 40px;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}
#l-header.header .header__menu .l-header__menu__link a {
  display: inline-block;
  background-color: #E60012;
  border-radius: 5px;
  padding: 12px 35px 12px 30px;
  color: #fff;
  position: relative;
}
#l-header.header .header__menu .l-header__menu__link a::after {
  position: absolute;
  content: url("../images/common/ico_link.svg");
  display: block;
  top: 25%;
  right: 17px;
}
#l-header.header .header__menu .l-header__menu__thumb {
  max-width: 950px;
  min-width: 700px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 10px;
}
#l-header.header .header__menu .l-header__menu__thumb a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 20px;
  transition: 0.3s;
}
@media (hover: hover) {
  #l-header.header .header__menu .l-header__menu__thumb a:hover {
    border-color: #E60012;
  }
}
#l-header.header .header__menu .l-header__menu__thumb a img {
  width: 95px;
  margin: 0 auto;
}
#l-header.header .header__menu .l-header__menu__thumb a p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}
#l-header.header .header__menu .l-header__menu__text {
  flex: 1;
  display: flex;
  justify-content: space-evenly;
  text-align: left;
  color: #3B3B3B;
}
#l-header.header .header__menu .l-header__menu__text div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#l-header.header .header__menu .l-header__menu__text div a p {
  position: relative;
  margin-left: calc(1em + 10px);
}
#l-header.header .header__menu .l-header__menu__text div a p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #E60012;
  border-right: solid 2px #E60012;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: -1em;
}
@media (hover: hover) {
  #l-header.header .header__menu .l-header__menu__text div a:hover {
    text-decoration: underline;
  }
}
#l-header.header .header__menu .l-header__menu__text div .ttl {
  font-size: 23px;
  font-weight: 500;
}
#l-header.header .header__wrap__sp {
  position: fixed;
  top: 0;
  z-index: 4;
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0 12px;
}
#l-header.header .header__wrap__sp__btn {
  width: 40px;
  height: 40px;
  position: relative;
  background-color: transparent;
}
#l-header.header .header__wrap__sp__btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #707070;
}
#l-header.header .header__wrap__sp__btn::before, #l-header.header .header__wrap__sp__btn::after {
  position: absolute;
  content: "";
  background-color: #707070;
  width: 30px;
  height: 2px;
  right: 0;
  transition: all 0.3s;
}
#l-header.header .header__wrap__sp__btn::before {
  top: calc(50% - 7px);
}
#l-header.header .header__wrap__sp__btn::after {
  bottom: calc(50% - 9px);
}
#l-header.header .header__wrap__sp__btn.active span {
  display: none;
}
#l-header.header .header__wrap__sp__btn.active::before {
  transform: translateY(7px) rotate(45deg);
}
#l-header.header .header__wrap__sp__btn.active::after {
  transform: translateY(-7px) rotate(-45deg);
}
#l-header.header .l-modal__nav {
  z-index: 3;
  width: 100%;
  padding: 70px 12px 30px;
  background-color: #fff;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  bottom: 0;
  transform: translateX(100vw);
  transition: all 0.3s;
}
#l-header.header .l-modal__nav.active {
  display: block;
  transform: translateX(0);
  transition: all 0.3s;
}
#l-header.header .l-modal__nav div {
  border-bottom: 1px solid #EEECEC;
  font-size: 20px;
}
#l-header.header .l-modal__nav div:first-child {
  border-top: 1px solid #EEECEC;
}
#l-header.header .l-modal__nav div p {
  padding: 17px 14px;
}
#l-header.header .l-modal__nav div ul {
  background-color: #F9F9F9;
  font-size: 16px;
}
#l-header.header .l-modal__nav div ul li a {
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  height: auto;
}
#l-header.header .l-modal__nav div ul li + li {
  border-top: 1px solid #E3E3E3;
}
#l-header.header .l-modal__nav div ul li.cate {
  background-color: #fff;
  padding: 15px 14px;
  font-weight: 500;
}
#l-header.header .l-modal__nav div ul p {
  background-color: #fff;
}
#l-header.header .l-modal__nav div .c-modal__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#l-header.header .l-modal__nav div .c-modal__nav a {
  flex-grow: 1;
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  position: relative;
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle::before, #l-header.header .l-modal__nav div .c-modal__nav__toggle::after {
  position: absolute;
  content: "";
  background-color: #858585;
  transition: all 0.3s;
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle::before {
  width: 16px;
  height: 1px;
  top: 50%;
  left: calc(50% - 8px);
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle::after {
  width: 1px;
  height: 16px;
  top: calc(50% - 8px);
  left: 50%;
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle.active::before {
  opacity: 0;
}
#l-header.header .l-modal__nav div .c-modal__nav__toggle.active::after {
  transform: rotate(90deg);
}
#l-header.header .l-modal__nav div .c-modal__nav--detail {
  display: none;
}
#l-header.header .l-modal__nav div.c-modal__catalog {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0;
}
#l-header.header .l-modal__nav div.c-modal__catalog a {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  height: 72px;
  border: 1px solid #E60012;
  color: #E60012;
  font-size: 17px;
  border-radius: 3px;
}
#l-header.header .l-modal__nav div.c-modal__catalog a:last-child {
  background-color: #E60012;
  color: #fff;
}
#l-header.header .l-modal__nav div.c-modal__catalog a p {
  font-weight: bold;
}
#l-header.header .l-modal__nav div.c-modal__catalog img {
  height: 50px;
}
#l-header.header .l-modal__nav div .p-icon__language {
  display: flex;
  align-items: center;
  gap: 12px;
}
#l-header.header .l-modal__nav div .p-icon__language img {
  height: 100%;
}
#l-header p {
  font-size: 100%;
  line-height: 1;
}
#l-header a {
  text-decoration: none;
  color: #000;
}

/*汎用*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.br_pc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: inline-block;
  }
}

#l-footer.l-footer {
  background-color: #E60012;
  color: #fff;
  font-size: 12px;
}
#l-footer.l-footer .l-footer__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 15px 0;
}
#l-footer.l-footer .l-footer__inner ul {
  display: flex;
  justify-content: start;
}
#l-footer.l-footer .l-footer__inner ul li {
  padding-right: 5px;
  margin-left: 5px;
  border-right: 1px solid #fff;
}
#l-footer.l-footer .l-footer__inner ul li:last-child {
  border-right: none;
}
#l-footer.l-footer .l-footer__inner ul li a:visited {
  color: #fff;
}
#l-footer.l-footer .l-footer__inner ul li a:hover {
  color: #fff;
  text-decoration: none;
}
#l-footer.l-footer .l-footer__inner p {
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #l-footer.l-footer {
    background-color: #d2d2d2;
    color: #000;
    font-size: 16px;
  }
  #l-footer.l-footer .l-footer__inner {
    padding: 20px 0;
  }
  #l-footer.l-footer .l-footer__inner ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
  }
  #l-footer.l-footer .l-footer__inner ul li {
    border-right: 1px solid #000;
  }
  #l-footer.l-footer .l-footer__inner ul li a:visited {
    color: #000;
  }
  #l-footer.l-footer .l-footer__inner ul li a:hover {
    color: #000;
    text-decoration: none;
  }
  #l-footer.l-footer .l-footer__inner p {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
  }
}

.c-h2__ttl {
  color: #E60012;
  font-size: 48px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}
.c-h2__ttl span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .c-h2__ttl {
    font-size: 28px;
    margin-bottom: 28px;
  }
  .c-h2__ttl span {
    font-size: 16px;
  }
}

.c-h3__ttl {
  font-size: 44px;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-h3__ttl {
    font-size: 28px;
    text-align: start;
    margin-bottom: 28px;
  }
}

/*下層*/
/*共通*/
.c-h1__ttl__lower {
  font-size: 54px;
  margin-top: 46px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-h1__ttl__lower {
    font-size: 28px;
    margin-top: 20px;
  }
}

/*製品情報*/
.c-h2__ttl__product {
  font-size: 30px;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-h2__ttl__product {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*特殊仕様製品*/
.c-h2__ttl__special {
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-h2__ttl__special {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/*トップに戻る*/
.c-btn__top {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #aaa;
  position: fixed;
  bottom: 12px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-btn__top__tri {
  width: 17px;
  margin: 0 auto;
  aspect-ratio: 1/0.8660254038;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}

/*詳細へ*/
.c-btn__detail {
  display: inline-block;
  width: 100%;
  max-width: 189px;
  margin-top: 20px;
  background-color: #E60012;
  padding: 12px 0;
  border: 1px solid #E60012;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.c-btn__detail::after {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  z-index: -1;
  transform-origin: left top;
  transition: 0.3s;
}
.c-btn__detail p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn__detail p {
    font-size: 16px;
  }
}
.c-btn__detail p::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  width: 8px;
  height: 8px;
  right: 20px;
}
@media (hover: hover) {
  .c-btn__detail:hover::after {
    width: 100%;
  }
  .c-btn__detail:hover p {
    color: #E60012;
  }
  .c-btn__detail:hover p::after {
    border-color: #E60012;
  }
}

/*特殊仕様製品はこちら*/
.c-btn__special {
  display: inline-block;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background-color: #E60012;
  border: 1px solid #E60012;
  padding: 44px 0;
  border-radius: 10px;
  transition: 0.3s;
}
.c-btn__special p {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.5;
}
.c-btn__special p::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  width: 12px;
  height: 12px;
  right: 116px;
}
@media screen and (max-width: 768px) {
  .c-btn__special {
    padding: 28px 10px;
  }
  .c-btn__special p {
    font-size: 16px;
    transition: 0.3s;
  }
  .c-btn__special p::after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
@media (hover: hover) {
  .c-btn__special:hover {
    background-color: #fff;
  }
  .c-btn__special:hover p {
    color: #E60012;
  }
  .c-btn__special:hover p::after {
    border-color: #E60012;
  }
}

/*アンカーリンク位置調整*/
.c-anchor {
  display: block;
  padding-top: 127px;
  margin-top: -127px;
}
@media screen and (max-width: 768px) {
  .c-anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*トップ　MV*/
.top__image {
  height: calc(100vh - 135px);
  position: relative;
  overflow: hidden;
}
.top__image .top__mv.slick-slide {
  position: absolute;
  height: calc(100vh - 135px);
  width: 100%;
}
.top__image .top__mv.slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 70%;
     object-position: 50% 70%;
}
.top__image .top__mv.slick-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fff 20em, transparent 60em);
}
.top__image .slick-slider {
  position: static;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .top__image {
    height: calc(100vh - 70px);
    width: 100%;
  }
  .top__image .top__mv.slick-slide {
    height: calc(100vh - 120px);
    width: 100%;
  }
  .top__image .top__mv.slick-slide img {
    -o-object-position: top;
       object-position: top;
  }
  .top__image .top__mv.slick-slide::before {
    background-image: none;
  }
}
.top__image__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 87px;
}
.top__image__inner .p-top__title {
  font-size: 60px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 28px;
}
.top__image__inner .p-top__text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 72px;
  letter-spacing: 0.02em;
}
.top__image__inner a {
  background-color: #E60012;
  display: inline-block;
  padding: 6px 12px 6px 24px;
  max-width: 110px;
}
.top__image__inner a .p-top__btn {
  color: #fff;
  position: relative;
  letter-spacing: 0.02em;
}
.top__image__inner a .p-top__btn::before {
  content: url("../images/common/ico_triangle.svg");
  position: absolute;
  display: block;
  left: -13px;
}
@media screen and (max-width: 768px) {
  .top__image__inner {
    display: block;
    width: 100%;
    padding: 0 16px;
    top: 25px;
    left: 0;
    color: #fff;
  }
  .top__image__inner .p-top__title {
    font-size: 29px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .top__image__inner .p-top__text {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 28px;
  }
  .top__image__inner a {
    position: absolute;
    right: 16px;
  }
}
.top__image__indicator {
  position: absolute;
  bottom: 40px;
  left: 87px;
  display: flex;
  gap: 20px;
  z-index: 2;
}
.top__image__indicator > li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #DBDBDB;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .top__image__indicator > li:hover {
    background-color: #E60012;
  }
}
.top__image__indicator > li button {
  display: none;
}
.top__image__indicator .slick-active {
  background-color: #E60012;
}
@media screen and (max-width: 768px) {
  .top__image__indicator {
    width: 100%;
    justify-content: center;
    gap: 16px;
    bottom: 22px;
    left: 0px;
  }
  .top__image__indicator > li {
    width: 8px;
    height: 8px;
  }
}

/*トップ　製品概要*/
.product {
  background-color: #F9F9F9;
}
.product__inner {
  max-width: 1318px;
  margin: 0 auto;
  padding: 100px 20px;
}
.product__inner__flex {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.product__inner__flex div {
  background-color: #fff;
  width: 202px;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  position: relative;
  font-size: 18px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product__inner__flex div {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .product__inner__flex div:hover {
    border-color: #E60012;
  }
}
.product__inner__flex div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.product__inner__flex div a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product__inner__flex div a p {
  font-weight: 500;
}
.product__inner__flex div img {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .product__inner {
    max-width: 600px;
    padding: 40px 12px 60px;
    margin-top: 16px;
  }
  .product__inner__flex {
    gap: 6px;
  }
  .product__inner__flex div {
    width: calc(33.3333333333% - 4px);
  }
  .product__inner__flex div a {
    gap: 0;
  }
}
@media screen and (max-width: 330px) {
  .product__inner__flex div {
    font-size: 12px;
  }
}

/*トップ　NEWS*/
.news__inner {
  max-width: 1086px;
  margin: 0 auto;
  padding: 80px 20px 80px;
}
.news__inner .p-news__category {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.news__inner .p-news__category li {
  background-color: #fff;
  color: #000;
  border: 1px solid #EEECEC;
  border-radius: 25px;
  display: flex;
  width: 100%;
  height: 40px;
  font-size: 18px;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .news__inner .p-news__category li:hover {
    background-color: #E60012;
    color: #fff;
  }
}
.news__inner .p-news__category li.active {
  background-color: #E60012;
  color: #fff;
}
.news__inner .p-news__detail {
  padding-top: 10px;
  display: none;
}
.news__inner .p-news__detail.active {
  display: block;
}
.news__inner .p-news__detail li {
  padding: 28px 0 20px;
  border-bottom: 1px solid #DBDBDB;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) {
  .news__inner .p-news__detail li:hover {
    background-color: #F9F9F9;
  }
}
.news__inner .p-news__detail li .p-news__element {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 8px;
}
.news__inner .p-news__detail li .p-news__element p {
  margin-right: 8px;
}
.news__inner .p-news__detail li .p-news__element p:first-child {
  margin-right: 15px;
  font-size: 18px;
}
.news__inner .p-news__detail li .p-news__element__tag {
  display: inline-block;
  font-size: 14px;
  padding: 3px 9px;
  border: 1px solid;
  border-radius: 25px;
}
.news__inner .p-news__detail li .p-news__element__tag.product {
  color: #40569F;
  border-color: #40569F;
}
.news__inner .p-news__detail li .p-news__element__tag.exhi {
  color: #5e2b7c;
  border-color: #5e2b7c;
}
.news__inner .p-news__detail li .p-news__element__tag.info {
  color: #95333B;
  border-color: #95333B;
}
.news__inner .p-news__detail li .p-news__element__tag.catalog {
  color: #1E512D;
  border-color: #1E512D;
}
.news__inner .p-news__detail li .p-news__element__tag.recruit {
  color: #B28500;
  border-color: #B28500;
}
.news__inner .p-news__detail li .p-news__element__tag.topics {
  color: #e77801;
  border-color: #e77801;
}
.news__inner .p-news__detail li .p-news__text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .news__inner .p-news__detail li .p-news__text {
    font-size: 16px;
  }
}
.news__inner .p-news__spbtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding: 24px 0px 80px;
  }
  .news__inner .c-h2__ttl {
    padding: 0 12px;
  }
  .news__inner .p-news__category {
    background-color: #F9F9F9;
    padding: 12px;
    white-space: nowrap;
    overflow-x: auto;
    justify-content: start;
  }
  .news__inner .p-news__category li {
    height: 30px;
    font-size: 14px;
    padding: 0 13px;
  }
  .news__inner .p-news__detail {
    padding: 0 12px;
  }
  .news__inner .p-news__detail li {
    padding: 20px 0 20px;
  }
  .news__inner .p-news__detail li .p-news__element p {
    margin-right: 4px;
  }
  .news__inner .p-news__detail li .p-news__element p:first-child {
    margin-right: 12px;
    font-size: 14px;
  }
  .news__inner .p-news__detail li .p-news__element__tag {
    padding: 3px 6px;
  }
  .news__inner .p-news__spbtn {
    display: block;
    background-color: #E60012;
    margin: 28px 12px 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}

/*トップ 動画掲載*/
.video {
  background-image: url("../images/top/bg_video.jpg");
  background-position: center;
  background-size: cover;
  padding: 60px 20px;
  margin-bottom: 40px;
}
.video .p-video__inner {
  max-width: 1100px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.video .p-video__inner .p-video__content {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 303px;
  max-width: 540px;
}
.video .p-video__inner .p-video__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .video {
    padding: 60px 12px;
  }
  .video .p-video__inner {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .video .p-video__inner .p-video__content {
    padding-top: 56.25%;
    max-width: 100%;
  }
}

/*トップ　企業情報*/
.company {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 40px 20px 80px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 0 12px;
  }
}
.company .p-company__cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 300px;
  margin-bottom: 100px;
}
.company .p-company__cate a {
  border: 1px solid #DBDBDB;
  background-position: center;
  background-size: cover;
}
.company .p-company__cate a:first-child {
  background-image: url("../images/top/img_company_cate_01.jpg");
}
.company .p-company__cate a:nth-child(2) {
  background-image: url("../images/top/img_company_cate_02.jpg");
  background-position: top;
}
.company .p-company__cate a:last-child {
  background-image: url("../images/top/img_company_cate_03.jpg");
}
.company .p-company__cate a > div {
  -webkit-backdrop-filter: blur(2px) brightness(70%);
          backdrop-filter: blur(2px) brightness(70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .company .p-company__cate a > div:hover {
    background-color: transparent;
    color: #fff;
  }
  .company .p-company__cate a > div:hover .p-cate__ico {
    background-color: transparent;
  }
}
.company .p-company__cate a > div .p-cate__ico {
  background-color: #E60012;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: 0.3s;
}
.company .p-company__cate a > div .p-cate__txt {
  text-align: center;
}
.company .p-company__cate a > div .p-cate__txt p {
  font-size: 18px;
  letter-spacing: 0.02em;
}
.company .p-company__cate a > div .p-cate__txt p:first-child {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}
.company .p-company__ex {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 80px;
}
.company .p-company__ex a {
  flex-basis: 50%;
  transition: 0.3s;
}
.company .p-company__ex a img {
  width: 100%;
}
@media (hover: hover) {
  .company .p-company__ex a:hover {
    opacity: 0.8;
  }
}
.company .p-company__link {
  background-color: #F9F9F9;
  padding: 40px 12px 60px;
}
.company .p-company__link div {
  max-width: 988px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.company .p-company__link div a {
  background-color: #fff;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #DBDBDB;
  border-radius: 4px;
  transition: 0.3s;
}
.company .p-company__link div a p {
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .company .p-company__link div a p {
    font-size: 16px;
  }
}
.company .p-company__link div a p span {
  color: #3C3E98;
}
@media (hover: hover) {
  .company .p-company__link div a:hover {
    border-color: #E60012;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 20px 0 0;
  }
  .company .p-company__cate {
    grid-template-columns: repeat(1, 1fr);
    height: 100%;
    margin: 0 auto 80px;
    padding: 0 12px;
    max-width: 600px;
  }
  .company .p-company__cate a {
    padding: 16px 28px;
  }
  .company .p-company__cate a:first-child {
    background-image: none;
  }
  .company .p-company__cate a:nth-child(2) {
    background-image: none;
  }
  .company .p-company__cate a:last-child {
    background-image: none;
  }
  .company .p-company__cate a > div {
    display: flex;
    flex-direction: nowrap;
    justify-content: start;
    gap: 20px;
  }
  .company .p-company__cate a > div .p-cate__ico {
    width: 44px;
    height: 44px;
    margin-bottom: 0;
  }
  .company .p-company__cate a > div .p-cate__ico img {
    width: 70%;
  }
  .company .p-company__cate a > div .p-cate__txt p {
    font-size: 14px;
  }
  .company .p-company__cate a > div .p-cate__txt p:first-child {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .company .p-company__cate a > div:hover {
    background-color: #fff;
    color: #000;
  }
  .company .p-company__cate a > div:hover .p-cate__ico {
    background-color: #E60012;
  }
}
@media screen and (max-width: 768px) {
  .company .p-company__ex {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-bottom: 5px;
  }
  .company .p-company__link {
    padding: 28px 12px 36px;
  }
  .company .p-company__link div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .company .p-company__link div a {
    height: 56px;
  }
  .company .p-company__link div a p span {
    padding-left: 5px;
  }
}

/*下層共通？　パンくず*/
.bread {
  background-color: #F9F9F9;
  height: 220px;
  padding-top: 17px;
}
.bread div {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .bread div {
    padding: 0 12px;
  }
}
.bread ul {
  display: flex;
  gap: 0.25em;
}
.bread ul li {
  font-size: 14px;
  display: inline-block;
}
.bread ul li::after {
  content: ">";
  padding-left: 0.25em;
}
.bread ul li:last-child::after {
  content: "";
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .bread {
    height: 120px;
    padding-top: 10px;
  }
}

/*製品概要*/
.product__explain {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .product__explain {
    padding: 0 12px;
  }
}
.product__explain p {
  font-size: 18px;
  max-width: 600px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .product__explain p {
    font-size: 16px;
  }
}
.product__explain img {
  max-width: 600px;
  width: 50%;
  height: 100%;
}
.product__list {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .product__list {
    padding: 0 12px;
  }
}
.product__list > div {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
  padding: 40px 20px;
  transition: 0.3s;
}
.product__list > div .content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.product__list > div .content > div {
  max-width: 560px;
}
.product__list > div .content > div > p {
  color: #3B3B3B;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 20px;
}
.product__list > div .content > div > p:first-child {
  letter-spacing: 0.1em;
  font-size: 22px;
  font-weight: bold;
  padding-top: 0;
}
.product__list > div .content img {
  max-width: 300px;
  width: 100%;
  height: 100%;
}
.product__list > div:last-child {
  margin-bottom: 0;
}
.product__list > div:has(.c-btn__detail:hover) {
  border: 1px solid #E60012;
}
.product__other {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product__other {
    padding: 0 12px;
  }
}
.product__other .p-product__other {
  margin: 140px 0 100px;
}
.product__other .p-product__other__list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product__other .p-product__other__list div {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  position: relative;
  width: 210px;
  border-radius: 5px;
  transition: 0.3s;
}
.product__other .p-product__other__list div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
@media (hover: hover) {
  .product__other .p-product__other__list div:hover {
    border-color: #E60012;
  }
}
.product__other .p-product__other__list a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.product__other .p-product__other__list a img {
  width: 70%;
}
.product__other .p-product__other__list p {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product__other .p-product__other__list p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .product__explain {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column-reverse;
  }
  .product__explain img {
    width: 100%;
  }
  .product__explain p {
    line-height: 1.8;
  }
  .product__list {
    margin-top: 50px;
  }
  .product__list > div {
    padding: 30px 20px 40px;
  }
  .product__list > div .content {
    flex-direction: column;
    align-items: center;
  }
  .product__list > div .content > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product__list > div .content > div > p {
    padding-top: 15px;
  }
  .product__list > div .content > div > p:first-child {
    font-size: 20px;
  }
  .product__list > div .content img {
    max-width: 200px;
  }
  .product__other {
    margin-top: 30px;
  }
  .product__other .p-product__other {
    margin: 80px 0 60px;
  }
  .product__other .p-product__other__list {
    gap: 5px;
  }
  .product__other .p-product__other__list div {
    width: calc(50% - 2.5px);
    max-width: 210px;
  }
  .product__other .p-product__other__list a {
    gap: 4px;
  }
}

/*特殊仕様製品*/
.special__nav {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .special__nav {
    padding: 0 12px;
  }
}
.special__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.special__nav ul li {
  border-bottom: 1px solid #EEECEC;
  text-align: center;
  transition: 0.3s;
}
.special__nav ul li a {
  display: inline-block;
  width: 240px;
  height: 100%;
  padding: 20px 10px;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.special__nav ul li a p {
  display: inline-block;
  position: relative;
  letter-spacing: 0.15em;
  right: -8px;
  font-weight: 500;
}
.special__nav ul li a p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #E60012;
  border-right: solid 2px #E60012;
  position: absolute;
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
  left: -20px;
  transition: 0.3s;
}
@media (hover: hover) {
  .special__nav ul li:hover {
    border-color: #E60012;
  }
}
@media (hover: hover) {
  .special__nav ul li:hover a p::before {
    top: 65%;
  }
}
.special__list {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .special__list {
    padding: 0 12px;
  }
}
.special__list .p-special__sec {
  margin-bottom: 65px;
}
.special__list .p-special__sec:last-child {
  margin-bottom: 100px;
}
.special__list .p-special__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.special__list .p-special__list__wrap {
  background-color: #fff;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  padding: 40px 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  transition: 0.3s;
}
.special__list .p-special__list__wrap div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.special__list .p-special__list__wrap div img {
  width: 100%;
  max-width: 220px;
}
.special__list .p-special__list__wrap div p {
  font-size: 16px;
  margin-top: 20px;
  color: #3B3B3B;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.special__list .p-special__list__wrap div p.ttl {
  font-size: 22px;
  margin-top: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.special__list .p-special__list__wrap a {
  margin: 0 auto;
}
.special__list .p-special__list__wrap:has(.c-btn__detail:hover) {
  border: 1px solid #E60012;
}
@media screen and (max-width: 768px) {
  .special__nav {
    margin-top: 40px;
  }
  .special__nav ul {
    gap: 20px;
  }
  .special__nav ul li {
    width: calc(50% - 10px);
  }
  .special__nav ul li a {
    width: 100%;
    font-size: 12px;
  }
  .special__nav ul li a p::before {
    left: -15px;
  }
  .special__list {
    margin-top: 40px;
  }
  .special__list .p-special__sec {
    margin-bottom: 40px;
  }
  .special__list .p-special__sec:last-child {
    margin-bottom: 60px;
  }
  .special__list .p-special__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .special__list .p-special__list__wrap {
    padding: 30px 20px 40px;
    gap: 20px;
  }
  .special__list .p-special__list__wrap div img {
    max-width: 200px;
  }
  .special__list .p-special__list__wrap div p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.5;
  }
  .special__list .p-special__list__wrap div p.ttl {
    font-size: 20px;
    margin-top: 20px;
  }
}
