@charset "utf-8";
/* CSS Document */
.productLineupThm {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
	-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto 2.4rem;    
}
.productSeriesHeader {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;  
}
.productSeriesHeader .productSeriesImg {
  width: 32%;
  margin-right: 1.6rem;
  text-align: center;
}
.productSeriesHeader img {
  border: 1px solid #f0f0f0;
}
.productSeriesHeader p {
  width: 65%;
}
@media (max-width:767px) {
  .productLineupThm {
    margin: 1.6rem auto 2.4rem;    
  }
  .productSeriesHeader {
    display: block;
  }
  .productSeriesHeader .productSeriesImg {
    margin: auto;
    width: inherit;
  }
  .productSeriesHeader img {
    width: 72%;
    max-width: 320px;
    margin: 0.6rem auto 1.6rem;
    border: 1px solid #f0f0f0;
  }
.productSeriesHeader p {
  width: inherit;
}
}
@media (max-width:539.98px) {
  .thmItem {
    width: 30%;
    margin: 0.6rem 1.6%;
  }
}
@media (min-width:540px) and (max-width:767.98px){
  .thmItem{
    width: 23.3%;
    margin: 0.6rem 0.84%;
  }
}
@media (min-width:768px) and (max-width:991.98px){
  .thmItem{
    width: 18.36%;
    margin: 0.6rem 0.78%;
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem {
    width: 15.1%;
    margin: 0.6rem 0.78%;
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem {
    width: 12.7%;
    margin: 0.6rem 0.78%;
  }
}
@media screen and (min-width: 1367px) {
  .thmItem {
    width: 11.02%;
    margin: 0.6rem 0.74%;
  }  
}
.thmItem .thmItemHeader {
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader::after {
  position: inherit;
}
.thmItem .thmItemHeader:hover {
  opacity: .8;
}
.thmItemSwatch {
  position: relative;
  padding-top: calc(100% - 2px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.thmItem .thmItemSwatch img {
  height: auto;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 8%);
}
.thmItem .thmItemHeader p {
  display: inline-block;
  height: 2.0rem;
  margin: 0.2rem auto 0;
  padding: 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.05rem;
}
.thmItem .thmItemHeader .i_box {
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  transform-origin: center center;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader .i_box .one_i {
  display: block;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transform-origin: center center;
  transition-duration: 0.5s;
}
.thmItem .thmItemHeader .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.thmItem .thmItemHeader.open .i_box .one_i:before {
  content: none;
}
.thmItem .thmItemHeader.open .i_box .one_i::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  width: 0;
  height: 0;
  border-top-width: 0;
  border: 16px solid transparent;
  border-bottom-color: #f4f4f4;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: opacity .5s ease-out;
}

/* 製品詳細コンテナ　レイアウト5種 */
.thmItem .thmItemInner {
  display: none;
  padding: 1.0rem 0;
}
@media (max-width:539.98px){
  .thmItem .thmItemInner {
    width: calc(300% + 21%);
  }
  .thmItem:nth-of-type(3n+1) .thmItemInner {
      margin: 0 0 0 0;
  }
  .thmItem:nth-of-type(3n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 10%);
  }
  .thmItem:nth-of-type(3n) .thmItemInner {
      margin: 0 0 0 calc(-200% - 21%);
  }
}
@media (min-width:540px) and (max-width:767.98px){
  .thmItem .thmItemInner {
    width: calc(400% + 21.6%);
  }
  .thmItem:nth-of-type(4n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(4n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 7.7%);
  }
  .thmItem:nth-of-type(4n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 15.4%);
  }
  .thmItem:nth-of-type(4n) .thmItemInner {
      margin: 0 0 0 calc(-300% - 23%);
  }
}
@media (min-width:768px) and (max-width:991.98px){
  .thmItem .thmItemInner {
    width: calc(500% + 32.4%);
  }
  .thmItem:nth-of-type(5n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(5n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 8%);
  }
  .thmItem:nth-of-type(5n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 15.8%);
  }
  .thmItem:nth-of-type(5n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 24.5%);
  }
  .thmItem:nth-of-type(5n) .thmItemInner {
      margin: 0 0 0 calc(-400% - 33%);
  }
}
@media (min-width:992px) and (max-width:1136.98px){
  .thmItem .thmItemInner {
    width: calc(600% + 50%);
  }
  .thmItem:nth-of-type(6n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(6n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 10%);
  }
  .thmItem:nth-of-type(6n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 20%);
  }
  .thmItem:nth-of-type(6n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 30%);
  }
  .thmItem:nth-of-type(6n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 40%);
  }
  .thmItem:nth-of-type(6n) .thmItemInner {
      margin: 0 0 0 calc(-500% - 50%);
  }
}
@media (min-width:1137px) and (max-width:1366.98px){
  .thmItem .thmItemInner {
    width: calc(700% + 72.8%);
  }
  .thmItem:nth-of-type(7n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(7n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 12%);
  }
  .thmItem:nth-of-type(7n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 24%);
  }
  .thmItem:nth-of-type(7n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 36%);
  }
  .thmItem:nth-of-type(7n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 48%);
  }
  .thmItem:nth-of-type(7n+6) .thmItemInner {
      margin: 0 0 0 calc(-500% - 60%);
  }
  .thmItem:nth-of-type(7n) .thmItemInner {
      margin: 0 0 0 calc(-600% - 72%);
  }
}
@media screen and (min-width: 1367px) {
  .thmItem .thmItemInner {
    width: calc(800% + 94%);
  }
  .thmItem:nth-of-type(8n+1) .thmItemInner {
      margin: 0 0 0 -0;
  }
  .thmItem:nth-of-type(8n+2) .thmItemInner {
      margin: 0 0 0 calc(-100% - 14%);
  }
  .thmItem:nth-of-type(8n+3) .thmItemInner {
      margin: 0 0 0 calc(-200% - 28%);
  }
  .thmItem:nth-of-type(8n+4) .thmItemInner {
      margin: 0 0 0 calc(-300% - 42%);
  }
  .thmItem:nth-of-type(8n+5) .thmItemInner {
      margin: 0 0 0 calc(-400% - 54%);
  }
  .thmItem:nth-of-type(8n+6) .thmItemInner {
      margin: 0 0 0 calc(-500% - 68%);
  }
  .thmItem:nth-of-type(8n+7) .thmItemInner {
      margin: 0 0 0 calc(-600% - 81%);
  }
  .thmItem:nth-of-type(8n) .thmItemInner {
      margin: 0 0 0 calc(-700% - 95%);
  }
}

