@charset "UTF-8";
@import url("./layout/header.css");
@import url("./layout/footer.css");
@import url("./layout/main.css");
@import url("./object/component/component.css");
@import url("./object/project/top.css");
@import url("./object/project/lineup.css");
@import url("./object/project/message.css");
@import url("./object/project/product.css");
@import url("./object/project/keyv.css");
@import url("./object/project/color.css");
@import url("./object/project/colorlineup.css");
@import url("./object/project/sp.css");
body {
  font-family: "Open Sans","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  /* 追加 */
  position: relative;
}

.body__wrapper-pc {
  overflow: hidden;
}

span {
  font-weight: bold;
}

.body__wrapper-pc {
  display: block;
}

.body__wrapper-sp {
  display: none;
}

.p-colorInformation {
  margin-top: 15px;
  width: 1000px;
}

.p-colorInformation__wrap {
  width: 100%;
  position: relative;
  height: 505px;
}

.p-colorInformation__wrap-other {
  margin-bottom: 150px;
}

.p-colorInformation__wrap-last {
  margin-bottom: 10px;
}

.p-colorInformation__header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 983px;
  height: 100px;
  background-color: lightgrey;
}

.p-colorInformation__header ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.p-colorInformation__header ul li {
  font-size: 13px;
  width: 11.5%;
  height: 100%;
  color: white;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.p-colorInformation__header ul li:nth-of-type(1) {
  width: 22%;
}

.p-colorInformation__header ul li:nth-of-type(2) {
  width: 8%;
}

.p-colorInformation__header-aqua ul li {
  width: 13.8%;
}

.p-colorInformation__header-aqua ul li:nth-of-type(1) {
  width: 22%;
}

.p-colorInformation__header-aqua ul li:nth-of-type(2) {
  width: 8%;
}

.p-colorInformation__header-aquaduo ul li {
  width: 24.9%;
}

.p-colorInformation__header-aquaduo ul li:nth-of-type(1) {
  width: 24.9%;
}

.p-colorInformation__header-aquaduo ul li:nth-of-type(2) {
  width: 24.9%;
}

.p-colorInformation__content {
  position: absolute;
  width: 1000px;
  top: 100px;
  left: 0;
  height: 400px;
  overflow-y: scroll;
  border: 2px solid lightgrey;
}

.p-colorInformation__content ul {
  height: 75px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: lightgrey;
  padding-bottom: 2px;
}

.p-colorInformation__content ul li {
  font-size: 14px;
  width: 11.5%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-colorInformation__content ul li img {
  width: 98%;
  height: auto;
}

.p-colorInformation__content ul li:nth-of-type(1) {
  width: 22%;
  background-color: #fff;
}

.p-colorInformation__content ul li:nth-of-type(2) {
  width: 8%;
}

.p-colorInformation__content-aqua ul li {
  width: 13.8%;
}

.p-colorInformation__content-aqua ul li:nth-of-type(1) {
  width: 22%;
}

.p-colorInformation__content-aqua ul li:nth-of-type(2) {
  width: 8%;
}

.p-colorInformation__content-aquaduo ul li {
  width: 24.9%;
}

.p-colorInformation__content-aquaduo ul li:nth-of-type(1) {
  width: 24.9%;
}

.p-colorInformation__content-aquaduo ul li:nth-of-type(2) {
  width: 24.9%;
}

/*=================================
*　　meadia ~1000px
=================================*/
@media screen and (max-width: 480px) {
  .l-main {
    margin-top: 50px;
  }
  .body__wrapper-pc {
    display: none;
  }
  .body__wrapper-sp {
    display: flex;
  }
}