@charset "euc-jp";
/* ========================================
      NEWTON DESGIN
======================================== */
h2.ttl-h2 {
	font-size: 190%;
	text-transform: none;
}

/* ===================================== */

.category-desc img {
  max-width: 100%;
  width: inherit;
  height: auto;
}
.category-desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */

.grp-lst {
  margin-bottom: 40px;
}
.grp-lst-unit {
  display: block;
}

.grp-lst-img {
  display: block;
  margin: 0 auto;
  background: #fff;
}
  .grp-lst-img:hover {
    opacity: 0.8;
  }

.grp-lst-name {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .grp-lst-unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }
  .grp-lst-name {
    font-size: 11px;
  }
}

/* ========================================
      NEWTON DESGIN 2021
======================================== */


/* --- 商品一覧＆検索結果 --- */

#item-list-2021 h1.ttl-h1{
	font-size:28px;
	font-weight: 300;
}

#item-list-2021 h2.ttl-h2 {
	font-size:21px;
	font-weight: 300;
	margin-bottom: 5px;
}

#item-list-2021 .prd-lst-sort{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

#item-list-2021 .prd-lst-sort .item{
	display: inline-block;
	width:31.7%;
}

#item-list-2021 .prd-lst-sort .item a{
	color: #333!important;
	display: inline-block;
	text-align: center;
	padding: 8px 0;
    font-size: 18px;
    background: #ccc;
	position: relative;
	width: 100%;
}

#item-list-2021 .prd-lst-sort .item strong{
	color: #FFF!important;
	display: inline-block;
	text-align: center;
	padding: 8px 0;
    font-size: 18px;
	font-weight: normal!important;
    background: #ed6362;
	position: relative;
	width: 100%;
}

#item-list-2021 .prd-lst-sort .item a:before,
#item-list-2021 .prd-lst-sort .item strong:before{
	content: '';
	width: 11px;
	height: 11px;
	position: absolute;
	right: 12px;
    top: 45%;
	border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);	
}

#item-list-2021 .search-result-ttl{
	margin-bottom: 20px!important;
}

.prd-lst-soldout{
	display: inline-block;
	color: #FFF;
	background: #ed6362;
	padding: 0 5px;
	font-size: 11px;
}

#item-list-2021 .prd-lst-exp{
  display: none;
}

.prd-lst-pager li {
	margin-right: 5px;
}

.prd-lst-pager li a{
	 border: 1px solid #ed6362;
    background-color: #FFF;
    color: #ed6362!important;
	border-radius: 50%;
    text-decoration: none;
}

.prd-lst-pager li .pagerDot{
	color: #ed6362!important;
	border: none!important;
	background: none!important;
}

.prd-lst-pager li:first-child span,
.prd-lst-pager li:last-child span,
.prd-lst-pager li:first-child a,
.prd-lst-pager li:last-child a{
	border: none!important;
	background: none!important;
	color: #ed6362!important;
}

.prd-lst-pager li span{
	 border: 1px solid #ed6362;
    background-color: #ed6362;
    color: #fff!important;
	border-radius: 50%;
    text-decoration: none;	
}

.prd-lst-pager li a:hover{
	 border: 1px solid #ed6362!important;
    background-color: #ed6362!important;
	color: #fff!important;
}


/* 202203_ゴルフ一覧ページコンテンツ追加 + ヨガコンテンツ追加_202309 */


.yoga_content,
.golf_content{
	margin-bottom: 40px;
}

.golf_content .prd-lst-img{
	background-color: transparent;
}

#item-list-2021 .yoga_content h2.ttl-h2,
#item-list-2021 .golf_content h2.ttl-h2{
	margin-bottom: 10px;
}

.yoga_content p,
.golf_content p{
	font-size: 16px;
    margin: 0 0 15px;
}

.golf_content section{
	margin-bottom: 40px;
}

/*
#item-list-2021 .golf_content .prd-lst-img:hover{
	opacity: 1;
}
*/

.golf_content .flexWrap{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 0 20px;
}

.golf_content #swing .flexWrap .item1{
	width:31.5%;
}

.golf_content #swing .flexWrap .item2{
	width:2.75%;
	display: flex;
	align-items: center;
}

.golf_content #swing .flexWrap .item2 img{
	margin: 0 auto;
    width: 80%;
}

.golf_content #swing ul{
	margin: 0 0 70px;
}

.golf_content #swing ul li{
	font-size: 15px;
	list-style: none;
	padding-left: 18px;
    margin-bottom: 5px;
	position: relative;
}

.golf_content #swing ul li:before{
	content: '';
	position: absolute;
	left:3px;
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #ed6362;
}

.golf_content #swing ul li span{
	border-bottom: 2px solid #f14634;
}

.golf_content #point .item1{
	background: #f8f8f8;
}

.golf_content #point .item1 .inner{
	margin-top: -30px;
	text-align: center;
	padding: 0 12px;
}

.golf_content #point img{	
	width: 64px;
	margin: 0 auto 15px;
}

.golf_content #point h3{
	font-size:16px;
	margin-bottom: 12px;
}

.golf_content #point ol{
	margin: 0;
	text-align: left;
	counter-reset: number 0;
}

.golf_content #point ol li{
	font-size: 14px;
	list-style: none;
	padding-left: 18px;
    margin-bottom: 10px;
	position: relative;
}

.golf_content #point ol li:before{
	counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: -1px;
    top: 2.5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed6362;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 13px;
}

