/*
 Theme Name: zamst v1.1
 Author: Intactis
 Author URI: http://www.zamst.co.jp/
 Description: zamst様WordPress構築ベーステーマ
 Version: 1.1
 Text Domain: zamst
*/
@charset "UTF-8";
/* TOP
-------------------------------- */
.topHeadArea {
  position: relative;
  overflow: hidden;
}

.topHeadSlide .slide_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  height: 600px;
  padding-left: 17.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.topHeadSlide .slide01 {
  color: #ffffff;
}
.topHeadSlide .slide_box img {
	display: none;
}

.topHeadArea {
	/*
  min-width: 100vw;
  */
  overflow: hidden; //横スクロールさせないようにする
}
.topHeadArea .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; /*両サイドが表示される*/
/*
  height: 500px !important;
*/
  z-index: 1; /*スマホやタブレットでスワイプできないときに指定*/
}



.topHeadArea .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url(inc/img/common/cmn_arrow02_left.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
}
.topHeadArea .slick-arrow:hover {
  opacity: 0.7;
}
.topHeadArea .slick-prev {
  left: 5%;
  cursor: pointer;
}
.topHeadArea .slick-next {
  right: 5%;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.topHeadArea .slick-dots {
  height: 0;
  font-size: 0;
  text-align: center;
}
.topHeadArea .slick-dots li {
  display: inline-block;
  position: relative;
  top: -40px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cccccc;
  text-indent: -9999px;
  cursor: pointer;
}
.topHeadArea .slick-dots li:hover {
  opacity: 0.7;
}
.topHeadArea .slick-dots li + li {
  margin-left: 16px;
}
.topHeadArea .slick-dots .slick-active {
  background: #0068b7;
}

.topHeadBnr {
  overflow: hidden;
  padding: 20px 30px 20px;
  background: #e6e6e6;
}

.topHeadBnr_list {
  position: relative;
  max-width: 1268px;
  margin: 0 auto;
}
.topHeadBnr_list .slick-slide {
  text-align: center;
}
.topHeadBnr_list .slick-slide img {
  display: inline-block;
  width: 100%;
}

.topHeadBnr .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 20px;
  background: url(inc/img/common/cmn_arrow03_left.svg) no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
}
.topHeadBnr .slick-arrow:hover {
  opacity: 0.7;
}
.topHeadBnr .slick-prev {
  left: -20px;
}
.topHeadBnr .slick-next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

.topHeadLead {
  padding: 6px;
}

.marquee {
	width:100%;
	overflow:hidden;
	position:relative;
}

.marquee p:after {
	content:"";
	white-space:nowrap;
	padding-right:50px;
}

.marquee p {
	margin:0;
	padding-left:100%;
	display:inline-block;
	white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:10s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:10s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:10s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:10s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
	from { -webkit-transform: translate(0%);}
	99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
	from { -moz-transform: translate(0%);}
	99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
	from { -ms-transform: translate(0%);}
	99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
	from { -o-transform: translate(0%);}
	99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
	from { transform: translate(0%);}
	99%,to { transform: translate(-100%);}
}

.topNavi_list {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.topNavi_list li {
	display: block;
	width: 49%;
}
.topNavi_list span {
  display: block;
}

.topNews_top > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.topNews_top .image {
  width: 50%;
}
.topNews_top .textarea {
  width: 46.4%;
}
.topNews_top .article_ttl {
  line-height: 1.44;
}
.topNews_top .article_txt {
  line-height: 1.55;
}

.topNews #newsFeed {
	overflow: hidden;
}
.topNews #newsFeed article {
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
.topNews #newsFeed article:nth-child(3),
.topNews #newsFeed article:nth-child(5) {
	float: right;
}
.topNews #newsFeed article .image {
    width: 48%;
}
.topNews #newsFeed article .textarea {
	width: 48%;
}
.topNews #newsFeed article:first-child {width: 100%;float: none;}
.topNews #newsFeed article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.topNews #newsFeed article .article_data {
	line-height: 1;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.topNews #newsFeed article .article_data:before {
    display: inline-block;
    margin-top: -0.2em;
    background: url(/asset/img/common/cmn_clock_ico01.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
	width: 16px;
	height: 16px;
	margin-right: 8px;
}
.topNews #newsFeed article .article_ttl {
 	font-size: 20px;
 	font-weight: 700;
}
.topNews #newsFeed article .article_txt,
.topNews #newsFeed article .article_more {
	display: none;
}
.topNews #newsFeed article:first-child {
	margin-bottom: 30px;	
}
.topNews #newsFeed article:first-child .article_data {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;	
}
.topNews #newsFeed article:first-child .article_data:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;	
}
.topNews #newsFeed article:first-child .image {
	width: 48%;
}
.topNews #newsFeed article:first-child .textarea {
 	width: 48%;
}
.topNews #newsFeed article:first-child .article_ttl {
 	line-height: 1.44;
 	font-size: 25px;
 	font-weight: 700;
 	margin-bottom: 10px;
}
.topNews #newsFeed article:first-child .article_txt {
	line-height: 1.55;
	display: inherit;
}
.topNews #newsFeed article:first-child .article_more {
	display: inherit;
}
.topNews #newsFeed article:last-child:after {
	clear: both;
	content:'';
}

.article_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.article_list li {
  width: 48.3%;
  margin-bottom: 26px;
}
.article_list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.article_list .image {
  width: 50.8%;
}
.article_list .textarea {
  width: 45.3%;
}
.article_list .article_data:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.topNews h2 span {
	display: block;
}
.topNews_more {margin-top: 30px;}
.topNews_more .btnStyle02:before {
  margin-top: -0.4em;
  margin-right: 0.4em;
}

