@charset "utf-8";

/* 商品一覧では改行・商品詳細では非表示 */
.pnb2 {
	display: none;
}

/* 商品一覧のスマホ版のみ改行 */
.pnb2sp {
	display: none;
}

.pan_list .pnb {
	display: none;
}

.no_prd {
	width: 100%;
	min-height: calc(100vh - 518px);
	font-size: 1.8rem;
	line-height: 1;
	text-align: center;
}


/* パンくずのみ非表示 */
#pan_listIn .pnb3 {
	display: none;
}

.content2_dtl {
	padding: 10px 0;
	background: #f3f3f3;
}

.shouhin {
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.shouhin_left {
	order: 2;
	-webkit-order: 2;
	flex-basis: 45%;
	-webkit-flex-basis: 45%;
}

.big {
	margin-bottom: 10px;
}

.big li {
	position: relative;
	max-width: 410px;
	max-height: 410px;
	width: 40vw;
	height: 40vw;
	margin: 0;
	padding: 40px;
	box-sizing: border-box;
	list-style: none;
	border: 1px solid #717071;
	overflow:hidden;
}

.big li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 85%;
	max-height: 85%;
	width: auto;
	height: auto;
	margin: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.big li:hover img {
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}


/* モーダル */
#modal-main {
	display: none;
}


.big li.item2, .big li.item3, .big li.item4, .big li.item5, .big li.item6, .big li.item7, .big li.item8, .big li.item9 , .big li.item10 , .big li.item11 , .big li.item12 , .big li.item13 , .big li.item14 , .big li.item15 , .big li.item16 , .big li.item17 , .big li.item18 , .big li.item19, .big li.item20 {
	display: none;
}

ul.thumb {
	max-width: 410px;
	width: 40vw;
}

.thumb li {
	position: relative;
	display: inline-block;
	width: calc((100% - 21px) / 4);
	max-height: 100px;
	height: 9vw;
	margin-right: 7px;
	margin-bottom: 10px;
	padding: 10px;
	vertical-align: top;
	list-style: none;
	box-sizing: border-box;
	border: 1px solid #717071;
	overflow: hidden;
	cursor: pointer;
}

.thumb li:nth-child(4n) {
	margin-right: 0px;
}

