@charset "utf-8";
/* CSS Document */
#contWrap {
  padding: 0;
  margin: 0 auto;
	font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  width: 100%;
}
#contWrap div,
#contWrap p {
	margin: 0;
  padding: 0;
}
#contWrap li {
	list-style-type: none;
}
#contWrap img {
  margin: 0;
  padding: 0;
  border:0;
  vertical-align:bottom;
  width: 100%;
}
#contWrap a {
  cursor: pointer;
  cursor: hand;
}
#contWrap .fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .fl-st {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
#contWrap .fl-only-pc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contWrap .u-only-sp {
  display: none;
}
#contWrap .u-only-pc {
  display: block;
}
@media screen and (max-width: 750px) {
	#contWrap {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
	}
  #contWrap .fl-st {
    display: block;
    height: auto;
  }
  #contWrap .fl-only-pc {
    display: block;
  }
  #contWrap .u-only-sp {
    display: block;
  }
  #contWrap .u-only-pc {
    display: none;
  }
}
/* コンテンツ内共通 */
#contWrap .font18 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}
#contWrap .font16 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}
#contWrap .font-c {
  text-align: center;
}
#contWrap > section {
  padding: 0;
  margin: 0;
}
#contWrap h3 {
  padding: 5px 0;
  margin: 0;
  background: #000;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #contWrap h3 {
    padding: 10px 0;
    font-size: 20px;
  }
}
/* トップ */
#contWrap #top {
}
@media screen and (max-width: 750px) {
 
}
/* 無地防炎のれん */
#contWrap #fireretardant {
  margin: 0 0 70px 0;
}
#contWrap #fireretardant .typeTitBox {
  background: #ad061c;
}
@media screen and (max-width: 750px) {
}

/* 無地シャンタンのれん */
#contWrap #shantan {
  margin: 0 0 70px 0;
}
#contWrap #shantan .typeTitBox {
  background: #1da0a4;
}
@media screen and (max-width: 750px) {
}

/* のれんタイプ説明 */
#contWrap .typeTitBox {
  padding: 0 2.586206896551724%;
}
#contWrap .typeTitBox > div:first-of-type {
  width: 62.727272727272734%;
}
#contWrap .typeTitBox > div:nth-of-type(2) {
  width: 33.63636363636363%;
  padding: 0 0 30px 0;
}
#contWrap .typeTit {
  color: #fff;
  padding: 20px 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 1.6;
}
#contWrap .typeTit span {
  font-size: 34px;
}
#contWrap .typeTitBox .typeIcon {
  text-align: right;
  margin: 10px 0;
}
#contWrap .typeIcon img {
  width: 60%;
}
#contWrap .typeTitBox ul {
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
}
#contWrap #fireretardant .typeTitBox li {
  margin: 0 10px 0 0;
  padding: 3px 20px;
  color: #ad061c;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
}
#contWrap #shantan .typeTitBox li {
  margin: 0 10px 0 0;
  padding: 3px 20px;
  color: #0f999d;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
}
#contWrap .typeTitBox ul + p {
  color: #fff;
}
#contWrap .colorV {
  margin: 20px 0 30px 0;
  padding: 20px 2.898550724637681%;
  background: #fff;
}
#contWrap .colorV p {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 15px 0;
}
#contWrap .recom {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px 0;
}
#contWrap .recom > p:first-of-type {
  font-weight: bold;
  color: #fff;
  background: #808080;
  padding: 3px 0 2px 0;
  width: 40%;
}
#contWrap .recom > p:nth-of-type(2) {
  border: solid 1px #808080;
  box-sizing: border-box;
  background: #fff;
  padding: 3px 0 2px 0;
  width: 60%;
}
#contWrap .typeOp {
  background: #e60012;
  padding: 20px;
}
#contWrap .typeOp p:first-of-type {
  color: #fff100;
  font-size: 24px;
  font-weight: bold;
}
#contWrap .typeOp p:nth-of-type(2) {
  color: #fff;
}
@media screen and (max-width: 750px) {
  #contWrap .typeTitBox > div:first-of-type {
    width: 100%;
  }
  #contWrap .typeTitBox > div:nth-of-type(2) {
    width: 100%;
    padding: 0 0 10px 0;
  }
  #contWrap .typeTit {
    padding: 10px 0;
    font-size: 38px;
    line-height: 1.4;
  }
  #contWrap .typeTit span {
    font-size: 14px;
  }
  #contWrap .typeTitBox .typeIcon {
    margin: 0;
  }
  #contWrap .typeIcon img {
    width: 40%;
  }
  #contWrap .typeTitBox ul {
    margin: 0 0 20px 0;
  }
  #contWrap #fireretardant .typeTitBox li {
    font-size: 16px;
  }
  #contWrap #shantan .typeTitBox li {
    font-size: 16px;
  }
  #contWrap .colorV p {
    font-size: 20px;
    line-height: 1.4;
  }
  #contWrap .recom {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 30px 0;
  }
  #contWrap .recom > p:first-of-type {
    font-weight: bold;
    color: #fff;
    background: #808080;
    padding: 3px 0 2px 0;
    width: 40%;
  }
  #contWrap .recom > p:nth-of-type(2) {
    border: solid 1px #808080;
    box-sizing: border-box;
    background: #fff;
    padding: 3px 0 2px 0;
    width: 60%;
  }
  #contWrap .typeOp {
    background: #e60012;
    padding: 20px;
  }
  #contWrap .typeOp p:first-of-type {
    color: #fff100;
    font-size: 24px;
    font-weight: bold;
  }
}

