/*************************************************************
TOP PAGE
*************************************************************/
/*共通*/
.rackR {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #C8C8C8 solid;
  padding-bottom: 24px;
}
.rackB {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #C8C8C8 solid;
  margin-bottom: 14px;
}

.rackT {
  padding-bottom: 6px;
}


/*Serch*/

#topSearchArea {
  position: relative;
  margin: 15px 15px 0 15px;
  background-color: #fff;
}

#topSearchArea .sbWrap {
  position: relative;
  border: 1px solid #999;
  overflow: hidden;
}

#topSearchArea .sbInput {
  margin: 0 15px;
  overflow: hidden;
  height: 40px;
  position: relative;
  display: block;
  line-height: 22px;
  padding-left: 22px;
  padding-left: 0;
}

#topSearchArea .sbInput::before {
  left: 5px;
  position: absolute;
  content: "\f002";
  font-family: "fontawesome";
  speak: none;
  font-size: 22px;
  line-height: 1;
  width: 22px;
  top: 50%;
  margin-top: -11px;
  left: 0;
  color: #ccc;
}

#topSearchArea input {
  border: 0;
  border-radius: 0;
  background: none;
  outline: none;
  font-size: 15px;
  top: 50%;
  height: 42px;
}

#topSearchArea .sbInput {
  width: 100%;
  height: 38px;
  padding: 0 0 0 32px;
}


/* topSlider */

.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-pagination-bullet-active {
  background: #444;
}

ul#topLetterATp, ul#newReleaseTp, ul#pickupBrandATp, ul#pickupBrandBTp, dl#releaseTextTp, ul#weeklyPickTp, ul#checkedItemTp, ul#instafeed, ul.contentRanking, ul.tabRanking {
  display: flex;
  flex-wrap: wrap;
}

/*topPage Area*/
#newReleaseArea, #topLetterAArea {
  margin-top: 30px;
}
#topLetterAArea {
  border-bottom: 1px solid #808080;
  border-top: 1px solid #808080;
  padding: 20px 0;
}
@media (min-width: 748px) {}
  @media (min-width: 64em) {
    #newReleaseArea, #topLetterAArea { margin-top: 50px; }
  }
  @media (min-width: 75em) {}
/*newReleaseTp*/

ul#newReleaseTp li.itemboxNewarr {
  flex: 0 0 49%;
  max-width: 49%;
  /* IE11バグ対応 */
  padding-right: 2%;
  box-sizing: content-box;
}

ul#newReleaseTp li.itemboxNewarr:nth-child(2n) {
  padding-right: 0;
}

li.imgItembox {
  padding-bottom: 12px;
}

li.imgItembox img {
  width: 100%;
  height: auto;
}

li.outlineItembox {
  width: 100%;
  text-align: center;
}

li.outlineItembox p.brandItembox {
  font-size: 12px;
  padding-bottom: 8px
}

li.outlineItembox p.nameItembox {
  font-size: 14px;
  padding-bottom: 14px;
}

li.outlineItembox p.priceItembox {
  font-size: 11px;
  color: #5b5b5b;
}

li.outlineItembox a {
  word-break: break-all;
  width: 100%;
}


/* Release Text & News Text*/

dl#releaseTextTp, ul#newsTextTp {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
}

dl#releaseTextTp {
  border-bottom: 1px solid #888;
  padding: 20px 0 12px 8px;
}

dl#releaseTextTp dt {
  flex: 0 0 100%;
  max-width: 100%;
  /* IE11バグ対応 */
  margin-bottom: 10px;
  box-sizing: content-box;
}

dl#releaseTextTp dd {
  flex: 0 0 92%;
  max-width: 92%;
  /* IE11バグ対応 */
  padding-bottom: 6px;
  padding-left: 12px;
  line-height: 1.2rem;
  font-size: 12px;
  box-sizing: content-box;
}

dl#releaseTextTp dd p {
  line-height: 1em;
  padding-bottom: 12px;
}

ul#newsTextTp li {
  text-align: center;
  margin-bottom: 1px solid #888;
}


/* Weekly Pick Up */

ul#weeklyPickTp li {
  flex: 0 0 24.0%;
  max-width: 24.0%;
  /* IE11バグ対応 */
  padding: 0 1% 1% 0;
  box-sizing: content-box;
}