.thmItem .thmItemInner .itemDetail {
  left: 3%;
  padding: 1.0rem;
  background-color: #f4f4f4;
}
.itemDetail .itemName {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 1.0rem 1.0rem;
  padding: 0 0 0.2rem 0.6rem;
  border-bottom: 1px solid #c20032;
}
.itemDetail .itemTtl {
  font-size: 1.0rem;
  font-weight: 700;
  color: #002b37;
}
.itemDetail .itemTtlEx {
  font-weight: 700;
  color: #c20032;  
}
.itemDetail .itemSpMsg {
  font-weight: 500;
  color: #002b37;
}
.itemDetail .itemSpMsg i {
  color: #cc2222;
  margin-right: 0.6rem;
}
.itemDetail .accItemProc {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;    
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 242px);
}
.itemDetail .accItem {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  align-items: flex-start;
}
.itemDetail .accThmImg {
  position: relative;
  width: 240px;
  height: 240px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #eaeaea;  
}
.itemDetail .accThmImg a {
  display: block;
  width: 240px;
  height: 240px;
}
.itemDetail .accThmItem {
  display: block;
  margin: inherit;
  padding-left: 1.6rem;
}
.itemDetail .thmItem01 {
  /*width: 48%;*/
}
.itemDetail .thmItem02 {
  /*width: 50%;*/
}
.accElips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg {
  width: 100%;
}
.itemDetail .accThmItem li span {
  font-weight: 700;
  color: #051800;
}
.itemDetail .accThmItem li .cont + span { /* 隣接する項目の左マージン取得 */
  margin-left: 1.0rem;
}
.itemDetail .accThmItem li {
  line-height: 1.8;
  width: inherit;
}
.itemDetail .accThmItem li i {
  margin-left: 0.2rem;
  margin-right:1.0rem;
  color: #6a460d;
}
.itemDetail .accThmItem img {
  width: 36px;
}
.productItemNav {
  width: 100%;
  text-align: center;
}
.productItemNav a {
  clear: both;
  display: inline-block;
  padding: 0.6rem 1.6rem;
  margin: 1.0rem auto;
  border: 1px solid #c20032;
  color: #202020;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 12%);
  box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 12%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.productItemNav a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffcc;
}
.accItemNavBtn {
  position: relative;
  margin: 1.0rem auto 1.6rem;
  width: 100%;
}
.accItemNavBtn a {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 9.6rem;
  text-align: center;
  padding: 0.6rem 0;
  background-color: #ffffff;
  border: 1px solid #c20032;
  color: #505050;
  -webkit-box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 12%);
  box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 12%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.accItemNavBtn a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffcc;
}

@media screen and (max-width: 767px) {
  .productThmBlock {
    width: 96%;
    margin-bottom: 2.4rem
  }
  .cat2SeriesItem {
    width: 50%;
    margin-bottom: inherit;
  }
  .cat2SeriesItem a {
    font-size: 0.9rem;
    width: 86%;
    margin: 0.6rem auto;
    /*padding: 1.0rem 0.4rem;*/
  }
  .thmItem .thmItemHeader {
    font-size: 0.9rem;
  }
  .thmItem .thmItemHeader p {
    height: 3.2rem;
    padding: 0;
  }
  .thmItem .thmItemInner .itemDetail {
    padding: 1.0rem 0.6em 1.6rem;
  }
  .itemDetail .accItemProc {
    width: 100%;
  }
  .itemDetail .accItem {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
  }
  .itemDetail .itemName {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: inherit;
    padding: 0;
  }
  .itemDetail .itemTtl:nth-of-type(2) {
    text-align: right;
  }
  .accThmImgInner {
    margin: 1.0rem auto 0.4rem;
  }
  .itemDetail .accThmImg {
    width: 50vw;
    height: 50vw;
    max-width: 320px;
    max-height: 320px;
    margin: 0.4rem auto 0.6rem;
  }
  .itemDetail .accThmImg:nth-of-type(2) {
    width: 40vw;
    margin-left: 1.6rem;
  }
  .itemDetail .accThmImg a {
  display: block;
  width: 100%;
  height: 100%;
}
 .itemDetail .accThmItem {
    width: 100%;
    margin-left: 0;
   padding: 0;
  }
  .productCatSeries {
    width: inherit;
    padding: 1.0rem 0.6rem 0.6rem;
  }
  .productCatSeries h3 {
    margin-bottom: 0.4rem;
  }
  .productCatSeries .catSeriesThm {
    width: inherit;
  }
  .productFootBack a {
    width: 8rem;
    border: 1px solid #016545;
    line-height: 42px;  
  }
  .productItemNav {
    width: auto;
    margin: 0.6rem auto 0;
  }
  .productItemNav a {
    width: inherit;
    margin: inherit;
  }
  .accItemNavBtn a {
    -webkit-transform: translateY(-0.6rem) translateX(-50%);
    transform: translateY(-0.6rem) translateX(-50%);    
  }
}
