html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #2f2f2f;
	text-align: justify;
}
.forPC {
	display: inline;
}
.forSP {
	display: none;
}
#container {
	min-width: 960px;
}
#content {
	position: relative;
	z-index: 10;
}
.PageHeader__wrap {
	padding-bottom: 24px;
	border-bottom: 4px solid #E6E6E6;
}
div[class*="slideType"] {
	position: relative;
	overflow: hidden;
}
section {
	margin-bottom: 100px;
}

/* ページネーション */
.pagination {
	margin: 40px 0;
	text-align: center;
}
.pagination ul {
	display: flex;
	justify-content: center;
}
.pagination a, .pagination span {
	margin: 0 8px;
	border: 1px solid #ccc;
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
}
.pagination span.current {
	background-color: #828282;
	border: 1px solid #828282;
	color: #fff;
}
.pagination a.prev,
.pagination a.next {
	display: none;
}


/* セクション共通 */
.MainVisual {
	position: relative;
	overflow: hidden;
}
.SubMainVisual {
	margin-bottom: 64px;
}
.MainVisual.-video {
	height: 650px;
	margin-bottom: 0;
}
.MainVisual__video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.MainVisual__wrap {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.MainVisual__wrap > video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.About {
	background: #000;
	color: #fff;
	padding: 72px 0;
}
.About__title {
	color: #a91e22;
	font-weight: 700;
	font-size: 4.2rem;
	text-align: center;
	margin-bottom: 24px;
	line-height: 1.6;
}
.About__content {
	line-height: 2.2;
	font-size: 1.8rem;
	max-width: 700px;
	margin: 0 auto;
}
.About__content .quote {
	font-style: italic;
}

/* フロントページ  */
.FrontSlide {
	background: #E6E6E6;
	margin-bottom: 0;
}
.FrontSlide__prev,
.FrontSlide__next {
	background: rgba(0,0,0,0.6);
	width: 60px;
	height: 70px;
	color: #fff;
}
.FrontSlide__prev {
	left: 0;
}
.FrontSlide__next {
	right: 0;
}
.FrontSlide__link {
	width: 100%;
	height: 0;
	padding-top: 45%;
	display: block;
}
.FrontSlide__link.-one {
	background: url(../../../../img/top/ad_slide1.jpg) no-repeat center center / cover;
}
.FrontSlide__link.-two {
	background: url(../../../../img/top/ad_slide2.jpg) no-repeat center center / cover;
}
.FrontSlide__link.-three{
	background: url(../../../../img/top/smswedge_mainbnr.jpg) no-repeat center center / cover;
}

.FrontAbout {
	background-color: #000;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 90px;
	margin-bottom: 0px;
}
.FrontAbout__desc {
	line-height: 2;
}
.FrontAbout__wrap {
	display: flex;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	align-items: flex-end;
	justify-content: space-between;
}
.FrontAbout__title {
	color: #A81D22;
	font-weight: 900;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	font-family: 'Open Sans';
}
.FrontBanner {
	margin-bottom: 0;
}
.FrontBanner img {
	width: 100%;
}
.FrontLineup {
	background-color: #000;
}
.FrontLineup__top {
	background-image: url(../../../../img/top/lineup__bk.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 536px;
	text-align: center;
	padding-top: 80px;
}
.FrontLineup__wrap {
	background-color: #000;
	color: #fff;
	padding-top: 54px;
	padding-bottom: 50px;
	display: flex;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: flex-end;
}

.FrontLineup__wrap p {
	font-size: 20px;
}
.FrontLineup__title {
	font-size: 48px;
	font-family: Arial;
}
.FrontLineup__catch {
	font-size: 32px;
	font-family: "Yu Mincho", "YuMincho";
}
.FrontProduct {
	margin-bottom: 0;
}
.FrontProduct__item {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 3;
	transition: all .3s;
}
.FrontProduct__img img {
	transition: all .5s;
}
.FrontProduct__item:before {
	display: block;
	content: "→";
	position: absolute;
	font-size: 5.6rem;
	right: 24px;
	bottom: 0;
	color: #fff;
	opacity: 0;
	transform: all .3s;
	z-index: 2;
	font-weight: 400;
}
.FrontProduct__item:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -22vw;
	right: 5vw;
	height: 0; 
	width: 200px;
	border-bottom: 30vw solid rgba(169, 30, 34, 0.8);
	border-right: 130px solid transparent;
	transform: rotate(-90deg);
	transition: all .3s;
	z-index: 1;
}
.FrontProduct__item:hover img {
	transform: scale(1.07);
}
.FrontProduct__item:hover:before {
	opacity: 1;
}
.FrontProduct__item:hover:after {
	bottom: -10vw;
	opacity: 1;
}
.FrontProduct__title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	width: 100%;
}
.FrontProduct__img {
	overflow: hidden;
}

.FrontVideo {
	background: #000;
	color: #fff;
	padding: 60px 0;
	margin-bottom: 0;
}
.FrontVideo__title {
	font-size: 3.2rem;
	font-weight: 700;
}
.slideType2 {
	padding: 60px 0;
	margin-top: -40px;
}
.FrontVideo__wrap {
	margin: 0 20px;
}
.FrontVideo__youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.FrontVideo__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.FrontVideo__prev,
.FrontVideo__next {
	width: 40px;
	height: 40px;
	color: #fff;
	top: 24px;
	background: #a91e22;
}
.FrontVideo__prev:after,
.FrontVideo__next:after {
	font-size: 2rem;
}
.FrontVideo__prev {
	left: auto;
	right: 78px;
}