.topBnr {
  overflow: hidden;
  padding: 20px 0 20px;
  position: relative;
}
.topBnr h2 span {
	display: block;
}
.topBnr .beforeTriangle:before {
  border-width: 6px;
}
.topBnr .list .slick-slide {
  padding: 0 25px;
  text-align: center;
}
.topBnr .list .slick-slide img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.topBnr .list_btn {
  position: absolute;
  top: 40px;
  right:  20px;
}
.topBnr .list_btn a {
  display: inline-block;
  padding: 6px 50px 8px;
  border-radius: 2px;
  text-align: center;
  border: 2px solid #2f2f2f;
}
.topBnr .list_btn a:hover {
  background: #2f2f2f;
  color: #ccc;
}
.topBottomBnr_list a {
  display: block;
  height: 200px;
}
.topBottomBnr_list li {
  position: relative;
}
.topBottomBnr_list li + li {
  margin-top: 25px;
}
.topBottomBnr_list .ttl {
  position: absolute;
  top: 50%;
  left: 4.16%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.topBottomBnr_list .btn {
  position: absolute;
  right: 2.33%;
  bottom: 27px;
}
.topBottomBnr_list .bnr01 a {
  background: url(inc/img/top/top_special_bnr01_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.topBottomBnr_list .bnr02 a {
  background: url(inc/img/top/top_running_bnr01_pc.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

/* About
-------------------------------- */

.zamstHistoryBox + .zamstHistoryBox {
	margin-top: 80px;
}
.zamstBtn01 {
  width: 336px;
}

.zamstBtn02 {
  width: 358px;
}
.zamstBtn03 {
  width: auto;
  display: inline-block;
}
.btnWrap {
	text-align: center;
}

/* Partner
-------------------------------- */
.partnerKey {
  height: 400px;
  background-image: url(inc/img/about/partner/about_partner_head_img01_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.partnerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  -ms-flex-wrap: wrap;
}
.partnerList .image, .partnerList .txt {
  display: block;
}
.partnerList li {
  display: inline-block;
  width: 18.75%;
  margin-bottom: 35px;
  text-align: center;
}
.partnerList li > a {
  display: block;
}
.partnerList li:not(:nth-child(5n)) {
  margin-right: 1.56%;
}

.partnerTeamList01 li {
  position: relative;
  float: left;
  width: 18.75%;
  margin-bottom: 35px;
  padding-bottom: 30px;
}
.partnerTeamList01 li:not(:nth-child(5n)) {
  margin-right: 1.56%;
}
.partnerTeamList01 .image {
  border: solid 1px #2f2f2f;
}
.partnerTeamList01 .txt {
  line-height: 1.78;
}
.partnerTeamList01 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.partnerFederationList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.partnerFederationList li + li {
  margin-top: 30px;
}
.partnerFederationList .image {
  width: 16.6%;
}
.partnerFederationList .textarea {
  position: relative;
  width: 80.8%;
}

.partnerBlock01 .txt {
  line-height: 1.25;
}

/* Partner Single
-------------------------------- */
.partnerProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.partnerProfile .image {
  width: 33.3%;
}
.partnerProfile .textarea {
  width: 63.3%;
}

.otherAthlete .partnerList li {
  margin-bottom: 45px;
}

.teamList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  -ms-flex-wrap: wrap;
}
.teamList li {
  display: inline-block;
  width: 18.75%;
  margin-bottom: 50px;
}
.teamList li:not(:nth-child(5n)) {
  margin-right: 1.56%;
}
.teamList .image {
  border: solid 1px #2f2f2f;
}

.leagueList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  -ms-flex-wrap: wrap;
}
.leagueList li {
  display: inline-block;
  width: 31.6%;
  margin-bottom: 50px;
}
.leagueList li:not(:nth-child(3n)) {
  margin-right: 2.6%;
}
.leagueList .image {
  border: solid 1px #2f2f2f;
}

/* Tetsujin
-------------------------------- */
.tetsujin_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.tetsujin_list01 > li {
  position: relative;
  width: 23.5%;
  margin-bottom: 60px;
  padding-bottom: 70px;
}
.tetsujin_list01 > li:not(:nth-child(4n)) {
  margin-right: 2%;
}
.tetsujin_list01 .ttl01 {
  padding-bottom: 5px;
  border-bottom: solid 1px #333333;
}
.tetsujin_list01 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.tetsujin_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.tetsujin_list02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 49%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.tetsujin_list02 .image {
  width: 50%;
}
.tetsujin_list02 .textarea {
  width: 47.6%;
}

.tetsujin_list03 {
  font-weight: normal;
  font-size: 25px;
}
.tetsujin_list03 > li + li {
  margin-top: 24px;
}
.tetsujin_list03 .en {
  font-size: 14px;
}
.tetsujin_list03 .en:before {
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-weight: 700;
  font-size: 25px;
  content: "/";
}

.tetsujinTab_naviPC a {
  color: #ffffff;
}
.tetsujinTab_naviPC a:before {
  background: #0068b7;
  content: "";
}

.tetsujin_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.tetsujin_btn > li {
  width: 47.95%;
}
.tetsujin_btn a {
  width: 100%;
  padding: 10px;
  font-size: 20px;
}

#buiMap {
	position: relative;
    background: url(inc/img/tetsujin/bui_bg.jpg) center top no-repeat #d6d6d6;
    width: 960px;
    margin: 0 auto 60px;
    padding: 30px 15px 0;
}
#buiMap .lead{
	padding-left: 50%;
	padding-bottom: 30px;
}
#buiMap .lead p{
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.7);
	font-size: 20px;
	line-height: 1;
}
#buiMap .lead p + p{
	margin-top: 20px;
}
#buiMap .lead p.title{
	font-size: 40px;
	font-weight: bold;
}
#buiMap ul:after{
	content: "";
	clear: both;
	display: block;
}
#buiMap ul li{
	float: left;
	width: 32%;
	background: #fff;
	margin-left: 2%;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#buiMap ul li:nth-of-type(3n+1){
	margin-left: 0;
}
#buiMap ul li a{
	display: block;
	color: #fff;
	padding: 15px;
	background: #0068b7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#buiMap ul li a:hover{
	opacity: 0.7;
}
#buiMap ul li a > span{
	display: table;
	width: 100%;
}
#buiMap ul li a > span > span{
	display: table-cell;
	vertical-align: middle;
}
#buiMap ul li a > span > span.img{
	width: 100px;
}
#buiMap ul li a > span > span.img img{
	width: 100%;
	height: auto;
}
#buiMap ul li a > span > span.tx{
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.profileBox {
	text-align: left;
}
.profileBox figure {
	margin-bottom: 20px;
	text-align: center;
}
.profileBox .tetsujinName {
	padding-bottom: 10px;
    font-weight: normal;
    border-bottom: solid 3px #0068b7;
    margin-bottom: 10px;
}
.profileBox .graduate {
	margin-bottom: 30px;
}
.profileBox li {
	font-size: 16px;
}
.profileBox .profileInner dl + dl {
	margin-top: 30px;
}
.profileBox .profileInner dt {
	padding-bottom: 10px;
    font-weight: normal;
    border-bottom: solid 3px #0068b7;
    margin-bottom: 10px;
	font-size: 16px;
}
.profileBox .profileInner dd {
	font-size: 16px;
}
.profileBox .profileInner dd a {
	color:#0068b7;
	text-decoration: underline;
}

