/** Shopify CDN: Minification failed

Line 2955:0 Expected identifier but found "rgba("
Line 3368:0 Unexpected "@"
Line 6316:6 Expected ":"

**/
@charset "UTF-8";
/*ドライバー 共通部位*/
.clubs_driver{
	max-width: 1240px;
	padding: 0 20px;
	margin: 100px auto -30px;
}

.clubs_driver h3.ListPage__title{
	width: 16%!important;
}
@media screen and (max-width: 768px){
	.clubs_driver h3.ListPage__title{
		width: 140px!important;
	}
	.clubs_driver{
		margin-top: 50px;
		padding: 0;
	}
}

.products_driver{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto 60px;
}
.products_driverLink{
	overflow: hidden;
	position: relative;
	--notchSize: 6px;
	clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)));
}
.products_driverText{
	position: absolute;
	top: auto;
	bottom: 6%;
	left: 6%;
	transform: none;
	text-align: left;
	line-height: 1.5;
	width: auto;
	font-size: 32px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}
.products_driverLink img{
	transition: .3s;
}
.products_driverLink:hover img{
	transform: scale(1.025);
}

.products_driver h3.ListPage__title{
	width: 16%!important;
}

@media screen and (max-width:1000px){
	.products_driverText{
		font-size: 24px;
	}
}
@media screen and (max-width:768px){
	.products_driver h3.ListPage__title{
		width: 140px!important;
	}
	.products_driver{
		margin-top: 50px;
		padding: 0;
	}
	.products_driver{
		padding: 0;
	}
	.ListPage__Item{
		max-width: 80%;
		margin: 0 auto;
	}
}
.products_driverLinkImage--sp{
	display: none;
}
@media screen and (max-width:768px){
	.products_driverLinkImage{
		display: none;
	}
	.products_driverLinkImage--sp{
		display: block;
	}
}

@media screen and (max-width: 450px){
	.ListPage__Item{
	max-width: 100%;
	padding: 0 20px;
	}
	.products_driverText{
		font-size: 18px;
	}
}

/*ドライバー開発ストーリー*/
.C01dStory__title{
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	color: #001F5B;
	margin-top: 70px;
	margin-bottom: 50px;
}
.C01dStory__heading{
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 30px;
}
.C01dStory__heading::after{
	display: none;
}
.C01dStory__text{
	font-size: 20px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto 25px;
}
.C01dStory__fv{
	margin-bottom: 70px;
}
.C01dStory__textContainer.-side{
	display: flex;
	align-items: center;
}

.C01dStory__textContainer.-side.mt70{
	margin-top: 70px;
}