.FrontSocial {
	margin-bottom: 80px;
	position: relative;
}
.FrontSocial__item {
	width: 48%;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	overflow: hidden;
}
.FrontSocial__title {
	color: #fff;
	padding: 6px 10px;
}
.-facebook .FrontSocial__title {
	background: #3B5998;
}
.-instagram .FrontSocial__title {
	background: #918877;
}

/* storyページ */
.StoryAbout {
	margin-bottom: 60px;
	padding: 40px 0;
}
.StoryAbout__titleWrap {
	margin-bottom: 32px;
}
.StoryAbout__title {
	color: #a91e22;
}
.StoryAbout__content {
	font-size: 4rem;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.Philosophy__block,
.Vision__block{
	margin-bottom: 80px;
}
.Philosophy__content > img {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.Philosophy__bgImg,
.Vision__bgImg {
	background: #000;
}
.Vision__content > *{
	margin-bottom: 24px;
}

.DevelopItem:not(:last-child) {
	margin-bottom: 80px;
}
.DevelopItem__img {
	width: 312px;
}
.DevelopItem__content {
	width: calc(100% - 336px);
	margin-top: -8px;
}
.DevelopItem:nth-child(odd) .DevelopItem__img{
	order: 2;
}
.DevelopItem__title {
	text-align: left;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 8px;
}
.DevelopItem__title span{
	font-weight: 400;
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 20px;
}

/* ironsページ */
.ironsPage .c-content__title {
	min-height: 110px;
}


/* 店舗ページ */
.storePage {
	margin-top: 24px;
}
.StoreInfo {
	color: #2f2f2f;
	margin-bottom: 0;
}
.StoreNotice {
	margin-bottom: 16px;
}
.StoreNotice__wrap {
	border: 1px solid #999;
	font-size: 1.2rem;
}
.StoreNotice__title {
	padding: 4px 0;
	text-align: center;
	background: #8f2113;
	color: #fff;
	border-bottom: 1px solid #999;
}
.StoreNotice__content {
	padding: 16px;
}

.StoreInfo__linkList {
	margin-bottom: 24px;
}
.StoreInfo__linkItem {
	display: block;
	background: #c6c6c6;
	border: solid 2px #b3b3b3;
	padding: 2px 16px;
	font-weight: 700;
}
.StoreInfo__linkItem.first {
	margin-bottom: 16px;
}
.StoreInfo__linkItem.first span {
	display: inline-block;
}
.StoreInfo__linkItem span:nth-child(1) {
	font-size: 2.2rem;
}
.StoreInfo__linkItem span:nth-child(2) {
	font-size: 2.8rem;
	margin: 0 4px 0;
}
.StoreInfo__linkItem.first span:nth-child(3) {
	font-size: 1.2rem;
	font-weight: 400;
}

.StoreInfoSort {
	margin-bottom: 24px;
}
.StoreInfoSort__title {
	background: #2f2f2f;
	color: #fff;
	font-size: 1.8rem;
	padding: 8px 16px;
	margin-bottom: 16px;
}
.StoreInfoSort__flex {
	justify-content: flex-start;
}
.StoreInfoSort__flex a:not(:last-child){
	margin-right: 24px;
}

.StoreIcon {
	border: 1px solid #ccc;
	margin-bottom: 24px;
}
.StoreIcon__title {
	font-size: 1.8rem;
	padding: 4px 16px;
	background: linear-gradient(#fcfcfc, #eaeaea 100%);
	border-bottom: 1px solid #ccc;
}
.StoreIcon___wrap {
	flex-wrap: wrap;
	padding: 18px 50px;
}
.StoreIconItem {
	display: flex;
	width: 188px;
	margin: 16px;
}
.StoreIconItem__img {
	margin-right: 8px;
}
.StoreIconItem__text {
	font-size: 1.2rem;
	line-height: 1.6;
}

.StoreNav {
	margin-bottom: 40px;
}
.StoreNav__list {
	flex-wrap: wrap;
	background: #ccc;
	padding: 8px 16px;
}
.StoreNav__item {
	background: #fff;
	font-size: 2rem;
	display: block;
	text-align: center;
	padding: 20px 0;
	width: 220px;
	margin: 8px 0;
}
.StoreNav__item > span {
	display: inline-block;
	position: relative;
}
.StoreNav__item > span:before,
.StoreNav__item > span:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	transform: translatey(-50%);
}
.StoreNav__item > span:before {
	width: 16px;
	height: 16px;
	background: #000;
	left: -24px;
	border-radius: 2px;
}
.StoreNav__item > span:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	left: -21px;
}

.StoreContent__titleWrap {
	display: flex;
	align-items: flex-end;
	margin: 48px 0 24px;
}
.StoreContent__title {
	font-size: 2.8rem;
	margin-right: 40px;
	line-height: 1;
}
.StoreContent__link > p {
	padding: 0 12px;
	line-height: 1;
	border-left: 1px solid #000;
}
.StoreContent__link > p:nth-child(1) {
	border-left: none;
}
.StoreContent__titleWrap a,
.StoreItem__col1 a{
	color: #0000FF;
	text-decoration: underline;
}
.StoreContent__subTitle {
	background: #999;
	font-size: 1.8rem;
	color: #fff;
	padding: 4px 8px;
	margin: 32px 0 16px;
}
.StoreItem,
.StoreItem__col1,
.StoreItem__col3,
.StoreContent__link {
	display: flex;
}
.StoreItem {
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}
.StoreItem__col1 {
	width: 284px;
	margin-right: 16px;
	font-size: 1.2rem;
	align-items: center;
}
.StoreItem__col2 {
	width: 260px;
	font-size: 1.2rem;
	color: #666;
	margin-right: 16px;
}
.StoreItem__col3 {
	width: calc(100% - 576px);
	font-size: 1.2rem;
	color: #666;
}
.StoreItem__col3 > p {
	margin: 0 4px;
}
.StoreItem__col1 > p:first-child {
	margin-right: 8px;
}
.StoreItem__col1 a{
	text-decoration: underline;
}

/* アクセサリーページ */
.AccessoryPage {
	margin: 64px 0 100px;
}
.AccessoryList {
	display: flex;
	flex-wrap: wrap;
}
.AccessoryItem {
	margin: 16px;
	width: 280px;
}
.AccessoryItem__title {
	text-align: center;
	font-size: 2rem;
}
.AccessoryItem__Img {
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* お問い合わせページ */
.contactPage,
.thanksPage {
	margin: 56px 0 100px;
}
.Contact__inner,
.Thanks__inner {
	max-width: 750px;
}
.Contact__titleWrap {
	margin-bottom: 40px;
}
.Contact__title,
.Thanks__title{
	font-size: 3.2rem;
	border-bottom: 1px solid #000;
	margin-bottom: 8px;
}
.mw_wp_form {
	margin-bottom: 40px;
}
.mw_wp_form input ,textarea{
	border: 1px solid #c4c4c4;
	background: #f2f2f2;
	font-weight: 400;	
}
.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea{
	width: 100%;
	font-weight: 400;
	padding: 4px 8px;
}
.mw_wp_form div {
	margin-bottom: 30px;
}
.mw_wp_form dd{
	float: left;
	padding: 4px 0;
}
.mw_wp_form dt{
	margin-left: 200px;
}
.mw_wp_form dl + p input,
.Thanks__inner a {
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	font-size: 1.8rem;
	background: #505050;
	color: #fff;
	border: none;
}
.mw_wp_form .agree {
	display: block;
	text-align: center;
}
.mw_wp_form .agree .content {
	display: block;
	text-align: left;
	padding: 24px;
	background: #f2f2f2;
}
.mwform-checkbox-field {
	text-align: center;
}
.mwform-checkbox-field input {
	width: auto!important;
	display: inline-block!important;
	margin-right: 8px!important;
}
.Thanks__title {
	margin-bottom: 32px;
}
.Thanks__inner p {
	line-height: 2.2;
	margin-bottom: 48px;
}

/* シングルレングスフィッティングページ */
.SlfLead {
	margin-bottom: 64px;
}
.SlfLead__title {
	margin-bottom: 16px;
}
.SlfLead__text {
	font-size: 1.8rem;
	text-align: center;
}

.SlfNav {
	width: 220px;
}
.SlfMain {
	width: calc(100% - 260px);
}
.SlfNav__list {
	overflow: hidden;
	position: relative;
	background: #ccc;
	padding-bottom: 90px;
	border-radius: 5px;
	margin-bottom: 24px;
}
.SlfNav__list:before {
	position: absolute;
	content: "完成";
	bottom: 17px;
	left: 50%;
	transform: translatex(-50%);
	font-size: 1.8rem;
}
.SlfNav__item {
	display: block;
	background: #e9e9e9;
	padding: 40px 24px 0;
	position: relative;
	line-height: 1.6;
	font-size: 1.5rem;
	text-align: center;
}
.SlfNav__item.-step1 {
	padding: 12px 24px 0;
}
.SlfNav__title {
	position: relative;
	color: #BC2132;
	font-size: 1.6rem;
	padding: 8px 0 8px 16px;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}
.SlfNav__title.current {
	background: #BC2132;
	color: #fff;
}
.SlfNav__title:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #BC2132;
	content: "";
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translatey(-50%);
}
.SlfNav__title.current:after,
.SlfNav__title:not(.current):hover:after {
	border-color: transparent transparent transparent #fff;
}
.SlfNav__title:not(.current):hover:after {
	border-color: transparent transparent transparent #fff;
}

.SlfNav__item .fc-red {
	color: #BC2132;
	font-size: 2rem;
	display: block;
	font-weight: 700;
	text-align: left;
}
.SlfNav__item .fc-red span{
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	margin-left: 8px;
}
.SlfNav__item:not(:first-of-type):before{
	position: absolute;
	display: block;
	content: "";
	width: 110%;
	top: 100%;
	height: 30px;
	background:linear-gradient(to top right, transparent 50%,#BC2132 50%, #e9e9e9 calc(50% + 3px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#BC2132 50%, #e9e9e9 calc(50% + 3px)) top right / 50% 100% no-repeat;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1;
}
.SlfNav__item:hover,
.SlfNav__item.current {
	background: #BC2132;
	color: #fff;
}
.SlfNav__item:hover .fc-red,
.SlfNav__item.current .fc-red {
	color: #fff;
}
.SlfNav__item:hover:before,
.SlfNav__item.current:before {
	background:linear-gradient(to top right, transparent 50%,#fff 50%, #BC2132 calc(50% + 3px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#fff 50%, #BC2132 calc(50% + 3px)) top right / 50% 100% no-repeat;
}
.SlfStoreLink:hover {
	opacity: 0.8;
}

.SlfMain__title {
	color: #fff;
	background: #666;
	font-size: 1.8rem;
	margin-bottom: 32px;
	padding: 4px 8px;
}
.SlfFeature {
	margin-bottom: 60px;
}
.SlfFeature__title {
	font-size: 2.4rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
}
.SlfFeature__content.-one > .c-flex {
	align-items: center;
}
.SlfFeature__content.-one > p {
	margin-bottom: 20px;
}
.SlfFeature__content.-one .image{
	width: 250px;
	margin-right: 24px;
}
.SlfFeature__content.-one .text{
	width: calc(100% - 274px);
}
.SlfFeature__content.-two .image,
.SlfFeature__content.-three .image{
	width: 330px;
	margin-right: 24px;
}
.SlfFeature__content.-two .text,
.SlfFeature__content.-three .text {
	width: calc(100% - 354px);
}
.smsPage .Sms__item:before {
	position: absolute;
	display: block;
	content: "";
	width: 110%;
	top: 100%;
	height: 30px;
	background:linear-gradient(to top right, transparent 50%,#BC2132 50%, #e9e9e9 calc(50% + 3px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#BC2132 50%, #e9e9e9 calc(50% + 3px)) top right / 50% 100% no-repeat;
	left: 50%;
	transform: translatex(-50%);
	z-index: 1;
}
.Sms__item:hover:before, .Sms__item.current:before {
	background: linear-gradient(to top right, transparent 50%,#fff 50%, #BC2132 calc(50% + 3px)) top left/ 50% 100% no-repeat, linear-gradient(to top left, transparent 50%,#fff 50%, #BC2132 calc(50% + 3px)) top right / 50% 100% no-repeat;
}
.smsPage .SmsFeature {
	margin-bottom: 40px;
}
.smsPage .-two .image {
	width: 100%;
	margin-bottom: 20px;
}
.smsPage .-one .text , .smsPage .-two .text {
	width: 100%;
} 
.smsPage .b {
	font-weight: bold;
}
.sms__step-txt {
	font-size: 1.8rem;
}
.smsPage .red {
	color: #F50000;
}
.SlfStep p {
	margin-bottom: 16px;
}
.SlfStep__title {
	background: #BC2132;
	color: #fff;
	font-size: 1.8rem;
	padding: 4px 8px;
	margin-bottom: 24px!important;
}
.StepItem {
	margin: 24px 0;
}
.StepItem__title {
	font-size: 2rem;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 16px;
}

.Step2__wrap {
	margin-bottom: 40px;
}
.Step2__wrap img {
	float: right;
	width: 300px;
	padding: 12px;
}
.Step2__wrap + p {
	margin-bottom: 32px;
}

.Step3__text {
	margin-bottom: 40px;
}
.Step3Model {
	margin-bottom: 40px;
}
.Step3Model__items {
	width: calc(100% - 420px);
}
.Step3Model__img {
	width: 420px;
}
.Step3ModelItem__title {
	font-size: 1.7rem;
	color: #287C00;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px!important;
}
.Step3ModelItem__text {
	font-size: 1.3rem;
}
.Step3Graph {
	margin-bottom: 48px;
}
.Step3Graph__title {
	font-size: 1.8rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 8px;
}
.Step3Graph__title .sm{
	font-size: 1.2rem;
}

.Step4Content {
	position: relative;
}
.Step4Content:before {
	position: absolute;
	content: "";
	display: block;
	width: 290px;
	height: 340px;
	top: 0;
	right: 0;
	background: url(../../../../img/fitting/single/slf_step4_02.png) no-repeat center center / contain;
	z-index: -1;
}
.Step4Content__title {
	font-size: 2rem;
	margin-bottom: 16px;
}
.Step4Content__img {
	max-width: 370px;
}

.Step5Loft,
.Step5Grip {
	width: 47%;
	margin: 0;
}
.Step5Grip small{
	display: inline-block;
	margin: 20px 0 4px;
}
.Step5Color img {
	width: 100%;
	max-width: initial;
}

/* シングルレングスフィッティング店舗ページ */
.slfsPage {
	margin-top: 40px;
}
.SlfsTitle {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: #666;
	color: #fff;
	font-size: 1.8rem;
	margin-bottom: 24px;
	padding: 4px 8px;
}
.SlfsTitle .sm{
	font-size: 1.4rem;
}
.SlfsItem {
	align-items: center;
}
.SlfsItem__col1 {
	font-size: 1.3rem;
}
.SlfsItem__col2 {
	width: 420px;
}
.SlfsItem__col3 {
	width: calc(100% - 752px);
}

/* EASフィッティングページ */
.easFittingPage {
	background: #000;
	color: #fff;
	margin-bottom: 0;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.EasFitMainVisual {
	max-height: 800px;
	margin-bottom: 56px;
}
.EasFitMainVisual img{
	width: 100%;
	max-width: initial;
}
.EasFitMainVisual__inner {
	position: absolute;
	left: 50%;
	top: 12%;
	transform: translatex(-50%);
	max-width: 1100px;
	width: 100%;
}
.EasFitMainVisual__title {
	font-size: 6rem;
	color: #fff;
}
.EasFitPoint {
	text-align: center;
	margin-bottom: 56px;
}
.EasFitPoint__lead {
	font-size: 2.4rem;
	margin-bottom: 40px;
}
.EasFitPoint__items {
	max-width: 560px;
	margin: 0 auto 40px;
	position: relative;
}
.EasFitPoint__items:before {
	position: absolute;
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url(../../../../img/fitting/eas/batsu.png) no-repeat;
	background-size: contain;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.EasFitPoint__item {
	position: relative;
	color: #000;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	width: 190px;
	height: 170px;
	font-weight: 700;
}
.EasFitPoint__item:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 170px;
	background: url(../../../../img/fitting/eas/frame.png) no-repeat;
	background-size: contain;
	z-index: -1;
}
.EasFitPoint__text {
	color: #d20000;
	font-size: 2rem;
}
.Direction,
.Distance {
	background: #292929;
}
.EasFitBlock.-bgBlack {
	background: #000;
	padding: 56px 0;
}
.DirectionAbout,
.DistanceAbout {
	height: 650px;
	margin-bottom: 80px;
}
.DirectionAbout {
	background: url(../../../../img/fitting/eas/aim_test.jpg) no-repeat center center / cover;
}
.DistanceAbout {
	position: relative;
	background: url(../../../../img/fitting/eas/speedr_test.jpg) no-repeat center bottom / cover;
}
.DirectionAbout__inner {
	padding-top: 8%;
	max-width: 1000px;
}
.DistanceAbout__inner {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	bottom: 8%;
	width: 800px;
}
.DirectionAbout__title,
.DistanceAbout__title{
	font-size: 6.4rem;
	padding-left: 14px;
	line-height: 1.2;
	border-left: 8px solid #d20000;
	margin-bottom: 24px;
}
.DirectionAbout__lead {
	font-size: 2.4rem;
	max-width: 400px;
}
.DistanceAbout__lead {
	font-size: 2.4rem;
	max-width: 800px;
}
.EasFitBlock {
	margin-bottom: 80px;
}
.EasFitBlock:last-child {
	margin-bottom: 0;
}
.EasFitBlock__img,
.EasFitBlock__wrap {
	width: 48%;
}
.EasFitBlock__img.-pt2 {
	width: 70%;
	margin: 0 auto;
}
.EasFitBlock__text.-pt2 {
	width: 80%;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
}
.EasFitBlock__imgArrow {
	text-align: center;
	position: relative;
	color: #fff;
	font-size: 2.2rem;
	background: url(../../../../img/fitting/eas/arrow.png) no-repeat center center / contain;
	width: 680px;
	margin: -68px auto 0;
	height: 100px;
	line-height: 100px;
	font-family: 'Noto Sans JP', sans-serif;
}
.EasFitBlock__imgArrow:before,
.EasFitBlock__imgArrow:after {
	position: absolute;
	display: block;
	top: 50%;
	transform: translatey(-50%);
	font-size: 4rem;
	color: rgba(210,0,0,0.6);
	font-weight: 700;
}
.EasFitBlock__imgArrow:before {
	content: "左";
	left: -60px;
}
.EasFitBlock__imgArrow:after {
	content: "右";
	right: -60px;
}
.EasFitBlock__img.-reverse {
	order: 2;
}
.EasFitBlock__title {
	font-size: 3.6rem;
	line-height: 1.2;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 24px;
}
.EasFitBlock__title:before {
	position: absolute;
	content: "";
	display: block;
	width: 320px;
	height: 3px;
	background: #d20000;
	left: 0;
	bottom: 0;
}
.EasFitBlock__title span{
	font-size: 1.8rem;
	display: inline-block;
	margin-left: 16px;
}
.EasFitBlock__content {
	font-size: 2rem;
}
.DitanceBlock4 {
	padding-bottom: 80px!important;
}
.DitanceBlock4__inner {
	position: relative;
}
.DitanceBlock4__img {
	position: absolute;
	right: 0;
	top: -84px;
	width: 400px;
}

/* EASパターページ */
.easPuttersPage {
	background: #000;
	color: #fff;
	margin-bottom: 0;
	line-height: 2;
}
.EasPtHeader {
	margin-bottom: 80px;
}
.easPuttersPage .c-inner {
	max-width: 960px;
}
.easPuttersPage .c-blockTitle {
	border-bottom: none;
	position: relative;
	margin-bottom: 80px;
}
.easPuttersPage .c-blockTitle:before {
	position: absolute;
	content: "";
	display: block;
	background: #A91F22;
	width: 96px;
	height: 4px;
	bottom: -20px;
	left: 50%;
	transform: translatex(-50%);
}
.EasPtHeader__title {
	font-size: 5.2rem;
	font-weight: 400;
}
.TorqueBalance {
	margin-bottom: 120px;
}
.TorqueBalance__text {
	margin-bottom: 68px;
	text-align: center;
	font-size: 32px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.TorqueBalance__item:not(:last-child) {
	margin-bottom: 56px;
}
.TorqueBalance__item.-reverse {
	flex-direction: row-reverse;
}
.TorqueItem__img {
	width: 45%;
}
.TorqueItem__content {
	width: 504px;
}
.TorqueItem__content h3 {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 16px;
}
.TorqueItem__content p {
	font-size: 14px;
}
.FittingPutter__title {
	margin-bottom: 120px!important;
}
.FittingPutterItem:not(:last-child) {
	margin-bottom: 80px;
}
.FittingPutterItem__wrap {
	width: 50%;
}
.FittingPutterItem__img {
	width: 45%;
}
.FittingPutterItem__img.-reserve {
	order: 2;
}
.FittingPutterItem__title {
	background: #A91F22;
	font-size: 1.8rem;
	color: #fff;
	padding: 0 24px;
	display: inline-block;
	margin-bottom: 16px;
	font-weight: 700;
}
.HeadType__navList {
	margin-bottom: 110px;
}
/* 20220809追加 パター3種 */
.pt-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 48px 20px;
}
.HeadTypeNavItem {
	/* width: 222px; */
	max-width: 222px;
}
.HeadTypeNavItem__title {
	background: #A91F22;
	color: #fff;
	font-size: 2rem;
	position: relative;
	text-align: center;
	padding: 4px 0;
}
/* 20220809追加 NEW */
.HeadTypeNavItem__title span {
    font-size: 12px;
    background: #a91F22;
    color: #ffffff;
    border: #ffffff solid 1px;
	border-radius: 50px;
	margin-right: 6px;
    padding: 8px 4px;
}
.HeadTypeNavItem__title:before {
	position: absolute;
	content: "";
	right: 16px;
	top: 16px;
	transform: rotate(135deg);
	display: block;
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.HeadType__specList {
	flex-wrap: wrap;
	margin-bottom: 110px;
}
.HeadType__specList > .row-1 {
	margin-bottom: 24px;
	flex-wrap: wrap;
	justify-content: center;
}
.HeadType__specList .row-2{
	justify-content: center;
}
.HeadSpecItem__title,
.HeadSpecItem__value {
	width: 192px;
	padding: 16px 0;
	text-align: center;
	position: relative;
	font-size: 1.6rem;
}
.HeadSpecItem__value {
	line-height: 160%;
	padding-top: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.HeadSpecItem__title:before,
.HeadSpecItem__value:before {
	position: absolute;
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
}
.HeadSpecItem__title:before {
	background: #fff;
}
.HeadSpecItem__value:before {
	background: #000;
}
.HeadType__specItem:last-child .HeadSpecItem__title:before,
.HeadType__specItem:last-child .HeadSpecItem__value:before {
	display: none;
}
.HeadSpecItem__value {
	background: #E1DCD5;
	color: #000;
	height: 56px;
	padding: 0;
}

.HeadItem {
	margin-top: -40px;
	padding-top: 40px;
	margin-bottom: 110px;
}
.HeadItem__title {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin-bottom: 48px;
}
.HeadItem__img {
	width: 35%;
	border-top: 4px solid #A91F22;
	border-bottom: 4px solid #A91F22;
}
.HeadItem__content {
	width: 60%;
	position: relative;
}
.HeadItemContent__wrap {
	align-items: flex-end;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.HeadItemContent__img {
	margin-right: 24px;
}
.HeadItemContent__img a:first-child {
	margin-right: 16px;
}
.HeadItemContent__img img{
	width: 160px;
}
.HeadItemContent__link a {
	font-size: 1.6rem;
	color: #fff;
	background: #A91F22;
	width: 200px;
	display: block;
	text-align: center;
	font-weight: 400;
	height: 48px;
	line-height: 48px;
}
.HeadItemContent__link a:first-child {
	/* margin-bottom: 24px; */
}


/* Jウェッジページ*/
.JWedgeMainVisual {
	margin-bottom: 0;
}
.JWedgeNav {
	padding: 40px 0;
	background: #e6e6e6;
}
.JWedgeNavItem {
	max-width: 280px;
	flex-basis: 30%;
	text-align: center
}
.JWedgeNavItem__title {
	color: #d20000;
	font-size: 2.4rem;
}
.JWedgeNavItem__text {
	font-size: 1.6rem;
}
.JWedgeNavItem__img {
	transition: all .3s;
}
.JWedgeNavItem:hover .JWedgeNavItem__img {
	opacity: 0.6;
}
.JwFeatureItem__subTitle {
	font-size: 2.2rem;
	line-height: 1;
	margin-bottom: 20px;
}
.JWedgeBlock1 .JwFeatureItem__text {
	margin-right: 80px;
	flex-basis: 53%;
	line-height: 2;
}
.JWedgeBlock1 .JwFeatureItem__img {
	flex-basis: 47%;
}
.JWedgeBlock2 > .JwFeatureItem__img {
	margin-bottom: 40px;
}
.JWedgeBlock2 .JwFeatureItem__content > .JwFeatureItem__img {
	width: 310px;
	margin-right: 60px;
	text-align: center;
}
.JWedgeBlock2 .JwFeatureItem__content > .JwFeatureItem__wrap {
	width: calc(100% - 370px);
	line-height: 2;
}
.JWedgeBlock2 .JwFeatureItem__img >span{
	display: block;
	margin: 6px 0;
}
.JWedgeBlock3 .JwFeatureItem__title {
	margin-bottom: 40px;
}

/* Jウェッジ詳細ページ*/
.subJwedge {
	margin: 80px 0 100px;
}
.subJwedge .c-blockTitle {
	font-size: 4rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.SubJwBlockSlide {
	width: 50%;
}
.SubJwBlockContent {
	width: 44%;
}
.SubJwBlockContent__title {
	font-size: 2.4rem;
	color: #d20000;
	margin-bottom: 16px;
}
.SubJwBlockContent__text {
	margin-bottom: 16px;
}
.SubJwBlockContent__specTitle {
	font-size: 1.8rem;
	margin-bottom: 4px;
}
.SubJwBlockContent__specImg {
	margin-bottom: 16px;
}
.SubJwBlockContent__spec > small {
	display: block;
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.SubJwBlockContent__spec > .under {
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

.swiper-pagination-thumbs {
	display: flex;
}
.subJwedge .swiper-pagination-thumb,
.CavBlock .swiper-pagination-thumb{
	width: 60px;
	height: 40px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px;
	cursor: pointer;
	position: relative;
}
.subJwedge .swiper-pagination-thumb-active:before,
.CavBlock .swiper-pagination-thumb-active:before{
	content: "";
	position: absolute;
	display: block;
	border: 1px solid #C8C3C3;
	width: 62px;
	height: 42px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.SubJwBlock__storeLink {
	display: inline-block;
}
.SubJwBlock .swiper-container {
	margin-bottom: 32px;
}

/* カスタムウェッジページ */
.cusWedgePage .c-storeLink {
	display: inline-block;
	font-size: 1.2rem;
}
.HLine__title,
.MLine__title {
	font-size: 3rem;
	line-height: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
}
.HLine__title small,
.MLine__title small{
	font-size: 1.2rem;
}
.HLine__items,
.MLine__items {
	margin: 24px 0 16px;
	border-bottom: 1px solid #CCC;
	flex-wrap: wrap;
}
.HLine__item,
.MLine__item{
	width: 20%;
	margin: 16px 8px;
}
.HLine__itemImg,
.MLine__itemImg {
	margin-bottom: 10px;
	position: relative;
}
.HLine__itemImg.-limit:before,
.MLine__itemImg.-limit:before {
	position: absolute;
	content: "限定商品";
	display: block;
	background: #d20000;
	color: #fff;
	font-size: 1.2rem;
	padding: 0 8px;
	top: 0;
	right: 0;
}

.HLine__itemText,
.MLine__itemText {
	text-align: center;
	font-size: 1.6rem;
}
.CusWedgeSpec__items {
	flex-wrap: wrap;
}
.CusWedgeSpec__item {
	width: 47%;
	margin: 16px 0;
}
.CusWedgeSpec__item h3 {
	font-size: 2.4rem;
	margin-bottom: 4px;
}
.CusWedgeSpec__item.-note > p {
	margin-bottom: 16px;
}
.OdrWedgeHeader {
	margin-bottom: 40px;
}
.OdrWedgeHeader__subTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12px;
}
.OdrWedgeHeader__storeLink {
	margin-left: 12px;
	padding: 6px 8px;
}
.OdrWedgeItems__inner {
	max-width: 740px;
}
.OdrWedge .CusWedge__headerWrap {
	margin-bottom: 16px;
}
.OdrWedgeHeader__lead {
	text-align: center;
}

/* SMSウェッジページ*/
.SMSWedgeMainVisual {
	margin-bottom: 0;
}
.SMSWedgeMainVisual img {
	width: 100%;
}
.SMSWedgeNavItem {
	max-width: 250px;
}
.SMSmodel {
	margin-bottom: 80px;
}
.SMSFeatureItem__mainimg {
	text-align: center;
}
.SMSFeatureItem__img {
	width: 400px;
	max-width: 100%;
}
.SMSFeatureItem__img img {
	width: 100%;
}
.SMSFeatureItem__content.c-flex {
	justify-content: center;
}
.SMSmodel_link {
	color: #fff;
	background-color: #000;
	text-align: center;
	font-size: 18px;
	border-radius: 10px;
	margin: 30px 0 0 auto;
	display: table;
	width: 200px;
	height: 48px;
	line-height: 48px;
	transition: all ease 0.3s;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.SMSmodel_link:hover {
	opacity: 0.7;
}
.SmsBlock3-flex {
	align-items: center;
	margin-top: 40px;
}
.SmsWrapper {
	display: flex;
	justify-content: space-between;
}
.SmsWrapper p {
	width: 48%;
}

.sm__img {
	width: 80%;
	text-align: center;
	margin: 0 auto 20px;
}
.JWedgeNav {
	padding: 40px 0;
	background: #e6e6e6;
}
.JWedgeNavItem {
	flex-basis: 22%;
	text-align: center
}
.JWedgeNavItem__title {
	color: #d20000;
	font-size: 2.4rem;
}
.JWedgeNavItem__text {
	font-size: 1.6rem;
}
.JWedgeNavItem__img {
	transition: all .3s;
}
.JWedgeNavItem:hover .JWedgeNavItem__img {
	opacity: 0.6;
}
.SmsFeatureItem__text b {
	font-size: 16px;
}
.JwFeatureItem__subTitle {
	font-size: 2.2rem;
	line-height: 1.1;
	margin-bottom: 20px;
}
.JWedgeBlock1 .JwFeatureItem__text {
	margin-right: 80px;
	flex-basis: 53%;
	line-height: 2;
}
.JWedgeBlock1 .JwFeatureItem__img {
	flex-basis: 47%;
}
.JWedgeBlock2 > .JwFeatureItem__img {
	margin-bottom: 40px;
}
.JWedgeBlock2 .JwFeatureItem__content > .JwFeatureItem__img {
	width: 310px;
	margin-right: 60px;
	text-align: center;
}
.SmsBlock2 .JwFeatureItem__content > .JwFeatureItem__wrap {
	line-height: 2;
}
.JWedgeBlock2 .JwFeatureItem__img >span{
	display: block;
	margin: 6px 0;
}
.JWedgeBlock3 .JwFeatureItem__title {
	margin-bottom: 40px;
}


/* シングルレングス SLS-01ページ */
.SlsMainVisual {
	margin-bottom: 64px;
}
.SlsHeaderWrap {
	margin-bottom: 24px;
}
.SlsBlock h3 {
	font-size: 2rem;
	margin-bottom: 16px;
}
.SlsBlock1__blockTItle {
	border-bottom: none;
}
.SlsBlock1__img {
	border-bottom: 2px solid #ccc;
	margin-bottom: 12px;
}
.SlsBlock1__img + p {
	text-align: right;
}
.SlsBlock1__slide,
.SlsBlock1__content {
	width: 48%;
}
.SlsBlock1__contentFlex > p {
	width: 58%;
}
.SlsBlock1__contentWrap {
	width: 38%;
}
.SlsBlock .swiper-pagination-thumb{
	width: 30px;
	height: 30px;
	display: block;
	margin: 5px;
	padding: 2px 0;
	cursor: pointer;
	background: #ccc;
	border-radius: 50%;
	text-align: center;
}
.SlsBlock .swiper-pagination-thumb-active {
	color: #fff;
	background: #666;
}
.SlsBlock1__flex {
	margin-top: 56px;
}
.SlsBlock1__content > p {
	margin-bottom: 20px;
}
.SlsBlock1__contentFlex > p {
	width: 57%;
}
.SlsBlock1__contentFlex > div {
	width: 40%;
}
.SlsBlock2__img {
	width: 54%;
}
.SlsBlock2__content {
	width: 44%;
}
.SlsBlock2__img > p {
	margin-bottom: 24px;
}
.SlsBlock2Wrap__left > h3 {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
.SlsBlock2Wrap__left > p {
	margin-bottom: 12px;
}
.SlsBlockShaft {
	margin-bottom: 80px;
}
.SlsBlockShaft__content {
	width: 67%;
}
.SlsBlockShaft__img {
	width: 30%;
}

.SlsBlockSpec__iron > h3 {
	font-size: 1.6rem;
	margin-bottom: 2px;
}
.SlsBlockSpec__shaft > h3 {
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
}
.SlsBlockSpec__iron,
.SlsBlockSpec__shaft {
	width: 48%;
}
.SlsBlockSpec__iron > p {
	margin-bottom:32px;
}
.SlsBlockSpec__shaftProfile {
	margin-bottom: 20px;
}
.SlsBlockSpec__shaftProfile > h3 {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.SlsBlockSpec__shaftImg {
	margin-top: 32px;
}

/* キャビティックアイアンページ */
.CavItem {
	width: 280px;
}
.CavItem__img {
	margin-bottom: 12px;
}
.CavItem__title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 12px;
}
.CavBlock__lead {
	margin-bottom: 56px;
}
.CavBlock__content {
	width: 55%;
}
.CavBlock__content > p {
	margin-bottom: 16px;
	font-size: 1.2rem;
}
.CavBlock__content .under{
	padding-bottom: 6px;
	border-bottom: 1px solid #666;
	max-width: 350px;
}
.CavBlock__slide {
	width: 40%;
}
.slideType7 {
	margin-bottom: 12px;
}
.slideType7 .swiper-slide {
	text-align: center;
}
.slideType7 .swiper-slide img{
	max-width: 88%;
}
.FittingPutterItem__wrap h3 {
	font-weight: bold;
	font-size: 18px;
}
.FittingPutterItem__text {
	font-size: 14px;
}
/*============================================================
SP対応
*============================================================*/
@media (min-width: 768px) {
	.hidden_pc {
		display: none !important;
	}
}