/* Make - Detail
-------------------------------- */
.makeDetail_list01 {
  max-width: 730px;
  margin-right: auto;
  margin-left: auto;
}
.makeDetail_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
}
.makeDetail_list01 li + li {
  margin-top: 40px;
}
.makeDetail_list01 .image {
  overflow: hidden;
  width: 31.2%;
  border: solid 1px #e5e5e5;
}
.makeDetail_list01 .textarea {
  width: 63.1%;
}

.makeDetail_otherBtn a {
  width: auto;
  padding: 5px 40px 14px;
}
.injury_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}
.injury_list li {
	width: 32%;
	margin: 1% 2% 1% 0;
	position: relative;
}
.injury_list li:nth-child(3n) {
	margin-right: 0;
}
.injury_list li a {
	display: block;
}
.injury_list li a div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}
.injury_list li a:hover img {
	opacity: 1;
}
.injury_list li p {
	width: 100%;
	background: rgba(0,0,0,0.4);
	color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.injury_list li a:hover p {
	background: rgba(0,0,0,0.6);	
}
.injury_list li p span {
	display: block;
	font-size: 24px;
}

/* Injury_Item
--------------------------------
.injury_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.injury_top .image {
  margin-right: 3.5%;
}
.injury_top .textarea {
  width: 51.6%;
}
.injury_top .txt01 {
  line-height: 1.78;
}

.injury_bottom .box {
  margin-right: auto;
  margin-left: auto;
}
.injury_bottom .box:after {
  display: block;
  clear: both;
  content: "";
}
.injury_bottom .box01 .box_txt {
  line-height: 1.78;
}
.injury_bottom .box01 .txt01 {
  width: 100%;
}
.injury_bottom .box01 .image {
  float: left;
  width: 29.5%;
  margin-right: 4.6%;
}

.injury_bottom .box01 .image.right {
  float: right;
  width: 29.5%;
  margin-left: 4.6%;
  margin-right: 0;
}
.injury_bottom .box01 .image.full {
  float: none;
  width: 100%;
  margin-left: 0;
}
.injury_bottom .box02 .circleList li + li {
  margin-top: 10px;
}
*/

/* Injury_Item New
-------------------------------- */
.injury_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.injury_top .image {
  margin-right: 3.5%;
}
.injury_top .textarea {
  width: 51.6%;
}
.injury_top .txt01 {
  line-height: 1.78;
}

.injury_bottom .box {
  margin-right: auto;
  margin-left: auto;
}
.injury_bottom .box:after {
  display: block;
  clear: both;
  content: "";
}
.injury_bottom .box01 .box_txt {
  line-height: 1.78;
}
.injury_bottom .box01 .txt01 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: solid 3px #0068b7;
}
.injury_bottom .box01 .image {
  float: left;
  width: 29.5%;
  margin-right: 4.6%;
}
.injury_bottom .box01 .txt03 {
	color:#0068b7;
}
.injury_bottom .box01 .image.right {
  float: right;
  width: 29.5%;
  margin-left: 4.6%;
  margin-right: 0;
}
.injury_bottom .box01 .image.full {
  float: none;
  width: 100%;
  margin-left: 0;
}
.injury_bottom .box02 .circleList li + li {
  margin-top: 10px;
}