ul#weeklyPickTp li:nth-child(5n) {
  padding-right: 0;
}

ul#weeklyPickTp li img {
  width: 100%;
  height: auto;
}


/* topLetterAreaA */

ul#topLetterATp li {
  flex: 0 0 49.0%;
  max-width: 49.0%;
  /* IE11バグ対応 */
  box-sizing: content-box;
}

ul#topLetterATp li:nth-child(2n-1) {
  padding-right: 1%;
}

ul#topLetterATp li:nth-child(2n) {
  padding-right: 0;
}

ul#topLetterATp li img {
  width: 100%;
}


/* Pick Up Brands A */

ul#pickupBrandATp li {
  flex: 0 0 31.3%;
  max-width: 31.3%;
  /* IE11バグ対応 */
  text-align: center;
  padding-right: 3%;
  box-sizing: content-box;
}

ul#pickupBrandATp li:nth-child(3n) {
  padding-right: 0;
}

ul#pickupBrandATp li img {
  width: 100%;
  height: auto;
}


/* Pick Up Brands B */

#pickupBrandBArea {}

ul#pickupBrandBTp {}

ul#pickupBrandBTp li {
  flex: 0 0 32.1%;
  max-width: 32.1%;
  /* IE11バグ対応 */
  padding: 0 3px 10px 0;
  box-sizing: content-box;
}

ul#pickupBrandBTp li:nth-child(5n) {
  padding-right: 0;
}

ul#pickupBrandBTp li:nth-child(5n) {
  padding-right: 3px;
}

ul#pickupBrandBTp li:nth-child(3n) {
  padding-right: 0px;
}

ul#pickupBrandBTp li img {
  width: 100%;
  height: auto;
}


/* Instafeed */

ul#instafeed li {
  flex: 0 0 19.7%;
  max-width: 19.7%;
  /* IE11バグ対応 */
  padding: 0 0.3% 0.6% 0;
  box-sizing: content-box;
}

ul#instafeed li:nth-child(5n) {
  margin-right: 0;
}

ul#instafeed li img {
  width: 100%;
  height: auto;
}


/* Ranking */

#rankingTp {
  margin: 40px 0 40px 0;
}

#rankingTp h3 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 24px;
}

#rankingTp section {
  padding-bottom: 60px;
}

ul.tabRanking {
  overflow: hidden;
  margin: 0 0 2% 0;
}

ul.ranking_tab a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #cccccc;
}

ul.ranking_tab a:hover {
  color: #000000;
}

ul.tabRanking li {
  flex: 0 0 20.0%;
  max-width: 20.0%;
  /* IE11バグ対応 */
  padding: 0 0.3% 0.6% 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 5px;
  color: #303030;
  line-height: 40px;
  font-size: 11px;
}

ul.tabRanking li.tabMen {
  flex: 0 0 19.7%;
  max-width: 19.7%;
  /* IE11バグ対応 */
  padding: 0 0.3% 0.6% 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 5px;
  color: #303030;
  line-height: 40px;
  font-size: 11px;
}

ul.tabRanking li:hover {
  border-bottom: 1px solid #303030;
  cursor: pointer;
  cursor: hand;
  opacity: 0.6;
}

.contentRankings .contentRanking {
  display: none;
}

.contentRankings .contentRanking:nth-child(1) {
  display: flex;
}

ul.contentRanking li {
  padding: 0 1.3% 0.6% 0;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  letter-spacing: 5px;
  color: #303030;
  line-height: 28px;
  font-size: 11px;
}
ul.contentRanking li:nth-child(-n+3) {
  flex: 0 0 50%;
  max-width: 50%;
}
ul.contentRanking li:nth-child(n+3) {
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
ul.contentRanking li img {
  width: 100%;
}

span.noRanking {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #bf0000 !important;
}

span.brandRanking {
  font-size: 13px;
  display: block;
}

span.nameRanking {
  font-size: 10px;
  display: block;
  line-height: normal;
}


/* checked　Item */

ul#checkedItemTp li {
  flex: 0 0 20%;
  max-width: 20%;
  /* IE11バグ対応 */
  padding: 0 0% 0.6% 0;
}

ul#checkedItemTp li:nth-child(5n) {
  margin-right: 0;
}