.C01dStory__textContainer.-side .C01dStory__heading{
	font-size: 28px;
	margin: 0 auto 30px;
}
.C01dStory__textContainer.-side .C01dStory__text{
	font-size: 16px;
	margin-bottom: 15px;
}
.C01dStory__image.-right{
	order: 1;
}
.C01dStory__bg--black{
	background: #000;
	padding: 70px 0;
	position: relative;
	margin-top: 100px;
}
.C01dStory__bg--black::before{
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at bottom, rgba(27, 39, 53,.7) 0%, rgba(9, 10, 15,.7) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.C01dStory__bg--black .C01dStory__heading{
	color: #fff;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.C01dStory__textContainer.-black.mt70{
	margin-top: 70px;
}
.C01dStory__textContainer.-black .C01dStory__text{
	color: #fff;
	position: relative;
	z-index: 1;
}
.C01dStory__messageAuthor{
	color: #fff;
	position: relative;
	z-index: 1;
	text-align: right;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 50px;
}
.C01dStory__backButton{
	margin-top: 50px;
	text-align: center;
}
.C01dStory__backButton>a{
	display: inline-block;
	font-size: 18px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin: 0 auto 15px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #fff;
	position: relative;
	z-index: 1;
}
.C01dStory__image.-sp{
	display: none;
}

@media screen and (max-width: 768px){
	.C01dStory__heading{
		font-size: 32px;
		margin-top: 40px;
		margin-bottom: 15px;
	}
	.C01dStory__text{
		font-size: 18px;
	}
	.C01dStory__textContainer.-side{
		display: block;
	}
	.C01dStory__textContainer.-side .C01dStory__heading{
		margin: 40px auto 30px;
	}
	.C01dStory__textContainer.-black.mt70{
		margin-top: 0;
	}
	.C01dStory__messageAuthor{
		margin-top: 0;
	}
}

@media screen and (max-width: 650px){
	.C01dStory__title{
		font-size: 22px;
		margin-top: 50px;
		margin-bottom: 35px;
	}
	.C01dStory__heading{
		font-size: 20px;
		margin-bottom: 0;
	}
	.C01dStory__text{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.C01dStory__image.-pc{
		display: none;
	}
	.C01dStory__image.-sp{
		display: block;
	}
	.C01dStory__textContainer.-side .C01dStory__heading{
		font-size: 20px;
		margin: 40px auto 20px;
	}
	.C01dStory__textContainer.-side .C01dStory__text{
		font-size: 14px;
	}
	.C01dStory__bg--black{
		margin-top: 70px;
	}
	.C01dStory__heading.mt40{
		margin-top: 40px;
	}
	.C01dStory__messageAuthor{
		font-size: 14px;
	}
	.C01dStory__backButton>a{
		font-size: 14px;
	}
}

/*ドライバーテクノロジーページ*/

.C01dPage__button {
  text-align: center;
	width: 50%;
	max-width: 500px;
  margin: 0 auto 70px;
	box-sizing: border-box;
}
.C01dPage__button .C01dPage__buttonLink {
	width: 100%;
	height: 80px;
	color: #fff;
	border: 1px solid #fff;
	position: relative;
	overflow: hidden;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	cursor: pointer;
	margin-bottom: 12px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-weight: bold;
}
.C01dPage__buttonLink::before{
	content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s ease-in-out;
}
.C01dPage__buttonLink::after{
	content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 35px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all .5s ease;
	z-index: 2;
}
.C01dPage__button .C01dPage__buttonLink:hover{
	color: #000;
	cursor: pointer;
}
.C01dPage__button .C01dPage__buttonLink:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.C01dPage__button .C01dPage__buttonLink:hover::after{
	border-color: #000 #000 transparent transparent;
}

@media screen and (max-width: 650px){
	.C01dPage__button{
		width: 100%;
		padding: 0 20px;
	}
	.C01dPage__button .C01dPage__buttonLink{
		height: 60px;
	}
	.C01dPage__buttonLink::after{
		top: 24px;
	}
}

.C01dPage__button.-contact{
	margin-bottom: 0;
	padding-bottom: 70px;
}

.C01dTech__Container{
	font-family: 'Noto Sans JP', sans-serif;
}
.C01dTech__fv{
	margin-bottom: 70px;
}
.C01dTech__detail{
	max-width: 1000px;
	margin: 0 auto;
}
.C01dTech__detailHeading{
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #001F5B;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}
.C01dTech__detailSubHeading{
	font-size: 20px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	max-width: 780px;
	margin: 0 auto 40px;
	text-align: center;
}
.C01dTech__detailHeadingImage{
}

.C01dTech__detail--qff{
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}
.C01dTech__detailItem{
	width: 50%;
	padding: 65px 45px;
	box-sizing: border-box;
	position: relative;
}
.C01dTech__detailItemImage{
	width: 80%;
	margin: 0 auto 30px;
}
.C01dTech__detailItemHeading{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.C01dTech__detailItem.-kanetsu .C01dTech__detailItemHeading::after,.C01dTech__detailItem.-dimple .C01dTech__detailItemHeading::after{
	content:"※特許取得";
	font-size: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.C01dTech__detailItemText{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
}
.C01dTech__detailItem.-kanetsu{
	border-right: 1px solid #ddd;
}
.C01dTech__detailItem.-dimple{
	border-right: 1px solid #ddd;
}
.C01dTech__detailItem.-dimple,.C01dTech__detailItem.-power{
	border-top: 1px solid #ddd;
}
.C01dTech__detailItem.-kanetsu::before{
	content: "";
	width: 150px;
	height: 8px;
	background: #001F5B;
	position: absolute;
	right: -75px;
	bottom: -4px;
	z-index: 2;
}
.C01dTech__detailItem.-kanetsu::after{
	content: "";
	width: 8px;
	height: 150px;
	background: #001F5B;
	position: absolute;
	right: -5px;
	bottom: -75px;
	z-index: 2;
}
.C01dTech__detailItemSubHeading{
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #001F5B;
	margin-bottom: 40px;
	text-align: center;
}
.C01dTech__cf{
	background: #000;
	padding: 70px 0;
	position: relative;
	color: #fff;
}
.C01dTech__cf::before{
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at bottom, rgba(27, 39, 53,.7) 0%, rgba(9, 10, 15,.7) 100%);
	position: absolute;
	left: 0;
	top: 0;
}
.C01dTech__cfHeading{
	font-size: 38px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	letter-spacing: 0.03em;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
.C01dTech__cfUpperContainer{
	display: flex;
	padding-bottom: 60px;
	position: relative;
	align-items: center;
}
.C01dTech__cfImage{
	width: 90%;
	margin: 0 auto;
}
.C01dTech__cfUpperContainer::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
  background-image: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.25) 15%,
    hsla(0, 0%, 100%, 0.5) 50%,
		hsla(0, 0%, 100%, 0.25) 85%,
    hsla(0, 0%, 100%, 0) 100%);
}
.C01dTech__cfContainer{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
.C01dTech__cfImageHeading{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 40px;
	padding-left: 30px;
}
.C01dTech__cfImageContainer{
	padding: 0 30px;
	width: 50%;
}
.C01dTech__cfTextContainer{
	padding: 0 30px;
	width: 50%;
}
.C01dTech__cfTextContainer>p{
	line-height: 1.7;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
.C01dTech__cfTextImage{
	width: 80%;
	margin: 30px auto;
}
.C01dTech__cfLowerHeading{
	font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 40px;
  padding-left: 30px;
}
.C01dTech__cfLowerWrapper{
	display: flex;
}
.C01dTech__cfLowerInner{
	display: flex;
}
.C01dTech__cfLowerText{
	line-height: 1.6;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.C01dTech__cfLowerImage,.C01dTech__cfLowerText{
	width: 50%;
}
.C01dTech__cfLowerText{
	margin-left: 25px;
}
.C01dTech__cfLowerInner:first-child{
	margin-right: 4%;
}
.C01dTech__cfLowerContainer{
	margin-top: 60px;
}
.C01dTech__balance{
	position: relative;
}
.C01dTech__balanceTextContainer{
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	width: 45%;
}
.C01dTech__balanceHeading{
	font-size: 3vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.03em;
	margin-bottom: 45px;
	position: relative;
	z-index: 1;
}
.C01dTech__balanceText{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.25vw;
	line-height: 1.8;
	margin-bottom: 15px;
}
.C01dTech__caution{
	padding: 100px 20px;
}
.C01dTech__cautionHeading{
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.03em;
	padding-bottom: 30px;
	background: #fff;
}
.C01dTech__cautionText{
	font-size: 20px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	background: #fff;
}
.C01dTech__container{
	max-width: 1000px;
	margin: 0 auto;
	background-color: rgba(255,237,0,.7);
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff),color-stop(.75, #fff), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 30px 30px;
	padding: 30px;
}
.C01dTech__cautionTitle{
	font-size: 30px;
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: center;
	letter-spacing: 0.03em;
	background: #fff;
	padding-top: 40px;
}
.C01dTech__backLink{
	margin-bottom: 50px;
	text-align: center;
}
.C01dTech__backLink>a{
	display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin: 0 auto 15px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000;
}
.C01dTech__fv--sp{
	display: none;
}
.C01dTech__cfHeading>span{
	display: none;
}
.C01dTech__balanceImage--sp{
	display: none;
}

@media screen and (max-width:1000px){
	.C01dTech__detailHeading{
		font-size: 32px;
	}
	.C01dTech__detailSubHeading{
		font-size: 18px;
		padding: 0 10px;
	}
	.C01dTech__detailItem{
		padding: 65px 20px;
	}
	.C01dTech__detailItemHeading{
		font-size: 20px;
	}
	.C01dTech__cfHeading{
		font-size: 32px;
	}
	.C01dTech__cfTextContainer>p,.C01dTech__cfLowerText{
		font-size: 14px;
	}
	.C01dTech__cautionTitle{
		font-size: 25px;
		margin: 0 auto;
	}
	.C01dTech__cautionHeading{
		font-size: 25px;
	}
	.C01dTech__cautionText{
		font-size: 16px;
	}
}

@media screen and (max-width:768px){
	.C01dTech__cfContainer{
		padding: 0;
	}
	.C01dTech__fv{
		display: none;
	}
	.C01dTech__fv--sp{
		display: block;
		margin-bottom: 50px;
	}
	.C01dTech__detailItem{
		padding: 40px 10px 30px;
	}
	.C01dTech__detailItemHeading{
		font-size: 16px;
	}
	.C01dTech__detailItemText{
		font-size: 13px;
	}
	.C01dTech__detailItemSubHeading{
		font-size: 13px;
	}
	.C01dTech__detailItemImage{
		width: 100%;
	}
	.C01dTech__detailItem.-kanetsu::before{
		content: "";
		width: 70px;
		height: 6px;
		background: #001F5B;
		position: absolute;
		right: -35px;
		bottom: -3px;
		z-index: 2;
	}
	.C01dTech__detailItem.-kanetsu::after{
		content: "";
    width: 6px;
    height: 70px;
    background: #001F5B;
    position: absolute;
    right: -4px;
    bottom: -35px;
    z-index: 2;
	}
	.C01dTech__detailItem.-kanetsu .C01dTech__detailItemHeading::after, .C01dTech__detailItem.-dimple .C01dTech__detailItemHeading::after{
		display: block;
		transform: translateY(39px);
		font-size: 10px;
		left: 50%;
		transform: translate(-50%,41px);
	}
	.C01dTech__cfHeading{
		font-size: 24px;
		padding: 0 10px;
	}
	.C01dTech__cautionTitle{
		font-size: 20px;
	}
	.C01dTech__cautionHeading{
		font-size: 20px;
	}
	.C01dTech__cautionText{
		font-size: 14px;
		margin: 0 auto;
	}
	.C01dTech__caution{
		padding: 50px 10px;
	}
	.C01dTech__container{
		padding: 20px 0;
	}
}

@media screen and (max-width:768px){
	.C01dTech__detailHeading{
		font-size: 24px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.C01dTech__detailSubHeading{
		font-size: 16px;
		padding: 0 10px;
	}
	.C01dTech__cfImageHeading{
		font-size: 20px;
	}
	.C01dTech__cfTextContainer>p{
		font-size: 15px;
	}
	.C01dTech__cfImageContainer{
		padding: 0 0 0 10px;
	}
	.C01dTech__cfTextContainer{
		padding: 0 15px 0 15px;
	}
	.C01dTech__cfUpperContainer{
		padding-bottom: 50px;
	}
	.C01dTech__cfLowerHeading{
		font-size: 20px;
	}
	.C01dTech__cfLowerWrapper{
		display: block;
		padding: 0 20px;
	}
	.C01dTech__cfLowerInner:first-child{
		margin: 0 0 40px 0;
	}
	.C01dTech__cfLowerImage{
		width: 45%;
	}
	.C01dTech__cfLowerText{
		width: 55%;
	}
	.C01dTech__cfLowerText{
		font-size: 15px;
	}
	.C01dTech__balanceImage{
		display: none;
	}
	.C01dTech__balanceImage--sp{
		display: block;
	}
	.C01dTech__balanceTextContainer{
		position: relative;
		right: auto;
		top: auto;
		transform: initial;
		width: 100%;
	}
	.C01dTech__balanceHeading{
		font-size: 24px;
		margin-bottom: 30px;
		text-align: center;
	}
	.C01dTech__balanceImage--sp{
		margin-bottom: 30px;
	}
	.C01dTech__balanceText{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 15px;
		padding: 0 10px;
	}
	.C01dTech__backLink>a{
		font-size: 16px;
	}
}

@media screen and (max-width:650px){
	.C01dTech__cfHeading>span{
		display: inline;
	}
	.C01dTech__cfHeading{
		margin-bottom: 40px;
	}
	.C01dTech__cfImageHeading{
		font-size: 16px;
		margin-bottom: 30px;
		padding-left: 0;
		text-align: center;
	}
	.C01dTech__cfUpperContainer{
		display: block;
	}
	.C01dTech__cfImageContainer,.C01dTech__cfTextContainer{
		width: 100%;
	}
	.C01dTech__cfImage{
		width: 75%;
		margin-bottom: 30px;
	}
	.C01dTech__cfTextContainer{
		padding: 0 10px;
	}
	.C01dTech__cfTextContainer>p{
		font-size: 14px;
	}
	.C01dTech__cfTextImage{
		width: 75%;
	}
	.C01dTech__cfLowerHeading{
		font-size: 16px;
		margin-bottom: 30px;
		padding-left: 0;
		text-align: center;
	}
	.C01dTech__cfLowerContainer{
		margin-top: 50px;
	}
	.C01dTech__cfLowerInner{
		display: block;
	}
	.C01dTech__cfLowerImage{
		width: 100%;
	}
	.C01dTech__cfLowerWrapper{
		padding: 0 10px;
	}
	.C01dTech__cfLowerImage{
		width: 90%;
		margin: 0 auto 30px;
	}
	.C01dTech__cfLowerText{
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
	}
	.C01dTech__cfLowerInner:nth-child(2) .C01dTech__cfLowerImage{
		width: 75%;
	}
	.C01dTech__container{
		padding: 20px 0;
	}
	.C01dTech__cautionTitle{
		font-size: 20px;
		padding-bottom: 5px;
	}
	.C01dTech__cautionHeading{
		font-size: 18px;
		line-height: 1.5;
	}
	.C01dTech__cautionHeading{
		padding-bottom: 15px;
	}
	.C01dTech__cautionText{
		text-align: left;
	}
}

/*ドライバーSHOPページ*/
.ProductPage__sliderThumbnailItem>img{
	width: 100%;
}
.ProductPage__sliderThumbnailItem{
	margin-right: 10px;
	margin-bottom: 10px;
}
.ProductPage__sliderThumbnailItem:nth-child(4){
	margin-right: 0;
}
.product-photo-thumbs img{
	width: 100%;
}

.C01d__productSpec{
	max-width: 1000px;
	margin: 0 auto 40px;
}
.C01d__productSpec table{
	width: 100%;
	margin: 0 auto 30px;
}
.C01d__productSpecContainer tbody{
	background: #EFEFEF;
}
.C01d__productSpecContainer td,.C01d__productSpecContainer th{
	padding: 10px 10px;
	height: 40px;
	color: #000;
	text-align: center;
	line-height: 1.4;
	font-size: 14px;
}
.C01d__productSpecContainer td:first-child{
	font-weight: bold;
}
.C01d__productSpecContainer tr:nth-child(odd){
	background: #BBB;
}
.C01dProduct__specTableHeading{
	color: #000;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}
.C01dProduct__specTable tr:nth-child(odd){
	background: #EFEFEF;
}
.C01dProduct__specTable th{
	background: #777;
	color: #fff;
}
.C01dProduct__specTableContainer{
	display: flex;
	margin-top: 40px;
}
.C01dProduct__specTableText{
	font-size: 14px;
	line-height: 1.6;
	margin-right: 30px;
}
.C01dProduct__specTable.-sleeve{
	width: 58%;
}
.C01dProduct__specTableInner{
	width: 42%;
}
.C01dProduct__specTableInner_sleeve{
	width: 48%;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
	.C01dProduct__specTableContainer{
		display: block;
	}
	.C01dProduct__specTableText{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.C01dProduct__specTable.-sleeve{
		width: 100%;
	}
	.C01dProduct__specTableInner,.C01dProduct__specTableInner_sleeve{
		width: 100%;
	}
}
.Textarea__title{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
.C01dProduct__toClubsButton{
	margin-bottom: 50px;
	padding: 0 20px;
}
.C01dProduct__toClubsButton.-contact{
	margin-bottom: 100px;
}
#page_online_shop_products .slick-arrow{
	display: none!important;
}
.C01dProduct__toClubsButton a{
	max-width: 300px;
	width: 100%;
	height: 60px;
	background: #1a1a1a;
	color: #fff;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease;
	cursor: pointer;
	margin:0 auto;
	box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
.C01dProduct__toClubsButton a::before{
	content: "";
	background: #2e2e2e;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s ease-in-out;
}
.C01dProduct__toClubsButton a::after{
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	transition: all .5s ease;
}
.C01dProduct__toClubsButton.-contact a{
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.C01dProduct__toClubsButton.-contact a::before{
	content: "";
	background: #2e2e2e;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s ease-in-out;
}
.C01dProduct__toClubsButton.-contact a::after{
	content: "";
	display: block;
	position: absolute;
	top: 24px;
	right: 20px;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	transition: all .5s ease;
}
.C01dProduct__toClubsButton.-contact a:hover{
	color: #fff;
}
.C01dProduct__toClubsButton.-contact a:hover::after{
	border-color: #fff #fff transparent transparent;
}
.C01dProduct__toClubsButton a:hover::before{
	transform-origin: left top;
	transform: scale(1, 1);
}
.Note__annotationItem--driver{
	line-height: 1.4;
}
.Note__annotationLink{
	font-size: 10px;
	text-decoration: underline;
	display: inline;
	color: #000;
}

@media screen and (max-width: 1000px){
	.C01d__productSpec{
		padding: 0 20px;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 650px){
	.C01d__productSpecContainer td,.C01d__productSpecContainer th{
		font-size: 13px;
	}
}

/*ドライバーCLUBSページ*/
/*ドライバーCLUBSページ ファーストビュー*/
.C01dPage__fv{
	position: relative;
}
.C01dPage__fvHeading{
	font-size: 3vw;
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	right: 10%;
	top: 10%;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.05em;
	font-style: italic;
}
.C01dPage__fvHeading--large{
	font-size: 4vw;
}
.C01dPage__fvProductName{
	width: 32%;
	position: absolute;
	bottom: 12%;
	left: 12%;
}
.C01dPage__fvImage--sp{
	display: none;
}

/*ドライバーCLUBSページ 概要*/
.C01d__overview.-clubs .C01d__overviewText{
	padding-top: 3%;
}

.C01d__overview.-clubs .C01d__overviewbody{
	font-family: 'Noto Sans JP', sans-serif;
}
.C01d__overview.-clubs .C01d__overviewHeading{
	margin-bottom: 30px;
}
.C01d__overview.-clubs .C01d__overviewBgText{
	bottom: 53%;
}
.C01dPage__buyButtonLink{
	text-align: center;
	line-height: 50px;
	position: relative;
	width: 250px;
	height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.3);
	font-size: 12px;
	/* margin: 70px auto 0; */
	margin-top: 40px;
	font-weight: 700;
}

.C01dPage__buyButtonLink::before,.C01dPage__buyButtonLink::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transition: all cubic-bezier(.19,1,.22,1) .6s;
	-o-transition: all cubic-bezier(.19,1,.22,1) .6s;
	transition: all cubic-bezier(.19,1,.22,1) .6s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.C01dPage__buyButtonLink::before{
	left: 0;
	top: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.C01dPage__buyButtonLink::after{
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.C01dPage__buyButtonLink:hover::before,.C01dPage__buyButtonLink:hover::after{
	width: 100%;
	height: 100%;
}

/*ドライバーCLUBSページ コンセプト*/
.C01d__concept.-second{
	background-image: url(//proto-c.jp/cdn/shop/t/88/assets/01_1339-01.jpg?v=112221791344455041781751511122);
	background-position: bottom center;
}
.C01dPage__concept .C01d__concept{
	height: 650px;
	background-position: bottom 15% center;
}
.C01dPage__concept .C01d__conceptContainer{
	margin-right: 5.25%;
}
.C01d__concept.-second .C01d__conceptContainer{
	margin-top: 18%;
}
.C01d__concept.-second{
	background-position: bottom center;
}
.C01dPage__concept .C01d__conceptBody{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.C01dPage__detailButtonLink{
	text-align: center;
	line-height: 40px;
	position: relative;
	width: 100%;
	height: 60px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.3);
	font-size: 14px;
	margin-top: 30px;
	font-weight: 700;
}
.C01dPage__messageImageContainer .C01dPage__detailButtonLink{
	width: 80%;
	margin: 30px auto 0;
}

.C01dPage__detailButtonLink::before,.C01dPage__detailButtonLink::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	-webkit-transition: all cubic-bezier(.19,1,.22,1) .6s;
	-o-transition: all cubic-bezier(.19,1,.22,1) .6s;
	transition: all cubic-bezier(.19,1,.22,1) .6s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.C01dPage__detailButtonLink::before{
	left: 0;
	top: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.C01dPage__detailButtonLink::after{
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.C01dPage__detailButtonLink:hover::before,.C01dPage__detailButtonLink:hover::after{
	width: 100%;
	height: 100%;
}

.C01d__tech.-clubs{
	padding-bottom: 0;
	font-family: 'Noto Sans JP', sans-serif;
}

/*ドライバーCLUBSページ メッセージ*/
.C01dPage__message{
	font-family: 'Noto Sans JP', sans-serif;
}
.C01dPage__messageImageContainer{
	background-image: url(//proto-c.jp/cdn/shop/t/88/assets/01_1318-01.jpg?v=71874171038722035021751511121);
	background-size: cover;
	height: 800px;
	background-position: center center;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.C01dPage__messageTextContainer{
	position: relative;
	width: 45%;
	max-width: 700px;
	padding: 45px 45px;
	margin-right: 5.25%;
	margin-top: 3%;
	background: rgba(0,0,0,.3);
}
.C01dPage__conceptBody{
	color: #fff;
	margin-bottom: 15px;
	font-size: 16px;
}
.C01d__messageAuthor{
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}
.C01dPage__messageTextContainer--sp{
	display: none;
}
.C01dPage__message .C01d__techHeading{
	width: 240px;
	margin-top: 120px;
}

.C01dPage__message .C01d__techSubHeading{
	margin-bottom: 40px;
}

/*ドライバーCLUBSページ SPEC*/
.C01d__spec.-clubs{
	padding-top: 100px;
	font-family: 'Noto Sans JP', sans-serif;
}
.C01dPage__specTableHeading{
	margin-top: 40px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

/*ドライバーCLUBSページ 注意書き*/
.C01dPage__notes{
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.C01dPage__notesHeading{
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	letter-spacing: 0.05em;
	margin-bottom: 25px;
}
.C01dPage__notesBody>li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 22px;
}
.C01dPage__notesBody>li::before{
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}
.C01dPage__notesBodyLink{
	display: inline;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1100px){
	.C01dPage__messageImageContainer{
		height: 700px;
	}
	.C01dPage__conceptBody,.C01d__messageAuthor{
		font-size: 15px;
	}
}

@media screen and (max-width: 1000px){
	.C01dPage__concept .C01d__concept{
		height: 500px;
	}
	.C01dPage__concept .C01d__conceptContainer{
		margin-top: 10%;
	}
	.C01dPage__messageImageContainer{
		height: 700px;
	}
	.C01dPage__conceptBody,.C01d__messageAuthor{
		font-size: 14px;
	}
	.C01dPage__notes{
		padding: 0 20px 70px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.C01dPage__notesBody>li{
		line-height: 1.4;
	}
	.page_products.-black{
		border-bottom: 1px solid #fff;
	}
	.C01dPage__notesBodyLink{
		font-size: 14px;
	}
}
@media screen and (max-width: 900px){
	.C01dPage__conceptBody,.C01d__messageAuthor{
		font-size: 13px;
	}
}

@media screen and (max-width: 768px){
	.C01dPage__messageImageContainer{
		height: 400px;
	}
	.C01dPage__messageTextContainer{
		display: none;
	}
	.C01dPage__messageTextContainer--sp{
		display: block;
		margin-top: 40px;
		padding: 0 20px 70px;
	}
	.C01dPage__messageTextContainer--sp .C01dPage__detailButtonLink{
		margin: 40px auto 0;
	}
	.C01d__tech.-clubs .C01d__techHeading{
		margin-top: 70px;
		width: 250px;
	}
	.C01d__tech.-clubs .C01d__techSubHeading{
		margin-bottom: 40px;
	}
	.C01d__tech.-clubs .C01d__techHeading::after{
		right: -130px;
		width: 100px;
	}
	.C01d__tech.-clubs .C01d__techHeading::before{
		left: -130px;
		width: 100px;
	}
	.C01dPage__detailButtonLink{
		height: 50px;
		line-height: 50px;
		font-size: 13px;
	}
	.C01dPage__message .C01d__techHeading{
		width: 210px;
	}
	.C01dPage__messageTextContainer--sp .C01dPage__detailButtonLink{
		width: 70%;
	}
	.C01d__spec.-clubs{
		padding-top: 0;
	}
	.C01d__spec.-clubs .C01d__specHeading{
		width: 120px;
	}
	.C01d__spec.-clubs .C01d__specHeading::after{
		width: 100px;
		right: -130px;
	}
	.C01d__spec.-clubs .C01d__specHeading::before{
		width: 100px;
		left: -130px;
	}
	.C01d__spec.-clubs .C01d__specContainer td, th{
		font-size: 14px;
	}
	.C01d__specContainer{
		    padding: 0 20px 70px;
	}
}

@media screen and (max-width: 650px){
	.C01dPage__notes{
		padding-bottom: 70px;
	}
	.C01dPage__messageImageContainer{
		height: 250px;
	}
	.C01dPage__detailButtonLink{
		margin: 40px auto 0;
		width: 80%;
	}
	.C01dPage__fvImage--pc{
		display: none;
	}
	.C01dPage__fvImage--sp{
		display: block;
	}
	.C01dPage__fvHeading{
		top: 12%;
		right: 5%;
		font-size: 7vw;
	}
	.C01dPage__fvHeading--large{
		font-size: 10vw;
	}
	.C01dPage__fvProductName{
		width: 75%;
		left: 5%;
		bottom: 10%;
	}
	.C01dPage__buyButtonLink{
		margin: 40px auto 0;
	}
	.C01dPage__concept .C01d__concept{
		height: 250px;
	}
	.C01d__concept--sp{
		padding-bottom: 70px!important;
	}
	.C01d__tech.-clubs .C01d__techHeading{
		margin-top: 0;
		width: 200px;
	}
	.C01d__tech.-clubs .C01d__techHeading::after{
		width: 50px;
		right: -60px;
	}
	.C01d__tech.-clubs .C01d__techHeading::before{
		width: 50px;
		left: -60px;
	}
	.C01d__tech.-clubs .C01d__techSubHeading{
		margin-bottom: 30px;
	}
	.C01dPage__detailButtonLink{
		width: 100%;
		height: 50px;
		font-size: 13px;
	}
	.C01dPage__message .C01d__techHeading{
		margin-top: 70px;
		width: 170px;
	}
	.C01dPage__message .C01d__techSubHeading{
		margin-bottom: 30px;
	}
	.C01d__spec.-clubs{
		padding-top: 0;
	}
	.C01d__spec.-clubs .C01d__specSubHeading{
		margin-bottom: 30px;
	}
	.C01d__spec.-clubs .C01d__specHeading{
		margin-top: 0;
		width: 100px;
	}
	.C01d__spec.-clubs .C01d__specHeading::after{
		width: 50px;
		right: -60px;
	}
	.C01d__spec.-clubs .C01d__specHeading::before{
		width: 50px;
		left: -60px;
	}
	.C01dPage__buyButtonLink{
		width: 100%;
	}
	.C01dPage__messageTextContainer--sp .C01dPage__detailButtonLink{
		width: 100%;
	}
}


/*ドライバーページ*/
.page_products.-black{
	background-color: #000;
}
.C01d__overview{
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  padding: 70px 20px;
	position: relative;
	box-sizing: border-box;
}
.C01d__overviewBgText{
	position: absolute;
	width: 55%;
	bottom: 12%;
	right: 0;
	display: none;
}
.C01d__overviewImage{
    width: 300px;
}
.C01d__overviewText{
	width: 60%;
  margin-left: 10%;
  padding-top: 7%;
}
.C01d__overviewHeading{
	color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing: 0.05em;
}
.c01d__overviewHeading--gold{
	color: #CAA846;
}
/*.C01d__overviewHeadingText{
	margin-bottom: 3px;
}*/
.C01d__overviewHeadingText--gold{
	position: relative;
	display: inline-block;
}
/*.C01d__overviewHeadingText--gold::before{
	content: "インパクト";
	display: block;
	position: absolute;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	white-space: nowrap;
}*/
.C01d__overviewbody{
  font-size: 16px;
  color: #fff;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}
.C01d__tech{
	padding-bottom: 100px;
}

.C01d__concept{
  background-image: url(//proto-c.jp/cdn/shop/t/88/assets/01_1297.jpg?v=65568533744451968211751511118);
  background-size: cover;
  height: 700px;
  background-position: center center;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.C01d__conceptContainer{
	position: relative;
	width: 45%;
	max-width: 600px;
	padding: 45px 45px;
	margin-right: 3.25%;
	margin-top: 12%;
}

.C01d__backButtonLink{
	position: relative;
	width: 200px;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255,255,255,.1);
	font-size: 12px;
	margin: 70px auto 0;
}
.C01d__backButtonLink::before,.C01d__backButtonLink::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	-webkit-transition: all cubic-bezier(.19,1,.22,1) .6s;
	-o-transition: all cubic-bezier(.19,1,.22,1) .6s;
	transition: all cubic-bezier(.19,1,.22,1) .6s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.C01d__backButtonLink::before{
	left: 0;
  top: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.C01d__backButtonLink::after{
	right: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.C01d__backButtonLink:hover::before,.C01d__backButtonLink:hover::after{
	width: 198px;
	height: 38px;
}
.C01d__concept--sp{
	display: none;
}
.C01d__conceptHeading{
	color: #fff;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: italic;
  letter-spacing: 0.05em;
}
.C01d__conceptBody{
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}

.C01d__techHeading{
	margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  position: relative;
  width: 280px;
	margin: 100px auto 10px;
}
.C01d__techHeading::before{
	content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    left: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.C01d__techHeading::after{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    right: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.C01d__techContainer{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.C01d__techSubHeading{
	margin-bottom: 70px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	text-align: center;
}
.C01d__techImage{
	width: 50%;
}
.C01d__techText{
	width: 50%;
	margin-left: 8%;
}
.C01d__techBody{
 	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	letter-spacing: 0.05em;
 }
.C01d__techBody:last-child{
	margin-bottom: 0;
}
.C01d__spec{

}
.C01d__specHeading{
	width: 130px;
	position: relative;
	margin: 0 auto 10px;
}
.C01d__specSubHeading{
	margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center;
}

.C01d__specHeading::before{
	content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    left: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.C01d__specHeading::after{
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    right: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.C01d__specContainer{
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.C01d__specContainer table{
	width: 100%;
}
.C01d__specContainer table , td, th {
	border: 1px solid #fff;
	border-collapse: collapse;
}
.C01d__specContainer td, th {
	padding: 10px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.C01d__specContainer th {
	background: #555556;
}

@media screen and (max-width: 650px){
	.C01d__specContainer td, th {
		font-size: 12px;
	}
}

.C01d_footer{
	background-image: url(//proto-c.jp/cdn/shop/t/88/assets/01_1274-01.jpg?v=22379550781003977321751511117);
	background-size: cover;
	height: 450px;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	display: flex;
  align-items: center;
  justify-content: center;
}

.C01d_footer::before{
	content: "";
	position: absolute;
	background: radial-gradient(ellipse at bottom, rgba(27, 39, 53,.7) 0%, rgba(9, 10, 15,.7) 100%);
	width: 100%;
	height: 100%;
}

.C01d_footerContainer{
	position: relative;
	z-index: 2;
}
.C01d_footerHeading{
	margin-top: 20px;
}
.C01d_footerSubHeading{
	width: 200px;
	margin: 0 auto;
}
.C01d_footerHeading{
	width: 250px;
}

.C01d__lp{
	margin:0 auto 40px;
	max-width: 1000px;
}
.C01d__lpImage--sp{
	display: none;
}

.C01d__fv--sp{
	display: none;
}
.C01d__fv--tab{
	display: none;
}
.c01d__price{
	padding-bottom: 100px;
}
.c01d__priceText{
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: italic;
	letter-spacing: 0.05em;
	text-align: center;
}
.c01d__priceText--m{
	font-size: 20px;
}
.c01d__priceText--s{
	font-size: 14px;
}
.c01d__priceSubText{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.HeroImage--sp{
	display: none;
}

@media screen and (max-width: 1000px){
	.C01d__overviewText{
		margin-left: 7%;
	}
	.C01d__overviewHeading{
		font-size: 3.1vw;
		margin-bottom: 5.5%;
	}
	.C01d__overviewbody{
		font-size: 14px;
	}
	.C01d__overviewImage{
		max-width: 400px;
		width: 40%;
	}
	.C01d__overviewBgText{
		width: 50%;
		bottom: 12%;
		right: 5%;
	}
	.C01d__concept{
		height: 500px;
	}
	.C01d__conceptHeading{
		font-size: 3.1vw;
		margin-bottom: 7.5%;
	}
	.C01d__conceptBody{
		font-size: 14px;
	}
	.C01d__conceptContainer{
		width: 45%;
		padding: 30px;
		margin-right: 3.25%;
	}
	.C01d__techContainer{
		padding: 0 20px;
		box-sizing: border-box;
	}
	.C01d__techText{
		margin-left: 4%;
	}
	.C01d__techBody{
		font-size: 14px;
	}
	.C01d__techBody{
		margin-bottom: 10px;
	}
	.C01d__techBody:last-child{
		margin-bottom: 40px;
	}
	.C01d__specContainer{
		padding: 0 20px 100px;
	}
	.C01d_footer{
		height: 400px;
	}
}
@media screen and (max-width: 768px){
	.C01d__fv--tab{
		display: block;
	}
	.C01d__fv{
		display: none;
	}
	.HeroImage{
		display: none;
	}
	.HeroImage--sp{
		display: block;
	}
}

@media screen and (max-width: 650px){
	.c01d__priceText--m{
		position: relative;
		top: 7px;
	}
	.c01d__price{
		padding-bottom: 70px;
	}
	.C01d__lpImage{
		display: none;
	}
	.C01d__lpImage--sp{
		margin-top: 10px;
		display: block;
	}
	.C01d__fv--sp{
		display: block;
	}
	.C01d__fv--tab{
		display: none;
	}
	.C01d__overview{
		display: block;
		padding: 70px 20px;
	}
	.C01d__overviewText{
		width: 100%;
		margin-left: 0;
	}
	.C01d__overviewImage{
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
	.C01d__overviewBgText{
		right: auto;
		bottom: 47%;
		left: 5%;
		display: block;
	}
	.C01d__overviewHeading{
		font-size: 27px;
	}
	.C01d__conceptContainer{
		display: none;
	}
	.C01d__concept{
		height: 250px;
		margin-bottom: 30px;
	}
	.C01d__concept--sp{
		display: block;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.C01d__conceptHeading--sp{
		color: #fff;
		font-weight: bold;
		font-size: 27px;
		line-height: 1.6;
		margin-bottom: 5.5%;
		font-family: 'Noto Sans JP', sans-serif;
		font-style: italic;
		letter-spacing: 0.05em;
	}
	.C01d__conceptBody--sp{
		font-size: 14px;
		color: #fff;
		letter-spacing: 0.05em;
		margin-bottom: 10px;
	}
	.C01d__techHeading{
		width: 200px;
	}
	.C01d__techHeading::after{
		width: 50px;
		right: -60px;
	}
	.C01d__techHeading::before{
		width: 50px;
		left: -60px;
	}
	.C01d__techContainer{
		display: block;
	}
	.C01d__techImage{
		width: 100%;
		margin-bottom: 30px;
	}
	.C01d__techHeading{
		margin-top: 70px;
	}
	.C01d__techSubHeading{
		margin-bottom: 40px;
	}
	.C01d__techText{
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.C01d__tech{
		padding-bottom: 30px;
	}
	.C01d__specHeading{
		width: 100px;
	}
	.C01d__specHeading::before{
		width: 50px;
		left: -60px;
	}
	.C01d__specHeading::after{
		width: 50px;
		right: -60px;
	}
	.C01d__specContainer{
		padding: 0 20px 70px;
	}
	.C01d__specSubHeading{
		margin-bottom: 40px;
	}
	.C01d_footer{
		height: 350px;
	}
	.C01d_footerHeading{
		width: 200px;
	}
	.C01d_footerSubHeading{
		width: 150px;
	}
	.C01d__techContainer{
		padding: 0;
	}
}

.forged_wedge_hero,
.forged_wedge_heroSlider {
  /*border-bottom: 4px solid #eee;*/
  box-shadow: 0 2px 2px rgba(0,0,0,.2); }
  .forged_wedge_hero img {
    max-width: 100%;
    width: 100%;
    vertical-align: bottom; }

.Club__container {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 50px 20px 0 20px;
  padding: 100px 20px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.Club__sliderPc {
  margin-right: 24px;
  width: 50%; }
  .Club__sliderPc img {
    vertical-align: bottom;
    max-width: 100%;
    max-height: 100%; }

.Club__textContainer {
  width: calc(45% - 24px); }

.Club__heading::after {
  content: "";
  display: none; }

.Club__heading {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #000; }
  .Club__heading div {
    width: 20%; }
  .Club__heading div.Club__heading--longver {
    width: 80%; }
.Club__heading img {
    max-width: 100%; }
.Club__heading div.Club__heading--03{
  width: 23%;
}
.Club__title {
  margin-bottom: 15px;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6; }

.Club__sliderSp {
  display: none; }

.Club__explanation p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em; }

.Club__explanation p.ClubsPage__toShopButtonCaption{
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.6;
  color: #1a1a1a;
}
.Club__heading.-c-15{
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .Club__container {
    width: 100%;
    margin: 0;
    padding: 30px 16px 0; }
  .Club__sliderPc {
    display: none; }
  .Club__textContainer {
    width: 100%; }
  .Club__heading {
    width: 70%;

    margin: 0 auto 15px; }

  .Club__explanation p.ClubsPage__toShopButtonCaption{
    margin-bottom: 40px;
  }
  .Club__title {
    width: 70%;
    margin: 0 auto 15px;
    font-size: 16px; }
  .Club__sliderSp {
    display: block;
    width: 70%;
    margin: 0 auto; }
    .Club__sliderSp img {
      width: 100%; }
  .Club__explanation {
    width: 90%;
    font-size: 14px;
    margin: 0 auto; } }

@media (max-width: 450px) {
  .Club__sliderSp {
    width: 100%; }
  .Club__heading {
    width: 100%; }
  .Club__title {
    width: 100%; }
  .Club__explanation {
    width: 100%; } }

.Spec__container {
  max-width: 1000px;
  margin: 80px auto 0;
  padding: 0 0 100px;
  box-sizing: border-box; }

.Spec__heading {
  width: 11.0%;
  padding-bottom: 14px;
  margin: 0 auto; }

.Spec__heading::after {
  display: none; }

.Spec__ruby {
  margin-bottom: 30px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center; }
  .Spec__ruby span {
    width: 11.0%;
    display: block;
    height: 1px;
    margin: 10px auto 60px;
    background: linear-gradient(to right, #FFF, #333, #FFF); }

.Spec__table {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  order: 1px solid #FFF; }
  .Spec__table thead {
    background: #777; }
  .Spec__table tbody {
    background: #EFEFEF; }
  .Spec__table th:first-child {
    width: 20%; }
  .Spec__table tr:nth-child(even) {
    background: #BBB; }
  .Spec__table th:nth-of-type(n+2) {
    width: 13.3%; }
  .Spec__table th {
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }
  .Spec__table td:first-child {
    width: 20%;
    font-weight: bold; }
  .Spec__table td:nth-of-type(n+2) {
    width: 13.3%; }
  .Spec__table td {
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }

#spec7set.Spec__table th:first-child,
#spec7set.Spec__table td:first-child{
    width: auto; }
#spec7set.Spec__table th:nth-of-type(n+2),
#spec7set.Spec__table td:nth-of-type(n+2) {
    width: 11.2%; }

.Spec__PostscriptContainers {
  width: 100%; }

.Spec__PostscriptContainer {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap; }

.Spec__PostscriptTitle {
  width: 80px;
  font-size: 14px;
  font-weight: bold; }

.Spec__PostscriptExplanation {
  width: calc(100% - 80px);
  margin-left: 0;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 1.6; }

.Manufacturer {
  font-size: 12px;
  line-height: 1.3; }

.Spec__PostscriptContainers + .product_desiner_btn {
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 5px; }

@media screen and (max-width: 1000px) {
  .Spec__container {
    margin: 0 16px;}
}

@media screen and (max-width: 768px) {
  .Spec__container {
    margin: 0 16px;
    padding: 0 0 100px;
    box-sizing: border-box; }

  .Spec__heading {
    width: 18%; }
  .Spec__ruby span {
    width: 22.0%;
    margin-bottom: 20px; }
  .Spec__table {
    width: 100%;
    margin-bottom: 10px; }
    .Spec__table th:first-child {
      width: 20%; }
    .Spec__table th:nth-of-type(n+2) {
      width: 13.3%; }
    .Spec__table th, .Spec__table td {
      font-size: 6px;
      height: 20px;
      line-height: 20px; }
  .Spec__PostscriptTitle {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold; }
  .Spec__PostscriptExplanation {
    width: 84%;
    font-size: 13px;
    line-height: 1.6; }
  .Manufacturer {
    font-size: 12px;
    line-height: 1.3; } }

@media (max-width: 450px) {
  .Spec__heading {
    width: 22.0%; }
  .Spec__PostscriptTitle {
    width: 70px;
    font-size: 12px; } }

.Technology__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 25px;
  box-sizing: border-box; }
@media (max-width: 1000px) {
  .Technology__container{
    margin: 0 16px;
  }}

.Technology__bg{

}
.Technology__bg .Technology__title{
  text-align: left;
  font-size: 20px;
  border-bottom: solid 2px #000;
  position:relative;
  padding-bottom: 8px;
}

.Technology__bg .Technology__title::after{
  content:"";
  position: absolute;
  display: block;
  border-bottom: solid 2px #E50012;
  bottom: -2px;
  width: 10%;
}
@media screen and (max-width:768px){
  .Technology__bg .Technology__title{
    margin-bottom: 15px;
  }
}

.Technology__bg .TechnologyC015__explanation p,.Technology__bg .Technology__explanation p{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.Heading__decoration {
width: 80px;
height: 80px;
background: blue;
margin: 3px 0 0 30px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
-o-transform-origin: 0 100%;
transform-origin: 0 100%;
}

.Technology__heading {
  width: 25.9%;
  padding-bottom: 14px;
  margin: 0 auto; }

.Technology__heading::after {
  display: none; }

.Technology__ruby {
  display: block;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.25px;
  text-align: center; }
  .Technology__ruby span {
    width: 31.4%;
    display: block;
    height: 1px;
    margin: 10px auto 60px;
    background: linear-gradient(to right, #FFF, #333, #FFF); }
@media screen and (max-width: 450px){
  .Technology__ruby{
    margin-bottom: 32px;
  }
}
.Technology__explanationContainers {
  display: block;
  justify-content: space-between; }
.Technology__explanationContainers.-c05{
  max-width: 900px;
  margin: 0 auto;
}
.Technology__explanationContainer {
  width: 47%;
  margin: 0 10px 0 0;
  padding: 0; }

.Technology__bg .Technology__explanationContainer{
  width: 45%;
}



.Technology__image {
  max-width: 95%;
  margin: 15px auto; }
  .Technology__image img {
    width: 100%; }
.Technology__image.-c01-01{
  width: 50%;
}
.text-center{
  text-align:center;
}
.TechnologyC03__image.-c03-03{
  width: 70%;
}

@media screen and (max-width:768px){
  .Technology__image.-c01-01{
    width: 60%;
  }
}
@media screen and (max-width:450px){
  .Technology__image.-c01-01{
    width: 90%;
  }
}
.Technology__image.-c01-02{
  width: 50%;
}
@media screen and (max-width:768px){
  .Technology__image.-c01-02{
    top: 0;
    width: 60%;
  }
}
@media screen and (max-width:450px){
  .Technology__image.-c01-02{
    width: 90%;
  }
}
.Technology__image.-c01-03{
  width: 45%;
}
@media screen and (max-width:768px){
  .Technology__image.-c01-03{
    width: 50%;
  }
}
@media screen and (max-width:450px){
  .Technology__image.-c01-03{
    width: 90%;
  }
}
.Technology__image.-c05-02{
width: 80%;
}
.Technology__image.-c05-03{
width: 80%;
}
@media screen and (max-width:768px){
  .Technology__image.-c05-03{
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px){
  .Technology__image.-c05-03{
    width: 90%;
  }
}
@media screen and (max-width:768px){
  .Technology__image.-c05-02{
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px){
  .Technology__image.-c05-02{
    width: 90%;
  }
}
@media screen and (max-width:768px){
  .Technology__explanationContainer.-c07 .Technology__image{
    width: 60%;
    margin: 12px auto;
  }
}
@media screen and (max-width:450px){
  .Technology__explanationContainer.-c07 .Technology__image{
    width: 90%;
  }
}
.Technology__image.-c015-01{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.Technology__image.-c015-03{
  width: 50%;
  margin: 0 auto;
}


.c01 .Technology__explanation p,.c03 .Technology__explanation p{
  margin: 0 auto 24px;
  max-width:80%;
}
@media screen and (max-width:768px){
  .c01 .Technology__title{
    margin-bottom: 20px;
  }
  .c01 .Technology__explanation p{
    max-width: 90%;
  }
}

@media screen and (max-width:450px){
  .c01 .Technology__explanation p{
    max-width: 100%;
  }
}


.Technology__explanationContainers.c015-3{
  margin-bottom: 0;
}
.Technology__explanationContainers.c015-2{
  display:flex;
}
.Technology__explanationContainer.-c015{
  width: 45%;
  order: 2;
}
.Technology__image.-c015-03{
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 768px){
  .Technology__explanationContainer.-c015{
    width: 100%;
  }
}
.ProductPage__sliderThumbnail{
  margin-top: 16px;
}
@media screen and (max-width: 450px){
  .Technology__image.-c05-02{
  width: 100%;
  max-width: 100%;
  }
  .Technology__image.-c05-03{
  width: 100%;
  max-width: 100%;
  }
  .Club__heading.-c-15>div{
    width: 25%;
  }
  .Technology__explanation.-c015{
    padding-bottom: 12px;
  }
  .TechnologyC015__explanationContainer{
    padding-bottom: 12px;
  }
}
.Technology__explanation {
  width: 100%;
  margin: 0 auto;}
  .Technology__explanation p {
    margin: 0 0 24px;
    color: rgba(26,26,26,.9);
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .08em; }
  .Technology__explanation p:last-child {
    margin-bottom: 0; }

.c01 .Technology__explanation{
  text-align: center;
  margin-bottom: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px){
  .Technology__explanation.-c05,.Technology__explanation.-c05{
    padding-bottom: 16px;
  }
  }
@media screen and (max-width: 450px){
  .Technology__explanation.-c01{
    padding-bottom: 0;
  }
  .Technology__explanation.-c05,.Technology__explanation.-c05{
    padding-bottom: 0;
  }
  .Technology__explanation p{
    margin-bottom: 16px;
  }
}

.Technology__explanation:last-child {
  padding-bottom: 0; }

.Technology__functionContainers {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center; }

.Technology__functionContainer .Technology__functionExplanation p {
  font-size: 16px;
  line-height: 1.8;
color: rgba(26,26,26,.9);}

.Technology__functionTitle {
  margin: 0 auto 24px;
  font-size: 22px;
  font-weight: bold;
  text-align:center; }

.Technology__functionTitle{
  border-bottom: solid 2px #000;
  display: inline-block;
  padding-bottom: 8px;
  position:relative;
}
.Technology__functionTitle::after{
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px #E50012;
  bottom: -2px;
  width: 10%;
}

.Technology__functionExplanation {
  width: 100%; }
  .Technology__functionExplanation p {
    margin-bottom: 24px;
    color: rgba(26,26,26,.9);
    font-size: 16px;
    line-height: 1.8;
  text-align: center;}

.Technology__functionContainer {
  width: 100%;
  padding: 10px 0 30px; }

.Technology__functionSupplement {
  color: rgba(26,26,26,.9);
  font-size: 16px;
  line-height: 1.8;
text-align: center;
margin: 0 auto;}

@media screen and (max-width: 768px){
  .Spec__container{
    margin: 0 16px;
  }
}

@media screen and (max-width: 768px) {
  .Technology__container {
    padding: 50px 0 50px;
    margin: 0 16px;}
  .Technology__heading {
    width: 42%;
    padding-bottom: 14px; }
  .Technology__ruby span {
    width: 51.8%;
    margin-bottom: 20px; }
  .Technology__explanationContainers {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block; }
    .Technology__bg .Technology__explanationContainer{
      width: 100%;
    }
  .Technology__explanationContainer {
    width: 100%;
    margin: 0 auto; }
  .Technology__explanationContainer:last-child {
    margin: 0 auto;
    padding-bottom: 0; }
  .Technology__title {
    margin-bottom: 0;
    padding-bottom: 16px;
    font-size: 17px; }
  .Technology__explanation {
    width: 100%;
    padding: 0 auto 50px; }
    .Technology__explanation p {
      line-height: 1.8;
      letter-spacing: .08em; }
  .Technology__functionContainers {
    display: block;
    text-align:center; }
  .Technology__functionContainer {
    width: 100%; }
  .Technology__functionTitle {
    text-align: center;
    margin: 0 auto 10px; }
  .Technology__functionSupplement {
    width: 90%;
    padding: 0; }
.Technology__functionExplanation p{
  margin-bottom: 16px;
}

   }
.Technology__explanation.c01-01{
  margin-bottom: 60px;
}
.Technology__explanationContainer.-c07{
  width: 47%;
  margin-right: 24px;
}
/*.Technology__functionExplanation.-c07{
  width: calc(54% - 24px);
}*/
.Technology__functionExplanation.-c07 p{
  text-align: left;
  font-size: 15px;
}

@media screen and (max-width: 450px) {
  .Technology__explanationContainer {
    width: 100%; }
  .Technology__heading {
    width: 51.8%;
    padding-bottom: 12px; }
  .Technology__explanation {
    width: 100%; }
  .Technology__functionTitle {
    margin-bottom: 14px;
    text-align: center; }
  .Technology__functionExplanation {
    width: 100%; }
  .Technology__functionContainers .Technology__Explanation p {
    color: rgba(26,26,26,.9);
    font-size: 16px; }
  .Spec__container{
      margin: 0 16px;
      padding: 0 0 28px;
    } }

.SpecC015__table {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  order: 1px solid #FFF; }
  .SpecC015__table thead {
    background: #777; }
  .SpecC015__table tbody {
    background: #EFEFEF; }
  .SpecC015__table th:first-child {
    width: 40%; }
  .SpecC015__table tr:nth-child(even) {
    background: #BBB; }
  .SpecC015__table th:nth-of-type(n+2) {
    width: 30%; }
  .SpecC015__table th {
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }
  .SpecC015__table td:first-child {
    width: 40%;
    font-weight: bold; }
  .SpecC015__table td:nth-of-type(n+2) {
    width: 30%; }
  .SpecC015__table td {
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }

@media screen and (max-width: 768px) {
  .SpecC015__table {
    width: 100%; }
    .SpecC015__table th:first-child {
      width: 20%; }
    .SpecC015__table th:nth-of-type(n+2) {
      width: 13.3%; }
    .SpecC015__table th, .SpecC015__table td {
      height: 20px;
      line-height: 20px; } }

.TechnologyC015__explanationContainers {
  width: 100%;
  margin: 0 auto 80px;
  display: flex;
  justify-content: space-between; }
  .TechnologyC015__explanationContainers img {
    width: 100%; }

.TechnologyC015__explanationContainer {
  width: 45%; }

.TechnologyC015__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
rgba(26,26,26,1); }

.TechnologyC015__explanation p {
  color: rgba(26,26,26,.9);
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: .08em; }

.Technology__footer{
  max-width: 70%;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .TechnologyC015__explanationContainers {
    display: block; }
  .TechnologyC015__explanationContainer {
    width: 90%;
    margin: 0 auto; }
  .TechnologyC015__image {
    width: 95%;
    margin: 0 auto; }
  .Technology__image.-c015-01{
    width: 80%;
  }
  .Technology__image.-c015-03{
    width: 70%;
  }
  .Technology__bg .TechnologyC015__explanation p, .Technology__bg .Technology__explanation p{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 450px) {
  .TechnologyC015__explanationContainer {
    width: 100%; }
  .TechnologyC015__explanationContainers{
    margin-bottom: 40px;
  }
  .Technology__explanationContainers{
    width: 100%;
  }
}

.TechnologyC03__explanationContainers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.TechnologyC03__explanationContainer {
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 auto; }

.TechnologyC03__image {
  max-width: 100%;
  width: 90%;
  margin: 0 auto; }
  .TechnologyC03__image img {
    width: 100%; }

.TechnologyC03__functionTitle {
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 2px #000;
  display: inline-block;
  padding-bottom: 8px;
  position: relative; }

.TechnologyC03__functionTitle::after{
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px #E50012;
  bottom: -2px;
  width: 30px;
}

.TechnologyC03__functionExplanation {
  width: 100%; }
  .TechnologyC03__functionExplanation p {
    font-size: 15px;
    line-height: 1.6;
    width: 70%;
    margin:0 auto 24px;
  color: rgba(26,26,26,.9);}
.TechnologyC03__image.-c03-01,.TechnologyC03__image.-c03-02{
  width: 48%;
}
@media screen and (max-width: 768px) {

  .TechnologyC03__image {
    width: 80%;
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0; }
  .TechnologyC03__functionExplanation {
    width: 100%;
    margin: 0 auto; }
  .TechnologyC03__image.-c03-01,.TechnologyC03__image.-c03-02{
    width: 100%;
    max-width: 100%;
  }
  .TechnologyC03__image.-c03-01{
    margin-right: 24px;
  }
  .TechnologyC03__functionExplanation p {
    width: 100%;}
   }

.TechnologyC05__explanationContainers {
  max-width: 100%;
  margin: 0 0 30px; }

.TechnologyC05__explanation.-c07{
  max-width: 100%;
}

.TechnologyC05__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }

.TechnologyC05__explanation {
  margin:0 auto 50px; }
  .TechnologyC05__explanation p {
    margin-bottom: 20px;
    color: rgba(26,26,26,.9);
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .08em; }
  .TechnologyC05__explanation p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 450px) {
  .TechnologyC03__explanationContainers {
    width: 100%;
    margin: 0x;
    display: flex; }
  .TechnologyC03__explanationContainer {
    display: block; }
  .TechnologyC03__image.-c03-01{
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .TechnologyC05__explanationContainers {
    max-width: 100%;
    margin: 0; }
  .TechnologyC05__title {
    text-align: center; }
  .TechnologyC05__explanation {
    width: 100%;
    margin: 0 auto;
    max-width: auto;
    margin-bottom: 50px;
    display: block; } }

@media screen and (max-width: 450px) {
  .TechnologyC05__title {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 16px; } }

.SpecC07__table {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: collapse;
  order: 1px solid #FFF; }
  .SpecC07__table thead {
    background: #777; }
  .SpecC07__table tbody {
    background: #EFEFEF; }
  .SpecC07__table th:first-child {
    width: 20%; }
  .SpecC07__table tr:nth-child(even) {
    background: #BBB; }
  .SpecC07__table th:nth-of-type(n+2) {
    width: 11.4%; }
  .SpecC07__table th {
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }
  .SpecC07__table td:first-child {
    width: 20%;
    font-weight: bold; }
  .SpecC07__table td:nth-of-type(n+2) {
    width: 11.4%; }
  .SpecC07__table td {
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #FFF; }

@media screen and (max-width: 768px) {
  .Spec__table {
    margin-bottom: 10px; }
    .Spec__table th:first-child {
      width: 20%; }
    .Spec__table th:nth-of-type(n+2) {
      width: 13.3%; }
    .Spec__table th, .Spec__table td {
      font-size: 6px;
      height: 20px;
      line-height: 20px; } }

.TechnologyC07__title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6; }

@media screen and (max-width: 768px) {
  .TechnologyC07__title {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 16px;
  text-align: center;}
.Technology__explanationContainer.-c07{
  width: 100%;
}
.Technology__explanation.-c07{
  width: 100%;
}
.Technology__functionExplanation.-c07{
  width: 100%;
}
.Technology__explanationContainer.-c07{
  padding-bottom: 0;
}
   }

@media screen and (max-width: 450px) {
  .TechnologyC07__title {
    width: 100%; } }

.Special__blackContainer {
  padding-bottom: 50px;
  background-color: #000; }

.Special__hero {
  border-bottom: 4px solid #eee; }
  .Special__hero img {
    max-width: 100%; }

.Special__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.Special__blackContainer .Special__container{
  max-width: 850px;
}

.Special__title {
  padding: 60px 0 12px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);}
.Special__explanation{
  text-align: center;
}
.Special__title::after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  margin: 24px auto 30px;
  background: linear-gradient(to right, #333, #fff, #333); }

.Special__explanation p {
  font-family: "Noto Sans JP";
  letter-spacing: unset;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.8; }

.Special__image,.Special__image--02 {
  width: 85%;
  margin: 0 auto;
  padding: 30px 0; }
  .Special__image img {
    max-width: 100%; }

.Special__image--02{
  width: 75%;
  padding-top: 0;
}
.Special__featureContainer{
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);

  background-image: url("/cdn/shop/files/ForgedIron__contents--01.png?v=1580371190");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.Special__featureContainerMask{
  background: radial-gradient(ellipse at bottom, rgba(27, 39, 53,.7) 0%, rgba(9, 10, 15,.7) 100%);
    padding: 60px 0;
}
.Special__featureInner{
  max-width: 850px;
  margin: 0 auto;
}
.Special__featureContainer .Special__featureTitle{
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 4px;
  position: relative;
  width: 156px;
}
.Special__featureContainer .Special__featureTitle::before {
  content:  '';
  background-color: #fff;
  display:  block;
  position:  absolute;
  left:  -180px;
  width:  150px;
  height:  1px;
  top: 0;
  bottom:  0;
  margin:  auto;
}

.Special__featureContainer .Special__featureTitle::after{
  display: none;
}
.Special__featureContainer .Special__featureTitle::after {
  content:  '';
  background: #fff;
  display:  block;
  position:  absolute;
  right:  -180px;
  width:  150px;
  height:  1px;
  top: 0;
  bottom:  0;
  margin:  auto;
}
p.Special__explanation--last{
  margin-bottom: 0;
}

.Special__featureContainer .Special__ruby{
  font-family: "Noto Sans JP";
  display: block;
}
.ScrollAnimation{
  padding-top: 20px;
  top: -90px;
}


@media screen and (max-width: 450px) {
  .Special__explanation p {
    font-size: 13px; }
  .Special__image {
    width: 95%; } }

.Special__featureTitle {
  width: 20%;
  margin: 50px auto 5px; }

.Special__featureTitle::after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 30px;
  background: linear-gradient(to right, #333, #fff, #333); }

.Special__ruby {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: center; }

@media screen and (max-width: 768px) {
  .Special__featureTitle {
    width: 35%;
    margin-bottom: -1px; } }

@media screen and (max-width: 450px) {
  .Special__featureTitle {
    width: 50%; }
  .Special__ruby {
    margin-bottom: 20px; } }

.Special__heading,.Special__heading--product {
  width: 20%;
  margin: 50px auto 15px; }

.Special__heading--product{
  width: 25%;
  margin-top: 60px;
}

.Special__clubImage {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
@@media screen and (min-width:999px) {


.Special__clubImage--left{
  transform: translate(-200px, 0);
}
.Special__clubImage--left.show {
  transform: translate(-50px, 0) !important;
}
.Special__clubImage--right{
  transform: translate(200px, 0);
}
.Special__clubImage--right.show {
  transform: translate(-5px, 0) !important;
}
}

.Special__back a{
  font-size: 14px;
  color: #4c4c4c;
}


.Special__subHeading {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;}

.Special__subHeading span{
  display: block;
  margin-top: 16px;}

.Special__clubContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;}

.Special__clubText {
  width: 40%;}

.Special__clubProduct {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  padding-bottom: 0;
  letter-spacing: 0.025em;
  margin-bottom: 12px;
  line-height: 1;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}

.Special__clubExplanation {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6; }

.Special__clubImage {
  width: 60%; }

.Special__clubContainer:nth-child(odd) .Special__clubText {
  order: -1; }

.Special__clubContainer:nth-child(odd) .Special__clubImage {
  margin-right: 0; }

.Special__back {
  margin: 70px 0 50px;
  text-align: center; }
  .Special__back a {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: bold;
    transition: .3s;}
.Special__back a:hover{
  opacity: .8;
}

.Special__detailButtonItem {
  width: 60%;
  height: 50px;
  background: #1a1a1a;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 12px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }

.Special__detailButtonText {
  font-weight: bold;
  letter-spacing: .05em;
  color: #fff;
  transition: all .5s ease;
  display: block; }

.Special__detailButtonSubText {
  display: block;
  text-align: center;
  font-weight: normal;
  padding-top: 4px;
  font-size: 18px; }

.Special__detailButtonCaption {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: .03em; }

.Special__detailButtonItem::before{
	content: "";
    background: #2e2e2e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s ease-in-out;
}

.Special__detailButtonItem:hover::before{
	transform-origin: left top;
    transform: scale(1, 1);
}

.Special__detailButtonItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  transition: all .5s ease; }

@media screen and (max-width: 768px) {
  .Special__heading {
    width: 35%; }
  .Special__subHeading {
    font-size: 14px; }
  .Special__subHeading span{
    margin-top: 16px;}
  .Special__clubImage {
    width: 50%; }
  .Special__clubText {
    width: 50%; }
  .Special__clubProduct {
    font-size: 24px; }
  .Special__clubExplanation {
    font-size: 15px; }
  .Special__back a {
    font-size: 16px; }
  .Special__detailButtonItem {
    width: 100%;
    margin-top: 32px; }
  .Special__detailButtonCaption {
    text-align: center; }
  .Special__clubContainer{
    margin-bottom: 0;
    } }

@media screen and (max-width: 450px) {
  .Special__heading {
    width: 50%; }
  .Special__subHeading {
    font-size: 13px; }
  .Special__clubContainer {
    width: 100%;
    padding: 10%;
    box-sizing: border-box;
    display: block;
  margin-bottom:0; }
  .Special__clubImage {
    width: 100%; }
  .Special__clubText {
    width: 100%; }
  .Special__back a {
    margin: 10px 0 30px;
    font-size: 14px; } }

.page_products {
  /* Icons */
  /* Arrows */
  /* Dots */
  /* Dots */ }

@font-face {
  .page_products {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../img/slick.eot");
    src: url("../img/slick.eot?#iefix") format("embedded-opentype"), url("../img/slick.woff") format("woff"), url("../img/slick.ttf") format("truetype"), url("../img/slick.svg#slick") format("svg"); } }
  .page_products .slick-prev, .page_products .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 510; }
  .page_products .slick-prev:hover, .page_products .slick-prev:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .page_products .slick-next:hover, .page_products .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .page_products .slick-prev:hover:before, .page_products .slick-prev:focus:before {
    opacity: 1; }
  .page_products .slick-next:hover:before, .page_products .slick-next:focus:before {
    opacity: 1; }
  .page_products .slick-prev.slick-disabled:before, .page_products .slick-next.slick-disabled:before {
    opacity: .25; }
  .page_products .slick-prev:before, .page_products .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .page_products .slick-prev {
    width: 25px;
    left: -45px; }
  .page_products [dir='rtl'] .slick-prev {
    right: 25px;
    left: auto; }
  .page_products .slick-prev:before {
    content: '←'; }
  .page_products [dir='rtl'] .slick-prev:before {
    content: '→'; }
  .page_products .slick-next {
    width: 25px;
    right: -45px; }
  .page_products [dir='rtl'] .slick-next {
    right: auto;
    left: 25px; }
  .page_products .slick-next:before {
    content: '→'; }
  .page_products [dir='rtl'] .slick-next:before {
    content: '←'; }
  .page_products .slick-dotted.slick-slider {
    margin-bottom: 60px; }
  .page_products .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .page_products .slick-dots li {
      position: relative;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .page_products .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .page_products .slick-dots li button:hover, .page_products .slick-dots li button:focus {
          outline: none; }
        .page_products .slick-dots li button:hover:before, .page_products .slick-dots li button:focus:before {
          opacity: 1; }
        .page_products .slick-dots li button:before {
          font-family: 'slick';
          font-size: 50px;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          width: 20px;
          height: 20px;
          content: '•';
          text-align: center;
          opacity: 1;
          color: #7d7d7d;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .page_products .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #e60011; }

@media (max-width: 450px) {
  .page_products .slick-dots li button:before{
  	font-size: 25px;
  }
  .page_products .slick-prev {
    left: -15px; }
  .page_products .slick-next {
    right: -15px; } }

/* Slider */
.page_products .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.page_products .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .page_products .slick-list:focus {
    outline: none; }
  .page_products .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.page_products .slick-slider .slick-track, .page_products .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.page_products .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .page_products .slick-track:before {
    display: table;
    content: ''; }
  .page_products .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.page_products .slick-loading .slick-track {
  visibility: hidden; }

.page_products .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.page_products [dir='rtl'] .slick-slide {
  float: right; }

.page_products .slick-slide img {
  display: block; }

.page_products .slick-slide.slick-loading img {
  display: none; }

.page_products .slick-slide.dragging img {
  pointer-events: none; }

.page_products .slick-initialized .slick-slide {
  display: block; }

.page_products .slick-loading .slick-slide {
  visibility: hidden; }

.page_products .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.page_products .slick-arrow.slick-hidden {
  display: none; }

.Special__headerImage--sp{
  display: none;
}
  @media screen and (max-width: 768px) {
    .Special__title {
      padding-bottom: 20px;
      font-size: 16px;
      line-height: 1.4; }
    .Special__explanation p {
      font-size: 14px;
      margin-bottom: 15px; }
    .Special__image {
      width: 85%; }
    .ScrollAnimation{
      display: none;}
    .Special__title{
      padding-top: 50px;
      line-height: 1.6;
    }
    .Special__title::after{
      width: 50%;
    }
    .Special__image{
      padding-top: 0;
    }
    .Special__image--02{
      padding-bottom: 15px;
      margin-top: -15px;
    }
    .Special__explanation p{
      text-align: left;
    }
    .Special__featureContainer .Special__featureTitle::before{
      width: 50px;
      left: -60px;
    }
    .Special__featureContainer .Special__featureTitle::after {
      right:  -60px;
      width:  50px;
    }
    .Special__featureInner{
      padding:0 20px;
      box-sizing: border-box;
    }
    .Special__heading--product{
      width: 160px;
    }
    .Special__subHeading{
      margin-bottom: 0;
    }
    .Special__clubContainer{
      padding: 20px;
    }
    }
@media screen and (max-width: 450px){
  .Special__headerImage--sp{
    display: block;
  }
  .Special__headerImage{
    display: none;
  }
  .ScrollAnimation{
    display: block;
    top: -130px;
  }
}





@media screen and (max-width: 1000px){
  .Club__title{
    font-size: 17px;
  }
}

@media screen and (max-width: 768px){
  .Special__clubExplanation{
    font-size: 14px;
  }
}

@media screen and (max-width: 450px){
  .Special__clubExplanation{
    font-size: 13px;
  }
  .Club__title{
    font-size: 14px;
  }
}
#news h3{
line-height: 1.3;
}
.pagination{
	display:flex;
  margin: 0 auto;
    width: 100px;
    align-items: baseline;
}
.pagination>span{
margin-right: 8px;
}

.register__description{
  text-align:center;
margin-bottom:12px;}

.register__link{
text-align:center;
  margin-bottom: 20px;
  color: #E50012;

}
.register__link>a{
color: #E50012;
  display:inline-block;
    text-decoration:underline;
  transition:.3s;
}
.register__link>a:hover{
opacity:.7;
}
.register__link--bottom{
color: #E50012;
}
.register__link--bottom>a{
color: #E50012;
  transition:.3s;
   text-decoration:underline;
  display:inline-block;
}
.register__link--bottom>a:hover{
opacity:.7;
}

.page_customers h2.login__heading{
padding-bottom:0;
}

.page_customers h2.login__heading:after{

margin-bottom:20px;}

.customers_option .inline_block_parent{
margin-bottom:4px;
}

.customers_option .inline_block_parent>a{
display:inline-block;
}

@media screen and  (max-width:768px){
  #page_login h2{
  padding-bottom:10px;
  }
}


/* ページ見出し */

.Technology__title {
  border-bottom: solid 2px #000;
  display: inline-block;
  padding-bottom: 8px;
  position: relative;
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: bold;
}

.Technology__title::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: solid 2px #E50012;
  bottom: -2px;
  width: 30px;
}

.Technology__explanationContainers{
  display:flex;
  margin-bottom: 40px;
  text-align: center;
}

.Technology__explanationContainer p.Technology__PageText{
  color: rgba(26,26,26,.9);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .08em;
  margin: 0 auto 24px;
  max-width: 80%;
}
.Technology__explanationContainer p.Technology__PageText.-c07{
  max-width: 85%;
}


.Technology__explanationContainers{
  display:block;
  margin-bottom: 40px;
}
.Technology__explanationContainer{
  width: 100%;
  text-align:center;
  margin-bottom: 80px;
}
.Technology__header--sp{
  display: none;
}
.Technology__image.-c05-02 {
    width: 47%;
    margin-top: 40px;
}
.Technology__image.-c05-03 {
    width: 40%;
}

.Technology__flexItem{
  display: flex;
  max-width: 85%;
  margin: 0 auto 24px;
}
.Technology__flexItem>p{
  width: 50%;
  text-align: left;
  width: 225px;
}
.Technology__flexItem>.Technology__image{
  margin: 0;
  max-width: 70%;
}
.TechnologyC015__image{
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  .Technology__title {
    border-bottom: solid 2px #000;
    display: inline-block;
    padding-bottom: 8px;
    position: relative;
    font-size: 22px;
    margin-bottom: 24px;
  }
  .Technology__explanationContainer{
    margin-bottom: 50px;
  }
  .TechnologyC03__image{
    margin-bottom: 0;
  }
  .Technology__footer {
    max-width: 90%;
    margin: 0 auto 50px;
  }
  .Technology__image.-c05-02 {
      width: 70%;
      margin-top: 20px;
  }
  .Technology__image.-c05-03 {
    width: 65%;
  }
  .Technology__flexItem>.Technology__image{
    max-width: calc(100% - 225px);
  }
  .sp-hidden{
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .Technology__explanationContainer p.Technology__PageText{
    max-width: 100%;
    font-size: 15px;
    text-align: left;
  }
  .Technology__explanationContainer p.Technology__PageText.-c07{
  max-width: 100%;
}
  .Technology__title{
    font-size: 20px;
  }
  .TechnologyC03__explanationContainer{
    max-width: 100%;
  }
  .TechnologyC03__image.-c03-01{
    margin-bottom: 20px;
  }
  .TechnologyC03__image.-c03-03{
    width: 100%;
  }
  .Technology__header--pc{
    display: none;
  }
  .Technology__header--sp{
    display: block;
  }
  .Technology__image.-c05-02{
    width: 100%;
  }
  .Technology__image.-c05-03{
    width: 90%;
  }
  .Technology__footer{
    width: 100%;
  }
  .Technology__flexItem{
    display: block;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .Technology__flexItem>p{
    width: 100%;
    text-align: left;
    width: auto;
  }
  .Technology__flexItem>.Technology__image{
    max-width: 100%;
  }
  .Technology__title{
    margin-bottom:20px;
  }
  .TechnologyC015__image.-c015{
    max-width: 120px;
  }
  .Technology__image.-c015-01{
    max-width: 100%;
  }
  .Technology__image.-c015-03{
    max-width: 100%;
  }
}

/*ドライバー 試打データ追加*/
.C01d__data{
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px 85px;
  box-sizing: border-box;
}

.C01d__dataHeading{
    width: 240px;
    position: relative;
    margin: 0 auto 15px;
}

.C01d__dataHeading::before {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    left: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.C01d__dataHeading::after {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    right: -180px;
    width: 150px;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.C01d__dataSubHeading {
    margin-bottom: 50px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-align: center;
}
.C01d__dataText{
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.C01d__dataTableHeading{
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 20px;
}
.C01d__dataTableHeading--large{
    font-size: 24px;
    padding-left: 8px;
 	font-weight: bold;
}
.C01d__data table{
	width: 100%;
}
.C01d__data td, th{
	padding: 10px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
}
.C01d__dataTableAve{
	font-weight: bold;
}
.C01d__dataTableContainer{
    overflow: auto;
 	white-space: nowrap;
}
.C01d__dataTable{
	margin-bottom: 40px;
}
.C01d__dataTable:last-child{
	margin-bottom: 0;
}
.C01d__dataTableAve td{
	padding: 20px 10px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
  	background: rgba(255,255,255,.2);
}

@media screen and (max-width: 950px){
  .C01d__dataText{
    font-size: 14px;
  }
}

@media screen and (max-width: 768px){
  .C01d__data td, th{
    font-size: 14px;
  }
  .C01d__dataHeading{
  	width: 210px;
  }
}

@media screen and (max-width: 650px){
  .C01d__data{
  	padding-bottom: 55px;
  }
  .C01d__dataSubHeading {
      margin-bottom: 30px;
 	  font-size: 14px;
  }
  .C01d__dataHeading{
  	width: 170px;
  }
    .C01d__dataHeading::before {
    width: 50px;
    left: -60px;
  }
  .C01d__dataHeading::after {
    width: 50px;
    right: -60px;
  }
  .C01d__dataTableHeading{
    font-size: 15px;
  }
  .C01d__dataTableHeading--large{
  	font-size: 20px;
  }
  .C01d__dataTable{
    margin-bottom: 10px;
  }
  .C01d__dataText.-top{
  	margin-top: 30px;
  }
}

/* ドライバー推奨スペック追加 */
.C01dProduct__specList{
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}
.C01dProduct__specListHeading{
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
.C01dProduct__specListTable{
	width: 100%;
  	margin-bottom: 15px;
}
.C01dProduct__specListTable tbody{
	background: #EFEFEF;
}
.C01dProduct__specListTable th{
	background: #777;
}
.C01dProduct__specListTable tr, .C01dProduct__specListTable td{
    padding: 10px 10px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
}
.C01dProduct__specListTable tr:nth-child(odd){
	background: #BBB;
}
.C01dProduct__specListTableCell--middle{
	vertical-align: middle;
	line-height: 1.6;
}
.C01dProduct__specListTextContainer{
	margin-bottom: 70px;
}
.C01dProduct__specListText{
  	margin-bottom: 5px;
  	line-height: 1.5;
  	font-size: 12px;
}
.C01Product__specListText{
  	margin-bottom: 5px;
  	line-height: 1.5;
  	font-size: 12px;
}
.C01dProduct__specListTopButtonContainer{
  text-align: center;
}
.C01dProduct__specListTopButton{
    margin: 0 auto 100px;
    display: inline-block;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
	transition: .3s;
}
.dli-chevron-up {
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  margin: 0 auto 10px;
}
.C01dProduct__specListTopButton:hover{
	opacity: .8;
}
.C01dProduct__toClubsButton{
	margin-bottom: 70px;
}
.C01dProduct__specListTableContainer{
	overflow: auto;
    white-space: nowrap;
}
@media screen and (max-width: 768px){
   .C01dProduct__specListTable tr, .C01dProduct__specListTable td{
      font-size: 12px;
  }
  .C01dProduct__specListText{
      text-align: left;
      font-size: 13px;
	}
  .C01dProduct__specListTopButton{
  	font-size: 14px;
    margin: 0 auto 70px;
  }
}

/*アイアン 推奨スペック追加*/
.Spec__SpecListTableHeading {
    color: #000;
    font-size: 18px;
    margin:70px 0 15px;
    font-weight: bold;
}

.Spec__SpecListTableContainer,.Spec__SpecListTableContainer--shaft {
    width: 100%;
    margin-bottom: 10px;
  	overflow: auto;
    white-space: nowrap;
}
.Spec__SpecListTableContainer--shaft{
	margin-bottom: 10px;
}
.C01Product__specListTextContainer{
	margin-bottom: 60px;
}

.Spec__SpecListTableContainer table,.Spec__SpecListTableContainer--shaft table {
    width: 100%;
}

.Spec__SpecListTableContainer tbody,.Spec__SpecListTableContainer--shaft tbody {
    background: #EFEFEF;
}
.Spec__SpecListTableContainer th,.Spec__SpecListTableContainer--shaft th {
	background: #777;
  	line-height: 28px;
}
.Spec__SpecListTableContainer table:not(.SpecC015__table) tr:nth-child(odd),.Spec__SpecListTableContainer--shaft  table:not(.SpecC015__table) tr:nth-child(odd){
    background: #BBB;
}
.Spec__SpecListTableContainer tr, .Spec__SpecListTableContainer td,.Spec__SpecListTableContainer--shaft tr,.Spec__SpecListTableContainer--shaft td{
    padding: 10px 10px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 1.4;
    font-size: 12px;
}
.Product__specListTableCell--middle {
    vertical-align: middle;
    line-height: 1.6;
}
.-bgGray{
	background: #EFEFEF;
}
.Product__specListTextContainer {
    margin-bottom: 70px;
}
.Product__specListText {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 12px;
}

@media screen and (max-width: 768px){
  .Spec__SpecListTableContainer tr, .Spec__SpecListTableContainer td,.Spec__SpecListTableContainer--shaft tr,.Spec__SpecListTableContainer--shaft td{
    font-size: 11px;
  }
  .C01Product__specListTextContainer{
	margin-bottom: 40px;
  }
  .Spec__SpecListTableHeading {
    margin:40px 0 15px;
    font-size: 16px;
  }
  .Product__specListText {
    text-align: left;
    font-size: 12px;
  }
}

.C01d__lpImage,.C01d__lpImage--sp{
  position: relative;
}
/* メンテナン中スページ */
.MaintenanceContainer {
  width: 100%;
  height: auto;
  background-image: url(//proto-c.jp/cdn/shop/t/88/assets/Maintenance--BgImage.jpg?v=39216258578982845741751511462);
  background-size: cover;
  background-position: center;
  padding: 40px;
}
.MaintenanceContainer__TextContainer {
  text-align: center;
  background: rgb(255, 255, 255, .8);
  width: 100%;
  height: auto;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.MaintenanceContainer__TextContainer h1 {
  font-size: 2.125rem;
  font-weight: 600;
  margin-bottom: 50px;
  letter-spacing: .1em;
  width: max-content;
  margin: 0 auto;
}
.MaintenanceContainer__TextContainer h1:after {
  content: "";
  display: block;
  height: 1px;
  margin: 16px 0 30px;
  background: linear-gradient(to right, transparent, #333, transparent);
}
.MaintenanceContainer p {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: .1em;
}
.MaintenanceContainer h2 {
  font-size: 1.75rem;
  width: max-content;
}
.MaintenanceContainer h2:after {
    margin-bottom: 20px;
}
.MaintenanceContainer__ContactBtn a {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: #FFF;
  line-height: 40px;
  text-align: center;
  transition: 0.3s;
  padding: 4px 60px;
  display: inline-block;
  font-weight: bold;
}
.MaintenanceContainer__ContactBtn a:hover {
  background: #FFF;
  color: #1a1a1a;
}
.PcHidden {
  display:none;
}
@media screen and (max-width: 768px){
  .MaintenanceContainer {
    padding: 10px;
  }
  .MaintenanceContainer__TextContainer {
    padding: 40px 20px;
  }
  .MaintenanceContainer__TextContainer h1 {
    font-size: 1.375rem;
  }
  .MaintenanceContainer h2 {
    font-size: 22px;
  }
  .MaintenanceContainer h2:after {
    margin-bottom: 10px;
  }
  .MaintenanceContainer p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .PcHidden {
    display:block;
  }

  .SpHidden {
    display:none;
  }
}

/*20210317_menu追加, ブログ詳細ページ修正*/
.menu_btn{
  position: relative;
  width: 26px;
  top: -6px;
}
.menu_btn i{
  font-size: 30px;
}
.menu_btn span{
  display: block;
  position: absolute;
  bottom: -11px;
  color: #fff;
  font-size: 10px;
  left: 50%;
  font-weight: bold;
  transform: translateX(-50%) scale(0.75);
  word-break: keep-all;
  margin-left: 0;
}
.ClubsPage__shopListButtonText{
  text-align: center;
}
.article_toOnlineShop{
  max-width: 360px;
  margin: 0 auto;
}
.article_toOnlineShop>.ClubsPage__shopPageButton{
  height: 50px;
  margin-bottom: 25px;
}
.article_toOnlineShop>.ClubsPage__shopPageButton::after{
  top: 20px;
}

.article_toListPage{
  text-align: center;
}

.article_toListPage>a{
  display: inline-block;
  margin-bottom: 30px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}
.article_toListPage>a:hover{
  color: #000;
}

.shopPage__bottom{
  max-width: 360px;
  margin: 30px auto 0;
  text-align: center;
}
.shopPage__bottomTitle{
  max-width: 280px;
  margin: 0 auto 25px;
}
.shopPage__bottom .ClubsPage__shopPageButton{
  max-width: 360px;
  margin: 0 auto;
  height: 50px;
}
.shopPage__bottom .ClubsPage__shopPageButton::after{
  top: 20px;
}
@media screen and (max-width: 767px){
  .shopPage__bottomTitle{
    max-width: 200px;
  }
}

/*20210331_C01Dスペック表修正*/
.C01dProduct__specListTableCell--middle{
  background: #efefef;
}
.C01dProduct__specListTable tr:nth-child(odd){
  background: #dfdfdf;
}

/*20210401_CADDIEBAGページ追加*/
.wrapper.ListPage__container.-wedge{
	margin-bottom: 52px;
}
#page_online_shop h3.ListPage__title.-caddie{
	width:21.2%;
}
#page_online_shop .clubs_name.-caddie{
	width: auto;
	top: auto;
	bottom: 20px;
	left: 20px;
	line-height: 1.2;
	transform: none;
	font-size: 16px;
}
.clubs_imageCaption{
	position: absolute;
	left: 20px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	top: 20px;
}
#page_online_shop .col3 .inner a .clubs_image_filter.-caddie{
	background: none;
}
#page_online_shop_products h2.-caddie{
	font-size: 26px;
}
#page_online_shop_products .product-description>p{
	font-size: 16px;
	color: #111;
	margin-bottom: 5px;
}
#page_online_shop_products .product-description>ul{
	margin-bottom: 10px;
}
#page_online_shop_products .product-description>ul>li{
	font-size: 15px;
	margin-bottom: 7px;
	line-height: 1.3;
	position: relative;
	padding-left: 15px;
}
#page_online_shop_products .product-description>ul>li::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 10px;
  transform: scale(0.5);
}
.product-description{
	border-top: 1px solid #ddd;
  padding-top: 25px;
  padding-bottom: 25px;

}
.Caddie__heading01{
	max-width: 600px;
	margin: 0 auto 30px;
}
.Caddie__heading02{
	margin: 0 auto 30px;
	max-width: 225px;
}
.Caddie__heading03{
	margin: 0 auto 30px;
	max-width: 185px;
}
.Caddie__heading04{
	margin: 0 auto 30px;
	max-width: 210px;
}
.Caddie__heading01::after,.Caddie__heading02::after,.Caddie__heading03::after,.Caddie__heading04::after{
	display: none;
}
.Caddie__topMessage{
	margin-bottom: 70px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
.Caddie__descriptionInner{
	max-width: 1040px;
	margin: 0 auto 70px;
	padding: 0 20px;
}
.Caddie__descriptionInner.-messageSection>p{
	font-size: 16px;
	line-height: 1.6;
	color: #000;
	margin-bottom: 15px;
}
.Caddie__descriptionInner.-messageSection{
	max-width: 1040px;
}
.Caddie__featureImageItemHeading{
	font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.Caddie__featureImageItemInner{
	display: flex;
  justify-content: space-between;
}
.Caddie__featureImageItemInnerImage{
	max-width: 350px;
	margin-right: 40px;
}
.Caddie__featureImageItem{
	margin-bottom: 40px;
}
.Caddie__featureImageItemInnerText{
	margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.Caddie__featureImageItemInnerCaption{
	line-height: 1.5;
  margin-bottom: 10px;
  font-size: 15px;
}
.Caddie__designText,.Caddie__cautionHeading{
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.Caddie__cautionList{
    margin-bottom: 50px;
}
.Caddie__cautionList>li{
	font-size: 16px;
	margin-bottom: 7px;
	line-height: 1.3;
	position: relative;
	padding-left: 20px;
}
.Caddie__cautionList>li::before{
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
}
.Caddie__cautionSubHeading{
	text-align: center;
}
.Caddie__cautionSubHeading>span{
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	border: 1px solid #000;
	padding: 15px;
	display: inline-block;
}
.Caddie__cautionImageContainer{
	display:flex;
  justify-content: space-between;
	margin-bottom: 50px;
}
.Caddie__cautionImageContainerImage{
	max-width: 300px;
}
.Caddie__cautionImageContainerText{
	padding-top: 40px;
}
.Caddie__cautionImageContainerText>p{
	color: #000;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
.Caddie__cautionBottomMessage{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}
.Caddie__backToList{
  padding: 50px 0 100px;
}
.Caddie__backToList>a{
  font-weight: bold;
	font-size: 14px;
	text-align: center;
	transition: 0.3s;
}
.Caddie__backToList>a>span{
	display: inline-block;
	font-size: 24px;
	transform: translateX(-5px) translateY(2px);
}
.-showSp,.-showSpInline{
	display: none;
}
@media screen and (max-width: 1018px){
	.-showPcInline{
		display:none;
	}
}

@media screen and (max-width: 767px){
	.-showSp{
		display: block;
	}
	.-showSpInline{
		display: inline;
	}
	.-showPc{
		display: none;
	}
	#page_online_shop h3.ListPage__title.-caddie{
		width: 200px;
	}
	.Caddie__topMessage{
		font-size: 18px;
		margin-bottom: 50px;
	}
	.Caddie__descriptionInner.-messageSection>p{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.Caddie__heading01{
		margin-bottom: 12px;
		max-width: 280px;
	}
	.Caddie__descriptionInner{
		margin-bottom: 50px;
	}
	.Caddie__heading02{
		max-width: 150px;
		margin-bottom: 12px;
	}
	.Caddie__featureImageItemHeading{
		font-size: 16px;
	}
	.Caddie__featureImageItemInner{
		display: block;
	}
	.Caddie__featureImageItemInnerImage{
		margin-right: 0;
	}
	.Caddie__featureImageItemInnerText{
		margin-top: 32px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.Caddie__featureImageItemInnerCaption{
		font-size: 14px;
	}
	.Caddie__heading03{
		max-width: 125px;
		margin-bottom: 12px;
	}
	.Caddie__designText, .Caddie__cautionHeading{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.Caddie__designText{
		font-size: 15px;
	}
	.Caddie__heading04{
		max-width: 145px;
		margin-bottom: 12px;
	}
	.Caddie__cautionList>li{
		font-size: 14px;
	}
	.Caddie__cautionSubHeading>span{
		font-size: 14px;
	}
	.Caddie__cautionImageContainer{
		display: block;
	}
	.Caddie__cautionImageContainerText{
		padding-top: 0;
	}
	.Caddie__cautionImageContainerImage{
		max-width:100%;
	}
	.Caddie__backToList{
		padding: 40px 0 80px;
	}
	.Caddie__cautionBottomMessage{
		font-size: 14px;
	}
	.Caddie__designImage>img{
		margin-bottom: 10px;
	}
	#page_online_shop_products .product-description>ul>li{
		font-size: 14px;
	}
}

/*vessel調整*/
.ProductPage__sliderThumbnailItem:nth-child(8){
	margin-right: 0;
}
.ProductPage__sliderThumbnailItem:nth-child(4n){
	margin-right: 0;
}
.sold-mark::after {
    content: "Sold Out";
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    color: #000;
    height: 22%;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffe0;
}
.ProductDetailText{
	color: #000;
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.Caddie__featureImageItemInnerText.-vessel{
	font-size: 20px;
	text-align: center;
	margin-top: 0;
}
.Caddie__featureImageItemInner.-vessel{
	align-items: center;
}
.Caddie__featureImageItemInnerCaption.-vessel{
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 16px;
}
.Caddie__cautionHeading.-vessel{
	margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.CaddieCustomOrder__text{
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}
.CaddieCustomOrder__imageContainer{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.CaddieCustomOrder__imageItem:first-child{
	margin-right: 40px;
}
.CaddieCustomOrder__imageHeading{
	font-weight: bold;
	text-align: center;
	margin: 15px 0 10px;
}
.CaddieCustomOrder__imageText{
	font-size: 15px;
	color: #000;
	line-height: 1.5;
}
@media screen and (max-width: 767px){
	.Caddie__featureImageItemInnerCaption.-vessel{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.Caddie__featureImageItemInnerText.-vessel,.Caddie__cautionHeading.-vessel{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.CaddieCustomOrder__text{
		font-size: 14px;
	}
	.CaddieCustomOrder__imageContainer{
		display: block;
	}
	.CaddieCustomOrder__imageItem:first-child{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.CaddieCustomOrder__imageText{
		font-size: 14px;
	}
	.Caddie__featureImageItemInnerText.-vessel{
		margin-top: 20px;
	}
}

/*20210331_C01Dテクノロジーページリニューアル*/
#renewTech2103 {
	font-family: 'Noto Sans JP', sans-serif;
}
#renewTech2103 .C01dTech__detailHeading {
	font-weight: bold;
}
#renewTech2103 .C01dTech_aboutFace div {
	width: 25%;
	padding: 4em 0;
	font-size: 0.85em;
}
#renewTech2103 .C01dTech_aboutFace div p {
	width: 70%;
	margin: 1em auto;
	line-height: 1.6;
	color: #fff;
}

@media screen and (min-width: 769px) {
#renewTech2103 .C01dTech_aboutFace {
	min-height: 960px;
	background-color: #000;
	background-image:  url(//proto-c.jp/cdn/shop/t/88/assets/img_face_all_pc.png?v=67636603766505072821751511380) ,  url(//proto-c.jp/cdn/shop/t/88/assets/bg_face.png?v=66377761519190907801751511138);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 94%, cover;
	position: relative;
	overflow: hidden;
  max-width: 2000px;
width: 100%;
  margin:0 auto;
}
#renewTech2103 .C01dTech_aboutFace .face01 {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 10%;
}
#renewTech2103 .C01dTech_aboutFace .face02 {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10%;
}
#renewTech2103 .C01dTech_aboutFace .face03 {
	position: absolute;
	bottom: -2em;
	left: 0;
	margin-left: 10%;
}
#renewTech2103 .C01dTech_aboutFace .face04 {
	position: absolute;
	bottom: -2em;
	right: 0;
	margin-right: 10%;
}
}
#renewTech2103 .C01dTech_aboutFace .face03 p {
	width: 100%;
}
#renewTech2103 .C01dTech_aboutFace .face03 p img {
	width: 30%;
	float: left;
	margin-right: 10px;
}
#renewTech2103 .C01dTech_aboutMethod {
	background: #000;
	padding-top: 6em;
	margin-bottom: 3em;
  overflow: hidden;
}
#renewTech2103 .C01dTech_aboutMethod .ttlWrap {
	overflow: hidden;
	background:  url(//proto-c.jp/cdn/shop/t/88/assets/bg_method_ttl_main.png?v=3385487643763641381751511142) top no-repeat;
	background-size: cover;
	padding-top: 2em;
}
#renewTech2103 .C01dTech_aboutMethod .ttl,
#renewTech2103 .C01dTech_aboutMethod .sub {
	max-width: 1200px;
	margin: 0 auto;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dt {
	width: 35%;
	float: left;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dd {
	width: 65%;
	float: right;
	padding: 5em 2em 0;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dd p {
	font-weight: bold;
	margin: 2em 0;
	line-height: 2;
	color: #222 !important;
}
#renewTech2103 .C01dTech_aboutMethod .subWrap {
	background:  url(//proto-c.jp/cdn/shop/t/88/assets/bg_method_ttl.png?v=81890611159574379081751511142) right center no-repeat;
	background-size: auto 100%;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul {
	overflow: hidden;
	width: 65%;
	padding: 2em 0;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul li {
	float: left;
	width: 45%;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul li:first-child {
	width: 55%;
	padding: 1.5em 0 1em 3em;
	line-height: 1.6;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul li img {
	width: 100%;
	max-width: 324px;
}
#renewTech2103 .hikaku {
	overflow: hidden;
	max-width: 1200px;
	margin: 6em auto;
	letter-spacing: 0.05em;
}
#renewTech2103 .hikaku p {
	color: #fff;
}
#renewTech2103 .hikaku ul li .step {
	height: 84px;
	width: auto;
}
#renewTech2103 .hikaku ul {
	overflow: hidden;
	display: flex;
	width: 100%;
	color: #fff;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#renewTech2103 .hikaku ul li {
	position: relative;
	padding-bottom: 1em;
	box-sizing: border-box;
	line-height: 1.8;
}
#renewTech2103 .hikaku ul li:nth-child(odd) {
	width: 70%;
	border-right: 1px solid #f00;
	clear: both;
}
#renewTech2103 .hikaku ul li:nth-child(even) {
	width: 30%;
	padding: 0 20px;
	padding: 1em 2em;
}
#renewTech2103 .hikaku ul li:nth-child(even) img {
	width: 80%;
	display: block;
	margin: 0 auto 10px;
}
#renewTech2103 .hikaku ul li.hikaku5-2 img,
#renewTech2103 .hikaku ul li.hikaku7-2 img {
	max-width: 220px;
}
#renewTech2103 .hikaku ul.top li {
	text-align: center;
	padding: 0 !important;
	background: #dfe1e0;
	vertical-align: middle;
	color: #333;
	font-size: 1em !important;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	height: 66px;
	line-height: 66px;
}
#renewTech2103 .hikaku ul.top li img {
	max-width: 200px;
	margin: 20px auto 0;
}
#renewTech2103 .hikaku1,
#renewTech2103 .hikaku3,
#renewTech2103 .hikaku5,
#renewTech2103 .hikaku7 {
	background: #0a0c11;
}
#renewTech2103 .hikaku2,
#renewTech2103 .hikaku4,
#renewTech2103 .hikaku6 {
	background: #1d1d1d;
}
#renewTech2103 .hikaku1-1 {
	min-height: 560px;
	background: #000 url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku1.png?v=170402396662447659801751511139) left bottom no-repeat;
	background-size: 65% auto;
}
#renewTech2103 .hikaku1-1 .text {
	position: absolute;
	width: 65%;
	top: 5em;
	right: 2em;
}
#renewTech2103 .hikaku1-1 .text p {
	margin: 2em 0 2em 5em;
}
#renewTech2103 .hikaku2-1 {
	min-height: 560px;
	background: #1d1d1d url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku2.png?v=179106137123111912271751511140) right center no-repeat;
	background-size: 65% auto;
}
#renewTech2103 .hikaku2-1 .text1 {
	position: absolute;
	position: relative;
	padding: 2em;
}
#renewTech2103 .hikaku2-1 .text2 {
	clear: both;
	padding: 2em 1em 4em 2em;
}
#renewTech2103 .hikaku2-1 .text1 img {
	float: left;
	margin-right: 2em;
	width: 45%;
}
#renewTech2103 .hikaku2-1 .text2 img {
	float: left;
	margin-right: 1em;
	width: 40%;
}
#renewTech2103 .hikaku2-1 .text1 p {
	margin: 1em 1em 0;
}
#renewTech2103 .hikaku2-1 .text2 p {
	margin-top: 1em;
}
#renewTech2103 .hikaku3-1 .text,
#renewTech2103 .hikaku4-1 .text,
#renewTech2103 .hikaku5-1 .text,
#renewTech2103 .hikaku7-1 .text {
	margin: 2em 3em;
}
#renewTech2103 .hikaku4-1 {
	min-height: 300px;
	background: #1d1d1d url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku4.png?v=83311914802604146241751511140) right center no-repeat;
	background-size: 55% auto;
}
#renewTech2103 .hikaku4-1 .text {
	width: 45%;
}
#renewTech2103 .hikaku5-1 {
	min-height: 280px;
}
#renewTech2103 .hikaku6-1 .text img {
	float: left;
	margin: 0 0 0 1em;
	width: 55%;
}
#renewTech2103 .hikaku6-1 .text p {
	width: 34%;
	margin: 1.5em 2em 0 0;
	float: right;
}
#renewTech2103 .hikaku7-1 {
	min-height: 420px;
	background: #0a0c11 url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku7.png?v=115710729928400045901751511141) right center no-repeat;
	background-size: 70% auto;
}
#renewTech2103 .hikaku7-1 .text {
	width: 45%;
}
#renewTech2103 .hikaku7-1 .text p {
	margin: 1em 0;
}

@media screen and (min-width: 1000px) {
#renewTech2103 .C01dTech__fv {
 text-align: center; 
}
#renewTech2103 .C01dTech_aboutMethod .subWrap {
 max-width: 1400px;
margin: 0 auto;
}
}

@media screen and (min-width: 769px) {
#renewTech2103 .spOnly {
	display: none;
	visibility: hidden;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dd img {
	width: 100%;
	max-width: 650px;
}
#renewTech2103 .hikaku p {
	font-size: 18px !important;
line-height: 1.8;
}
#renewTech2103 .hikaku ul li:nth-child(even) p {
  font-size: 0.9em !important;
}
}

@media screen and (max-width: 768px) {
#renewTech2103 .C01dTech_aboutFace {
	background:  url(//proto-c.jp/cdn/shop/t/88/assets/bg_face.png?v=66377761519190907801751511138) top center no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 0;
}
#renewTech2103 .C01dTech_aboutFace .bg-mask {
	display: block;
	overflow: hidden;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
#renewTech2103 .C01dTech_aboutFace div {
	width: 50%;
	float: left;
	padding: 1em;
    position: relative;
}


 
#renewTech2103 .C01dTech_aboutFace div p {
	width: 100%;
	margin: 1em auto;
	line-height: 1.6;

}
  #renewTech2103 .C01dTech_aboutFace div.number {
position: absolute;
width: 36px;
top: -4px;
padding: 0 0 2px;
margin: 0;
border-bottom: 1px solid #fff;
}
#renewTech2103 .C01dTech_aboutFace div.number img{margin:0 auto; padding:0;}
  
#renewTech2103 .C01dTech_aboutFace .spOnly img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 2em 0;
}

#renewTech2103 .C01dTech_aboutFace .face03 {
	clear: both;
}
#renewTech2103 .C01dTech_aboutFace .face03 p img {
	width: 40%;
}
 #renewTech2103 .C01dTech_aboutMethod .ttl .spOnly {margin: 1em 0.5em;}
 #renewTech2103 .C01dTech_aboutMethod .ttl dl dd {
	padding: 0em 0.8em 0;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dd img{
  display: none;
  visibility: hidden;
}
#renewTech2103 .C01dTech_aboutMethod .ttl dl dd p {
	margin: 0 0 1em;
	line-height: 1.6;
	font-size: 0.9em;
}
#renewTech2103 .C01dTech_aboutMethod .subWrap {
	background: none;
}
#renewTech2103 .C01dTech_aboutMethod .line {
	display: none;
	visibility: hidden;
}
#renewTech2103 .C01dTech_aboutMethod .sub {
	border-top: 1px solid #ddd;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul {
	width: 100%;
	padding: 1em;
	font-size: 0.8em;
}
#renewTech2103 .C01dTech_aboutMethod .sub ul li img {
	background: rgba(255,255,255,0.8);
	padding: 3px;
}

#renewTech2103 .C01dTech_aboutMethod .sub ul li:first-child {
	padding: 0;
}
#renewTech2103 .hikaku {
	margin: 0em auto;
}
#renewTech2103 .hikaku p {
	font-size: 13px !important;
line-height: 1.6;
}
#renewTech2103 .hikaku img {
	display: block;
	width: 100%;
	height: auto;
}
#renewTech2103 .hikaku ul li .step {
	height: 50px;
	width: auto;
}
#renewTech2103 .hikaku ul li {
	line-height: 1.5;
}
	
#renewTech2103 .hikaku ul li:nth-child(odd) {
	width: 64%;
}
#renewTech2103 .hikaku ul li:nth-child(even) {
	width: 36%;
	padding: 3em 0.5em;
}
#renewTech2103 .hikaku ul li:nth-child(even) p {
  font-size: 0.7em !important;
line-height: 1.4;
}

#renewTech2103 .hikaku1-1 {
	min-height: 650px;
	background: #000 url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku1.png?v=170402396662447659801751511139) left bottom no-repeat;
	background-size: 140% auto;
}
#renewTech2103 .hikaku ul.top li {font-size: 11px !important;}
#renewTech2103 .hikaku1-1 .text {
	position: relative;
	width: 100%;
	top: 2em;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
}
#renewTech2103 .hikaku1-1 .text img {
	width: 90%;
	margin: 0 auto;
}
#renewTech2103 .hikaku1-1 .text p {
	margin: 0;
	padding: 1em 0.4em 1em 1em;
}
#renewTech2103 .hikaku2-1 {
	min-height: 560px;
	background: #1d1d1d;
}
#renewTech2103 .hikaku2-1 .text1 {
	position: absolute;
	position: relative;
	padding: 2em 1em;
	padding: 0;
	margin: 2em 1em 0;
}
#renewTech2103 .hikaku2-1 .text1 p {
	margin: 0;
}
#renewTech2103 .hikaku2-1 .text2 {
	clear: both;
	padding: 2em 1em 4em 2em;
	padding: 0;
	margin: 0 1em 1em;
}
#renewTech2103 .hikaku2-1 .text2 p {
	margin: -5px 0 1em;
}
  #renewTech2103 .hikaku2-1 .text1 img{
    width: 50%;
    margin-right:8px;
  }