/* Products
-------------------------------- */
.products_lead02 {
  max-width: 742px;
  margin-right: auto;
  margin-left: auto;
}
.products_list {
	margin-bottom: 80px;
}
.products_list .topBox {
  position: relative;
  overflow: hidden;
}
.products_list .topBox a {
	display: block;
	position: relative;
}
.products_list .topBox a p.btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: block;
    width: 225px;
    padding: 7px 0 12px;
    border-radius: 30px;
    background: #0068b7;
    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    text-align: center;
}
.products_list .topBox a p.btn span:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid 6px transparent;
    border-left-color: #ffffff;
    vertical-align: middle;
    content: "";
}
.products_list .textarea {
  position: relative;
  z-index: 10;
  width: 256px;
  height: 200px;
  padding: 30px 0 0 15px;
  background: #0068b7;
}
.products_list .textarea:after {
  display: block;
  position: absolute;
  top: 0;
  right: -78px;
  width: 0;
  height: 0;
  border-width: 100px 39px 100px 39px;
  border-style: solid;
  border-color: #0068b7 transparent transparent #0068b7;
  content: "";
}
.products_list div .image {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 256px);
}
.products_list div .image img {
  max-width: none;
}
.products_list .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 90px;
  letter-spacing: -0.05em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.item_list li {
  position: relative;
  width: 30%;
  margin-bottom: 40px;
}
.item_list.bui li {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.item_list li:not(:nth-child(3n)) {
  margin-right: 5%;
}
.item_list .image {
  width: 100%;
  box-shadow: 0 0 40px -14px #ccc;
}
.item_list .category {
  display: block;
  height: 20px;
}
.item_list .category span {
  display: inline-block;
  padding: 1px 7px 2px;
  border-radius: 5px;	
}
.item_list .ttl {
  border-bottom: solid 2px #2f2f2f;
  text-align: left;
}
.item_list li .itemBottom {
	display: flex;
	justify-content: space-between;
}
.item_list li .itemBottom p {
	width: calc(100% - 110px);
	text-align: left;
}
.item_list li .itemBottom p + p {
	width: 100px;
}
/*
.item_list .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
*/
.item_list	 .new:before {
  display: block;
  position: absolute;
  width: 56px;
  padding: 2px 0 1px;
  background: #e60012;
  color: #ffffff;
  text-align: center;
  content: "NEW";
}

/* Products - Category
-------------------------------- */
.productsCategory_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.productsCategory_list .topBox {
  width: calc(100% - 265px);
}
.productsCategory_list .image {
  z-index: -10;
}

.productsCategory_navi {
  margin-right: auto;
  margin-left: auto;
}

/* Item
-------------------------------- */
.itemBlock + .itemBlock {
  margin-top: 80px;
}
.itemBlock .item_ttl {
  margin-bottom: 40px;
}
.itemBlock .item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.itemBlock .item_image {
  overflow: hidden;
  width: 21.6%;
  margin-left: 2.5%;
}
.itemBlock .item_textarea {
  width: 72.5%;
}
.itemBlock .item_textarea .ttl {
  margin-bottom: 35px;
  color: #0068b7;
  font-weight: normal;
  font-size: 20px;
}
.itemBlock .item_textarea .txt {
  margin-bottom: 75px;
  font-size: 16px;
  line-height: 1.56;
}
.itemBlock .item_textarea .btn {
  text-align: right;
}

.itemLocalNavi {
  display: block;
  margin-top: 80px;
  font-size: 0;
  text-align: center;
}
.itemLocalNavi li {
  display: inline-block;
  flex: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
}
.itemLocalNavi a {
  padding: 0 0 3px;
  text-indent: 0;
}

/* Faq
-------------------------------- */
.faq_navi {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.faq_navi li {
  margin-bottom: 10px;
  display: inline-block;
}
.faq_navi li + li {
  margin-left: 0;
}
.faq_navi li:not(:nth-child(4n)) {
  margin-right: 1%;
}
.faq_navi a {
  text-indent: 0;
}

.faq_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.faq_acc + .faq_acc {
  margin-top: 40px;
}

.faq_acc_trigger {
  display: block;
  position: relative;
  padding:20px 100px 20px 35px;
  background: #0068b7;
  color: #ffffff;
  font-weight: normal;
  font-size: 25px;
  cursor: pointer;
  border-bottom: solid 6px #717171;
}
.faq_acc_trigger span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.faq_acc_trigger span:before {
  display: block;
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
}
.faq_acc_trigger:after {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url(inc/img/common/cmn_arrow06_bottom.svg) no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.faq_acc_trigger.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.faq_acc_box {
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.faq_acc_box .q_txt {
	padding: 0 0 40px 35px;
}
.faq_acc_box .answerBox {
  width: 100%;
  padding-left: 120px;
  font-size: 16px;
  line-height: 1.56;
  position: relative;
}
.faq_acc_box .answerBox:before {
  display: block;
  position: absolute;
  top: 0;
  left: 35px;
  color: #0068b7;
  font-weight: normal;
  font-size: 25px;
  content: "A.";
}
.faq_acc_box .answerBox .box01 .box_txt {
  line-height: 1.78;
}
.faq_acc_box .answerBox .box01 .txt01 {
  width: 100%;
  font-size: 25px;
}
.faq_acc_box .answerBox .box01 .txt03 {
  font-size: 20px;
}
.faq_acc_box .answerBox .box01 .image {
  float: left;
  margin-right: 4.6%;
  width: 48%;
}
.faq_acc_box .answerBox .box01 .image.right {
  float: right;
  margin-left: 4.6%;
  margin-right: 0;
  width: 48%;
}
.faq_acc_box .answerBox .box01 .image.full {
  float: none;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.faq_acc_box .answerBox .box01 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
.faq_acc_box .answerBox .box01 .flexBox > img {
	max-width:49%;
}
.faq_acc_box .answerBox .box01 .flexBox > a {
	max-width:49%;
}
.faq_acc_box .answerBox .box01 .flexBox a img {
	max-width:100%;
}
.faq_acc_box .answerBox .box01 .flexBox img + img {
	margin-left: 2%
}
.faq_acc_box .answerBox .box01 .flexBox a + a {
	margin-left: 2%
}
.faq_acc_box .answerBox .box01 hr {
	margin: 30px 0;
}
.faq_acc_box .answerBox .box01 .txt01.zamblue,
.faq_acc_box .answerBox .box01 .txt03.zamblue {
	color: #0068b7;
}
.faq_acc_box .answerBox .box01 a {
	color: #0068b7;
	text-decoration: underline;
}
.faq_acc_box .answerBox .image {
  margin-bottom: 30px;
}

.faq_contactBtn {
  width: auto;
  padding: 11px 35px 12px;
}

.eveLayout > .fL {
  width: 66.6%;
}
.eveLayout > .fR {
  width: 29.2%;
}

.kiji_day {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  color: #717171;
  font-weight: 400;
}

.list_day {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  color: #717171;
  font-weight: 400;
}
.list_day:before {
  left: 75px;
  width: 80px;
  height: 20px;
}
.list_day:after {
  left: 83px;
}

.kiji_category {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 700;
}

.kiji_title {
  margin: 15px 0 45px;
  font-weight: normal;
  font-size: 25px;
}

.kiji_sns > li {
  float: left;
  margin-bottom: 15px;
  margin-left: 10px;
}
.kiji_sns > li:last-child {
  margin-left: 0;
  margin-left: 35px;
}

.kiji_txt_inner p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.875;
}

.box {
  margin-right: auto;
  margin-left: auto;
}
.box:after {
  display: block;
  clear: both;
  content: "";
}
.box01 .box_txt {
  line-height: 1.78;
}
.box01 .txt01 {
  width: 100%;
  font-size: 25px;
}
.box01 .txt03 {
  font-size: 20px;
}
.box01 .image {
  float: left;
  margin-right: 4.6%;
  max-width: 48%;
}
.box01 .image.right {
  float: right;
  margin-left: 4.6%;
  margin-right: 0;
  max-width: 48%;
}
.box01 .image.full {
	width: 100%;
	max-width: 100%;
	float: none;
	text-align: center;
}
.kiji_txt_inner   float: none;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
.box01 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.box01 .flexBox > img {
	max-width:49%;
}
.box01 .flexBox > div {
	max-width:49%;
}
.box01 .flexBox > a {
	max-width:49%;
}
.box01 .flexBox a img {
	max-width:100%;
}
.box01 .flexBox img + img {
	margin-left: 2%
}
.box01 .flexBox a + a {
	margin-left: 2%
}
.box01 hr {
	margin: 30px 0;
}
.box01 .txt01.zamblue,
.box01 .txt03.zamblue {
	color: #0068b7;
}
.box01 a {
	color: #0068b7;
	text-decoration: underline;
}

.image {
  margin-bottom: 30px;
}
.eveSec02 {
  margin-top: 82px;
}
.eveSec02 li {
  display: block;
  float: left;
  width: 31.25%;
  margin-left: 3.125%;
  font-weight: normal;
}
.eveSec02 li:first-child {
  margin-left: 0;
}
.eveSec02 li img {
  margin-bottom: 10px;
}

.btnStyle02.kiji {
  display: block;
  width: 300px;
  margin: 80px auto;
  padding: 7px 0;
  border-radius: 2px;
  text-align: center;
}
.btnStyle02.kiji:before {
  display: none;
}

.eveSec03 {
  margin-top: 190px;
  padding: 0 3%;
}
.eveSec03 .ttlStyle02 {
  padding-left: 5px;
  font-size: 20px;
}
.eveSec03 ul li {
  display: block;
  padding: 15px 0;
  font-weight: normal;
  font-size: 16px;
  border-bottom: dashed 1px #717171;
}
.eveSec03 ul li:first-child {
  padding: 0 0 15px;
}

.eveSec04 {
  margin-top: 45px;
}

/* category（post）
-------------------------------- */
#archivePosts header {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
#archivePosts .gridWrap {
	padding: 40px 0 20px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#archivePosts .gridWrap article {
	display: block;
	width: 23.5%;
	margin-left: 2%;
	background: #fff;
	margin-bottom: 2%;
}
#archivePosts .gridWrap article:nth-child(4n+1) {
	margin-left: 0;
}
#archivePosts .gridWrap article span.time {
	line-height: 1;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 10px 0;
    display: block;
}
#archivePosts .gridWrap article span.time:before {
    display: inline-block;
    margin-top: -0.2em;
    background: url(/asset/img/common/cmn_clock_ico01.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: "";
    width: 13px;
    height: 13px;
    margin-right: 8px;
}
#archivePosts .gridWrap article h3 {
	padding: 10px;
	font-size: 16px;
    font-weight: 700;
}

