/* -- このクラス内にのみ適用させる -- */
.uniSec01 {

}

/* -- 商品説明タイトル非表示 -- */
.detail-cont p.ttl_prd {
  display: none;
}


/* -- CSSボタン -- */
a.btnType01 {
  display: inline-block;
  padding: 6px 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  color: #333;
  font-weight: 700;
}
a.btnType01:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
a.btnType02 {
  display: inline-block;
  padding: 4px 20px;
  background: #5a8cff;
  border-radius: 4px;
  color: #fff;
}
a.btnType02:hover {
  background: #6A97FF;
  text-decoration: none;
}


/* -- 商品詳細タイトル -- */
.uniSec01 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Book Antiqua';
  line-height: 1.2;
  margin: 0 0 20px;
}
.uniSec01 h2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 1px solid #666;
  padding: 4px 10px 0;
}
.uniSec01 h2 span:before {
  content: "\d\a";
  white-space: pre;
}
.uniSec01 h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
}
.uniSec01 p {
  margin: 0 0 20px;
}
.uniSec01 p img {
  max-width: 100%;
}
.uniSec01 .alnC,
.uniSec01 .pc_alnC {
  text-align: center;
}
.uniSec01 .alnR {
  text-align: right;
}
.uniSec01 br.pcBr,
.uniSec01 br.allBr {
  display: block;
}
@media only screen and (max-width: 749px) {
  .uniSec01 .pc_alnC {
    text-align: left;
  }
  .uniSec01 br.pcBr {
    display: none;
  }
}