#renewTech2103 .hikaku2-1 .text2 img,
#renewTech2103 .hikaku6-1 .text img {
	float: none;
	width: 70%;
	display: block;
	margin: 0 auto 1em;
}
#renewTech2103 .hikaku6-1 .text img {
	width: 98%;
}
#renewTech2103 .hikaku2-1 .spOnly {
}
#renewTech2103 .hikaku3-1 .text,
#renewTech2103 .hikaku4-1 .text,
#renewTech2103 .hikaku5-1 .text,
#renewTech2103 .hikaku7-1 .text {
	margin: 1em 1em;
}
#renewTech2103 .hikaku4-1 {
	min-height: 320px;
  
	background: #1d1d1d url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku4.png?v=83311914802604146241751511140) right bottom no-repeat;
	background-size: 100% auto;
  min-height: auto;
  background: #1d1d1d;
  padding-bottom: 0 !important;
}
#renewTech2103 .hikaku4-1 .text {
	width: 100%;
	margin: 0;
	padding: 1em;
}
#renewTech2103 .hikaku6-1 .text p {
	width: 90%;
	margin: 1em;
	float: none;
}
#renewTech2103 .hikaku7-1 {
	min-height: 400px;
	background: #0a0c11 url(//proto-c.jp/cdn/shop/t/88/assets/bg_hikaku7.png?v=115710729928400045901751511141) right bottom no-repeat;
	background-size: 110% auto;
}
#renewTech2103 .hikaku7-1 .text {
	width: 90%;
}
#renewTech2103 .hikaku7-1 .text p {
	margin: 1em 0;
}
#renewTech2103 .hikaku7-1 .text p br {
	display: none;
	visibility: hidden;
}
}
@media screen and (max-width: 450px) {
	#renewTech2103 .hikaku ul li .step {
    height: 32px;
    width: auto;
}
}
/*210405_コラム、NEWSページネーション修正*/
.pagination{
  width: 175px;
  justify-content: center;
}
.pagination .prev, .pagination .next{
  min-width: 30px;
}