/* run
-------------------------------- */
/* run_product
-------------------------------- */
.run_product_txtArea01 {
  /**/
}

.run_product_box01 {
  width: 100%;
  display: block;
}
.run_product_box01 li {
  display: flex;
  justify-content: center;
}
.run_product_box01 li + li {
	margin-top: 40px;
}
.run_product_box01 li div {
  width: 18	%;
  vertical-align: bottom;
}
.run_product_box01 li div + div {
  margin-left: 2%;
  width: 60%;
}
.run_product_box01 li div img {

}
.run_product_box01 li div .btnStyle01 {
  float: right;
}

/* run_trouble
-------------------------------- */
.run_trouble_box01 {
  height: 52.5vw;
  max-height: 630px;
  position: relative;
  background-image: url(inc/img/run/trouble/run_trouble_img02_pc.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}
.run_trouble_box01 img {
  width: 71.5%;
  position: absolute;
  top: 18.65%;
  right: 5.83%;
}

.run_trouble_btnArea01 {
  text-align: center;
}
.run_trouble_btnArea01 .btnStyle02 {
  margin: 0 1.5%;
}

/* run_usersvoice
-------------------------------- */
.run_usersvoice_box01 {
  width: 100%;
  display: table;
}
.run_usersvoice_box01 li {
  display: table-row;
}
.run_usersvoice_box01 li div {
  width: 20%;
  padding: 0 0 30px 0;
  display: table-cell;
  vertical-align: top;
}
.run_usersvoice_box01 li div:last-child {
  width: 80%;
}
.run_usersvoice_box01 li div img {
  width: 83%;
}
.run_usersvoice_box01 li div .btnStyle01 {
  float: right;
}
.run_usersvoice_box01 li:last-child div {
  padding: 0;
}

/* soccer
-------------------------------- */
.soccer_box01 li {
  width: 31.6%;
  margin-right: 2.6%;
  position: relative;
}
.soccer_box01 li:nth-child(3n) {
  margin-right: 0;
}

.soccer_box01 li a {
	display: block;
	position: relative;
}
.soccer_box01 li a div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}
.soccer_box01 li a div p {
    width: 100%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
}
.soccer_box02 .fL span {
  display: block;
}


#zamst_soccer_guidePage .box {
  margin-right: auto;
  margin-left: auto;
}
#zamst_soccer_guidePage .box:after {
  display: block;
  clear: both;
  content: "";
}
#zamst_soccer_guidePage .box01 .box_txt {
  line-height: 1.78;
}
#zamst_soccer_guidePage .box01 .txt01 {
  width: 100%;
  font-size: 25px;
}
#zamst_soccer_guidePage .box01 .txt03 {
  font-size: 20px;
}
#zamst_soccer_guidePage .box01 .image {
  float: left;
  margin-right: 4.6%;
  width: 48%;
}
#zamst_soccer_guidePage .box01 .image.right {
  float: right;
  margin-left: 4.6%;
  margin-right: 0;
  width: 48%;
}
#zamst_soccer_guidePage .box01 .image.full {
  float: none;
  width: 100%;
  margin-left: 0;
  text-align: center;
}
#zamst_soccer_guidePage .box01 .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
#zamst_soccer_guidePage .box01 .flexBox > img {
	max-width:49%;
}
#zamst_soccer_guidePage .box01 .flexBox > a {
	max-width:49%;
}
#zamst_soccer_guidePage .box01 .flexBox a img {
	max-width:100%;
}
#zamst_soccer_guidePage .box01 .flexBox img + img {
	margin-left: 2%
}
#zamst_soccer_guidePage .box01 .flexBox a + a {
	margin-left: 2%
}
#zamst_soccer_guidePage .box01 hr {
	margin: 30px 0;
}
#zamst_soccer_guidePage .box01 .txt01.zamblue,
#zamst_soccer_guidePage .box01 .txt03.zamblue {
	color: #0068b7;
}
#zamst_soccer_guidePage .box01 a {
	color: #0068b7;
	text-decoration: underline;
}
#zamst_soccer_guidePage .image {
  margin-bottom: 30px;
}