/* -- 追加画像リスト -- */
.detailList01 {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.detailList01 li {
  float: left;
  margin: 4px;
  padding: 0;
  width: calc((100% - 40px) / 5);
  line-height: 0;
  position: relative;
}
.detailList01 li:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.detailList01 li img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;  /* トリミング */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.detailList01 li:hover img {
  opacity: .7 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 749px) {
  .detailList01 li {
    width: calc((100% - 24px) / 3);
  }
}


/* -- 商品詳細リスト -- */
dl.descList01 {
  border-top: #CCCCCC dotted 1px;
  font-size: 13px;
}
dl.descList01 dt,
dl.descList01 dd {
  padding: 5px;
}
dl.descList01 dt {
  float: left;
  font-weight: 700;
  width: 9em;
}
dl.descList01 dd {
  position: relative;
  padding-left: 9.5em;
  border-bottom: #CCCCCC dotted 1px;
}
dl.descList01 dd span {
  position: absolute;
  top: 4px;
  right: 0;
}
dl.descList01 dd span a.btnType01 {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 4px;
}
.uniSec01 dl.descList01 br {
  display: block;
}
@media only screen and (max-width: 749px) {
  dl.descList01 dt {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  dl.descList01 dd {
    padding-left: 15px;
    padding-bottom: 10px;
  }
}


/* -- サイズ表示 -- */
.tbl01 {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.tbl01 th, .tbl01 td {
  border: 1px solid #ccc;
  padding: 4px 1px;
  text-align: center;
  font-size: 12px;
  width: calc(100% / 7);
}
.tbl01 th {
  background: #E9F6A3;
}
.tbl01.col4 th, .tbl01.col4 td {
  width: calc(100% / 4);
}
.tbl01.col5 th, .tbl01.col5 td {
  width: calc(100% / 5);
}
.tbl01.col6 th, .tbl01.col6 td {
  width: calc(100% / 6);
}
.tbl01.col7 th, .tbl01.col7 td {
  width: calc(100% / 7);
}
.otherSize {
  display: inline-block;
  border: 1px solid #ccc;
  background: #ffdbdb;
  height: 16px;
  width: 20px;
  margin-right: 3px;
  vertical-align: bottom;
}
.tbl01 tr.othSize {
    background: #ffdbdb;
}


/* -- スペース調整 -- */
.mgt20 {  margin-top: 20px !important;}
.mgb0 {  margin-bottom: 0 !important;}
.mgb5 {  margin-bottom: 5px !important;}
.mgb10 {  margin-bottom: 10px !important;}
.mgb15 {  margin-bottom: 15px !important;}
.mgb20 {  margin-bottom: 20px !important;}
.mgb30 {  margin-bottom: 30px !important;}
.mgb40 {  margin-bottom: 40px !important;}
.pdt20 {  padding-top: 20px !important;}
.pd20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pdall20 {
  padding: 20px;
}

/* -- フォントサイズ -- */
.fsz12 {  font-size: 12px !important;}
.fsz13 {  font-size: 13px !important;}
.fsz14 {  font-size: 14px !important;}


/* -- 素材説明 swiper -- **/
.swiper-wrapper.material  {
  height: auto !important;
  margin-bottom: 0;
}
.swiper-container.material {
  margin-top: 0;
  max-width: 100%;
  max-height: 100% !important;
  height: auto;
}
.swiper-slide.material  {
  max-height: 100% !important;
  height: auto !important;
  overflow: visible;
  margin-bottom: 0;
}
.swiper-slide.material img {
  width: 100%;
}
.swiper-button-next.nextMat, .swiper-button-prev.prevMat {
  top: 140px !important;
}
.swiper-button-next.nextMat {
  background-image: url(../img/swiper_arrow_right.png) !important;
}
.swiper-button-prev.prevMat {
  background-image: url(../img/swiper_arrow_left.png) !important;
}
.swiper-button-next.nextMat, .swiper-button-prev.prevMat {
  width: 12px !important;
  height: 31px !important;
  background-size: 12px 31px !important;
}
.swiper-slide.material h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.swiper-slide.material p {
  margin-top: 5px;
  font-size: 12px;
}
.swiper-slide.material img:hover {
  opacity: 1 !important;
}
.swiper-slide.material a:hover img {
  opacity: .7 !important;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
@media only screen and (max-width: 1150px) {
  .swiper-button-next.nextMat, .swiper-button-prev.prevMat {
    top: calc(11vw + 15px) !important;
  }
}
@media only screen and (max-width: 749px) {
  .swiper-container.material {
    margin-top: 0;
    max-width: 100%;
    max-height: 100% !important;
    height: auto !important;
  }
  .swiper-slide.material {
    max-height: 100% !important;
    height: auto !important;
    overflow: visible;
  }
  .swiper-button-next.nextMat, .swiper-button-prev.prevMat {
    position: absolute;
    top: calc(25vw - 0px) !important;
    margin-top: 0 !important;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }

/* ロゴを大きくする */
  header.header {
    height: 120px;
    padding: 5px 0 0;
  }
  .header_logo {
    margin: 0 auto;
    height: 46px;
  }
  .header_logo img{
    max-width: 100%;
    max-height: 46px;
  }
  .container {
    margin-top:120px;
  }

}



/* uni_footer */
.footer {
  margin-top: 0 !important;
  background: #fff !important;
  border: none !important;
}
.footer-menu {
  display: none;
  padding: 0 !important;
}
.footer .copy-r {
  border: none !important;
}


#ftrGuide {
  max-width: 748px;
  margin: 0 calc((100% - 748px) / 2) 50px;
  padding: 0;
}
#ftrGuide h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Book Antiqua';
  line-height: 1.2;
  margin: 0 0 20px;
  color: #333;
}
#ftrGuide h3 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: 1px solid #666;
  padding: 4px 10px 0;
}
#ftrGuide h3 span:before {
  content: "\d\a";
  white-space: pre;
}
#ftrGuide ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#ftrGuide ul li {
  float: left;
  width: calc(50% - 8px);
  margin: 0 4px 8px;
  font-size: 18px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#ftrGuide ul li a {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 0 0 0 60px;
  height: 80px;
  line-height: 77px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
}
#ftrGuide ul li a img {
  position: absolute;
  top: 11px;
  left: 35px;
  width: 60px;
}

#ftrGuide ul li ul {
  width: 100%;
}
#ftrGuide ul li ul li {
  width: calc(50% - 4px);
  margin: 0 0 0;
  font-size: 13px;
}
#ftrGuide ul li ul li:last-child {
  margin-left: 8px;
}
#ftrGuide ul li ul li a {
  line-height: 1em;
  padding: 58px 0 0 0;
}
#ftrGuide ul li ul li a img {
  width: 90px;
  top: 10px;
  left: calc(50% - 45px);
}
@media only screen and (min-width: 750px) {
  #ftrGuide a:hover {
    background: #eee;
    transition: all .5s ease;
  }
}

.cardBnr {
  margin: 10px 0;
  text-align: center;
}
.cardBnr img {
  margin: 0 5px;
  width: 70px;
}