ul#checkedItemTp li img {
  width: 100%;
  height: auto;
}

@media (min-width: 748px) {}

@media (min-width: 64em) {
  /** TopPage **/
  ul#newReleaseTp li.itemboxNewarr {
    flex: 0 0 24.5%;
    max-width: 24.5%;
    /* IE11バグ対応 */
    padding: 0 0.6% 24px 0;
  }
  ul#newReleaseTp li.itemboxNewarr:nth-child(4n) {
    padding-right: 0;
  }
  /* Release Text & News Text*/
  dl#releaseTextTp, ul#newsTextTp {
    width: 85%;
    margin: 0 auto;
  }
  dl#releaseTextTp dt {
    flex: 0 0 14%;
    max-width: 14%;
    /* IE11バグ対応 */
    margin-bottom: 14px;
    border-right: 1px solid #888;
  }
  dl#releaseTextTp dd {
    flex: 0 0 84%;
    max-width: 84%;
    /* IE11バグ対応 */
    padding-bottom: 14px;
    padding-left: 12px;
  }
  dl#releaseTextTp dd p {
    line-height: 1.4rem;
    font-size: 12px;
  }
  /* Weekly Pick Up */
  ul#weeklyPickTp li {
    flex: 0 0 18.2%;
    max-width: 20%;
    padding: 0 2.0% 0.6% 0;
  }
  /* Top Letter A */
  ul#topLetterATp li {
    flex: 0 0 32.0%;
    max-width: 32.0%;
    /* IE11バグ対応 */
    padding-right: 2%;
  }
  ul#topLetterATp li {
    flex: 0 0 32.0%;
    max-width: 32.0%;
    /* IE11バグ対応 */
    padding-right: 2%;
  }
  ul#pickupBrandBTp li {
    flex: 0 0 19.1%;
    max-width: 19.1%;
    padding: 0 1% 15px 0;
  }
  ul#pickupBrandBTp li:nth-child(3n) {
    padding-right: 1%;
  }
  li:nth-child(5n) {
    padding-right: 0;
  }
  ul.contentRanking li:nth-child(n+1) {
    flex: 0 0 18.7%;
    max-width: 18.7%;
  }
}

@media (min-width: 75em) {}


/*---------------------------------------------------------------
  	List Product　&　Detail Product
---------------------------------------------------------------*/
.sellersListProduct { padding: 30px 0 0 0; }
ul.listSellers li { flex: 0 0 33.3%; max-width: 33.3%; padding: 0 1%; }
ul.listSellers li img { width: 100%; height: auto; }

/*---------------------------------------------------------------
	List Product　商品一覧ページ
---------------------------------------------------------------*/


/* IntroBrand -------------------- */


/* Free Space 1 Brand*/

#fr1BrandListItem {}

#fr1BrandListItem h1, h1.nameBigcate {
  font-size: 30px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  letter-spacing: 0.2rem
}

#fr1BrandListItem h2.kana {
  font-size: 16px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #808080;
  text-align: center;
}

dl#letterfrBLI, dl#btnfrBLI {
  display: flex;
  flex-wrap: wrap;
}

dl#letterfrBLI {
  border: solid 1px #DCDCDC;
  padding: 13px;
  margin: 25px auto;
  width: 90%;
}

dl#letterfrBLI dt {
  flex: 0 0 23.0%;
  max-width: 23.0%;
  /* IE11バグ対応 */
  padding-right: 2%;
  clear: left;
  float: left;
}

dl#letterfrBLI dt img {
  width: 100%;
}

dl#letterfrBLI dd {
  flex: 0 0 75.0%;
  max-width: 75.0%;
  float: left;
}

dl#btnfrBLI {
  width: 88%;
  margin: 0 auto;
}

dl#btnfrBLI dt {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 2% 0 4%;
  clear: left;
  float: left;
  border-bottom: dashed 1px #ebebeb;
}

dl#btnfrBLI dd {
  flex: 0 0 80.0%;
  max-width: 80.0%;
  float: left;
  border-bottom: dashed 1px #ebebeb;
}

#btnfrBLI .majorBtnFrBr {
  display: inline-block;
  margin: 16px 0;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

ul.subBtnFrBr {
  width: 100%;
}