/* soccer_injury
-------------------------------- */
.soccer_injury_box01 {
  /**/
}

.soccer_injury_acc .soccer_injury_acc_trigger {
  display: block;
  position: relative;
  padding: 20px 35px 21px;
  background: #0068b7;
  color: #ffffff;
  font-weight: normal;
  font-size: 25px;
  cursor: pointer;
  border-bottom: solid 6px #717171;
}
.soccer_injury_acc .soccer_injury_acc_trigger span {
  display: inline-block;
}
/*
.soccer_injury_acc .soccer_injury_acc_trigger span:before {
  display: inline-block;
  margin-right: 0.2em;
  content: "Q.";
}
*/
.soccer_injury_acc .soccer_injury_acc_trigger:after {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url(inc/img/common/cmn_arrow06_bottom.svg) no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.soccer_injury_acc .soccer_injury_acc_trigger.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.soccer_injury_acc .soccer_injury_acc_box {
  position: relative;
  width: 100%;
  padding-top: 40px;
}

.soccer_injury_acc_btnArea01 {
  padding: 0 0 80px 0;
  text-align: center;
}
.soccer_injury_acc_btnArea01 .btnStyle02 {
  width: 30%;
  margin: 0 1.5%;
}

/* special
-------------------------------- */
/* special_bokusupo
-------------------------------- */

.special_bokusupo_box01 {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.special_bokusupo_box01 li {
  width: 33.3333%;
  padding: 2%
}
.special_bokusupo_box01 li p span {
  display: block;
}

/* special_bokusupo_vol1~
-------------------------------- */
.bokusupo_intv_box01 {
  /**/
}

.bokusupo_intv_box02 .pcfL {
  width: 23.33%;
}
.bokusupo_intv_box02 .pcfR {
  width: 73.33%;
}

.bokusupo_intv_link01 {
  text-align: right;
}
.bokusupo_intv_link01 > span {
  padding: 25px 0 0 0;
  font-size: 10px;
  display: block;
}

.bokusupo_intv_link02 .btnStyle02 {
  width: 367px;
}

/* special_irohalist
-------------------------------- */
.special_irohalist_acc_trigger {
  display: block;
  position: relative;
  padding: 20px 35px 21px;
  background: #0068b7;
  color: #ffffff;
  font-weight: normal;
  font-size: 25px;
  cursor: pointer;
  border-bottom: solid 6px #717171;
}
.special_irohalist_acc_trigger span {
  display: inline-block;
}
.special_irohalist_acc_trigger span:before {
  display: inline-block;
  margin-right: 0.2em;
  content: "Q.";
}
.special_irohalist_acc_trigger:after {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto;
  background: url(inc/img/common/cmn_arrow06_bottom.svg) no-repeat;
  background-size: contain;
  content: "";
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.special_irohalist_acc_trigger.active:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.special_irohalist_acc_box {
  position: relative;
  width: 100%;
  padding-top: 18px;
}
.special_irohalist_acc_box .answerBox {
  width: 100%;
  padding-left: 60px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.56;
}
.special_irohalist_acc_box .answerBox p {
  width: 100%;
}
.special_irohalist_acc_box .answerBox p img {
  padding-left: 20px;
}
.special_irohalist_acc_box:before {
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #0068b7;
  font-weight: normal;
  font-size: 36px;
  content: "Q.";
}
.special_irohalist_acc_box .qBox {
  width: 100%;
  padding-left: 80px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 1.56;
  clear: both;
  overflow: hidden;
}
.special_irohalist_acc_box .qBox p {
  width: 100%;
}
.special_irohalist_acc_box .qBox img {
  margin-left: 20px;
}
.special_irohalist_acc_box .qBox p a {
	display: inline-block;
	margin-top: 1em;
	color: #0068b7;
    font-weight: 700;
}
.special_irohalist_acc_box .qBox p a:before {
	display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background: url(inc/img/about/partner/about_partner_ico01.svg) no-repeat;
    background-size: contain;
    content: "";
}

/* store
-------------------------------- */
.onlineretailers{
	margin-bottom: 30px;
}
.onlineretailers dt{
	font-size: 16px;
	font-weight: bold;
}
.onlineretailers dd{
	font-size: 14px;
	padding-left: 20px;
}
.onlineretailers dd + dt{
	margin-top: 15px;
}
.store_mapArea_list:after{
	content: "";
	clear: both;
	display: block;
}
.store_mapArea_list li {
	float: left;
	width: 32%;
	margin-bottom: 20px;
}
.store_mapArea_list li + li {
	margin-left: 2%;
}
.store_mapArea_list li:nth-of-type(3n+1) {
	margin-left: 0;
}
.store_mapArea_list li dl {
  font-weight: 700;
  position: relative;
}
.store_mapArea_list li dl dt {
  padding: 10px 20px;
  font-size: 22px;
  cursor: pointer;
  color: #fff;
  background-color: #0068b7;
  position: relative;
}
.store_mapArea_list li dl dt:after {
  width: 30px;
  height: 100%;
  content: '';
  background-image: url(./inc/img/store/ico-plus.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0 center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
}
.store_mapArea_list li dl dt:hover {
  opacity: 0.75;
}
.store_mapArea_list li dl dd {
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.store_mapArea_list li dl dd a {
  padding: 10px;
  font-size: 20px;
  color: #0068b7;
  display: block;
  border-bottom: solid 1px #0068b7;
}
.store_mapArea_list li dl.active dt:after {
  background-image: url(./inc/img/store/ico-minus.png);
}

.store_mapArea_listlink:after{
	content: "";
	clear: both;
	display: block;
}
.store_mapArea_listlink li {
	float: left;
	width: 32%;
	margin-bottom: 20px;
}
.store_mapArea_listlink li + li {
	margin-left: 2%;
}
.store_mapArea_listlink li:nth-of-type(3n+1) {
	margin-left: 0;
}
.store_mapArea_listlink li a{
	display: block;
  padding: 10px 20px;
  font-size: 22px;
  color: #fff;
  background-color: #0068b7;
  font-weight: bold;
}
.store_mapArea_listlink li a:hover {
  opacity: 0.75;
}

/* store_kenmei
-------------------------------- */
.store_kamei_btnArea {
  padding: 20px 0 0 20px;
  background-color: #e5e5e5;
  letter-spacing: -.4em;
}
.store_kamei_btnArea .btnStyle06 {
  margin: 0 20px 20px 0;
  letter-spacing: normal;
}
.store_kamei_list .attention {
  color: #da0012;
}
.store_kamei_list table {
  width: 100%;
}
.store_kamei_list table tr th,
.store_kamei_list table tr td {
	border: 2px solid #fff;
}
.store_kamei_list table tr th {
  padding: 14px 20px;
  font-size: 20px;
  color: #ffffff;
  background-color: #0068b6;
  text-align: center;
  vertical-align: middle;
  width: 277px;
}
.store_kamei_list table tr td {
  font-size: 20px;
  background-color: #e5e5e5;
  padding: 14px 20px;
  vertical-align: middle;
}
.shopBox {
	margin-top: 20px;
}
.shopBox + .shopBox {
	border-top: 1px dashed #666;
	padding-top: 20px;
}
.shopBox a + a {
	margin-left: 10px;
}

/* contactPage
-------------------------------- */
#contactPage {
	padding: 100px 0;
}
#contactPage .contentIn {
	max-width: 1000px;
	padding: 0;
}
#contactPage h2 {
	text-align: center;
    font-weight: normal;
    font-size: 30px;
    padding: 0 0 25px;
    border-bottom: 3px solid #333;
    margin-bottom: 40px;
}
#contactPage .infoCase {
    margin-bottom: 40px;
    border: 2px solid #0068b7;
    border-radius: 6px;
    padding: 25px;
    background: #fff;
}
#contactPage .infoCase ul li {
	color: #0068b7;
	font-size: 20px;
	line-height: 2;
	font-weight: 700;
}
#contactPage .infoCase ul li:before {
	content: '・';
}
#contactPage .itemWrap > div {
	width: 490px;
	position: relative;
}
#contactPage .itemWrap .full {
	width: 100%;
}
#contactPage .itemWrap > div p {
	line-height: 50px;
	display: inline-block;
}
#contactPage .itemWrap > div span.fileInput input {
	
}