/* 商品タイプの説明 */
#contWrap .h4Box {
  flex-direction: row-reverse;
  align-items: flex-end;
}
#contWrap h4 {
  position: relative;
}
#contWrap h4::before {
  content: "";
  display: inline-block;
  width: 144px;
  height: 60px;
  margin: 0 20px -6px 30px;
  background:url("../images/icon_free@2x.png") no-repeat;
  background-size: contain;
}
#contWrap #fireretardant h4 {
  font-size: 44px;
  line-height: 1.6;
  font-weight: 900;
  color: #ad061c;
  margin: 0;
  padding: 60px 0 8px 0;
  border-bottom: solid 5px #ad061c;
}
#contWrap #shantan h4 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: 900;
  color: #14a2a6;
  margin: 0;
  padding: 60px 0 8px 0;
  border-bottom: solid 5px #1da0a4;
}
#contWrap h4 span {
  font-size: 20px;
}
#contWrap #shantan .h4s {
  font-size: 36px;
}
#contWrap .h4s span {
  font-size: 16px;
}
#contWrap h4 + p {
  padding: 15px 0 0 30px;
}
#contWrap .h4Box > div:first-of-type {
  width: 22.24137931034483%;
  padding: 10px 0 0 0;
}
#contWrap .h4Box > div:nth-of-type(2) {
  width: 75%;
}
@media screen and (max-width: 750px) {
  #contWrap h4::before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 42px;
    margin: 0;
    background:url("../images/icon_free@2x.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -38px;
    left: 0;
  }
  #contWrap #fireretardant h4 {
    font-size: 24px;
    line-height: 1.4;
    padding: 10px 0 8px 0;
  }
  #contWrap #shantan h4 {
    font-size: 24px;
    line-height: 1.4;
    padding: 10px 0 8px 0;
  }
  #contWrap h4 span {
    font-size: 14px;
  }
  #contWrap #shantan .h4s {
    font-size: 20px;
  }
  #contWrap .h4s span {
    font-size: 12px;
  }
  #contWrap h4 + p {
    padding: 10px 0 0 0;
    text-align: center;
  }
  #contWrap .h4Box > div:first-of-type {
    width: 45%;
    padding: 50px 0 0 0;
  }
  #contWrap .h4Box > div:nth-of-type(2) {
    width: 100%;
  }
}
/* 売り切れ */
#contWrap .itemChart .soldout,
#contWrap .itemChart .soldout > div {
  position: relative;
}
#contWrap .itemChart .soldout > div::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  display:block
}
#contWrap .itemChart .soldout::after {
  position:absolute;
  top: 50%;
	left: 50%;
  content: "";
	display: inline-block;
	width: 61px;
	height: 105px;
	background: url("../images/icon_soldout@2x.png");
	background-size: contain;
  margin-top: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 750px) {
  #contWrap .itemChart .soldout::after {
    position:absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: inline-block;
    width: 40px;
    height: 69px;
    background: url("../images/icon_soldout@2x.png");
    background-size: contain;
    margin-top: -30px;
    margin-left: -20px;
}
}
/* 商品リスト */
#contWrap .itemChart {
  padding: 0;
  margin: 0 2.586206896551724%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