/*210528_詳細ページ文言追加*/
#page_online_shop_products .AddToCart__message{
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

/*20210528_C01ページリニューアル*/
/*20210827_CB_WGページリニューアル*/
/*202110_C03ページリニューアル*/
/*202110_C05ページリニューアル*/
/*202110_C07ページリニューアル*/

@media screen and (max-width: 768px) {
.pcOnly {
  display: none;
visibility: hidden;
}
}
@media screen and (min-width: 769px) {
.spOnly {
  display: none;
visibility: hidden;
}	
}

#renew_page_c01,
#renew_page_c03,
#renew_page_c05,
#renew_page_c07,
#renew_page_c01_5,
#renew_page_cbwg,
#renew_page_fwg,
#page_c01_5th,
#page_rr_wedge{
	font-family: 'Noto Sans JP', sans-serif;
}
#renew_page_c01 #lead-point,
#renew_page_fwg #lead-point {
	background: #000;
}
#renew_page_c03 #lead-point {
	background: #232c44;
}
#renew_page_c05 #lead-point {
	background: #292a19;
}
#renew_page_c07 #lead-point {
	background: #312c37;
}
#renew_page_c01_5 #lead-point,
#page_c01_5th #lead-point{
  background: #454545;
  margin-bottom: 5em;
}
#renew_page_cbwg #lead-point {
	border-bottom: 3px solid #69665b;
	border-top: 3px solid #69665b;
    background: url(//proto-c.jp/cdn/shop/t/88/assets/bg_page_cbwg_point.png?v=90288978277310997931751511143) center;
    background-size: 100% auto;
}
#page_rr_wedge #lead-point {
	background: #192531;
}
#renew_page_c01 .feature-text,
#renew_page_c03 .feature-text,
#renew_page_c05 .feature-text,
#renew_page_c07 .feature-text,
#renew_page_c01_5 .feature-text,
#renew_page_cbwg .feature-text,
#renew_page_fwg .feature-text,
#page_c01_5th .feature-text,
#page_rr_wedge .feature-text {
	padding: 70px 5% 20px;
	padding: 2em 5%;
}
#renew_page_c01 .feature-text p,
#renew_page_c03 .feature-text p,
#renew_page_c05 .feature-text p,
#renew_page_c07 .feature-text p,
#renew_page_c01_5 .feature-text p,
#renew_page_cbwg .feature-text p,
#renew_page_fwg .feature-text p
#page_c01_5th .feature-text p,
#page_rr_wedge .feature-text p{
	font-size:1.1em;
}
#renew_page_c01 .feature-text h4,
#renew_page_c03 .feature-text h4,
#renew_page_c05 .feature-text h4,
#renew_page_c07 .feature-text h4,
#renew_page_c01_5 .feature-text h4,
#renew_page_cbwg .feature-text h4,
#renew_page_fwg .feature-text h4,
#page_c01_5th .feature-text h4,
#page_rr_wedge .feature-text h4{
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 1.5em;
	letter-spacing: 0.18em;
}
#renew_page_c01 .feature-text p,
#renew_page_c03 .feature-text p,
#renew_page_c05 .feature-text p,
#renew_page_c07 .feature-text p,
#renew_page_c01_5 .feature-text p,
#renew_page_cbwg .feature-text p,
#renew_page_fwg .feature-text p,
#page_c01_5th .feature-text p,
#page_rr_wedge .feature-text p{
      color: #fff;
  line-height: 1.6;
  margin: 1em 0;
  text-align: left;
  letter-spacing: 0.08em;
  font-size: 0.98em;
}
#renew_page_c01 .C01_aboutTec {
	background: #dee5ed;
    overflow: hidden;
}
#renew_page_c01 .hikaku {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto 6em;
	letter-spacing: 0.05em;
}
#renew_page_c01 .hikaku p {
	color: #fff;
}
#renew_page_c01 .hikaku ul li .step {
	height: 84px;
	width: auto;
}
#renew_page_c01 .hikaku ul {
	overflow: hidden;
	display: flex;
	width: 100%;
	color: #fff;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