#contactPage .itemWrap > div.flexBox {
	width: 835px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#contactPage .itemWrap .zipBox {
	width: 175px;
}
#contactPage .itemWrap .prefBox,
#contactPage .itemWrap .addrBox {
	width: 255px;
	margin-left: 20px;
}
#contactPage .formPolicy {
	border: 1px solid #2f2f2f;
	padding: 30px 40px;
	margin-top: 25px;
	height: 250px;
	overflow-y: scroll;
}
#contactPage .formPolicy dl + dl {
	margin-top: 25px;
}
#contactPage .formPolicy dl dt {
	font-weight: 700;
}
#contactPage .mw_wp_form_input .confon {
	display: none!important;
}
#contactPage .form_check_box {
	margin-top: 20px;
}

/* 確認ページ用 */
#contactPage .mw_wp_form_confirm .confnon {
	display: none;
}
#contactPage .mw_wp_form_confirm .confon {
	display: block;
}
#contactPage .mw_wp_form_confirm .itemWrap {
	margin-bottom: 0;
}
#contactPage .mw_wp_form_confirm .itemWrap > div {
	width: 100%;
	float: none;
	font-size: 16px;
	margin-bottom: 25px;
}
#contactPage .mw_wp_form_confirm .itemWrap .zipBox,
#contactPage .mw_wp_form_confirm .itemWrap .prefBox,
#contactPage .mw_wp_form_confirm .itemWrap .addrBox {
	display: inline-block;
	width: auto;
}
#contactPage .mw_wp_form_confirm .itemWrap .zipBox span {
	display: inline;	
}
#contactPage .mw_wp_form_confirm .zamstBtn01 {
	margin-top: 40px;
}
#contactPage .submitBtn {
	margin-top: 50px;
	text-align: center;
}