#contWrap .list5::after {
  content: "";
  display: block;
  width: 19.272727272727273%;
}
#contWrap .list2 li {
  width: 49.09090909090909%;
  border: solid 1px #cecece;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  padding: 0;
}
#contWrap .list3 li {
  width: 31.03448275862069%;
  border: solid 1px #cecece;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  padding: 0;
}
#contWrap .list4 li {
  width: 24.181818181818183%;
  border: solid 1px #cecece;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  padding: 0;
}
#contWrap .list5 li {
  width: 19.272727272727273%;
  border: solid 1px #cecece;
  box-sizing: border-box;
  margin: 30px 0 0 0;
  padding: 0;
}
#contWrap .itemChart li a {
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
#contWrap .itemChart li span {
  display: inline-block;
  position: relative;
  margin: 0 0 0 10px;
  padding: 10px 0;
}
#contWrap .itemChart li span::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0;
    height: 0;
    margin: -5px 0 0 0;
    padding: 0;
    border: 5px solid transparent;
    border-left: 10px solid #fff;
}
@media screen and (max-width: 750px) {
  #contWrap .list2 li,
  #contWrap .list3 li,
  #contWrap .list4 li,
  #contWrap .list5 li{
    width: 49.09090909090909%;
    margin: 20px 0 0 0;
  }
  #contWrap .itemChart li a {
    font-size: 14px;
  }
  #contWrap .itemChart li span {
    margin: 0 0 0 5px;
    padding: 6px 0;
  }
  #contWrap .itemChart li span::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: -20px;
      width: 0;
      height: 0;
      margin: -3px 0 0 0;
      padding: 0;
      border: 4px solid transparent;
      border-left: 6px solid #fff;
  }
}


/* ボタンカラー */
#contWrap .itemChart li a.btnBl {
  background: #1f286f;
}
#contWrap .itemChart li a.btnGr {
  background: #66662a;
}
#contWrap .itemChart li a.btnBk {
  background: #000;
}
#contWrap .itemChart li a.btnBd {
  background: #852a2b;
}
#contWrap .itemChart li a.btnPs {
  background: #cf7b0e;
}
#contWrap .itemChart li a.btnOr {
  background: #dc5f0d;
}
#contWrap .itemChart li a.btnGg {
  background: #929e58;
}
#contWrap .itemChart li a.btnCy {
  background: #e9cd76;
}
#contWrap .itemChart li a.btnBr {
  background: #583c32;
}
#contWrap .itemChart li a.btnDr {
  background: #b71b2c;
}
#contWrap .itemChart li a.btnWb {
  background: #598f34;
}
#contWrap .itemChart li a.btnGd {
  background: #e7ba5b;
}
#contWrap .itemChart li a.btnNv {
  background: #0068b7;
}

@media screen and (max-width: 750px) {}

/* 商品リスト下の説明 */
#contWrap #flow,
#contWrap #attention,
#contWrap #calculation {
  margin: 0;
  padding: 50px 2.898550724637681% 0 2.898550724637681%;
}
#contWrap #flow h3,
#contWrap #attention h3,
#contWrap #calculation h3 {
  margin: 0 0 50px 0;
  padding: 0;
}
#contWrap #attention > div > div {
  width: 46.36363636363636%;
}
#contWrap #attention > div > div > p {
  padding: 0 0 20px 0;
}
#contWrap #attention .v_line_fix {
  width: 1px;
  background-color: #000;
}
@media screen and (max-width: 750px) {
	#contWrap #attention > div > div {
    width: 100%;
  }
  #contWrap #attention > div > div + div {
    padding: 30px 0 0 0;
  }
  #contWrap #attention > div > div > p {
    padding: 0;
  }
  #contWrap #attention .v_line_fix {
    display: none;
  }
}
/*  リンク調整 */
#contWrap #natumalLink,
#contWrap #crystalLink,
#contWrap #variousLink {
  margin: -80px 0 0 0;
  padding: 80px 0 0 0;
  }
@media screen and (max-width: 750px) {
  #contWrap #natumalLink,
  #contWrap #crystalLink,
  #contWrap #variousLink {
  margin: -90px 0 0 0;
  padding: 90px 0 0 0;
  }
}