#renew_page_c01 .hikaku ul li {
	position: relative;
	padding-bottom: 1em;
	box-sizing: border-box;
	line-height: 1.8;
}
#renew_page_c01 .hikaku ul li:nth-child(odd) {
	width: 70%;
	border-right: 1px solid #f00;
	clear: both;
}
#renew_page_c01 .hikaku ul li:nth-child(even) {
	width: 30%;
	padding: 0 20px;
	padding: 1em 2em;
}
#renew_page_c01 .hikaku ul li:nth-child(even) img {
	width: 98%;
	display: block;
	margin: 0 auto 10px;
}
#renew_page_c01 .hikaku ul li.hikaku5-2 img,
#renew_page_c01 .hikaku ul li.hikaku7-2 img {
	max-width: 220px;
}
#renew_page_c01 .hikaku ul.top {
	border: 1px solid #474747;
    border-bottom: none;
}
#renew_page_c01 .hikaku ul.top li {
	text-align: center;
	padding: 0 !important;
	background: #dfe1e0;
	vertical-align: middle;
	color: #333;
	font-size: 1em !important;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	height: 66px;
	line-height: 66px;
}
#renew_page_c01 .hikaku ul.top li img {
	max-width: 200px;
	margin: 0 auto;
    vertical-align: middle;
  display: inline;
}
#renew_page_c01 .hikaku1,
#renew_page_c01 .hikaku3{
	background: #0a0c11;
}
#renew_page_c01 .hikaku2 {
	background: #1d1d1d;
}
#renew_page_c01 .hikaku1-1 {
	min-height: 560px;
	background: #000 url(//proto-c.jp/cdn/shop/t/88/assets/page_c01_bg_tec01.png?v=95026480183525279981751511483) left center no-repeat;
	background-size: 60% auto;
}
#renew_page_c01 .hikaku1-1 .img {
	    width: 45%;
    float: right;
    margin: 5em 2em 0;
}
#renew_page_c01 .hikaku1-1 .text {
	clear: both;
	margin: 0 8em 3em;
	padding-top: 2em;
}
#renew_page_c01 .hikaku2-1 {
	min-height: 560px;
	background: #1d1d1d url(//proto-c.jp/cdn/shop/t/88/assets/page_c01_bg_tec02.png?v=76596992078052453781751511484) left bottom no-repeat;
	background-size: 65% auto;
}
#renew_page_c01 .hikaku2-1 .text {
	clear: both;
	margin: 2em 8em;
}
#renew_page_c01 .hikaku2-1 .img1 {
	margin: 0 4em;
}
#renew_page_c01 .hikaku2-1 .img2 {
	box-sizing: border-box;
	padding: 4em 0 4em 2em;
    width: 47%;
    float: left;
}
#renew_page_c01 .hikaku2-1 .img3 {
	float: right;
	box-sizing: border-box;
    padding: 2em 1em 10em 0em;
    width: 52%;
}
#renew_page_c01 .hikaku3-1 .img {
		float: left;
    margin: 2em 0 0 2em;
    width: 30%;
}
#renew_page_c01 .hikaku3-1 .text {
	float: right;
	width: 63%;
	padding-bottom: 3em;
}
#renew_page_c01 .hikaku3-1 .text img {
	float: right;
	    margin: 0 2em 0 5px;
    width: 40%;
}
#renew_page_c01 .hikaku3-1 .text p {
	margin: 1.5em 2em 0 0;
}
#renew_page_c01 .hikaku3-2 .text p {
	text-align: left !important;
}
@media screen and (min-width: 769px) {
#renew_page_c01 .spOnly {
	display: none;
	visibility: hidden;
}
#renew_page_c01 .hikaku p {
	font-size: 18px !important;
