/*
 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%;
}
.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);
}
.topMovie .movie {
	width: 800px;
	margin: 0 auto;
}
.topMovie .movie iframe {
	width: 800px;
	height: 450px;
}

.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;

  /* 20210622　改修 */
  /* -webkit-justify-content: space-between;
  justify-content: space-between; */
  -webkit-justify-content: center;
  justify-content: center;
}
.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 {
  /* 20210622　改修 */

	/* width: 49%;
	float: left;
	margin-bottom: 10px; */

  width: 100%;
}
.topNews #newsFeed article:nth-child(3),
.topNews #newsFeed article:nth-child(5) {
  /* 20210622　改修 */
	/* float: right; */
}
.topNews #newsFeed article .image {
  width: 48%;
}
.topNews #newsFeed article .textarea {
  /* 20210622　改修 */

	/* width: 48%; */

  width: 100%;
}
/* .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;

  /* 20210622　改修 */
  padding: 20px 0 15px;
  border-bottom: 1px solid #ddd;
}
.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;
}
/* 20210622　改修 以下コメントアウト */
/* .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:'';
} */

/* 20210622　改修 */
.topNews .contentIn {
  max-width: 1000px;
}
.topNews #newsFeed article:last-child {
  border-bottom: none;
}


.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;
}


.zamstBtn04 {
  width: 400px;
}
.btn_wrap_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn_wrap_flex li {
  width: 380px;
}
.btn_wrap_flex li + li {
  margin-left: 2%;
}
.btn_wrap_flex li a {
  width: 100%;
}

@media (max-width: 896px){
  .btn_wrap_flex {
    display: block;
  }
  .btn_wrap_flex li {
    margin-left: auto;
    margin-right: auto;
  }
  .btn_wrap_flex li + li {
    margin-top: 20px;
    margin-left: auto;
  }
}
@media (max-width: 750px){
  .zamstBtn04 {
    width: 100%;
    max-width: 400px;
  }
  .btn_wrap_flex li {
    width: 100%;
    max-width: 380px;
  }
}

.btnWrap {
	text-align: center;
}


/*    契約アスリート　モーダル内
=====================================================*/
.partner_modal_txt h3 {
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 10px;
	font-size: 26px;
	border-bottom: solid 3px #eee;
	text-align: left;
}
.partner_modal_txt h3::after {
	content: '';
  position: absolute;
  display: block;
  border-bottom: solid 3px #2769B0;
  bottom: -2px;
  width: 60px;
}

.partner_modal_cont {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
	text-align: left;
}
.partner_modal_cont h4 {
	position: relative;
  display: inline-block;
	padding-left: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	text-align: left;
}
.partner_modal_cont h4:before {
	content: '';
  position: absolute;
	left: 0;
	top: 0.25em;
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #2769B0;
}
.partner_modal_inr {
	width: 49%;
}
.partner_modal_inr + .partner_modal_inr {
	margin-left: 2%;
}
.partner_modal_item .partner_modal_item_Lst {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
	text-align: left;
}
.partner_modal_cont .partner_modal_item .partner_modal_item_Lst li {
	width: 48%;
	margin: 0;
	margin-bottom: 30px;
  margin-right: 0;
}
.partner_modal_item .partner_modal_item_Lst li:nth-child(2n) {
	margin-left: 4%;
}
.partner_modal_item .partner_modal_item_Lst li:nth-last-child(1),
.partner_modal_item .partner_modal_item_Lst li:nth-last-child(2) {
	margin-bottom: 0;
}
.partner_modal_item .partner_modal_item_Lst li figure {
	height: 156px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	line-height: 0;
	overflow: hidden;
}
.partner_modal_item .partner_modal_item_Lst li figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.partner_modal_item .partner_modal_item_Lst li p {
	margin-top: 15px;
	text-align: left;
}
.partner_modal_btn {
	position: absolute;
	top: 18px;
	right: 20px;
	color: #2769B0;
	font-family: sans-serif;
	font-size: 30px;
	line-height: 1;
}