ul.subBtnFrBr li {
  display: inline-block;
  margin: 18px 8px 0 0;
  padding: 3px 8px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-size: 14px;
}
/* SubCategory -------------------- */
h3.nameSubcate {
  font-size: 18px;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #5A5A5A;
  text-align: center;
  letter-spacing: 0.2rem;
}
.listSubcate { width: 100%; padding: 30px 0 0 0; }
.listSubcate ul.cont {}
.listSubcate ul.cont li {
  flex: 0 0 30.3%;
  max-width: 30.3%;
  margin: 1rem 1%;
  padding: 8px 8px 6px 8px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #E6E6E6;
  font-size: 14px;
}
/* sort - count - pankuzu -------------------- */
.sortListPrd { width: 100%; padding: 20px 16px 0 0; text-align: right; }
.countListPrd { width: 100%; padding: 20px 16px 0 0; text-align: right; }

/* containerListProduct -------------------- */

#contListProduct {
  width: 100%;
  margin-top: 30px
}

#contListProduct ul.boxProduct {}

li.contBoxProduct {
  flex: 0 0 50.0%;
  max-width: 50.0%;
  float: left;
  padding-bottom: 30px;
  padding-left: 2%;
}

li.contBoxProduct h3 {
  padding: 0;
}

li.contBoxProduct h4 {
  font-size: 16px;
}

li.contBoxProduct img {
  width: 100%;
}

li.contBoxProduct p.kana {
  color: #808080;
}

/* pagenaviBottom -------------------- */
.pagenaviBottom {margin-top: 30px; text-align: center;}
/* List Product responsive　--------------------*/

@media (min-width: 748px) {}

@media (min-width: 64em) {
  #contListProduct { margin-top: 50px;}

  li.contBoxProduct { flex: 0 0 31.3%; max-width: 31.3%; }
  .listSubcate ul.cont li { flex: 0 0 23.0%; max-width: 23.0%; }
  ul.listSellers li { flex: 0 0 25.0%; max-width: 25.0%; padding: 0 1%; }
  .pagenaviBottom {margin-top: 50px;}
}

@media (min-width: 75em) {
  .sortListPrd { padding: 20px 0 0 0; }
  .countListPrd { padding: 20px 0 0 0; }
}

/*---------------------------------------------------------------
	商品詳細　| detailProduct $ DtlPd
---------------------------------------------------------------*/

#detailProduct {}

#detailProduct h1 {
  font-size: 16px;
}

#detailProduct h2 {
  font-size: 12px;
}

#orgDescStrC {}

#orgDescStrC h3 {
  font-size: 14px;
}

#orgDescStrC p.Title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
}

#orgDescStrC .SpecSize table, #orgDescStrC .SpecTag table {
  border-collapse: collapse;
  border: 0;
  width: 650px;
  margin: 0 auto;
}

#fixedDtlPd {
  width: 100%;
}

#fixedDtlPd .imgFixed {}

#fixedDtlPd .imgFixed ul {}

#fixedDtlPd .imgFixed li {}

#fixedDtlPd .imgFixed li img {}

#fixedDescStrC .descFixed {}

#fixedDescStrC .descFixed h3 {
  font-size: 14px;
  padding-bottom: 14px;
}

.tabledescFixed {}

.tabledescFixed table.infoDtlPd {
  border-left: #e7e7e7 solid 1px;
  border-top: #e7e7e7 solid 1px;
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.tabledescFixed table.infoDtlPd>td {
  padding: 14px;
  border-right: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
}

.linkdescFixed {
  font-size: 12px;
}

.linkdescFixed ul {}

.linkdescFixed li {
  padding-bottom: 12px;
}

.linkdescFixed li.iconBg {
  margin-bottom: 20px;
  padding-left: 15px;
}

.linkdescFixed li.txt_option {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
}

.linkdescFixed li.txt_back {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
}

.linkdescFixed li.txt_tell {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
}

.linkdescFixed li.txt_inq {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
}

.linkdescFixed li.txt_review {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
}

.linkdescFixed li.txt_reviewpost {
  background: transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
}

.optviewdescFixed {}

table#option_tbl {
  width: 100%;
  font-size: 12px;
  border-left: #e7e7e7 solid 1px;
  border-top: #e7e7e7 solid 1px;
}