line-height: 1.8;
}
#renew_page_c01 .hikaku ul li:nth-child(even) p {
  font-size: 0.9em !important;
	text-align: center;
}
#renew_page_c01 .about_inner_titanium {
	background: url(//proto-c.jp/cdn/shop/t/88/assets/page_c01_bg_about_inner_titanium.jpg?v=170261045095868569431751511483) right top no-repeat;
	background-size: cover;
	overflow: hidden;
	min-height: 400px;
}
#renew_page_c01 .about_inner_titanium .inner{
	max-width: 1200px;
	margin: 5em auto;
}
#renew_page_c01 .about_inner_titanium .inner div{
	width: 48%;
	margin-left: 5%;
}
#renew_page_c01 .about_inner_titanium p{
	margin: 0 0 2em;
	line-height: 1.6;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  text-shadow: 1px 1px 1px rgba(234, 234, 234, 0.8);
  color: #222;
font-size: 1.02em;
}
}
@media screen and (max-width: 768px) {
#renew_page_c01 .pcOnly {
	display: none;
	visibility: hidden;
}
#renew_page_c01 .hikaku {
	margin: 0em auto 3em;
}
#renew_page_c01 .hikaku p {
	font-size: 13px !important;
line-height: 1.6;
}
#renew_page_c01 .hikaku img {
	display: block;
	width: 100%;
	height: auto;
}
#renew_page_c01 .hikaku ul li .step {
	height: 50px;
	width: auto;
}
#renew_page_c01 .hikaku ul li {
	line-height: 1.5;
}
	
#renew_page_c01 .hikaku ul li:nth-child(odd) {
	width: 64%;
}
#renew_page_c01 .hikaku ul li:nth-child(even) {
	width: 36%;
	padding: 3em 0.5em;
}
#renew_page_c01 .hikaku ul li:nth-child(even) p {
  font-size: 0.7em !important;
line-height: 1.4;
}

#renew_page_c01 .hikaku1-1 {
	min-height: auto;
}

#renew_page_c01 .hikaku ul.top li:nth-child(even) {
 font-size: 11px !important;
line-height: 1.4;
padding-top: 18px !important;}
#renew_page_c01 .hikaku1-1 .text,
#renew_page_c01 .hikaku2-1 .text,
#renew_page_c01 .hikaku3-1 .text p{
	margin: 1em 1.4em;
}
#renew_page_c01 .hikaku1-1 .img {
    width: 50%;
	margin: 1em 2em 0;
	}
#renew_page_c01 .hikaku2-1 {
	min-height: 400px;
	background: #1d1d1d;
}
#renew_page_c01 .hikaku2-1 .img1 {
		margin: 1em;
	}
#renew_page_c01 .hikaku2-1 .img2{
	padding: 1em 0 2em 1em;
  }
#renew_page_c01 .hikaku2-1 .img3{
	    padding: 0em 1em 0 0em;
  }
#renew_page_c01 .hikaku3-1 .img,
#renew_page_c01 .hikaku3-1 .text img {
	float: none;
		width: 40%;
	margin:  0 auto;
	}
#renew_page_c01 .hikaku3-1 .text img {
		width: 55%;
	}
#renew_page_c01 .hikaku3-1 .text {
		width: 100%;
	}
#renew_page_c01 .feature-text,
#renew_page_c03 .feature-text,
#renew_page_c05 .feature-text,
#renew_page_c07 .feature-text,
#renew_page_c01_5 .feature-text,
#renew_page_cbwg .feature-text,
#renew_page_fwg .feature-text,
#page_c01_5th .feature-text,
#page_rr_wedge .feature-text{
	padding: 3.4em 3% 2.2em;
	font-size: 0.85em;}
#renew_page_c01 .feature-text h4,
#renew_page_c03 .feature-text h4,
#renew_page_c05 .feature-text h4,
#renew_page_c07 .feature-text h4,
#renew_page_c01_5 .feature-text h4,
#renew_page_cbwg .feature-text h4,
#renew_page_fwg .feature-text h4,
#page_c01_5th .feature-text,
#page_rr_wedge .feature-text h4{
	font-size: 1.1em;
	margin-bottom: 1.2em;
	letter-spacing: 0.1em;}
#renew_page_c01 .about_inner_titanium {
	background: #5c5249;
	padding-bottom: 5px;
}
#renew_page_c01 .about_inner_titanium .inner{
	margin: 0 auto 2em;
}
#renew_page_c01 .about_inner_titanium .inner div{
	width: 100%;
	padding: 0 1.4em;
}
#renew_page_c01 .about_inner_titanium p{
	font-size: 0.9em;
	margin: 0 0 2em;
	line-height: 1.6;
  color:#fff;
}
}

@media screen and (max-width: 450px) {
	#renew_page_c01 .hikaku ul li .step {
    height: 32px;
    width: auto;
}
}
/*add*/
#renew_page_c01 .Technology__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 25px;
    box-sizing: border-box;
}
@media screen and (min-width:900px) {
#renew_page_c01 #lead-point .feature,
#renew_page_c03 #lead-point .feature,
#renew_page_c05 #lead-point .feature,
#renew_page_c07 #lead-point .feature,
#renew_page_c01_5 #lead-point .feature,
#renew_page_cbwg #lead-point .feature,
#renew_page_fwg #lead-point .feature,
#page_c01_5th #lead-point .feature,
#page_rr_wedge #lead-point .feature {
  display: flex;
  justify-content: center;
  align-items: center;
}
#renew_page_c01 #lead-point .feature:nth-child(even),
#renew_page_c03 #lead-point .feature:nth-child(even),
#renew_page_c05 #lead-point .feature:nth-child(even),
#renew_page_c07 #lead-point .feature:nth-child(even),
#renew_page_c01_5 #lead-point .feature:nth-child(even),
#renew_page_cbwg #lead-point .feature:nth-child(even),
#renew_page_fwg #lead-point .feature:nth-child(even),
#page_c01_5th #lead-point .feature:nth-child(even),
#page_rr_wedge #lead-point .feature:nth-child(even){
	flex-direction: row-reverse;
}
/*#renew_page_c01 .feature-text,
#renew_page_c03 .feature-text,
#renew_page_c05 .feature-text,
#renew_page_c07 .feature-text,
#renew_page_c01_5 .feature-text,
#renew_page_cbwg .feature-text,
#renew_page_fwg .feature-text{
	padding: 7% 5% 0;
}*/
#renew_page_c01 #lead-point .feature-img,
#renew_page_c01 #lead-point .feature-text,
#renew_page_c03 #lead-point .feature-img,
#renew_page_c03 #lead-point .feature-text,
#renew_page_c05 #lead-point .feature-img,
#renew_page_c05 #lead-point .feature-text,
#renew_page_c07 #lead-point .feature-img,
#renew_page_c07 #lead-point .feature-text,
#renew_page_c01_5 #lead-point .feature-img,
#renew_page_c01_5 #lead-point .feature-text,
#renew_page_cbwg #lead-point .feature-img,
#renew_page_cbwg #lead-point .feature-text,
#renew_page_fwg #lead-point .feature-img,
#renew_page_fwg #lead-point .feature-text,
#page_c01_5th #lead-point .feature-img,
#page_c01_5th #lead-point .feature-text,
#page_rr_wedge #lead-point .feature-img,
#page_rr_wedge #lead-point .feature-text{
	width: 50%;
}
}
@media screen and (min-width:900px) and (max-width:1200px) {
#renew_page_c01 .feature-text,
#renew_page_c03 .feature-text,
#renew_page_c05 .feature-text,
#renew_page_c07 .feature-text,
#renew_page_c01_5 .feature-text,
#renew_page_cbwg .feature-text,
#renew_page_fwg .feature-text,
#page_c01_5th .feature-text,
#page_rr_wedge .feature-text{
	padding: 3.4em 3% 1em;
	font-size: 0.9em;}