.thumb li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	margin: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.thumb li:hover img {
	opacity: 0.5;
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.shouhin_right {
	order: 3;
	-webkit-order: 3;
	flex-basis: 55%;
	-webkit-flex-basis: 55%;
	text-align: left;
	line-height: 1;
}

.sales_start_date {
	color: #ee7b4a;
	font-size: 1.6rem;
	font-weight: bold;
}

.pro_name {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
	border-bottom: 1px solid #717071;
}

.pro_detail {
	padding: 10px 0px 0px 20px;
	font-size: 1.8rem;
}

.pro_dtl_list {
	padding-bottom: 15px;
	font-size: 0px;
}

.pro_dtl_list:last-child {
	padding-bottom: 10px;
}

.pro_dtl_list li {
	list-style:none;
	display:inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	line-height: 1.5;
}

.pro_dtl_list li:first-child {
	width: 20%;
}

.pro_dtl_list li:last-child {
	width: 80%;
}

.setsumei {
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
}

.setsumei2 {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}

.setsumei_left {
	order: 2;
	-webkit-order: 2;
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
}

.setsumei_right {
	order: 3;
	-webkit-order: 3;
	flex-basis: 50%;
	-webkit-flex-basis: 50%;
	text-align: center;
}

.setsumei_right p {
	margin-top: 20px;
	font-weight: bold;
}

/* グローブ説明ここから */
.setsu_glove_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

.setsu_glove_dtl {
	margin-top: 30px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.5px;
}

.setsu_glove_hyou {
	margin-top: 30px;
	font-size: 1.2rem;
}

.setsu_glove_hyou table {
	width: 100%;
	margin-top: 20px;
	border: 1px solid #3E3A39;
	text-align: center;
}

.setsu_glove_hyou tr {
	border: 1px solid #3E3A39;
}

.setsu_glove_hyou tr:last-child {
	font-weight: bold;
}

.setsu_glove_hyou td {
	border: 1px solid #3E3A39;
	padding: 10px 13px;
}

.setsu_glove_hyou td:first-child {
	padding: 10px 30px;
}

.setsu_glove_hyou tr:last-child td:first-child {
	font-weight: normal;
}

.setsu_glove_img {
	margin-top: 60px;
}

.setsu_catcher_img {
	margin-top: 0px;
}

/* グローブ説明ここまで */


/* シューズ説明ここから */
.setsu_shoes_ttl {
	font-size: 1.6rem;
	font-weight: bold;
}

.setsu_shoes_sub_ttl {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: bold;
}

.setsu_shoes_dtl {
	margin-top: 10px;
	margin-right: 50px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.setsu_shoes_img_div {
	border: 1px solid #717071;
}

.setsu_shoes_img_div img {
	padding: 20px 0px;
}
/* シューズ説明ここまで */

/* グラブ特徴ここから */
.setsumeiIn {
	display: flex;
	width: 100%;
}

.setsumei_left_ac {
	position: relative;
	flex-basis: 25%;
	-webkit-flex-basis: 25%;
	text-align: center;
}

.setsumei_right_ac {
	flex-basis: 75%;
	-webkit-flex-basis: 75%;
	text-align: left;
	padding: 0 0 0 5px;
	box-sizing: border-box;
	line-height: 1.5;
}

.setsumei_ac {
	width: 100%;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}

.ac_logo {
	max-width: 80%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.ac_ttl {
	font-size: 2.6rem;
	font-weight: bold;
}

.ac_h {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.ac_exp {
	font-size: 1.4rem;
	padding: 5px 0 0 0;
}

.ac_exp div {
	font-weight: bold;
}

.setsumei_acIn {
	display: inline-block;
	width: calc( ( 100% - 40px ) / 3);
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
}

.setsumei_acIn:last-child {
	margin: 0;
}

.setsumei_acIn2 {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
}

.setsumei_acIn2:last-child {
	margin: 0;
}

.setsumei_acIn4 {
	display: inline-block;
	width: calc( ( 100% - 60px ) / 4);
	margin-right: 20px;
	text-align: center;
	vertical-align: top;
}

.setsumei_acIn4:last-child {
	margin: 0;
}


.ac_img , .ac_img2 {
	width: 100%;
}

.ac_img img {
	width: 100%;
	border: 1px solid #3E3A39;
	box-sizing: border-box;
}

.ac_img2 img {
	width: calc( 50% - 2px );
	border: 1px solid #3E3A39;
	box-sizing: border-box;
}

.ac_img2 img:first-child {
	margin-right: 4px;
}

.ac_txt {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: bold;
}

.ac_txt span {
	display: block;
	margin-bottom: 3px;
}

.ac_txt2 , .ac_txt3 {
	font-size: 1.4rem;
	font-weight: bold;
}

.ac_txt2 span {
	display: block;
	margin: 24px 0 14px;
}

.ac_txt3 span {
	display: block;
	margin: 25px 0 15px;
}


.ac_txt div , .ac_txt2 div {
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

.ac_txt3 div {
	font-weight: normal;
	text-align: left;
	line-height: 1.65;
}

.ac_ls_01 ,.ac_lssp1 {
	letter-spacing: -0.4px;
}

.ac_mt {
	margin-top: 30px;
}

.acsp_pt {
	padding-top: 5px;
}


/* グラブ特徴ここまで */

.hr {
	width: 100%;
	height: 1px;
	margin: 0;
	background: #717071;
	border: none;
}

.hr:first-of-type {
	height: 0;
	background: none;
}

.oc_brown {
	padding: 0px 3px;
	font-weight: bold;
	color: #ffffff;
	background: #66362d ;
}

.mij {
	display: block;
	width: 130px;
	margin: 2px 0 0 0;
	vertical-align: top ;
}

.video {
    position:relative;
    //width:calc(100% - 75px);
    width:100%;
    margin: auto;
    margin-bottom: 2px;
    padding-top:56.25%;
}
.video_ttl {
    width: 100%;
    padding: 10px 0 10px;
    font-size: 3.2rem;
    text-align: center;
}
.video iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

@media screen and (max-width: 768px) {

	.shouhin {
		margin-top: 20px;
		margin-bottom: 10px;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	}

	.shouhin_left {
		order: 2;
		-webkit-order: 2;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	.big {
		display: none;
		margin-bottom: 10px;
	}

	.big li {
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width: 220px;
		height: 220px;
		overflow:hidden;
		border: 2px solid #3E3A39;
		padding: 20px;
		position: relative;
	}

	.big li img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}


	/* モーダル コンテンツエリア */
	#modal-main {
		display: block;
		width: calc(100% - 90px);
		height: 78.125vw;
		top: -99999px;
		left: 0;
		margin: 0 25px;
		padding: 10px 20px;
		text-align: center;
		background-color: #ffffff;
		position:fixed;
		z-index: 8888;
	}

	#modal-main ul li{
		height: 78.125vw;
		display:table;
	}

	.modal_block{
		position: relative;
	}

	.modal_img{
		width:75vw;
		display: table-cell;
		vertical-align: middle;
	}

	#modal-main ul li img{
		width:auto;
		height:auto;
		max-width:68.75vw;
		max-height:68.75vw;
		margin: 0px auto;
	}

	.modal_prev{
		position : absolute;
		top : 47%;
		left : -20px;
		z-index : 9999;
	}

	.modal_next{
		position : absolute;
		top : 47%;
		right : -20px;
		z-index : 8888;
	}

	.modal_next a{
		background-image: url(../imgs/dtl/next_sp.png);
		padding : 5px;
	}

	.modal_prev a{
		background-image: url(../imgs/dtl/prev_sp.png);
		padding : 5px;
	}
	.navi-btn a{
		display: block;
		margin: 0 ;
		width: 15px;
		height: 23px;
		-webkit-background-size: 13px;
		background-size: 13px;
		background-repeat: no-repeat;
		background-position: center center;
		float: left;
	}

	@media screen and (orientation: landscape) {
		#modal-main {
			display: block;
			height: 75vh;
			width: 44vw;
			top: -9999px;
			left: 21%;
			margin: 0 25px;
			padding: 10px 20px;
			text-align: center;
			background-color: #ffffff;
			position:fixed;
			z-index: 8888;
		}

		.modal_prev{
			position : absolute;
			top : 45%;
			left : -20px;
			z-index : 9999;
		}

		.modal_next{
			position : absolute;
			top : 45%;
			right : -20px;
			z-index : 8888;
		}

		#modal-main ul li{
			height:40vw;
			display:table;
		}

		.modal_img{
			width:90%;
			display: table-cell;
			vertical-align: middle;
		}

		#modal-main ul li img{
			width:auto;
			height:auto;
			max-width:90%;
			max-height:45%;
			margin: 0px auto;
		}
	}

	/* モーダル 背景エリア */
	#modal-bg {
		display:none;
		width:100%;
		height:100%;
		background-color: rgba(0,0,0,0.75);
		position:fixed;
		top:0;
		left:0;
		z-index: 7777;
	}

	.big li:hover img {
		transform: scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
	}

	.big li.item2, .big li.item3, .big li.item4, .big li.item5, .big li.item6, .big li.item7, .big li.item8, .big li.item9 {
		display: none;
	}

	ul.thumb {
		max-width: none;
		width: 270px;
		margin: 0 auto;
	}

	.thumb li {
		position: relative;
		display:inline-block;
		max-width: none;
		max-height: none;
		width: 130px;
		height: 130px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 0;
		list-style: none;
		border: 1px solid #717071;
		box-sizing: border-box;
		text-align: left;
		overflow: hidden;
		cursor: pointer;
		vertical-align: top;
	}

	.thumb li:nth-child(2n) {
		margin-right: 0px;
	}

	@media screen and (orientation: landscape) {
		ul.thumb {
			width: 410px;
		}

		.thumb li {
			width: 130px;
			height: 130px;
		}

		.thumb li:nth-child(2n) {
			margin-right: 10px;
		}

		.thumb li:nth-child(3n) {
			margin-right: 0px;
		}
	}

	.thumb li img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		-webkit-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}

	.thumb li:hover img {
		opacity: 1;
		transform: scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		-o-transform:scale(1);
	}

	.shouhin_right {
		order: 3;
		-webkit-order: 3;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		margin-top: 10px;
	}

	.sales_start_date {
		font-size: 3.75vw;
	}

	.pro_name {
		font-size: 5vw;
		font-weight: bold;
		padding: 5px 10px;
	}

	.pro_detail {
		padding: 10px 10px 10px 10px;
		font-size: 3.75vw;
	}

	.pro_dtl_list {
		padding-bottom: 7px;
	}

	.pro_dtl_list li {
		list-style:none;
		display:inline-block;
		vertical-align: top;
	}

	.pro_dtl_list li:first-child {
		width: 20%;
	}

	.pro_dtl_list li:last-child {
		width: 78.5%;
	}

	.price {
		/*font-family: "ＭＳ Ｐゴシック", Osaka;*/
	}

	.setsumei , .setsumei2 {
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	}

	.setsumei_left {
		order: 3;
		-webkit-order: 3;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	.setsumei_right {
		order: 2;
		-webkit-order: 2;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		text-align: center;
	}

	.setsumei_right p {
		margin-top: 10px;
		font-weight: bold;
		font-size: 3.4375vw;
	}

	/* グローブ説明ここから */
	.setsu_glove_ttl {
		font-size: 5vw;
		font-weight: bold;
		text-align: center;
		margin-top: 20px;
	}

	.sgt_c {
		letter-spacing: -1.56px;
	}
	
	.setsu_glove_dtl {
		margin-top: 10px;
		font-size: 3.75vw;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 0;
	}

	.setsu_glove_hyou {
		margin-top: 10px;
		font-size: 3.125vw;
		line-height: 1.2;
	}

	.setsu_glove_hyou table {
		margin-top: 10px;
		border: 1px solid #3E3A39;
		text-align: center;
	}

	.setsu_glove_hyou tr {
		border: 1px solid #3E3A39;
	}

	.setsu_glove_hyou tr:last-child {
		font-weight: bold;
	}

	.setsu_glove_hyou td {
		border: 1px solid #3E3A39;
		padding: 5px 2.5vw;
		vertical-align: middle;
	}

	.setsu_glove_hyou td:first-child {
		padding: 5px 1.875vw;
	}

	.setsu_glove_hyou tr:last-child td:first-child {
		font-weight: normal;
	}

	.setsu_glove_hyou td span {
		display: block;
	}

	.setsu_glove_img , .setsu_catcher_img {
		margin-top: 0px;
		width: 80%;
	}
	/* グローブ説明ここまで */


	/* シューズ説明ここから */
	.setsu_shoes_ttl {
		font-size: 3.75vw;
		font-weight: bold;
	}

	.setsu_shoes_sub_ttl {
		margin-top: 10px;
		font-size: 3.75vw;
		font-weight: bold;
	}

	.setsu_shoes_dtl {
		margin-top: 5px;
		margin-right: 0px;
		font-size: 3.75vw;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.setsu_shoes_img_div {
		border: 1px solid #717071;
	}

	.setsu_shoes_img_div img {
		padding: 10px 0px;
		width: 90%;
	}
	/* シューズ説明ここまで */
	/* グラブ特徴ここから */
	.setsumeiIn {
		display: block;
		width: 100%;
	}
	.setsumei_left_ac {
		position: static;
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
	}

	.setsumei_right_ac {
		flex-basis: 100%;
		-webkit-flex-basis: 100%;
		padding: 10px 0 0 0;
		line-height: 1.4;
	}

	.setsumei_ac {
		margin: 20px 0 0 0;
	}

	.setsumei_acIn {
		display: inline-block;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.setsumei_acIn2 {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}

	.setsumei_acIn4 {
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
	}

	.ac_logo {
		position: static;
		max-width: 45%;
	}

	.ac_ttl {
		font-size: 5.625vw;
		text-align: center;
	}

	.ac_exp {
		font-size: 3.75vw;
		padding: 15px 0 0 0;
	}

	.ac_exp div {
		font-size: 3.75vw;
		text-align: center;
		letter-spacing: 0;
	}

	.ac_txt ,.ac_txt2 ,.ac_txt3 {
		margin-top: 5px;
		font-size: 3.75vw;
	}

	.ac_txt span , .ac_txt2 span, .ac_txt3 span {
		display: block;
		margin: 0 0 3px 0;
	}

	.ac_txt div ,.ac_txt2 div , ,.ac_txt3 div {
		line-height: 1.4;
		font-size: 3.75vw;
	}

	.acsp_pt {
		padding-top: 10px;
	}


	.ac_lssp1 , .ac_ls_01 {
		letter-spacing: -0.4px;
	}

	.ac_lssp2 {
		letter-spacing: -1.4px;
		white-space: nowrap;
	}

	.ac_lssp3 {
		letter-spacing: -1.401px;
	}
	/* グラブ特徴ここまで */

	.hr {
		width: 100%;
		height: 1px;
		margin: 0;
		background: #717071;
		border: none;
	}

	.no_prd {
		font-size: 4.375vw;
	}

	.mij {
		display: block;
		margin: 0;
	}

    .video_ttl {
        padding: 5px 0 5px;
        font-size: 5vw;
    }
    .video {
        width:100%;
    }

}
