@charset "utf-8";
/* CSS Document */
/*
===================================================
--Table of contents--
0.products/index.html
===================================================
*/
/*
===========================
0.products/index.html
===========================
*/
ul.sns-area {
  float: right;
  list-style-type: none;
}
ul.sns-area li {
  display: inline-block;
}
#PContent-index {
  width: 830px;
  margin: 20px auto 0;
}
#PContent-index h2 {
  font-weight: bold;
  font-size: 2.0rem;
  border-bottom: double 5px #009245;
  margin-top: 1em;
  margin-bottom: 1em;
}
#PContent-index h3 {
  font-size: 1.8rem;
  border-left: solid 8px #009245;
  padding-left: 5px;
  margin-top: 1em;
  margin-bottom: 8px;
}
#PContent-index .breadcrumb {
  float: left;
  width: 100%;
  margin-top: 1em;
}
#PContent-index .breadcrumb li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 3px;
}
#PContent-index .breadcrumb li::before {
  content: ">>";
}
#PContent-index .breadcrumb li a {
  color: #009245;
}
.index_cont {
  margin-top: 5px;
  /*display: flex;*/
}
.Gsub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: solid 1px #009245;
  background: #fff;
  padding-top: 1em;
}
.Gsub_menu li {
  margin-bottom: 1em;
  font-weight: bold;
}
.Gsub_menu li {
  border-right: solid 1px #009245;
  padding-right: 3em;
  padding-left: 3em;
}
.Gsub_menu li:first-of-type {
  border-left: solid 1px #009245;
}
.Gsub_menu li a {
  text-decoration: none;
  color: #009245;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 2; /*swiperが1らしいので*/
  background: #fff;
}
.goods_sec {
  margin-bottom: 5em;
}
.goods_sec h3 {
  width: 100%;
  float: left;
}
.data_box {
  width: 428px;
  float: left;
  box-sizing: border-box;
  padding: .5em 1.5em;
}
.data_box p {
  margin-bottom: 1em;
  font-size: .9em;
}
.data_box table th {
  background: #ccc;
  padding: 5px;
  font-size: .9em;
}
.data_box table td {
  font-size: .9em;
  padding-left: 3px;
}
.data_box a {
  text-decoration: none;
  color: #fff;
}
table.col2 td:nth-of-type(2) {
  padding-left: 18px;
}
table.col4 td:nth-of-type(1), table.col4 td:nth-of-type(4) {
  text-align: center;
}
p.go_howto {
  margin-top: 2em;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  border: solid 3px #333;
}
p.go_howto::after {
	content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/book-open.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	filter: invert(100%);
}
p.go_shop {
  margin-top: 2em;
  background: #333;
  text-align: center;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 1em;
}
p.go_shop::after {
	content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/storefront.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}
.btn_space {
  margin-top: 1em;
  margin-bottom: 1em;
}
p.sus_btn {
  background: linear-gradient(to bottom, #009844 0%, #009844 50%, #007531 51%, #007531 100%);
  border-radius: 16px;
  width: 60%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
  position: relative;
}
p.sus_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 10px #fff;
  position: absolute;
  top: 15px;
  left: 10px;
}
p.sus_btn:hover {
  opacity: 0.7;
}
.sus_btn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
h2.title_sub::after {
  content: " - テインオリジナルグッズ";
  font-weight: normal;
  font-size: 0.8em;
}
.catelink {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 4em;
}
.catelink dl {
  width: 400px;
}
.catelink dd {
  margin-left: 0;
  font-size: 80%;
  box-sizing: border-box;
  padding: 0.5em 1em;
}
.img_link {
  position: relative;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.img_link img {
  transition: 0.3s;
}
.img_link::before {
  content: "READ MORE";
  font-weight: bold;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  font-size: 1.5em;
  opacity: 0;
  z-index: 3;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
.img_link:hover img {
  filter: blur(3px);
}
.img_link:hover::before {
  opacity: 1;
}
.swiper {
  float: left;
  width: 400px;
  height: 300px;
}