#renew_page_c01 .feature-text h4,
#renew_page_c03 .feature-text h4,
#renew_page_c05 .feature-text h4,
#renew_page_c07 .feature-text h4,
#renew_page_c01_5 .feature-text h4,
#renew_page_cbwg .feature-text h4,
#renew_page_fwg .feature-text h4,
#page_c01_5th .feature-text h4,
#page_rr_wedge .feature-text h4{
  font-size: 1.1em;
	margin-bottom: 1.2em;
	letter-spacing: 0.1em;}
}

/*20210601追加分*/
.AddToCart__emphasis{
  font-size: 12px !important; 
  color: #E50113;
  margin-top: 14px;
}
.AddToCart__emphasis a{
  display: inline;
  font-size: 12px !important; 
  color: #E50113;
  text-decoration: underline;
}

/*20210827_Forged_WGページリニューアル*/
#fwg_message .wrapper,
#fwg_solevariation .wrapper{margin:6em auto 3em;}

#fwg_message .fwg_message_wrap{
	position: relative;
}
#fwg_message .message_text p {
color: #fff;
line-height: 1.8;
text-align: left;
}
#fwg_message .message_text p.right{
	text-align: right;
	margin: 2em 0 0;
}
#fwg_message .message_text {
  position: absolute;
  background: rgba(0,0,0,.3);
  line-height: 2;
}

@media screen and (min-width: 1280px) {
  #fwg_message .message_text p {font-size: 1.06em;}
  #fwg_message .message_text {
      position: absolute;
    top: 16%;
	left: 8%;
  padding: 45px;
  width: 40%; 
}
}
@media screen and (min-width: 899px) and (max-width: 1279px) {
  #fwg_message .message_text p {font-size: 0.9em;}
  #fwg_message .message_text {
      position: absolute;
  	top: 10%;
	left: 5%;
    padding: 30px;
  width: 43%;
  }
}
@media screen and (max-width:898px) {	
#fwg_message .message_text {
  position: relative;
width: 100%;
max-width: 100%;
padding: 25px;
background: #000;
}
}


#fwg_solevariation .ttlImg p {
	margin: 2em 1em 0;
	line-height: 2;
}

#fwg_solevariation .sole_3type .name{
	border: 2px solid #000;
	background: #f5f5f5;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 20px;
	padding: 10px 0;
	width: 60%;
}
#fwg_solevariation .sole_3type h5{
	margin: 2em 0;
	line-height: 1.8;
	font-weight: bold;
}
#fwg_solevariation .sole_3type .detail {margin: 2em 1em;}
#fwg_solevariation .sole_3type .detail p {line-height: 1.8;text-align: left;}



@media screen and (min-width:899px) {
#fwg_solevariation .ttlImg {
    position: relative;
}
#fwg_solevariation .ttlImg p {
    position: absolute;
    text-align: center;
    bottom: 5%;
    right: 5%;
	width: 55%;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	font-size: 0.9em;
  color:#000;
	text-align: center;
	margin: 2em auto 0;
	line-height: 2;
}
#fwg_solevariation .fwg_3tyle_wrap{
  overflow: auto;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
#fwg_solevariation .sole_3type{
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 2.5em 0.5em;
  margin: 0;
  box-sizing: border-box;
}
#fwg_solevariation #mid.sole_3type{
	border-left: 3px solid #eee;
	border-right: 3px solid #eee;
}
#fwg_solevariation .sole_3type .detail {margin: 2em 3em;}
}

#fwg_solevariation .fwg_3tyle_wrap{
  margin: 3em auto;
}
#fwg_solevariation .sole_3type{
  padding: 2.5em 0.5em;
  margin: 0;
}
@media screen and (max-width:898px) {	
#fwg_solevariation #mid.sole_3type{
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}
}

/*20211014-iron-hikaku*/
#comparison {
    font-size: 0.8em;
    line-height: 1.8;
    margin: 180px auto 30px;
    width: auto;
    max-width: 1000px;
    box-sizing: border-box;
}
#comparison table {
    table-layout: auto;
}
#comparison table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
#comparison table a img:hover{ opacity:0.8;}
#comparison #tcomp {
    border-top: 2px solid #ddd;
}
#comparison tr {
    border-bottom: 2px solid #ddd;
}
#comparison .iron_type, #comparison tr:last-child {
    border-bottom: none;
}
#comparison td, #comparison th {
    display: table-cell !important;
    max-width: 350px;
    width: 40%;
    padding: 25px 15px;
    empty-cells: show;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}
#comparison td.center {
    text-align: center;
}
#comparison .top th, #comparison .top td {
    vertical-align: top;
}
#comparison .iron_type th, #comparison .iron_type td {
    padding: 0 3px!important;
}
#comparison .iron_type th {
    vertical-align: bottom;
}
#comparison .name {
    margin: 0 auto 20px;
}
#comparison .name.now { position: relative;}
#comparison .name.now::before {
  content: '';
  width: 120px;
  height: 5px;
  display: inline-block;
  background-color: #F00;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
}
#comparison .name.long.now::before {
  width: 190px;
  left: calc(50% - 95px);
}
#comparison .name.long2.now::before {
  width: 160px;
  left: calc(50% - 80px);
}
#comparison .iron_type th .name img {
max-height: max-content;
width: auto;
height: 22px;
margin: 0 auto;
display: block;
}
@media screen and (max-width: 768px) {
#comparison .name.now::before {
  width: 100px;
  left: calc(50% - 50px);
}
#comparison .name.long.now::before {
  width: 140px;
  left: calc(50% - 70px);
}	
#comparison .name.long2.now::before {
  width: 120px;
  left: calc(50% - 60px);
}	  
#comparison .iron_type th .name img {
	height: 15px;
}
}

#comparison table td.first {
    width: 10%;
}
#comparison table .sole img {
    width: 45%;
    height: auto;
    padding-top: 5px;
  margin:0 auto;
}
 @media screen and (max-width: 768px) {
#comparison .table-scroll {
    overflow: auto;
}
#comparison .table-scroll::-webkit-scrollbar {
　　  height: 5px;
}
#comparison .table-scroll::-webkit-scrollbar-track {
 background: #333;
}
#comparison .table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}
#comparison {
	font-size: 0.7em;
    margin: 5em 1.5em;
}
#comparison table {
    width: 680px;
    table-layout: inherit;
}
#comparison td, #comparison th {
    width: auto;
    max-width: 140px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 10px 5px;
}
}

/* button  */
.page_products .club_category p.ClubsPage__toShopButtonCaption{
  text-align: center;
  max-width: 350px;
}
.ClubsPage__toShopButtonCaption{
  max-width: 350px;
}
.bold_help_text{
  margin-bottom: 20px;
  margin-top: -15px;
}
#page_online_shop_products .bold_help_text a{
  margin-bottom: 5px;
}
#page_online_shop_products .bold_help_text p,
#page_online_shop_products .bold_help_text a{
  color: #e50113;
  font-size: 12px;
  font-weight: 700;
  font-style: initial;
}
#page_online_shop_products .bold_help_text a{
  text-decoration: underline;
}
@media screen and (max-width: 768px){
  .ClubsPage__toShopButton{
    max-width: 350px;
    margin: 0 auto;
  }
  .ClubsPage__bottomButtonItem{
    max-width: 350px;
  }
  p.ClubsPage__shopPageButtonCaption,
  p.ClubsPage__shopListButtonCaption{
    text-align: center;
  }
}

/*20211129_LP_cbwg*/
#page_lp_cbwg img {
    display: block;
    margin: 0 auto;
}
#page_lp_cbwg .col-harf {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
#page_lp_cbwg .inner {
    max-width: 900px;
    margin: 0 auto;
}
#page_lp_cbwg .content01,
#page_lp_cbwg .content02,
#page_lp_cbwg .content03,
#page_lp_cbwg .content04,
#page_lp_cbwg .content05 {
    margin: 3em auto;
    overflow: hidden;
}
#page_lp_cbwg .content01 {
    padding-top: 5em;
}
#page_lp_cbwg .content03 {
    margin-bottom: 10em;
}
#page_lp_cbwg .photo-mid { margin: 8em 0;}
#page_lp_cbwg #message {
  padding:0 5% 0 0;
}
#page_lp_cbwg #message p{
font-size: 1rem;
line-height: 1.8;
  margin-bottom:2em;
}

#page_lp_cbwg .content01 .text-right {
    text-align: right;
}
#page_lp_cbwg .content02 .text {
    color: #fff;
    width: 80%;
    margin: 0 auto;
  font-size: 1.1em;
}
#page_lp_cbwg .content02 h2 {
    width: 60%;
    margin: 0 auto;
}
#page_lp_cbwg .content02 .combination img {
    width: 90%;
    margin: 2em auto;
    display: block;
}
#page_lp_cbwg .content02 #sousa {
  background: #1d6496 url(//proto-c.jp/cdn/shop/t/88/assets/lp_cbwg_bg_sousa.png?v=41936871295384656561751511411);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5em 0;
}
#page_lp_cbwg .content02 #kanyou {
    background: #50623d url(//proto-c.jp/cdn/shop/t/88/assets/lp_cbwg_bg_kanyou.png?v=171386352816552153251751511410);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 5em 0;
}
#page_lp_cbwg .content03 h3 {
    width: 70%;
    max-width: 540px;
    margin: 8em auto 3em;
}
#page_lp_cbwg .content03 .kage {
    box-shadow: 0 0 8px gray;
}
#page_lp_cbwg .content03 .feature-lead {
    max-width: 900px;
    width: 90%;
    margin: 5em auto;
}
#page_lp_cbwg .content03 .feature-lead p{ font-size: 1.1em; margin: 2em 0;}
#page_lp_cbwg .content03 .feature {
    background: #000;
    overflow: hidden;
    padding: 5em 0 0;
}
#page_lp_cbwg .content03 .feature ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#page_lp_cbwg .content03 .feature ul li {
    width: 50%;
    float: left;
}
#page_lp_cbwg .content03 .feature ul li p{ color: #fff;}
#page_lp_cbwg .content03 .feature ul li:nth-child(odd) .feature-point {
    margin: 0 10% 5em 0;
}
#page_lp_cbwg .content03 .feature ul li:nth-child(even) .feature-point {
    margin: 0 0 5em 10%;
}
#page_lp_cbwg .content03 .feature-point h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
  color:#fff;
}
#page_lp_cbwg .content03 .feature-point img {
    margin: 1em 0;
}
#page_lp_cbwg .content04 h5 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 2em 0 1em;
  line-height: 1.6;
font-size: 1.5em;
}
#page_lp_cbwg .content04 .col-harf {
    padding: 0 5px;
}
#page_lp_cbwg .content04 ul li {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
    position: relative;
    padding-bottom: 10%;
    overflow: hidden;
}
#page_lp_cbwg .content04 ul li+li {
    float: right;
    margin-top: 13em;
    margin-right: 0%;
}
#page_lp_cbwg .content05 #comparison .name {
    width: 100%;
}
#page_lp_cbwg .content05 #comparison .sole img {
    width: 100%;
}

@media screen and (min-width: 769px) {
#page_lp_cbwg .content05 #comparison {
    max-width: 900px;
}
#page_lp_cbwg .content05 #comparison table {
    table-layout: auto;
}
#page_lp_cbwg .content05 #comparison .name img {
    width: auto;
    height: 18px;
}
#page_lp_cbwg .content05 #comparison th, #page_lp_cbwg .content05 #comparison td {
    width: 40%;
    padding: 10px 15px;
    /*display: inline-block !important;*/
    box-sizing: border-box;
}
#page_lp_cbwg .content05 #comparison .first {
    width: 20%;
    padding: 25px 20px 25px 50px;
}
}

@media screen and (max-width: 768px) {
#page_lp_cbwg .col-harf {
    width: 100%;
    float: none;
}
#page_lp_cbwg #message { padding:0 5%;}  
#page_lp_cbwg .content01 {padding-top: 1em;}  
#page_lp_cbwg .content03 { margin-bottom: 3em;}
#page_lp_cbwg .photo-mid { margin: 3em 0;}
#page_lp_cbwg #message p,
#page_lp_cbwg .content02 .text,
#page_lp_cbwg .content03 .feature-lead p {font-size:1.05em;}  
#page_lp_cbwg .content03 .feature-point {
    font-size: 0.9em;
    margin: 0px 8% 5em !important;
}
#page_lp_cbwg .content04 .col-harf {
    width: 90%;
    margin: 0 auto;
  font-size:0.85em;
}

#page_lp_cbwg .content04 ul {
    margin: 3em 0;
}
#page_lp_cbwg .content05 #comparison table {
    width: 100%;
}
#page_lp_cbwg .content05 #comparison .name img {
    width: auto;
    height: 10px;
}
}

@media screen and (max-width: 450px) {
#page_lp_cbwg .content03 .feature ul li {
    width: 100%;
    float: none;
}
#page_lp_cbwg .content05 #comparison .first {
    width: 15%;
    padding: 25px 15px;
}
}
.link_bnr {text-align:center; margin:0 auto; width: 70%;}
@media screen and (max-width: 450px) { .link_bnr {width: 90%;}}


/*   グローバルサイト誘導テキスト用 */

.global_annotationLink{
	font-size: 15px;
 /*   line-height: 5px;  */
	text-decoration: underline;
	display: inline;
	color: #000;
}
/*  End  グローバルサイト誘導テキスト用 */


/*202202_LP_combo*/
.link-to-combo {margin: 60px auto 0; width: 80%; display: block;}
#page_lp_combo {
  background:#000;
  background:#0f1317;
  background:#0f0f0f;
}
#page_lp_combo p{
  color: #fff;
line-height: 2;
margin: 2em 0;
letter-spacing: 0.1em;
  font-weight:bold;
}
#page_lp_combo img {
    display: block;
}
#page_lp_combo .col-harf {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
#page_lp_combo .inner {
    max-width: 900px;
    margin: 0 auto;
}
#page_lp_combo .content01, #page_lp_combo .content02, #page_lp_combo .content03, #page_lp_combo .content04, #page_lp_combo .content05 {
    margin: 3em auto;
    overflow: hidden;
}
#page_lp_combo #lead2023.content01 {
  background: #f9f9f9 url(//proto-c.jp/cdn/shop/t/88/assets/lp_combo2023_bg_lead.png?v=29686445944173837201751511423) right bottom no-repeat;
    background-size: cover;
	padding: 4em 0;
    margin-top: 0;
    margin-bottom: 0;
}
#page_lp_combo #lead2024.content01 {
  background: #fff url(//proto-c.jp/cdn/shop/t/88/assets/lp_combo2024_bg_lead.jpg?v=106140060085862569911751511431) left center no-repeat;
    background-size: cover;
	padding: 5em 0;
    margin-top: 0;
    margin-bottom: 0;
}
#page_lp_combo #lead2023.content01 p{ color:#000; text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.3);}    
#page_lp_combo .content01 .col-harf {
    padding: 2em;
}
#page_lp_combo .content01 .col-harf.lead {
    margin: 4em 0; width: 45%;
}
#page_lp_combo #lead2024.content01 .col-harf.lead {
	background: rgba(255,255,255,0.7);
}
#page_lp_combo #lead2024.content01 .col-harf.lead p{
	color: #000;
}
#page_lp_combo .content01 img{ padding: 0 30px;}
#page_lp_combo .content02 .text {
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
#page_lp_combo .content02 h2 {
    width: 80%;
    margin: 2em 0;
	max-width: 410px;
  padding-bottom:0;
}
#page_lp_combo .content02 h2:after{ margin:0 !important; background:none;}
#page_lp_combo .content02 .combination img {
    width: 90%;
    margin: 2em auto;
    display: block;
}

#page_lp_combo .content02 {
    background: #3f5f6b;
	padding-bottom: 1em;
  margin-top: 0;
}
#page_lp_combo .content02 .about {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}

#page_lp_combo #combo202409.content03 {
	background: #3f5f6b;
	}
#page_lp_combo .content03 .col-harf ul li{
	float: left;
	width: 50%;
}

#page_lp_combo .content03 h3 {
width: 80%;
margin: 5em 0 2em;
max-width: 420px;
}
#page_lp_combo .content03 .feature-text {
    padding: 3em auto;
}
#page_lp_combo .content03 .feature {
    background: #000;
    overflow: hidden;
    padding: 5em 0 0;
}
#page_lp_combo .content03 .feature ul {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
#page_lp_combo .content03 .feature ul li {
    width: 50%;
    float: left;
    color: #fff;
}
#page_lp_combo .content03 .feature ul li:nth-child(odd) .feature-point {
    margin: 0 10% 5em 0;
}
#page_lp_combo .content03 .feature ul li:nth-child(even) .feature-point {
    margin: 0 0 5em 10%;
}
#page_lp_combo .content03 .feature-point h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0.2em;
}
#page_lp_combo .content03 .feature-point img {
    margin: 1em 0;
}
#page_lp_combo .content04 h3 img{margin: 0 auto 1em; width: 18%;}
#page_lp_combo .content04 .title_border + span {color:#fff;}
#page_lp_combo .content04 .photo {width: 38%; float: left;}
#page_lp_combo .content04 .text {width: 60%; float: right; 
	padding: 40px 40px 40px 20px; 
	box-sizing: border-box;}
#page_lp_combo .content04 .text dl dt{ width: 90%; margin: 1em auto;}
#page_lp_combo .content04 .text dl dd{position: relative; clear:both; color: #fff; letter-spacing: 0.1em; font-weight: bold;}
#page_lp_combo .content04 .text dl dd div{ position: absolute;
	top: -60px;
	left: 0;
	width: 46px;
}
#page_lp_combo .content04 #setting01 {
	overflow: hidden;
	background:  #a6a537;
	margin: 2em 0; 
}
#page_lp_combo .content04 #setting02 {
	overflow: hidden;
	background:  #43799f;
	margin: 2em 0; 
}
#page_lp_combo .content04 #setting02 .photo {float: right;}
#page_lp_combo .content04 #setting02 .text {float: left;
padding: 40px 10px 40px 50px; }

#page_lp_combo .content04 #setting03 {
	overflow: hidden;
	background:  #489561;
	margin: 2em 0; 
}
#page_lp_combo .content04 h5 {
    font-weight: bold;
    font-size: 1.2em;
    margin: 4em 0 2em;
}
#page_lp_combo .content04 .col-harf {
    padding: 0 5px;
}
#page_lp_combo .content04 ul li {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
    position: relative;
    padding-bottom: 10%;
    overflow: hidden;
}
#page_lp_combo .content04 ul li+li {
    float: right;
    margin-top: 5rem;
    margin-right: 0%;
}
#page_lp_combo .content05 {background: #fff; overflow: hidden; margin-bottom: 0;}
#page_lp_combo .content05 .attention {
background: #696969;
color: #fff;
padding: 10px 15px;
display: inline-block;
letter-spacing: .15em;
margin: 2em 0;
font-weight: bold;
}
#page_lp_combo .content06 {
	margin-bottom: 3em;
	background: #0d1218;
}