/* Page Flexible
-------------------------------- */
.flexible.contentIn {
	overflow: hidden;
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.flexBox.spbw {
	justify-content: space-between;
}
.dlItem {
  position: relative;
  width: 31.6%;
  margin-bottom: 80px;
  padding-bottom: 50px;
}
.dlItem div img {
	width: auto;
	height: 339px;
}
.dlItem h3 {clear: both;}
.dlItem h3 span {
	display: block;
    padding: 2px 9px;
    border-radius: 5px;
    color: #e25863;
    font-weight: 700;
    background: #ffccd0;
    text-align: center;
}
.flexBox > .dlItem:not(:nth-child(3n)) {
  margin-right: 2.6%;
}
.dlItem .ttl01 {
  padding-bottom: 5px;
  border-bottom: solid 1px #333333;
}
.dlItem .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dlItem dl {display: table-row;}
.dlItem dl dt {font-size: 16px;display: table-cell;padding-right: 1em;}
.dlItem dl dd {font-size: 16px;display: table-cell;}
.movieWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.movie_left {width: 49%;}
.movie_right {width: 49%;}
.movieWrap + .movieWrap {
	margin-top: 20px;
}
.movieWrap + p {
	margin-top: 100px
}
.flexible .box {
	clear: both;
	overflow: hidden;
}
.colorBox {
	background: #CEEAF9;
	padding: 30px 40px;
	overflow: hidden;
	border-radius: 10px; 
}
.colorBox .box_ttl {
	color:#172677;
}
.colorBox figure {
	float: left;
	margin-right: 40px;
}
.movieWrap.single .movie {
	width: 800px;
	margin: 0 auto;
}
.movieWrap.twin {
	display: flex;
	justify-content: space-between;
}
.movieWrap.twin .movie {
	width: 48%;
}
section.pageSec + section.pageSec {
	margin-top: 30px;
}
.flexMov {width: 49%;}
.flexMov figure figcaption {text-align: left;}
.flexBox .flexMov:nth-child(n+3) {margin-top: 20px}

.colorBtn {
	display: block;
	text-align: center;
}
.colorBtn a {
	display: inline-block;
	min-width: 300px;
	line-height: 3;
	padding: 0 20px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.colorBtn a:hover {
	opacity: 0.8;
	color: #fff;
}

/* Pattern Order */
.poBox {
	width: 60%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 20px;
	border: 1px solid #e4812e;
	border-radius: 2px;
}
.poBox > * {display: inline-block;}
.poBox p {
	color: #e4812e;
	line-height: 50px;
}
.poBox p img {
	margin-right: 10px;
}
.poBox p span {
	line-height: inherit;
}
.patterOrder {
	padding: 30px 20px;
}
.patterOrder section + section {
	margin-top: 50px;
}
.patterOrder h2 {
	color: #e4812e;
	line-height: 50px;
}
.patterOrder h2 img {
	margin-right: 10px;
}
.patterOrder .box {
	text-align: left;
}
.patterOrder .flexBox {
	justify-content: space-between;
}
.patterOrder .flexBox div {
	width: 50%
}
.patterOrder .flexBox div img {
	margin-bottom: 10px;
}
.patterOrder .threePoint dl {
	text-align: center;
}
.patterOrder .threePoint dl dt {
	color: #e4812e;
	font-weight: bold;
}
.patterOrder p.point {
	color: #e4812e;
	line-height: 65px;
}
.patterOrder p.point img {
	width: 65px;
	height: auto;
	margin-right: 10px;
}
.patterOrder .tableWrap {
	display: flex;
	justify-content: center;
}
.patterOrder .tableWrap th,
.patterOrder .tableWrap td {
	border: 1px solid #fff;
	padding: 10px;
	text-align: center;
}
.patterOrder .tableWrap th {
	background: #0068b3;
	color:#fff;
}
.patterOrder .tableWrap td {
	background: #e4eaef;
    color: #0068b3;
    font-size: 16px;
}
.patterOrder .tableWrap table +table tr th:first-child,
.patterOrder .tableWrap table +table tr td:first-child {
	display: none;
}
.patterOrder hr {
	margin: 30px 0;
}
.patterOrder .btnStyle02 {
	font-size: 16px;
}
.remodal-close-top {display: none;}

.sitemap {
   font-size: 18px;
   line-height: 2;
   background: #ececec;
   padding: 50px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.sitemap > li {
  width: 25%;
}
.sitemap > li > ul li a:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  border: solid 6px transparent;
  border-left-color: #2f2f2f;
  vertical-align: middle;
  content: "";
}
.sitemap > li > ul li > ul {
  margin-left: 0.7em;
}
.sitemap > li > ul li > ul li a:before {
  width: 4px;
  height: 4px;
  margin-top: -0.2em;
  margin-right: 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background-color: #2f2f2f;
}
.tetsujinBottomBnr_list {
	text-align: center;
}
.tetsujinBottomBnr_list li + li {
	margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .kiji_category.spOnly {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .w1200 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .store_mapArea {
    height: 84.72vw;
  }
  .store_mapArea .store_mapArea_bg {
    height: 84.72vw;
  }
  .store_mapArea .store_mapArea_in {
    height: 84.72vw;
    padding: 4.62vw 0;
  }
  .store_mapArea .store_mapArea_in > p {
    font-size: 2.96vw;
    top: 4.62vw;
    left: 4.62vw;
  }
  .store_mapArea .store_mapArea_in .store_mapArea_list li {
    width: 20vw;
  }
  .store_mapArea .store_mapArea_in .store_mapArea_list li dl dt {
    padding: 1.25vw 0.83vw;
    font-size: 2.5vw;
  }
  .store_mapArea .store_mapArea_in .store_mapArea_list li dl dt:after {
    width: 2.5vw;
  }
  .store_mapArea .store_mapArea_in .store_mapArea_list li dl dd a {
    padding: 0.83vw;
    font-size: 1.66vw;
  }
  .poBox {
	width: 80%;
  }
}
@media screen and (max-width: 880px) {
  .faq_navi a {
    font-size: 20px;
  }

  .run_product_box01 li div {
    vertical-align: middle;
  }
  .run_product_box01 li div p {
    font-size: 16px;
  }

  .soccer_box01 li span {
    font-size: 16px;
  }
}

/* 満足保証 */
.jcSpbw {
	justify-content: space-between;
}
#agreeDl .btnStyle07 {
    display: block;
    padding: 6px 20px 8px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #2f2f2f;
    text-decoration: none;
    color: #2f2f2f;
}
#agreeDl .btnStyle07:before {
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left-color: #2f2f2f;
    vertical-align: middle;
    content: "";
}
#agreeDl .btnStyle07 span {
    display: inline-block;
    vertical-align: middle;
}
#agreeDl .btnStyle07:hover {
    background: #2f2f2f;
    color: #fff;
}
#agreeDl .btnStyle07:hover:before {
    border-left-color: #fff;
}
.agree {
	width: 100%;
	text-align: center;
}
.agree label {
	display: inline-block;
	line-height: 42px;
}
.agree label input[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
	margin-right: 10px;
	vertical-align: middle;
}
#agreeDl {
	display: none;
}
.btnList {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
.btnList li {
	width: 30%;
	display: inline-block;
}
.btnList li a {
    display: block;
    padding: 6px 20px 8px;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #2f2f2f;
    text-decoration: none;
    color: #2f2f2f;	
}
.btnList li a:hover {
    background: #2f2f2f;
    color: #fff;	
}
@media screen and (max-width: 750px) {
.flexBox.jcSpbw {
	flex-direction: column;
}
.flexBox.jcSpbw div {
	max-width: 100%;
}
.flexBox.jcSpbw div + div {
	margin-top: 20px;
}
.btnList {
	display: block;
}
.btnList li {
	width: 100%;
	display: block;
}
.btnList li + li {
	margin-top: 20px;
}
.kiji_txt_inner dl dt,
.kiji_txt_inner dl dd {
    font-size: 12px;
}
}