/*    モーダル外組み
=====================================================*/
.g_modal{
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999;
}
.g_modal_bg{
	background: rgba(26,18,16,0.5);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.g_modal_content{
	position: absolute;
	width: 100%;
	max-width: 1100px;
	left: 50%;
	padding: 70px 80px;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #fff;
}
.g_modal_content_inr {
	height: 100%;
}
@media (max-width: 1140px){
	.g_modal_content{
		width: calc(100% - 30px);
	}
}
@media (max-width: 896px){
	.g_modal_content{
		padding: 30px 40px;
	}
}

@media (min-width: 751px){
  .g_modal_content{
    max-height: 715px;
    overflow-y: auto;
  }
}
@media (min-width: 751px) and (-ms-high-contrast: none) {
	.partner_modal_item {
    padding-bottom: 80px;
	}
}

@media (max-width: 750px){
	.partner_modal_txt h3 {
		margin-bottom: 30px;
		font-size: 22px;
	}
	.partner_modal_txt h3::after {
		width: 40px;
	}

	.partner_modal_cont h4 {
		margin-bottom: 10px;
		font-size: 18px;
	}
	.partner_modal_inr {
		width: 100%;
	}
	.partner_modal_inr + .partner_modal_inr {
		margin-left: 0;
		margin-top: 60px;
	}
	.partner_modal_item .partner_modal_item_Lst li figure {
		height: 126px;
	}
	.partner_modal_item .partner_modal_item_Lst li p {
		font-size: 14px;
	}
	.partner_modal_btn {
		top: 13px;
		right: 15px;
	}

	/*    Modal
	=====================================================*/
	.g_modal_content{
		/* height: calc(100% - 80px);
		padding: 60px 40px 40px;
		top: 30px; */
    max-height: calc(100% - 80px);
		height: auto;
    padding: 0;
		/* top: 8vw;
		-webkit-transform: translate(-50%,0%);
		-ms-transform: translate(-50%,0%);
		transform: translate(-50%,0%); */
		overflow-y: scroll;
	}
	.g_modal_content_inr {
		padding: 60px 20px;
	}
}


/* 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;
  text-align: center;
}
.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) 0 0 no-repeat;
    width: 960px;
    height: 550px;
    margin: 0 auto 60px;
}
#buiMap ul#hoverimg {
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
}
#buiMap ul#hoverimg li {
    position: absolute;
    opacity: 0.0;
}
#buiMap #hoverlinkimg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
}

.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;
}
.item_list li .itemBottom {
	display: flex;
	justify-content: space-between;
}
.item_list li .itemBottom p {
	width: calc(100% - 110px);
}
.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
-------------------------------- */
.attTxt {
	max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background: #f1cdcd;
    padding: 10px 15px;
    margin-bottom: 50px;
}
.attTxt p {
	color: #b73132;
}
.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
-------------------------------- */
.store_mapArea {
  height: 915px;
}
.store_mapArea .store_mapArea_bg {
  width: 100%;
  height: 915px;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  z-index: -1;
}
.store_mapArea .store_mapArea_in {
  height: 915px;
  padding: 50px 0;
  position: relative;
}
.store_mapArea .store_mapArea_in > p {
  font-size: 32px;
  position: absolute;
  top: 50px;
  left: 50px;
}
.store_mapArea .store_mapArea_in img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li {
  width: 240px;
  position: absolute;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(1) {
  top: 19.01%;
  left: 74.16%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(2) {
  top: 36.28%;
  left: 74.16%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(3) {
  top: 53.87%;
  left: 74.16%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(4) {
  top: 64.04%;
  left: 51.58%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(5) {
  top: 27.65%;
  left: 26.52%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(6) {
  top: 44.59%;
  left: 3.33%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(7) {
  top: 77.59%;
  left: 34.41%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li:nth-child(8) {
  top: 66.01%;
  left: 3.33%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl {
  font-weight: 700;
  text-align: center;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl dt {
  padding: 15px 10px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: #0068b7;
  position: relative;
}
.store_mapArea .store_mapArea_in .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: 10%;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl dt:hover {
  opacity: 0.75;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl dd {
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 999;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl dd a {
  padding: 10px;
  font-size: 20px;
  color: #0068b7;
  display: block;
  border-bottom: solid 1px #0068b7;
}
.store_mapArea .store_mapArea_in .store_mapArea_list li dl.active dt:after {
  background-image: url(./inc/img/store/ico-minus.png);
}

/* 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 thead tr th {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  background-color: #0068b6;
  text-align: center;
  vertical-align: middle;
  border-right: solid 2px #ffffff;
}
.store_kamei_list table thead tr th:last-child {
  border: none;
}
.store_kamei_list table thead tr th:first-child {
	width: 25%;
}
.store_kamei_list table thead tr th:nth-child(2) {
	width: 35%;
}
.store_kamei_list table thead tr th:nth-child(3) {
	width: 15%;
}
.store_kamei_list table tbody tr td:nth-child(3) {
	text-align: center;
}
.store_kamei_list table tbody tr:nth-child(odd) {
  background-color: #e5e5e5;
}
.store_kamei_list table tbody tr td {
  padding: 20px;
  font-size: 20px;
  vertical-align: middle;
  border-right: solid 2px #ffffff;
}
.store_kamei_list table tbody tr td:last-child {
  border: none;
}
.store_kamei_list table tbody tr td:last-child span + span {
	margin-left: 10px;
}
.store_kamei_list table tbody tr td:last-child .store_kamei_list_remarks {
  line-height: 1;
  display: flex;
  align-items: center;
}
.store_kamei_list table tbody tr td:last-child .store_kamei_list_remarks + .store_kamei_list_remarks {
  margin-top: 5px;
}
.store_kamei_list table tbody tr td:last-child span.store_kamei_list_ico_txt {
  font-size: 14px;
  line-height: 1.4;
}
.store_kamei_list table tbody tr td:last-child span.store_kamei_list_ico_txt.pattern {
  color: #EF821E;
  display: inline-block;
}
.store_kamei_list table tbody tr td:last-child span.store_kamei_list_ico_txt.footcraft {
  color: #1563AA;
}

/* 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 > 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;
	border-radius: 6px;
	margin-top: 25px;
}
#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;
}
#contactPage .mw_wp_form_confirm ul {
	text-align: center;
}
#contactPage .mw_wp_form_confirm li {
	display: inline-block;
	margin: 30px;
}


/* 20210615-ファイルアップレイアウト調整 */
#contactPage .itemWrap > div p.fileup_note {
  width: 100%;
  line-height: 1;
}
#contactPage .itemWrap > div p.fileup_note + .fileInput {
  width: 100%;
  line-height: 1;
}




/* 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}

/* Pattern Order */
.poBox-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.poBox-wrap .poBox + .poBox {
	margin-left: 20px;
}
.poBox {
	width: 50%;
	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.fc {
	border: 1px solid #0068b7;
}
.poBox > * {display: inline-block;}
.poBox p {
	color: #e4812e;
	line-height: 50px;
}
.poBox.fc p {
	color: #0068b7;
	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-wrap {
	flex-direction: column;
  }
  .poBox-wrap .poBox + .poBox {
	margin-left: auto;
	margin-top: 20px;
  }
  .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;
}
}

/* 2019.05.16 MR黒柳 追記 */
/* SPORTS MEDICINE LIBRARY */
.tetsujin_footer_btn{
  display: block;
  width: 320px;
  padding: 6px 0 8px;
  font-size: 20px;
  background: #0068b7;
  border: 2px solid #0068b7;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin-bottom: 20px;
}

.tetsujin_footer_btn:last-child{
  margin-bottom: 0;
}

.tetsujin_footer_btn span {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.tetsujin_footer_btn:hover {
  background: #fff;
  color: #0068b7;
}
/*
.tetsujin_footer_btn::after{
  position: absolute;
  content: '';
  width: 10px; height: 10px;
  right: 18px; top: 18px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: all 0.3s linear;
}

.tetsujin_footer_btn:hover::after{
  border-right: 2px solid #0068b7;
  border-bottom: 2px solid #0068b7;
}*/

.tetsujin_footer_btn::before{
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  border: solid 6px transparent;
  border-left-color: #fff;
  vertical-align: middle;
  content: "";
  transition: all 0.3s linear;
  margin-right: 3px;
}

.tetsujin_footer_btn:hover::before{
  border-left-color: #0068b7;
}

@media screen and (max-width: 750px){
  .tetsujin_footer_btn{
    max-width: 80%;
    font-size: 16px;
    padding: 4px 0 9px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .tetsujin_footer_btn:last-child{
    margin-bottom: 60px;
  }

  .tetsujin_footer_btn::before {
    border-width: 5px;
  }

  .tetsujin_footer_btn.thin{
    letter-spacing: -0.08em;
  }
}

@media screen and (min-width: 751px) {
	.slide_box .slide_box_link{
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
}

/*------------------------------------------*/
/*iflame*/
/*------------------------------------------*/
.topHeadSlide .slide_box {
  z-index: -1;
}


.db {
	display: block;
}

.topHeadSlide iframe.slide_box {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@media screen and (min-width: 751px) {
	.ylink {
		height: 600px;
	}
}


/*============================================================================================
    202002 about/partner/
=============================================================================================*/
.partnerTeamList01 li {
  position: relative;
  float: none;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.partnerTeamList01 li:not(:nth-child(5n)){
  margin-right: 0;
}
.partnerTeamList01_img{
  width: 300px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border: solid 1px #2f2f2f;
}
.partnerTeamList01_txt{
  width: 880px;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 20px;
  position: relative;
}
.partnerTeamList01 .bottom{
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
}
.partnerTeamList01_use em{
  display: block;
}
.partnerTeamList01_use a{
  color: #0068B7;
}
.partnerTeamList01_use a:hover{
  color: #000;
}
.partner_label{
  background-color: #2067b7;
  line-height: 1.2;
  padding: 5px 13px;
  color: #fff;
  display: inline-block;
}

/*
	Instaツール「visumo」導入
*/
.vsm-slider{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
/*.vsm-slider .ecbn-selection-title:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: -0.2em;
    margin-right: 0.2em;
    border: solid 7px transparent;
    vertical-align: middle;
    content: "";
    border-left-color: #e60012;
}*/
.vsm-slider .ecbn-selection-title {
    display: block;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.vsm-slider .ecbn-selection-title img{
	width: 26px;
	padding-right: 11px;
	box-sizing: content-box;
}
.vsm-slider .ecbn-selection-to-nextpage{
	text-align: center;
    font-size: 20px;
    border: 1px solid;
    padding: 10px;
    width: 200px;
    margin: 0 auto;
}
.vsm-slider .ecbn-selection-to-nextpage a{
	display: block;
}
@media screen and (max-width: 750px) {
	.vsm-slider .ecbn-selection-title:before {
	    border-width: 4px;
	}
	.vsm-slider .ecbn-selection-title {
	    font-size: 15px;
		margin-bottom: 15px;
	}
	.vsm-slider .ecbn-selection-title img{
		width: 16px;
		padding-right: 6px;
		box-sizing: content-box;
	}
}


/*============================================================================================
  20210622　TOPページ部位カテゴリ追加
============================================================================================*/

.topParts {
  padding: 70px 0;
  background: #F2F2F2;
}
.topParts h2 span {
  display: block;
}
.topParts_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.topParts_list li {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.topParts_list li:nth-child(4n) {
  margin-right: 0;
}
.topParts_list.online_store li {
  width: 32%;
}
.topParts_list.online_store li:nth-child(3n) {
  margin-right: 0;
}


/*============================================================================================
  TOP　アバウトページ導線改修
============================================================================================*/
.topAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #284E90;
}
.topAbout_img {
  width: 55%;
  line-height: 0;
}
.topAbout_txt {
  width: 45%;
  padding: 50px 0;
}
.topAbout_txt > * {
  color: #fff;
}
.topAbout_ttl {
  font-size: 30px;
}
.topAbout_btn {
  margin: 40px auto 50px;
}
.topAbout_txt .btnStyle02 {
  color: #2f2f2f;
  background-color: #fff;
}
.topAbout_body {
  font-size: 16px;
}
.topAbout_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 60px;
}
.topAbout_copy span {
  font-size: 17px;
}
.topAbout_copy_logo {
  width: 100%;
  max-width: 115px;
  margin-left: 60px;
  line-height: 0;
}
@media screen and (min-width: 1220px) {
  .topAbout_img_sp {
    display: none;
  }
}
@media screen and (max-width: 1219px) {
  .topAbout_img_pc {
    display: none;
  }
  .topAbout_img {
    width: 50%;
  }
  .topAbout_txt {
    width: 50%;
  }
}
@media screen and (max-width: 1040px) {
  .topAbout_ttl {
    font-size: 26px;
  }
  .topAbout_body {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .topAbout_ttl_sp {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .topAbout_img,
  .topAbout_img img {
    width: 100%;
  }
  .topAbout_txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .topAbout_btn {
    margin: 30px auto 20px;
  }
  .topAbout_ttl {
    display: none;
  }
  .topAbout_ttl_sp {
    width: 100%;
    margin: 30px auto;
    color: #fff;
    font-size: 30px;
  }
  .topAbout_body {
    font-size: 16px;
  }
  .topAbout_copy {
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px) {
  .topAbout_ttl_sp {
    font-size: 18px;
  }
  .topAbout_body {
    font-size: 12px;
  }
  .topAbout_copy span {
    font-size: 11px;
  }
  .topAbout_copy_logo {
    margin-left: 40px;
    max-width: 80px;
  }
}


/*============================================================================================
  202305　パターンオーダー削除　ZKシリーズ追加
============================================================================================*/
.zk_series_content {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.zk_series_content .zk_series_product_txt {
  line-height: inherit;
  margin-left: 10px;
}
.zk_series_shop_txt {
  margin-left: 10px;
}


/*============================================================================================
  202306　SMLバナー調整
============================================================================================*/
.bnr_holding_btn {
  position: fixed;
  width: 30px;
  height: 30px;
  background-color: #0068b7;
  color: #fff;
  font-size: 28px;
  transition: .2s;
  right: 0;
  bottom: 292px;
  z-index: 999;
}
.bnr_holding_btn:hover {
  opacity: 0.7;
}

@media (max-width: 750px) {
  .bnr_holding_btn {
    display: none;
  }
}

@-moz-document url-prefix(){
  .bnr_holding_btn {
    font-size: 22px;
  }
}