.golf_content #point ol li span{
	border-bottom: 1px solid #555555;
}

.golf_content #trackman{
	margin-bottom: 70px;
}

.golf_content #trackman .iframeWrap{
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 35px;
}

.golf_content #trackman iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.golf_content #trackman h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 25px;
}

.golf_content #trackman .flexWrap{
	margin-bottom: 35px;
}

.golf_content #trackman .l_content{
	width:110px;
	margin-right: 15px;
	text-align: center;
}

.golf_content #trackman .r_content{
	flex:1;
}
.golf_content #trackman .r_content .contents{
	background: #f8f8f8;
	padding:13px;
	margin-bottom: 15px;
}

.golf_content #trackman .r_content .contents p:last-child{
	margin-bottom: 0;
}

.golf_content .name{
	font-size: 16px;
	font-weight:600;
	margin-top: 3px;
	margin-bottom: 0px;
}

.golf_content .position{
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: -1px;
	margin-bottom: 0;
}

.golf_content .ast{
	font-size: 14px;
}

.golf_content #trackman p span{
	font-weight: 600;
	border-bottom: 2px solid #f14634;
}


.golf_content .btn1{
    display: inline-block;
    background: #ed6362;
    color: #fff!important;
    font-size: 12px;
    padding: 2px 5px;
}

.golf_content .btn1:hover{
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.golf_content .itemInfo{
	margin-bottom: 60px;
}

.golf_content .itemInfo h3{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.golf_content .itemInfo h3 + p{
	font-size: 15.5px;
}

.golf_content .itemInfo .main_content{
	flex:1;
}

.golf_content .itemInfo .sub_content{
	width:230px;
	margin-left: 15px;
	padding-top: 5px;
}

.golf_content .itemInfo .sub_content img{
	width:100%;
	border:1px solid #dddddd;
	margin-bottom: 15px;
}

.golf_content .itemInfo .main_content .l_content{
	width:110px;
	margin-right: 13px;
	text-align: center;
}

.golf_content .itemInfo .main_content .r_content p{
	font-size:14.5px;
}

.golf_content .ast2{
	font-size: 12px;
	margin-top: -11px;
	margin-bottom: 12px;
	color:#555;
}

.golf_content .itemInfo .main_content .r_content p:last-child{
	margin-bottom: 0;
}

.golf_content .itemInfo .main_content .flexWrap{
	background: #f8f8f8;
	padding: 15px;
	margin: 0 0 15px;
}

.golf_content .sp{
	display: none;
}

@media screen and (min-width: 769px) and (max-width: 980px){
	#item-list-2021 h2.ttl-h2{
		font-size: 19px;
	}
	.yoga_content p,
	.golf_content p{
		font-size: 14px;
	}
	.golf_content #swing ul {
    	margin: 0 0 90px;
	}
	.golf_content #point.flexWrap{
		display: block;
	}
	.golf_content #point.flexWrap .item1{
		width:100%;
		margin-bottom: 75px;
	}
	.golf_content #point img{
		margin-top: -30px;
	}
	
}

@media screen and (max-width: 600px){
	.golf_content .pc{
		display: none;
	}
	.golf_content .sp{
		display: block;
	}
	.golf_content section {
    	margin-bottom: 30px;
	}
	#item-list-2021 h2.ttl-h2{
		font-size: 19px;
	}
	.yoga_content p,
	.golf_content p{
		font-size: 14px;
	}
	.golf_content .position{
		font-size: 13px;
	}
	.golf_content #swing ul {
    	margin: 0 0 85px;
	}
	.golf_content #swing ul li{
		font-size: 14px;
	}
	.golf_content #point.flexWrap{
		display: block;
	}
	.golf_content #point.flexWrap .item1{
		width:100%;
		margin-bottom: 75px;
	}
	.golf_content #point.flexWrap .item1:last-child{
		margin-bottom: 30px;
	}
	.golf_content #point .item1 .inner{
		padding: 0 12px 5px;
	}
	.golf_content #point img{
		margin-top: -30px;
	}
	.golf_content #trackman {
    	margin-bottom: 40px;
	}
	.golf_content #trackman h3 {
    	font-size: 16px;
    	margin-bottom: 20px;
	}
	.golf_content #trackman .flexWrap{
		display: block;
		margin-bottom: 38px;
	}
	.golf_content #trackman .l_content{
		margin: 0 auto 8px;
	}
	.golf_content .btnWrap {
		text-align: center;
	}
	.golf_content .itemInfo > .flexWrap{
		flex-wrap: wrap;
	}
	.golf_content .itemInfo .main_content{
		flex: none;
    	width: 100%;
    	order: 1;
	}
	.golf_content .itemInfo .sub_content {
		width: 100%;
		margin-left: 0;
    	padding-top: 0;
	}
	.golf_content .itemInfo h3{
		font-size: 17px;
	}
	.golf_content .itemInfo h3 + p {
    	font-size: 15px;
	}
	.golf_content .itemInfo .main_content .flexWrap{
		display: block;
	}
	.golf_content .itemInfo .main_content .r_content p{
		font-size: 13.5px;
	}
	.golf_content .ast2{
		font-size: 11px;
		padding-left: 15px;
	}
	.golf_content .itemInfo .main_content .l_content{
		margin: 10px auto;
	}
	.golf_content .itemInfo {
    	margin-bottom: 40px;
	}
}




/* 最後 */