table#option_tbl th {
  border-right: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
}

table#option_tbl tr.stock_head {
  background-color: #EEEEEE;
}

table#option_tbl td {
  border-right: #e7e7e7 solid 1px;
  border-bottom: #e7e7e7 solid 1px;
}

table#option_tbl td span.table_price {
  display: none;
}

.pankuzu {
  width: 100%;
  padding: 10px 0 0 0;
  float: none;
  clear: both;
  overflow: hidden;
}

#contDetailPr {
  width: 100%;
  max-width: 800px;
}
/* Coordinate  */

.CoordiAreaItPr {
  width: 100%;
  margin: 14px 0 30px 0;
  padding: 20px 0;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

.CoordiAreaItPr ul#coordiItPr{
  display: flex;
  flex-wrap: wrap;
}

.CoordiAreaItPr ul#coordiItPr li {
  flex: 0 0 23.0%;
  max-width: 23.0%;
  /* IE11バグ対応 */
  padding-right: 2%;
}

.CoordiAreaItPr ul#coordiItPr li img {
  width: 100%;
  height: auto;
}

.SolePic img {
  width: 100%;
}
.sallerContDtPr {display: flex;}
.imgBlockDtPr { display: none; }
#detailProduct .textBlockDtPr { flex: 0 0 100.0%; max-width: 100.0%; text-align: left; padding: 0px; display: flex; flex-wrap: wrap; }
#detailProduct .textBlockDtPr h3 {font-size: 16px; line-height: 1.6em; text-align: left; width: 100%;}
.priceTextBlock { flex: 0 0 100.0%; max-width: 100.0%;}
.priceTextBlock table.table { width: 100%; line-height: 1.6em; margin-top: 1em;}
.priceTextBlock table.table td {padding:1.2em;}
.priceTextBlock table.table td.tit {width:30%;}
.priceTextBlock table.table td.cont {width:70%;}
.linkTextBlock { flex: 0 0 100.0%; max-width: 100.0%; order: +2; text-align: center;}
.optionTextBlock { flex: 0 0 100.0%; max-width: 100.0%; margin-top: 1em;}
.cartBtnTextBlock { flex: 0 0 100.0%; max-width: 100.0%; margin-top: 1em; text-align: center;}
.sk_linkTextBlock { flex: 0 0 100.0%; max-width: 100.0%; text-align: center;}
#sallerContDtPr {
    width: 100%;
    overflow: hidden;
  }

  /*-------------------------------------
   item-detail
  -------------------------------------*/

  #contDetailPr {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    color: #2d2d2d;
    overflow: hidden;
  }

  #detailProduct h3 {
    font-size: 16px;
    text-align: center;
  }
  /* Product Images -------------------- */

  .MediumPic {
    width: 100%;
    max-width: 650px;
    margin: 20px auto 0 auto;
  }

  .MediumPic img {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin-top: 50px;
  }

  .SolePic {
    margin-top: 50px;
  }
  /* commentItem -------------------- */

  .itemComment {
    width: 85%;
    line-height: 1.6rem;
    margin: 50px auto 0 auto;
  }

  .itemComment p {
    margin-bottom: 0.4em;
    line-height: 2.0em;
    letter-spacing: 0.1em;
  }

  .itemComment p.itemName {
    text-align: right;
  }
  /* yoyuaku Attn -------------------- */

  .topYoyakuAttn {
    width: 85%;
    min-width: 460px;
    margin: 0 auto;
    border: 1px solid #B72F3B;
    padding: 20px;
    color: #B72F3B;
    text-align: center;
    line-height: 1.5em;
  }
  /* IntroBrand -------------------- */

  #introBrandDetail {
    width: 100%;
  }

  #introBrandDetail h3 {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    color: #2d2d2d;
    font-weight: bold;
  }

  .contIntroBrand {
    width: 85%;
    overflow: hidden;
    zoom: 1;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px dotted #5A5A5A;
    border-bottom: 1px dotted #5A5A5A;
  }

  .contIntroBrand .left {
    float: left;
    width: 22.58%;
    margin-right: 4.03%;
    line-height: 0;
  }

  .contIntroBrand .left img {
    width: 100%;
    height: auto;
  }

  .contIntroBrand .right {
    float: left;
    width: 73.38%;
    color: #2d2d2d;
    font-size: 0.8rem;
    line-height: 21px;
  }

  .contIntroBrand .right h4 {
    font-weight: bold;
  }

  #introBrandDetail .btnIntroBrand {
    display: inline-block;
    margin-top: 10px;
    padding: 3px 5px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #E6E6E6;
  }

  #introBrandDetail .btnIntroBrand a {
    color: #808080;
  }
  /* Spec Product -------------------- */

  .sizeSpecProduct, .tagSpecProduct, .modelSpecProduct {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
    color: #525252;
  }

  .sizeSpecProduct p.title, .tagSpecProduct p.title, .modelSpecProduct p.title {
    font-size: 15px;
    color: #000;
  }

  .sizeSpecProduct table, .tagSpecProduct table, .modelSpecProduct table {
    width: 100%;
    max-width: 650px;
    margin: 13px auto 0 auto;
    border-right: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
    font-size: 12px;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .sizeSpecProduct table th, .sizeSpecProduct table td, .tagSpecProduct table th, .tagSpecProduct table td, .modelSpecProduct table th, .modelSpecProduct table td {
    border-left: 1px solid #D2D2D2;
    border-top: 1px solid #D2D2D2;
    text-align: center;
    line-height: 1.6;
  }

  .sizeSpecProduct table th, .tagSpecProduct table th, .modelSpecProduct table th {
    padding: 7px 5px 5px;
    vertical-align: middle;
  }

  .tagSpecProduct table th {
    width: 25%;
  }
  /* sexVariation -------------------- */

  #variationItem {
    width: 600px;
    margin: 40px auto 20px auto;
    padding: 30px 0;
    border-top: 1px solid;
  }

  #variationItem::after {
    clear: both;
    display: block;
    border-top: 1px solid;
  }

  #variationItem h3 {
    padding-bottom: 20px;
  }

  .imageSexVariation {
    width: 280px;
    float: left;
    padding-left: 20px;
    display: inline-block;
  }

  .imageSexVariation img {
    width: 100%;
    heigth: auto;
  }

  .letterSexVariation {
    width: 240px;
    margin: 0 40px 0 20px;
    float: right;
    vertical-align: middle;
    display: inline-block;
  }

  .letterSexVariation p.article {
    line-height: 36px;
  }

  span.brandLSV {
    display: block;
    font-size: 14px;
  }

  span.nameLSV {
    display: block;
    font-size: 12px;
  }
  /* Coordinate  */

  .CoordiAreaItPr {
    width: 100%;
    margin: 14px 0 30px 0;
    padding: 20px 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
  }

  .CoordiAreaItPr ul#coordiItPr {
    display: flex;
    flex-wrap: wrap;
  }

  .CoordiAreaItPr ul#coordiItPr li {
    flex: 0 0 23.0%;
    max-width: 23.0%;
    /* IE11バグ対応 */
    padding-right: 2%;
  }

  .CoordiAreaItPr ul#coordiItPr li img {
    width: 100%;
    height: auto;
  }
/* Detail Product responsive　--------------------*/

@media (min-width: 64em) {
  .pankuzu { padding: 10px 0 0 360px; }
  .imgBlockDtPr { flex: 0 0 30.0%; max-width: 30.0%; display: block;}
  #detailProduct .textBlockDtPr { flex: 0 0 70.0%; max-width: 70.0%; padding-left: 40px; display: flex;}
  #contDetailPr { max-width: 800px;}
  .priceTextBlock {flex: 0 0 56.0%; max-width: 56.0%;}
  .linkTextBlock {flex: 0 0 44.0%; max-width: 44.0%;  order: 0; text-align: left; padding-left: 2em;}
  .optionTextBlock {flex: 0 0 100.0%; max-width: 100.0%;}
  .cartBtnTextBlock {flex: 0 0 100.0%; max-width: 100.0%;}
  .sk_linkTextBlock {flex: 0 0 100.0%; max-width: 100.0%; text-align: left;}
}

@media (min-width: 75em) {
  .priceTextBlock {}
  .linkTextBlock {}
  .priceTextBlock {}
  .optionTextBlock {}
  .cartBtnTextBlock {}
  .sk_linkTextBlock {}
}
