@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
.blog_inner ul {
  margin-bottom: 0px;
  margin-left: 0;
}
.blog_inner a:not([class]) {
  text-decoration: none;
}
.blog_inner p {
  margin-bottom: 0;
}
.blog_inner h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#kkpantscole26j {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-optical-sizing: auto;
  overflow: hidden;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
#kkpantscole26j img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#kkpantscole26j .itemimg1 {
  margin-bottom: 20px !important;
}
#kkpantscole26j p {
  font-size: 1em !important;
  margin-top: 0 !important;
  color: #333;
}
#kkpantscole26j h1, #kkpantscole26j h2, #kkpantscole26j h3, #kkpantscole26j h4, #kkpantscole26j h5 {
  color: #222;
  text-align: center;
  background: none;
  border: none;
  font-weight: 600;
}
#kkpantscole26j h1 {
  font-size: 3em;
  margin: 0.7em auto 0.7em;
}
#kkpantscole26j h1 span{
  font-size: 0.7em;
}
#kkpantscole26j h2 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#kkpantscole26j h3 {
  font-size: 2em;
  line-height: 150%;
  margin: 0.5em auto 0.5em;
}
#kkpantscole26j .kkpantscole26j_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.img_wrap img {
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img {
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
#kkpantscole26j section.item_2 .flex div {
  flex-basis: 50%;
  /*margin-bottom: 25px;*/
  margin: 0px auto;
  padding: 0.5%;
}
#kkpantscole26j .flex {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#kkpantscole26j p.main_text {
  margin: 0 auto !important;
  text-align: left;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
  max-width:650px;
  padding: 2em 0em 0em;
}
#kkpantscole26j p.main_text2 {
  margin: 0 auto !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  font-size: 1em !important;
  max-width: 800px;
  padding: 0.5em 1em 1em;
}
#kkpantscole26j section {
  width: 100%;
  margin: auto 0;
}
#kkpantscole26j section.style {
  margin: 30px auto 40px;
}
#kkpantscole26j p.itemname {
  width: 100%;
  margin: 1.5em auto 0 !important;
  text-align: center;
  font-weight: 400;
}
#kkpantscole26j p.price {
  width: 100%;
  margin: 0 auto !important;
}
#kkpantscole26j section.style3 .itembox {
  width: 100%;
  margin-bottom: 40px;
}
#kkpantscole26j section.style3 .itembox div {
  flex-basis: 50%;
  padding: 1%;
}
#kkpantscole26j section.style3 .itembox p {
  text-align: center;
  line-height: 180%;
  font-size: 1em !important;
}
#kkpantscole26j section.style3 .itembox p.price {
  font-size: 1.2em !important;
}
#kkpantscole26j .box h3 {
  margin: 0 auto;
  padding: 12px 20px;
  background: #ededed;
  font-weight: bold;
  font-size: 1em;
  text-align: left;
  border-bottom: solid 1px #222;
  position: relative;
}
#kkpantscole26j .style .slide ul {
  width: 100%;
  max-width: 510px;
}
#kkpantscole26j .style .slide ul li img {
  width: 100%;
  max-width: 510px;
}
/* 購入ボタン */
#kkpantscole26j .itemlist a, #kkpantscole26j .itemlist span, #kkpantscole26j .buy, #kkpantscole26j section.style .otheritem, .itemlist a, .itemlist .coming {
  display: block;
  width: 80%;
  max-width: 130px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #222;
  background: #222;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
}
#kkpantscole26j .buy p {
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
}
#kkpantscole26j .buy p:hover {
  color: #333;
}
.itemlist2 a {
  display: block;
  width: 80%;
  max-width: 150px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #121212;
  background: #121212;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  margin: 0 auto;
  border-radius: 6px;
}
#kkpantscole26j .itemlist2 a:hover, .itemlist2 a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #121212;
  color: #121212;
}
#kkpantscole26j section.style .otheritem {
  font-size: 1em;
  text-align: center;
  max-width: 270px;
  padding: 10px 1em;
  margin: 10px auto;
}
#kkpantscole26j .buy {
  padding: 5px 0;
  margin: 10px auto 0;
  width: 70%;
}
#kkpantscole26j .itemlist span, #kkpantscole26j .itemlist2 span {
  background: #FFF;
  color: #222;
}
#kkpantscole26j .buy:hover, #kkpantscole26j .itemlist a:hover, #kkpantscole26j section.style .otheritem:hover, .itemlist a:hover, .itemlist .coming {
  background: #FFF;
  text-align: center;
  border: 1px solid #222;
  color: #222;
}
#kkpantscole26j section.style .otheritem2:hover, .itemlist2 a:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #121212;
  color: #121212;
}
#kkpantscole26j section.style .textaria {
  margin: 20px auto 35px;
  width: 100%;
}
#kkpantscole26j .itemlist, .itemlist {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
#kkpantscole26j .itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#kkpantscole26j .itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#kkpantscole26j .itemlist2, .itemlist2 {
  font-size: 1em !important;
  text-align: left;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 10px auto;
}
#kkpantscole26j .itemlist2 div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
#kkpantscole26j .itemlist2 div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
#kkpantscole26j .pickup {
  color: #99232c;
  font-weight: 400;
}
.featherlight-content {
  width: 100%;
  max-width: 600px !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 40px !important;
  border-bottom: 0 !important;
}
.featherlight-content p {
  font-size: 1em !important;
  color: #666;
}
.featherlight-content p.price span {
  color: #C52F32;
  font-size: 1.2em !important;
  font-weight: bold;
}
.featherlight-content p.colorname {
  width: 100%;
  border-bottom: 1px solid #666666;
  text-align: left;
  font-size: 1em !important;
  color: #222;
}
.featherlight-content p.colorname2 {
  width: 100%;
  border-bottom: 1px solid #666666;
  text-align: left;
  font-size: 1em !important;
  color: #121212;
}
.featherlight-content p.colorname span, .featherlight-content p.colorname2 span {
  font-size: 1em !important;
}
.featherlight-content .name {
  width: 80%;
  margin: 20px auto;
}
.featherlight-content a:hover {
  text-decoration: none !important;
}
.featherlight-content a {
  outline: none !important;
}
.itemlist div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
.itemlist div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
.itemlist2 div:first-child {
  width: 75%;
  padding: 3px 1% 3px 0;
}
.itemlist2 div:last-child {
  width: 25%;
  display: flex;
  align-items: center;
  padding-right: 1%;
}
/* 回遊リンク */
#kkpantscole26j .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#kkpantscole26j .Banner4 h3 {
  font-size: 30px !important;
  margin: 50px auto;
  padding: 20px 0;
  border-top: double #222;
  border-bottom: 1px solid #222;
  color: #222;
}
#kkpantscole26j .Banner4 ul {
  display: inline;
}
#kkpantscole26j .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #kkpantscole26j h1 {
    font-size: 6.5vw;
  }
  #kkpantscole26j h2 {
    font-size: 5.5vw;
  }
  #kkpantscole26j h3 {
    font-size: 6vw;
  }
  #kkpantscole26j p.main_text {
    display: block !important;
    text-align: left;
    font-size: 3.8vw;
    padding: 1em 0em 1em;
  }
  #kkpantscole26j p.main_text2 {
    display: block !important;
    text-align: center;
    font-size: 3.8vw;
    padding: 0.5em 0em 1em;
  }
  #kkpantscole26j p, #kkpantscole26j div, #kkpantscole26j .other_text, .featherlight-content p {
    font-size: 3.8vw !important;
    line-height: 180%;
  }
  #kkpantscole26j section {
    margin: 0vw auto;
  }
  #kkpantscole26j section.style {
    margin: 0vw auto;
  }
  #kkpantscole26j section.style .textbox p {
    text-align: left;
  }
  #kkpantscole26j section.style2 .textbox, #kkpantscole26j section.style3 .textbox {
    margin: 5.5vw auto;
  }
  #kkpantscole26j section.style .textaria {
    margin: 1vw auto 5vw;
  }
  #kkpantscole26j section.style .textaria p {
    font-size: 3.8vw !important;
    line-height: 150%;
  }
  #kkpantscole26j .itemlist div {
    font-size: 3.8vw !important;
    line-height: 150% !important;
  }
  #kkpantscole26j .itemlist div:first-child {
    width: 77%;
  }
  #kkpantscole26j .itemlist div:last-child {
    width: 23%;
  }
  #kkpantscole26j .itemlist span {
    font-size: 3.8vw;
  }
  #kkpantscole26j .itemlist2 div:first-child {
    width: 77%;
  }
  #kkpantscole26j .itemlist2 div:last-child {
    width: 23%;
  }
  #kkpantscole26j .itemlist2 span {
    font-size: 3.8vw;
  }
  .featherlight-content {
    padding: 5% 15px !important;
    font-size: 3.8vw !important;
  }
  .featherlight-content p.colorname, .featherlight-content p.colorname2 {
    font-size: 3.8vw !important;
  }
  p.price {
    font-size: 3.5vw !important;
    line-height: 110%;
  }
  #kkpantscole26j section.style3 .itembox {
    padding: 3vw 0;
    margin-bottom: 20px;
  }
  #kkpantscole26j .itemlist a, #kkpantscole26j .itemlist span, #kkpantscole26j section.style .otheritem, .itemlist a, .itemlist .coming {
    display: block;
    width: 85%;
    max-width: 300px;
    padding: 8px 0;
  }
  #kkpantscole26j .buy {
    display: block;
    width: 85%;
    max-width: 90px;
    padding: 8px 0;
  }
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #kkpantscole26j .Banner4 {
    text-align: center;
    width: 100%;
  }
  #kkpantscole26j .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #kkpantscole26j .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  #kkpantscole26j section.instagram {
    margin: 12.125vw auto;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #kkpantscole26j .header {
    position: relative;
    /*height: 109vw;*/
  }
  #kkpantscole26j .header .title {
    position: absolute;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
  }
}