@media only screen and (max-width: 749px) {
/* .product_free_bottom {
    padding: 0 !important;
    background: #666;
  }*/
  .footer .copy-r {
    display: block;
    background: #4b4b4d;
  }
  #ftrGuide {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
  }
  #ftrGuide h3 {
    color: #fff;
  }
  #ftrGuide h3 span {
    color: #fff;
    border-top: 1px solid #fff;
  }
  #ftrGuide ul li {
    float: left;
    width: 100%;
    margin: 0 0 8px;
    font-size: 16px;
  }
  #ftrGuide ul li a {
    height: 60px;
    line-height: 58px;
    background: #fff;
  }
  #ftrGuide ul li ul li {
    font-size: 12px;
  }
  #ftrGuide ul li ul li a {
    padding: 40px 0 0 0;
  }
  #ftrGuide ul li a img {
    position: absolute;
    top: 8px;
    left: 10%;
    width: 44px;
  }
  #ftrGuide ul li ul li a img {
    width: 70px;
    top: 7px;
    left: calc(50% - 35px);
  }
  .cardBnr {
    margin: 5px 0 0;
  }
  .cardBnr img {
    margin: 0 1%;
    width: 10%;
  }
}


#uniFtr {
  margin-top: 80px;
  position: relative;
  background: #4b4b4d;
}
#uniFtr .logoFtr {
  position: absolute;
  top: -33px;
  left: calc(50% - 80px);
}
#uniFtr .logoFtr img {
  width: 160px;
}
#uniFtr h2 {
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 749px) {
  #uniFtr {
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  #uniFtr .logoFtr {
    display: none;
  }
  #uniFtr h2 {
    padding-top: 10px;
  }
}

.siteList {
  margin: 15px 0 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #fff;
}
.siteList li {
  width: calc((100% - 36px) / 6);
  float: left;
  background: #fff;
  margin: 0 3px;
}
.siteList li a {
  color: #333;
}
.siteList li a div {
  margin: 5px;
  position: relative;
}
.siteList li a img {
  width: 100%;
}
.siteList li a div:after {
  font-family: "Font Awesome 5 Free";
  content: "\f360";
  font-weight: 600;
  font-size: 1.1em;
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 100;
}
.siteList li h3 {
  padding: 0 5px 5px;
  color: #333;
}

@media only screen and (max-width: 749px) {
  .siteList {
    padding: 0 6px 20px;
  }
  .siteList li {
    float: none;
    width: 100%;
    margin: 0 0 6px;
  }
  .siteList li a {
    display: table;
    position: relative;
    padding: 5px;
  }
  .siteList li a div {
    width: 50%;
    display: table-cell;
  }
  .siteList li a img {
    height: 70px;
    object-fit: cover;  /* トリミング */
  }
  .siteList li h3 {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 10px;
  }
}
@media only screen and (min-width: 750px) {
  #ftrGuide a:hover {
    background: #eee;
    transition: all .5s ease;
  }
  .siteList li:hover {
    opacity: 0.7;
    transition: all .5s ease;
  }
  .siteList li a:hover {
    text-decoration: none;
  }
}
.ftrLink {
  padding-bottom: 10px;
  font-size: 12px;
}
.ftrLink a {
  color: #fff;
}
.linkCol {
  float: left;
  text-align: left;
  margin: 0 5px 15px 20px;
}
.linkCol h4 {
  font-weight: 700;
}
.linkCol ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .ftrLink {
    display: none;
  }
}

.copyRight {
  background: #4b4b4d;
  padding: 20px 0 15px;
}
@media only screen and (max-width: 749px) {
  .copyRight {
    font-size: 10px;
    padding-bottom: 60px;
  }
  .sns {
    padding: 0;
    display: block;
  }
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.detailList01:after,
#ftrGuide:after,
.guideBnr:after,
.siteList:after,
.ftrLink:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* Legacy IE
------------------------------- */
.detailList01,
#ftrGuide,
.guideBnr,
.siteList,
.ftrLink {
  *zoom: 1;
}





/* PC用ヘッダメニューをスマホでも表示させる */
@media only screen and (max-width: 749px) {
  .free-header.pc_view {
    margin: 80px 0 -50px;
    padding: 0;
    display: block !important;
  }
}

/* p-button用 */
.gNavi {
  padding: 0;
}
.gNavi li {
  float: left;
  width: 16%;
  margin: 0 calc(2% / 6) 0;
  display: block;
  text-align: center;
  background: #ff6600;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .gNavi li {
    width: 32%;
    margin: 0 calc(2% / 3) calc(4% / 3);
    font-size: 13px;
  }
}

@media only screen and (max-width: 540px) {
  img.spFit {
    max-width: 99%;
  }

}

.pbSec ul {
  margin: 10px 0 20px !important;
  padding: 0;
}
.pbSec ul li {
  margin: 0 0 20px !important;
}

#catWrap {
  padding-top: 100px;
  background: url(https://b-button.com/img/stitle01.gif) center 0  no-repeat;
}


/* Modern Browsers
------------------------------- */
.gNavi:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* Legacy IE
------------------------------- */
.gNavi {
  *zoom: 1;
}