@media screen and (min-width: 769px) {
#page_lp_combo #lead2024.content01 .spOnly {
	display: none;
	visibility: hidden;
}
#page_lp_combo .content02 {
        padding-bottom: 3em;
	/*min-height: 780px;*/
	position: relative;
}
#page_lp_combo #combo2024.content02 {
	background: #000 url(//proto-c.jp/cdn/shop/t/88/assets/lp_combo_bg3.jpg?v=96023333184143073681751511439) right top no-repeat;
	background-size: cover;
	min-height: 790px;
	}
#page_lp_combo #combo2024.content02 .spOnly {
	display: none;
	visibility: hidden;
}
#page_lp_combo .content02 .about {
	width: 44%;
	position: absolute;
	bottom: 50px;
	left: 5%;
}
#page_lp_combo #combo2024.content02 .about {
	bottom: 10px;
	}
#page_lp_combo .content03 {
	overflow: hidden;
	padding: 3em;
}	
#page_lp_combo .content03 .col-harf{
	float: right;
  padding: 2em;
}
#page_lp_combo .content05 {padding-bottom: 6em;}  
}

@media screen and (max-width: 768px) {
.link-to-combo { width: 100%;}
#page_lp_combo .col-harf {
    width: 100%;
    float: none;
	padding: 1.5em;
}
#page_lp_combo #lead2023.content01 {
  background-size: auto 70%;
}
#page_lp_combo #lead2024.content01 {
	background-size: contain;
    background-position: bottom;
    padding: 0 0 220px;
	
	background: #fff;
	padding: 0;
}	
#page_lp_combo #lead2024.content01 img {
  padding: 30px 0 0;
}	
#page_lp_combo .content01 .col-harf {padding:0 1.5em;}  
#page_lp_combo .content01 .col-harf.lead {
    margin: 2em 0; width: 100%;
}
#page_lp_combo .content01 .col-harf.lead p{
    font-weight:normal;
} 
#page_lp_combo #lead2024.content01 .col-harf.lead {
	margin: -2em auto;
    width: 100%;
    padding: 0 1.5em 20px;
}
#page_lp_combo #combo2024.content02 {
	margin-bottom: 0;
	padding-bottom: 0;
	background: #0f0f0f;
	}	
#page_lp_combo .content02 h2 {
    width: 70%;
    margin: 0;
	max-width: 380px;
} 
#page_lp_combo .content02 .about {
	width: 100%;
	position: relative;
	/*bottom: 10px;*/
	padding: 60px 1.5em 40px;
}
#page_lp_combo .content03 {
    margin-bottom: 6em;
	margin: 0 0 6em 0;
    padding: 1em 0 5em;
}
#page_lp_combo .content03 h3 {
    margin-top: 2em;
}  
#page_lp_combo .content03 .feature-point {
    font-size: 0.9em;
    margin: 0px 8% 5em !important;
}
#page_lp_combo .content04 .text dl dt{ width: 100%; margin: 1em auto 2em;}
#page_lp_combo .content04 h3 img{ width: 45%;}	
#page_lp_combo .content04 .photo {width: 70%; float: none;}
#page_lp_combo .content04 .text,
#page_lp_combo .content04 #setting02 .text {width: 100%; float: none; clear:both; 
	padding: 40px 20px;}
#page_lp_combo .content04 #setting02 .photo {float: right; }
#page_lp_combo .content04 .col-harf {
    width: 90%;
    margin: 0 auto;
}
#page_lp_combo .content04 ul {
    margin: 3em 0;
}
#page_lp_combo .content04 .text dl dd{font-weight: normal;}
}
@media screen and (max-width: 650px) {
#page_lp_combo #lead2023.content01 {
  background-size: auto 40%;
}
}

/*202211_LP_forgedwg*/

@media screen and (min-width: 769px) {
.set_flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
/*    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
*/
}
.set_flex--bet {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.set_flex--center {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    -webkit-justify-content: center;
}
.set_flex--start {
    justify-content:flex-start;
    -webkit-justify-content: flex-start;
}
}
#page_lp_forgedwg .inSize{
	width: 100%;
	max-width: 1080px;
	margin:  0 auto;
}
#page_lp_forgedwg .forged_wedge_hero, #page_lp_forgedwg .forged_wedge_heroSlider {box-shadow: none;}
#page_lp_forgedwg .content01 {
  width: 100%;
max-width: 1200px;
margin: 180px auto 280px;
position: relative;
}
#page_lp_forgedwg .content01 .photo{}
#page_lp_forgedwg .content01 .text{
  background: #585360;
padding: 60px 50px;
border-radius: 14px;
width: 44%;
right: 0;
position: absolute;
bottom: -100px;
}
#page_lp_forgedwg .content01 .text p{
color: #fff;
margin: 0 0 1.5em;
line-height: 1.6;
font-size: 1em;}
#page_lp_forgedwg .content01 p.text-right {text-align:right; margin: 0; font-size: 0.8em;}
#page_lp_forgedwg .content02 h2{
width: 60%;
text-align: left;
margin: 0;}
#page_lp_forgedwg .content02 h2::after{ height:0;}
#page_lp_forgedwg .content02 { background: #222; color: #fff; padding: 200px 0; margin-bottom: 200px;}
#page_lp_forgedwg .content02 dl  {margin: 60px 0; }
#page_lp_forgedwg .content02 dl dt,
#page_lp_forgedwg .content02 dl dd {width: 50%; color: #fff; font-size: 1.04em; line-height: 2;}
#page_lp_forgedwg .content02 dl dt img{ float: left; margin: 0 1em 0 0;}
#page_lp_forgedwg .content02 dl dt p {
margin-top: 4px;
color: #fff;
font-size: 1.6em;
font-weight: bold;
}
#page_lp_forgedwg .content02 dl dt p.line1 {margin-top: 22px;}

#page_lp_forgedwg #fwg_solevariation h2 {width: 40%; max-width: 380px;}
#page_lp_forgedwg #fwg_solevariation .ttlImg {margin-bottom: 60px;}
#page_lp_forgedwg .content03 .obi{ background: #4d4d4d;}
#page_lp_forgedwg .content03 .obi h3 {width: 40%; max-width: 300px; padding:20px 0;}

#page_lp_forgedwg .content03 .obi .inSize,
#page_lp_forgedwg .soleDetail{
	width: 100%;
	max-width: 1080px;
	margin:  0 auto;
}

#page_lp_forgedwg .soleDetail{
}
#page_lp_forgedwg .detal_sole_L {
	padding: 120px 20px 60px;
	width: 40%;
}
#page_lp_forgedwg #sole03 .detal_sole_L {
	padding-top: 60px;
}
#page_lp_forgedwg .detal_sole_L h4 {
  margin: 2em 0;
  line-height: 1.8;
  font-weight: bold;
}
#page_lp_forgedwg .detal_sole_L .detail {
	width: 94%;
}
#page_lp_forgedwg .detal_sole_R {
	width: 60%;
	padding: 60px 30px 20px;
border-left: 3px solid #eee;
}
#page_lp_forgedwg .detal_sole_R dl dt{
	width: calc(100% / 4);
	text-align: center;
	padding-bottom: 1em;
}
#page_lp_forgedwg .detal_sole_R dl dt span{
	background: #c30d1b;
	color: #fff;
	padding: 1px 0;
	display: block;
	font-weight: bold;
  letter-spacing: 0.1em;
}
#page_lp_forgedwg .detal_sole_R dl dd{
	margin-bottom: 40px;
padding-left: 1em;
clear: both;
line-height: 2;
font-weight: bold;
}
#page_lp_forgedwg .detal_sole_R .dl_basic {
	width: 90%;
	margin: 2em 0;
}
#page_lp_forgedwg .detal_sole_R .dl_basic img{
	float: right;
width: 240px;
	margin: 0 0 0 2em;
border: 2px solid #7fcc90;
}

@media screen and (max-width: 768px) {
#page_lp_forgedwg .content01{margin: 40px auto;}
#page_lp_forgedwg .content01 .text {
  padding: 40px 30px;
  border-radius: 0;
  width: 100%;
  position: relative;
  bottom: 0;
}
 #page_lp_forgedwg .content02 {
   padding: 80px 20px; margin-bottom: 100px;}
 #page_lp_forgedwg .content02 h2 {
   width: 90%;
 }
#page_lp_forgedwg .content02 dl {margin: 30px 0;}  
#page_lp_forgedwg .content02 dl dt, #page_lp_forgedwg .content02 dl dd {
  width: 100%;
  clear: both;
  font-size: 0.9em;
}
#page_lp_forgedwg .content02 dl dt img {
  float: left;
  margin: 0 1em 20px 0;
  width: 50px;
 }
#page_lp_forgedwg .content02 dl#point2 dt img { margin: -10px 1em 20px 0;}
#page_lp_forgedwg .content02 dl dt p {
   font-size: 1.2em;
 } 
#page_lp_forgedwg .content03 .obi h3 {
  width: 60%;
  max-width: 300px;
  padding: 20px;
}
 #page_lp_forgedwg .detal_sole_L{
   padding: 40px 20px 0;
width: 100%;
 }
#page_lp_forgedwg .detal_sole_L .detail {width: 100%;}    
#page_lp_forgedwg .detal_sole_L .detail p {font-size: 0.9em;}  
 #page_lp_forgedwg .detal_sole_R {
border-left: none;
padding: 0px 20px 40px;
width: 100%;   
 }
#page_lp_forgedwg .detal_sole_R dl {margin: 2em 0 0;}
#page_lp_forgedwg .detal_sole_R dl dd {
  padding: 0 10px;
  margin-bottom: 0px;
}  
#page_lp_forgedwg .detal_sole_R dl dt {
width: auto;  
} 
#page_lp_forgedwg .detal_sole_R .dl_basic {width: 100%; margin: 2em 0 0;}  
#page_lp_forgedwg .detal_sole_R .dl_basic img {
  float: none;
  display: block;
  margin: 10px auto 20px;
}  

}



/*Setting-page-c03tc-230412*/
.Club__heading div.Club__heading--03tc {width: 100%;}
#preOrder.ClubsPage__toShopButtonItem,
#preOrder.ClubsPage__shopPageButton{
	background: #bd2121;
}
#preOrder.ClubsPage__toShopButtonItem::before,
#preOrder.ClubsPage__shopPageButton::before {
	background: #981b1b;
}
#spec7set.Spec__table th:first-child,
#spec7set.Spec__table td:first-child{
    width: auto; }
#spec7set.Spec__table th:nth-of-type(n+2),
#spec7set.Spec__table td:nth-of-type(n+2) {
    width: 11.2%; }

/*page-C01tb_ic-230703*/
.Club__heading div.Club__heading--01tbic {width: 80%;}
.kome { font-size: 0.7em; vertical-align: top;}
.kome-sub {text-align: right !important; font-size: 0.7em !important; margin: 0;}
#renew_page_c01 .C01tbic_aboutTec {
  background: #dee5ed;
  overflow: hidden;
	padding-top: 150px;
}
#renew_page_c01 .C01tbic_aboutTec .ttl {
width: 100%;
margin: 0 auto 20px;
display: block;
max-width: 1100px;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku {
	max-width: 1100px;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku ul.top li img {
	width: 80%;
	max-width: 400px;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku1,
#renew_page_c01 .C01tbic_aboutTec .hikaku1-1{
	background: #23262e;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku1-1 .text {
  margin: 0 5em 2em;
  padding-top: 2em;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku1-1 .img {
  margin: 0 auto 2em;
  width: 95%;
  float: none;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku ul li.hikaku2-1 {
	padding-bottom: 0;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 {
  min-height: 500px;
	background: #1d1d1d url(//proto-c.jp/cdn/shop/t/88/assets/page_c01tbic_bg_tec02.png?v=18506054270415269521751511476) left bottom no-repeat;
  background-size: 50% auto;
}

#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .text {
	margin: 2em 5em;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img2 {
  box-sizing: border-box;
  padding: 0;
  width: 95%;
  float: none;
  margin: 0 auto;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 {
  float: right;
  box-sizing: border-box;
  padding: 2em 0 0 0;
  width: 50%;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 p{
	margin: 0 1em 1em 1em;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku3{
	background: #2c2b2b;	
}
#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .wrap {
	overflow: hidden;
	background: url(//proto-c.jp/cdn/shop/t/88/assets/page_c01tbic_bg_tec03.png?v=3396857356212773741751511477) left top no-repeat;
	background-size: 50% auto;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .wrap .text {
  float: right;
  width: 58%;
	padding-bottom: 0;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .text p {
  margin: 1.5em 1em 0 0;
}
#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .cutsample {
	display: block;
	margin: 10px auto 30px;
	width: 80%;
}
.photo4type {padding-top: 100px;}

@media screen and (max-width: 768px) {
#renew_page_c01 .C01tbic_aboutTec, .photo4type	{ padding-top: 50px;}
	#renew_page_c01 .C01tbic_aboutTec .hikaku1-1 .text,
	#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .text,
	#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 p,
	#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .wrap .text{
		margin: 1em 1.2em;
		padding: 0;
		text-align: justify;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku1-1 .img{
		margin: 0 auto;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 {
		width: 100%;
		padding: 0;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 p{
		width: auto;
		padding-bottom: 1em;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku2-1 .img3 img {
		width: 50%;
		float: right;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .wrap .text{
		width: auto;
		float: none;
	}
	#renew_page_c01 .C01tbic_aboutTec .hikaku3-1 .text p {
		margin: 0;
	}

}
/*202403_C01.5th*/
.c015th_trajectory {margin: 120px auto ; width: 80%; display: block;}
@media screen and (max-width: 768px) {
  .c015th_trajectory { width: 90%; }
}

/*page-c05tp-240524*/
#itemGW { 
	width: 90%;
	margin: 15% auto;
	padding: 0 40px;
	border-top: 5px solid #373e61;
	border-bottom: 5px solid #373e61;
	background: #e0e0e0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1000px;
	box-shadow: 0px 18px 20px -10px rgba(0, 0, 0, 0.3);
}
#renew_page_c07 #itemGW { 
	border-top: 5px solid #7c7c7c;
	border-bottom: 5px solid #7c7c7c;
	background: #3e3e3e;
}
#itemGW .photo {
	width: 54%;	
}
#itemGW .text {
	width: 45%;
	padding: 0px 20px; line-height: 1.6; }

#renew_page_c07 #itemGW .photo,
#renew_page_c07 #itemGW .text {
	width: 50%;	
}
#itemGW .text h5 {
	font-size: 1.2em;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	padding: 15px 0;
	font-weight: bold;
	text-align: center;
}
#renew_page_c07 #itemGW .text h5 {
	color: #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
#itemGW .text p {padding: 20px;}
#renew_page_c07 #itemGW .text p{ color: #fff; padding: 20px 10px 0;}

@media screen and (max-width: 768px) {
#itemGW { 
	display: block;
	text-align: center;
	padding: 0;
	margin: 15% auto 20%;
	}
#itemGW .photo,
#itemGW .text,
#renew_page_c07 #itemGW .photo,
#renew_page_c07 #itemGW .text {width: 100%;}
#itemGW img{ 
  width: 70%;
  max-width: 420px;
	}
	#itemGW .text {
		padding: 0 20px;
	}	
	#itemGW .text p,
	#renew_page_c07 #itemGW .text p{ text-align: left; padding: 20px;}
}
#spec8set.Spec__table th:first-child,
#spec8set.Spec__table td:first-child{
    width: auto; }
#spec8set.Spec__table th:nth-of-type(n+2),
#spec8set.Spec__table td:nth-of-type(n+2) {
    width: 10%; }

/*Add-combo-spec*/
#numericalComparison .table-container {
  border: 1px solid #ebebeb;
  height: fit-content;
  margin: 2rem auto;
  overflow-x: scroll;
  width: 100%;
}
#numericalComparison .table-element {
  border-collapse: separate;
  border-spacing: 0;
  font-size: .9em;
  height: 100%;
  position: relative;
  width: 100%;
}
#numericalComparison .table-header-group {
  border-bottom: 1px solid #ebebeb;
  height: 40px;
  top: 0;
  width: 100%;
  z-index: 10;
}
#numericalComparison .table-header-group .table-header {
  background: rgba(215, 215, 215, 1);
  height: 40px;
}
#numericalComparison .table-body {
  width: 100%;
}
#numericalComparison .table-body .table-header {
  background: #fff;
  left: 0;
  min-width: 90px;
  position: sticky;
  width: 130px;
	padding: 5px 3px;
}
#numericalComparison .table-body .table-header::before {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  z-index: 15;      
}
#numericalComparison .table-body .table-header::after {
  box-shadow: 2px 0 8px rgb(0 0 0 / 70%);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 10;
}
#numericalComparison .table-body .table-row:nth-of-type(even) {
  background: rgba(240, 240, 240, 1);
}
#numericalComparison .table-row.is-header {
  background: rgba(230, 230, 230, 1);
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
}
#numericalComparison .table-row {
  width: 100%;
}
#numericalComparison .table-data {
  height: 60px;
  min-width: 80px;
	text-align: center;
}
#numericalComparison .table-header,
#numericalComparison .table-data {
  border-bottom: 1px solid #ebebeb;
}
#numericalComparison .table-data {
  border-right: 1px solid #ebebeb;
}
#numericalComparison .table-body .table-row:last-of-type .table-header {
  border-bottom: none;
}
#numericalComparison .table-data:last-of-type {
  border-right: none;
}
#numericalComparison .table-body .table-header span{
	display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
	font-size: 0.9em;
}

/*Setting-page-rr_wg*/
#rr_wg_message .wrapper,
#rr_wg_solevariation .wrapper {
	margin:10em auto 2em;
}
#rr_wg_message .rr_wg_message_wrap{
	position: relative;
	margin-bottom: 6em;
}
#rr_wg_message .message_text p {
line-height: 1.8;
text-align: left;
	margin-bottom: 10px;
}
#rr_wg_message .message_text {
  position: absolute;
}

@media screen and (min-width: 1280px) {
  #rr_wg_message .message_text p {
	  font-size: 1.06em;
	}
  #rr_wg_message .message_text {
      position: absolute;
    top: 15%;
	right: 8%;
  padding: 45px 45px 0;
  width: 42%; 
}
}
@media screen and (min-width: 899px) and (max-width: 1279px) {
  #rr_wg_message .message_text p {font-size: 0.9em;}
  #rr_wg_message .message_text {
      position: absolute;
  	top: 10%;
	right: 5%;
    padding: 30px 5px 0;
  width: 43%;
  }
}
@media screen and (max-width:898px) {	
#rr_wg_message .message_text {
  position: relative;
width: 100%;
max-width: 100%;
padding: 25px;
background: #000;
}
#rr_wg_message .message_text p {
	  color: #fff;
}	
}

#rr_wg_solevariation .ttlImg p {
	margin: 2em 1em 0;
	line-height: 2;
}

#rr_wg_solevariation .sole_3type .detail {margin: 2em 1.2em;}
#rr_wg_solevariation .sole_3type .detail p {line-height: 1.8;text-align: left;}


@media screen and (min-width:899px) {
#rr_wg_solevariation .ttlImg {
    position: relative;
}
#rr_wg_solevariation .ttlImg p {
    position: absolute;
    text-align: center;
    bottom: 5%;
    right: 5%;
	width: 55%;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	font-size: 0.9em;
  color:#000;
	text-align: center;
	margin: 2em auto 0;
	line-height: 2;
}
#rr_wg_solevariation .sole_3type_wrap{
  overflow: auto;
  display: flex;
  box-sizing: border-box;
  width: 100%;
}
#rr_wg_solevariation .sole_3type{
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 2.5em 6px;
  margin: 0;
  box-sizing: border-box;
}
#rr_wg_solevariation #mid.sole_3type {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	padding: 2.5em 4px;
}

#rr_wg_solevariation .fwg_3tyle_wrap{
  margin: 3em auto;
}
}

@media screen and (max-width:898px) {
.rr_wedge_technology {
		margin: 10em auto 0;
}	
#rr_wg_solevariation .sole_3type_wrap.wrapper{
	margin: 2em auto;
	}
#rr_wg_solevariation .sole_3type{
	width: 90%;
    margin: 0 auto;
    padding: 20px 0 0;
	}	
#rr_wg_solevariation #mid.sole_3type{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
.section.rr_wedge_spec .sp th,
.section.rr_wedge_spec .sp td{
	font-size: 0.65em;
	padding: 10px 0;
}
.section.rr_wedge_spec .sp td{
	padding: 5px 0;
}
.section.rr_wedge_spec .sp .bgW{
		background: #fff;
	}	
}


