/* モバイルファーストで設計 */
/* メディアクエリの指定が無い場合モバイル優先 */
/* CSSの増減にはバックアップをとってから制作 */
/* 末尾に変更内容の記載を続ける */

p, a, li {
	font-size: clamp(1rem, 0.934rem + 0.28vw, 1.125rem);
/*
	clamp(0.625rem, 0.267rem + 1.79vw, 1.125rem)
	clamp(0.625rem, 1rem, 1.125rem)
*/
}

#fv {
	width: 100%;
	background-image: url("../images/bgCarbon.png");
	background-repeat: repeat;
/*	overflow: hidden;*/
}
#fv .slideContainer {
	width: 100%;
}
#fv .slideContainer .spOnly  img {
	position: relative;
	width: 100%;
	top: 0;
	right: 0;
}
#fv .slideContainer .spOnly .slideWrapper00 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#fv .slideContainer .spOnly .slideWrapper00 .slideSP .item .slideSubSP {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0;
}
#fv .slideContainer .spOnly .catchcopy {
	position: relative;
	color: #fff;
	left: 10px;
	bottom: 2.8vw;
	text-align: left;
	width: 85%;
	z-index: 7889;
	margin-top: -190px;
	margin-bottom: 35px;
	overflow: hidden;
}
#fv .catchcopy h4 {
	font-size: clamp(2rem, 1.553rem + 2.24vw, 2.625rem);
	text-shadow: 0 0 10px rgb(13, 117,18);
}
/* ロゴのスクロール */
@keyframes infinityScroll_Left {
	from {
		transform: translate(0);
	}
	to {
		transform: translateX(-100%);
	}
}
.scrollInfinityWrap {
	display: flex;
	overflow: hidden;
	margin-top: 64px;
}
.scrollInfinityList {
	display: flex;
	padding: 0;
}
.scrollInfinityList_Left{
	background: #fff;
	animation: infinityScroll_Left 80s infinite linear 0.5s both;
}
.scrollInfinityItem {
	width: calc(100vw / 2.5);
}
.scrollInfinityItem > img {
	width: 100%;
}

#infomationArea {
	position: relative;
	background: url("../images/bgCarbon.png");
	background-repeat: repeat;
	padding: 64px 0;
	color: #fff;
	z-index: 1;
	top: 0px;
}
#infomationArea .pickup {
	position: relative;
	margin: 30px;
	z-index: 9999;
	margin-top: 64px;
}
#infomationArea .pickup .webLink {
}
#infomationArea .message {
	width: 80%;
	margin: 0 auto;
	margin-top: 64px;
}
#infomationArea .message .comment {
	margin-top: 16px;
	text-align: left;
}
#infomationArea .message .comment span {
	color: #c11920;
}
#infomationArea .message h2 {
	border-bottom: 2px solid green;
}
#infomationArea .news {
	width: 100%;
	text-align: left;
	padding: 0 16px;
	margin-top: 64px;
}
#infomationArea .news .headingNews h2 {
	border: none;
	padding: 0;
}
#infomationArea .news .headingNews small {
	margin-left: 8px;
}
#infomationArea .news .newPost .postList {
	position: relative;
	color: #c11920;
	display: inline-block;
	margin-top: 4px;
}
#infomationArea .news .newPost .postList::after {
	display: inline-block; 
	content: '▶︎';
	margin-left: 8px;
	font-size: 80%;
}
#infomationArea .news .newsInfomation {
	margin-top: 16px;
}
#infomationArea .news .newsInfomation .postLink {
	color: #fff;
}
#infomationArea .news .newsInfomation dl {
	margin: 16px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}
#infomationArea .news .newsInfomation dl dd {
	width: 85%;
}
#infomationArea .news .newsInfomation dl dd::after {
	position: absolute;
	content: '〉';
	margin-left: 16px;
	right: 10px;
}
#infomationArea .follow {
	margin-top: 64px;
}
#infomationArea .follow h5 {
	font-weight: 500;
}
#infomationArea .follow ul {
	display: flex;
	justify-content: center;
}
#infomationArea .follow ul li {
	width: 60px;
	height: 60px;
	background: #fff;
	color: #222;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	margin: 32px 16px 0 16px;
	transition: all 0.2s 0s ease;
	font-size: 1.6rem;
}
#infomationArea .follow ul li .icon-facebook2:after,
#infomationArea .follow ul li .icon-instagram:after,
#infomationArea .follow ul li .icon-x:after {
	margin-left: 0;
}
#infomationArea .follow ul li:hover {
	background: #c11920;
	color: #fff;
}
#serviceArea {
	background: #222;
	color: #fff;
	padding: 64px 0;
}
#serviceArea .serviceWrap {
	margin: 0 auto;
	margin-top: 32px;
}
#serviceArea .serviceWrap .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}
#serviceArea .serviceWrap .container .flexItem {
	width: 320px;
	margin: 0 auto;
	margin-top: 64px;
	padding: 0 8px;
	color: #fff;
}
#serviceArea .serviceWrap .container .flexItem .blk {
	position: relative;
	overflow: hidden;
}

#serviceArea .serviceWrap .container .flexItem .blk figure {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s 0s ease;
	overflow: hidden;
}
#serviceArea .serviceWrap .container .flexItem .blk figcaption {
/*	margin-top: 8px;*/
	display: inline-block;
	position: absolute;
	background: #269e2f;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: .95;
	padding: 4px;
}
#serviceArea .serviceWrap .container .flexItem .blk figcaption h5,
#serviceArea .serviceWrap .container .flexItem .blk figcaption p {
	opacity: 1;
}
#serviceArea .serviceWrap .container .flexItem:hover .blk figure {
	transform: scale(1.1);
}
#serviceArea .serviceWrap .container .flexItem:hover .btn00 {
	color: #fff;
	background: #c11920;
	border-color: #c11920;
}
#serviceArea .serviceWrap .container .flexItem a {
	margin-top: 16px;
}

#shopInfomationArea {
	background: #fff;
	padding-top: 64px;
	padding-bottom: 128px;
}

#shopInfomationArea h2 {
	display: inline-block;
	margin-top: 0px;
	border-bottom: 2px solid green;
}
#shopInfomationArea .wrap {
	display: flex;
	margin-top: 64px;
	width: 100%;
	flex-wrap: wrap;
}
#shopInfomationArea .wrap .companyContainer,
#shopInfomationArea .wrap .storeContainer {
	padding: 64px 0;
}
#shopInfomationArea .wrap .companyContainer {
	background: url("../images/companyImg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0px 0;
	width: 100%;
}
#shopInfomationArea .wrap .storeContainer {
	background: url("../images/storecontainer.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: 0px 0;
	top: 0;
	left: 0;
}
#shopInfomationArea .wrap .companyContainer::before,
#shopInfomationArea .wrap .storeContainer::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	background: rgba(0,0,0,.5);
	transition: all 0.2s 0s linear;
}
#shopInfomationArea .wrap .companyContainer:hover::before,
#shopInfomationArea .wrap .storeContainer:hover::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	background: rgba(0,0,0,.8);
}
#shopInfomationArea .wrap .companyContainer:hover .txtGroup .btn00,
#shopInfomationArea .wrap .storeContainer:hover .txtGroup .btn00{
	color: #fff;
	background: #c11920;
	border-color: #c11920;
}
#shopInfomationArea .wrap .companyContainer .txtGroup,
#shopInfomationArea .wrap .storeContainer .txtGroup {
	position: relative;
	z-index: 1;
	color: #fff;
}
#shopInfomationArea .wrap .companyContainer .txtGroup .headingShop,
#shopInfomationArea .wrap .storeContainer .txtGroup .headingShop {
	font-size: clamp(1.625rem, 1.446rem + 0.89vw, 1.875rem);
	text-shadow: 0 0 3px rgb(77, 77,77);
}
#shopInfomationArea .wrap .companyContainer .txtGroup .headingShop {
	margin-top: -16px;
}
#shopInfomationArea .wrap .storeContainer .txtGroup .headingShop {
	margin-top: 16px;
}
#shopInfomationArea .wrap .companyContainer .txtGroup .description,
#shopInfomationArea .wrap .storeContainer .txtGroup .description {
	width: 66%;
	margin: 0 auto;
	margin-top: 8px;
	text-align: left;
}
#shopInfomationArea .wrap .companyContainer .txtGroup .btn00,
#shopInfomationArea .wrap .storeContainer .txtGroup .btn00 {
	margin-top: 32px;
	text-shadow: none;
}
#shopInfomationArea .sorcial {
	margin-top: 64px;
}
#shopInfomationArea .sorcial .icons {
	display: inline-block;
	margin-top: 32px;
}
#shopInfomationArea .sorcial .icons a {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #222;
	border-radius: 50%;
	line-height: 60px;
	font-size: 1.4rem;
	margin: 0px 16px;
	transition: all 0.2s 0s ease;
}
#shopInfomationArea .sorcial .icons a:hover {
	background: #c11920;
}



/* contact */
#contactInfomation {
	width: 100%;
	background: url("../images/bgCarbon.png") repeat;
	padding-top: 32px;
	padding-bottom: 128px;
}
#contactInfomation .contactSentence .headingTitle {
	color: #fff;
	background: inherit;
}
#contactInfomation .contactSentence .contactTxt {
	color: #fff;
	width: 68%;
	margin: 0 auto;
	margin-top: 16px;
}
#contactInfomation .contactContainer {
	width: 90%;
	margin: 0 auto;
	background: #fff;
	color: #262626;
	margin-top: 64px;
	padding: 32px 16px;
}
#contactInfomation .contactContainer:last-child {
	margin-top: 64px;
}
#contactInfomation .contactContainer .contactTitle,
#contactInfomation .contactContainer .contactTitle2{
	text-align: left;
}
#contactInfomation .contactContainer .contactTitle h3 {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #222;
}
#contactInfomation .contactContainer .contactTitle2 h3 {
	margin-bottom: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #222;
	text-align: center;
}
#contactInfomation .contactContainer .contactTitle .time {
	margin-top: 8px;
}
#contactInfomation .contactContainer .contactTitle .rest {
	display: inline-block;
	font-size: 87%;
}
#contactInfomation .contactContainer .contactTitle > p {
	display: inline-block;
	width: 100%;
	text-align: center;
}
 /* ここからフォーム内容 */
#contactInfomation .contactContainer .formContainer {
	margin-top: 32px;
}
#contactInfomation .contactContainer .formContainer .attention {
	text-align: left;
}
#contactInfomation .contactContainer .formContainer .attention span {
	margin-left: -.5em;
}
#contactInfomation .contactContainer .formContainer .wrap {
	margin: 0 auto;
	margin-top: 32px;
	text-align: left;
}
#contactInfomation .contactContainer .formContainer .wrap .formTxt {
	font-weight: 600;
}
#contactInfomation .contactContainer .formContainer .wrap .formTxt span {
	color: #c11920;
}
#contactInfomation .contactContainer .formContainer .wrap input,
#contactInfomation .contactContainer .formContainer .wrap select,
#contactInfomation .contactContainer .formContainer .wrap textarea {
	display: block;
	width: 100%;
	border: 1.5px solid #2eab38;
	border-radius: 25px;
	padding: 8px 16px;
	margin-top: 8px;
	width: 100%;
	background: #f8fbf1;
}
#contactInfomation .contactContainer .formContainer .wrap select option {
	margin-top: 32px;
}

#contactInfomation .confirmCheck {
	text-align: left;
	margin-top: 32px;
}
#contactInfomation .confirmCheck .group {
	border: 1px solid #262626;
	margin-top: 32px;
	padding: 32px 24px;
	padding-bottom: 32px;
	border-radius: 	4px;
	box-shadow: 0 0 2.414px #333;
	background: #fff;
}
#contactInfomation .confirmCheck .group h3 {
	text-align: center;
}
#contactInfomation .confirmCheck .group dl {
	display: flex;
	border-bottom: 1px dotted #262626;
	padding-bottom: 16px;
	margin-top: 32px;
	width: 100%;
}
#contactInfomation .confirmCheck .group dl dt {
	width: 28%;
}
#contactInfomation .confirmCheck .group dl dd {
	width: 60%;
	margin-left: 16px;
}
#contactInfomation .confirmCheck .confirmGroup {
	width: 80%;
	margin: 0 auto;
	margin-top: 32px;
}
#contactInfomation .confirmCheck .confirmGroup .flexItem {
	display: flex;
	justify-content: center;
}
#contactInfomation .confirmCheck .confirmGroup .flexItem .btn {
	-webkit-appearance: none;
}
#contactInfomation .completeMessage {
	margin-top: 64px;
	padding: 32px 0;
	background: #fff;
}
#contactInfomation .completeMessage .contactTitleA {
	width: 94%;
	text-align: left;
	padding: 16px 0;
	margin: 0 auto;
}
#contactInfomation .completeMessage .contactTitleA h3 {
	border-bottom: 1px solid #232323;
	padding-bottom: 8px;
	margin-bottom: 16px;
}
#contactInfomation .completeMessage .contactTitleB {
	width: 94%;
	text-align: left;
	color: #c11920;
	margin: 0 auto;
}
#contactInfomation .completeMessage > a {
	text-align: center;
}
#contactInfomation .contactContainer .formContainer .privacyLink {
	display: inline-block;
	margin-top: 32px;
}
#contactInfomation .contactContainer .formContainer .privacyLink span {
	display: inline-block;
	font-size: 72%;
	margin-left: 4px;
	transform: translateY(-1px);
}



/* corpolate */
.corporateFv .fv {
	width: 100%;
	height: 440px;
	content: "";
	background: url("../images/companyImg.jpg");
	background-size: cover;
	background-position: left;
}
.corporateFv .corpolateMessage {
	background: #fff;
	width: 100%;
	padding: 64px 0;
}
.corporateFv .corpolateMessage .heading {
	display: inline-block;
	width: 70%;
	margin: 0 auto;
	margin-top: 32px;
	line-height: 1.55;
}
.corporateFv .corpolateMessage p {
	width: 80%;
	margin: 0 auto;
	margin-top: 32px;
}
.bossMessage {
	background: #262626;
	width: 100%;
	color: #fff;
	padding: 75px 32px;
}
.bossMessage .wrap {
	margin: 0 auto;
}
.bossMessage .wrap .flex {
	display: flex;
	flex-wrap: wrap-reverse;
	justify-content: space-between;
	align-items: flex-start;
}
.bossMessage .wrap .flex .bossPic {
	width: 270px;
	height: auto;
	background: #fff;
	margin: 0 auto;
}
.bossMessage .wrap .flex .bossPic img {
	margin: 0 auto;
}
.bossMessage .wrap .flex .comment {
	width: 360px;
	padding: 0 16px;
	text-align: left;
	margin: 0 auto;
	margin-top: 64px;
}
.bossMessage .wrap .flex .comment h3 {
	line-height: 1;
}
.bossMessage .wrap .flex .comment p {
	margin-top: 32px;
}
#corporateInfomation {
	width: 100%;
	background: url("../images/bgCarbon.png");
	padding-top: 32px;
	padding-bottom: 128px;
}

#corporateInfomation .headingTitle {
	color: #fff;
}

#corporateInfomation .profileContainer {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	margin-top: 64px;
}
#corporateInfomation .profileInner {
	text-align: left;
	padding: 32px 16px;
}
#corporateInfomation .profileInner .profileItem {
/*	display: flex;*/
/*	flex-wrap: wrap;*/
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#corporateInfomation .profileInner .profileItem:last-child {
	border-bottom: none;
}
#corporateInfomation .profileInner .profileItem .profileLabel {
	text-align: left;
/*	width: 26%;*/
	font-weight: 600;
}
#corporateInfomation .profileInner .profileItem .profileTxt {
/*	width: 100%;*/
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
}
#corporateInfomation .profileInner .profileItem .profileTxt .link2 {
	width: 100%;
	border-bottom: none;
}
#corporateInfomation .profileInner .profileItem .profileTxt  iframe {
	margin-top: 15px;
}
#corporateInfomation .profileInner .profileItem .profileTxt span {
	display: inline-block;
	margin-top: .5em;
	width: 100%;
}
#corpolateHistory {
	width: 100%;
	background: #222;
	padding-top: 64px;
	padding-bottom: 128px;
	border-bottom: 1px solid #111;
}
#corpolateHistory .headingTitle {
	color: #fff;
}
#corpolateHistory .overview {
	background: #fff;
	width: 90%;
	margin: 0 auto;
	margin-top: 128px;
}
#corpolateHistory .profileInner {
	text-align: left;
	padding: 32px 16px;
}
#corpolateHistory .profileInner .profileList .profileItem {
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#corpolateHistory .profileInner .profileList .profileItem:last-child {
	border-bottom: none;
}
#corpolateHistory .profileInner .profileList .profileItem .profileLabel {
	font-weight: 600;
}
#corpolateHistory .profileInner .profileList .profileItem .profileTxt {
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
}



/* brand */
#brandInfomation {
	width: 100%;
	background: url("../images/bgCarbon.png") repeat;
	padding-top: 32px;
	padding-bottom: 64px;
}
#brandInfomation .headingTitle {
	color: #fff;
	font-size: clamp(2.375rem, 2.109rem + 1.13vw, 2.875rem);
}
#brandInfomation .brandContainer {
	width: 100%;
}
#brandInfomation .brandContainer .brandInner {
	width: 100%;
	margin: 0 auto;
	margin-top: 64px;
}
#brandInfomation .brandContainer .brandInner .brandFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#brandInfomation .brandContainer .brandInner .brandFlex .brandItem {
	margin: 16px 8px;
	width: 149px;
	background: #fff;
	
}
#brandInfomation .brandContainer .brandInner .brandFlex .brandItem .brandLogo {
	width: 100%;
}
#brandInfomation .brandContainer .brandInner .brandFlex .brandItem .brandTxt {
	display: inline-block;
	background: #262626;
	color: #fff;
	width: 100%;
	padding: 4px 0;
}
#brandInfomation .brandContainer .brandInner .brandFlex .brandItem .brandTxt h4 {
	font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
}
#typeSelect {
	background: url("../images/bgCarbon.png");
	width: 100%;
	padding-top: 32px;
	padding-bottom: 128px;
}
#typeSelect .pageNav {
	width: 90%;
	margin: 0 auto;
}
#typeSelect .pageNav .pageNavListInner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#typeSelect .pageNav .pageNavListInner .pageNavList {
	width: 48%;
	padding: 0;
}
#typeSelect .pageNav .pageNavListInner .pageNavList a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: clamp(1.313rem, 1.089rem + 1.12vw, 1.625rem);
	color: #fff;
	transition: all 0.2s 0s ease;
	font-weight: 600;
	padding: 16px 8px;
	border: 1px solid #fff;
	font-size: 1rem;
	border-radius: .5rem;
}
#typeSelect .pageNav .pageNavListInner .pageNavList a::after {
	display: inline-block;
	content: '▶︎';
	font-size: 0.75rem;
	margin-left: 8px;
	vertical-align: top;
}
#typeSelect .pageNav .pageNavListInner .pageNavList a:hover {
	background: #fff;
	color: #c11920;
}
#typeSelect .pageNav .pageNavListInner .pageNavList a:hover::after{
	content: '▼';
}
#brandListContainer,
#brandListContainer02 {
	background: url("../images/bgCarbon.png");
	width: 100%;
}
#brandListContainer02  {
	border-top: 4px solid #269e2f;
}
#brandListContainer .brandInner,
#brandListContainer02 .brandInner {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top: 128px;
}
#brandListContainer .brandInner img {
	width: 8%;
	height: auto;
	margin: 0 auto;
}
#brandListContainer02 .brandInner img {
	width: 12%;
	height: auto;
	margin: 0 auto;
}
#brandListContainer .brandInner h3,
#brandListContainer02 .brandInner h3 {
	
}
#brandListContainer .brandInner .brandFlex,
#brandListContainer02 .brandInner .brandFlex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	margin-top: 32px;
}
#brandListContainer .brandInner .brandFlex .listContainer,
#brandListContainer02 .brandInner .brandFlex .listContainer {
	width: 50%;
	text-align: left;
	margin-bottom: 64px;
}
#brandListContainer .brandInner .brandFlex .listContainer h4,
#brandListContainer02 .brandInner .brandFlex .listContainer h4 {
	position: relative;
	width: 100%;
}
#brandListContainer .brandInner .brandFlex .listContainer h4::after,
#brandListContainer02 .brandInner .brandFlex .listContainer h4::after {
	content: '';
	position: absolute;
	width: 60%;
	height: 1px;
	left: 48px;
	top: 16px;
	background: #82ae46;
}
#brandListContainer .brandInner .brandFlex .listContainer h4.lineSub00::after,
#brandListContainer02 .brandInner .brandFlex .listContainer h4.lineSub00::after {
	position: absolute;
	width: 44%;
	left: 76px;
}
#brandListContainer .brandInner .brandFlex .listContainer h4.lineSub01::after,
#brandListContainer02 .brandInner .brandFlex .listContainer h4.lineSub01::after {
	position: absolute;
	width: 38%;
	left: 90px;
}
#brandListContainer .brandInner .brandFlex .listContainer ul,
#brandListContainer02 .brandInner .brandFlex .listContainer ul {
	margin-top: 16px;
}
#brandListContainer .brandInner .brandFlex .listContainer ul li,
#brandListContainer02 .brandInner .brandFlex .listContainer ul li {
	margin-top: 8px;
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
}
#brandListContainer .brandInner .brandFlex .listContainer ul li a,
#brandListContainer02 .brandInner .brandFlex .listContainer ul li a{
	border-bottom: 1px solid #222;
	font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
}
#brandListContainer .brandInner .btn00,
#brandListContainer02 .brandInner .btn00 {
	margin-bottom: 32px;
}



/* news */
#newsInfomation {
	background: url("../images/bgCarbon.png") repeat;
	padding-bottom: 95px;
	padding-top: 55px;
}
#newsInfomation .headingTitle {
	background: none;
	color: #fff;
}
#newsInfomation .newsInfomation {
	width: 80%;
	margin: 0 auto;
	margin-top: 55px;
	background: #fff;
	padding: 25px
}
#newsInfomation .newsInfomation .postLink {
	color: #262626;
	text-align: left;
}
#newsInfomation .newsInfomation dl {
	position: relative;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(38, 38, 38, 1);
}
#newsInfomation .newsInfomation dl dd {
	width: 80%;
}
#newsInfomation .newsInfomation dl dd::after {
	position: absolute;
	content: '〉';
	margin-left: 15px;
	right: 0px;
	color: #c11920;
	font-weight: 600;
}
#newsInfomation .newsContainer .newsInfomation {
	padding-top: 35px;
	padding-bottom: 35px;
}
#newsInfomation .newsContainer .newsInfomation .article {
	text-align: left;
}
#newsInfomation .newsContainer .newsInfomation .article .postHead {
	border-bottom: 1px dotted #262626;
	display: inline-block;
	width: 100%;
	padding-bottom: 3px;
}
#newsInfomation .newsContainer .newsInfomation .article .detail {
	margin-top: 35px;
}
#newsInfomation .newsContainer .newsInfomation .article .detail > p,
	#newsInfomation .newsContainer .newsInfomation .article .detail > a,
	#newsInfomation .newsContainer .newsInfomation .article .detail > img,
	#newsInfomation .newsContainer .newsInfomation .article .detail > table {
		margin: 20px auto;
	}



/* recruit */
#recruitInfomation {
	background: url("../images/bgCarbon.png") repeat;
	padding-bottom: 128px;
	padding-top: 64px;
}
#recruitInfomation .headingTitle {
	background: none;
	color: #fff;
}

#recruitInfomation .recruitContainer .pageNav {
	max-width: 1080px;
	margin-top: 64px;
}
#recruitInfomation .recruitContainer .pageNav .pageNavListInner {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList {
	width: 400px;
	padding: 0px 0;
}

#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList:last-child {
	margin-top: 16px;
}
#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList a {
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: clamp(1.313rem, 1.089rem + 1.12vw, 1.625rem);
	color: #fff;
	transition: all 0.2s 0s ease;
	font-weight: 600;
	padding: 8px 0;
	border: 1px solid #fff;
	border-radius: 0.5em;
}
#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList a::after {
	position: absolute;
	content: '▶︎';
	font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
	margin-left: 8px;
}

#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList a:hover {
	background: #fff;
	color: #c11920;
	border-radius: 0.5em;
}
#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList a:hover::after {
	content: '▼';
}
#career::before {
	display: block;
	content: '';
	padding-top: 100px;
	margin-top: -100px;
	background: url("../images/bgCarbon.png");
}
#graduate::before {
	display: block;
	content: '';
	padding-top: 100px;
	margin-top: -100px;
	background: #fff;
}
#recruitInfomation .recruitContainer .recruitContent {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	margin-top: 95px;
	padding-bottom: 4px;
}
#recruitInfomation .recruitContainer .recruitContent .wrap:last-child {
	margin-top: 90px;
	margin-bottom: 32px;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .headingRecruit {
	background: #222;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 8px 16px;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem {
	margin-top: 30px;
	text-align: left;
	padding: 0 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #222;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem h4 {
	display: inline-block;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .comment {
	margin-top: 8px;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .view {
	display: inline-block;
	margin-top: 32px;
	font-weight: 800;
	border-bottom: 1px solid #222;
	padding: 0 8px;
	transition: all 0.2s 0s ease;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .view:hover {
	color: #269e2f;
	border-bottom: 1px solid  #269e2f;
}
#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .view .arrow::after {
	content: '▶︎';
	font-size: 14px;
	vertical-align: top;
	margin-left: 8px;
}
/* リクルートの詳細ページ内容はここから */
#recruitInfomation .recruitContainer {
	width: 90%;
	margin: 0 auto;
}
#recruitInfomation .recruitContainer .jobInner {
	background: #fff;
	margin-top: 96px;
	text-align: left;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo {
	border: 1px solid #262626;
	width: 100%;
	border-collapse: collapse;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody {
	display: table-row-group;
	vertical-align: middle;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr th {
	width: 119px;
	background: #262626;
	color: #fff;
	padding: 8px 16px;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr th,
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td {
	display: block;
	width: 100%;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr:last-child th,
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr:last-child td {
	border-color: #262626;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td {
	padding: 8px 16px;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td  ul {
	padding: 8px 16px;
}
#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td  ul li {
	list-style-type: disc;
	margin-top: 4px;
}



/* service*/
#businessInfomation {
	background: url("../images/bgCarbon.png") repeat;
	padding-bottom: 128px;
	padding-top: 64px;
}
#businessInfomation .headingTitle {
	color: #fff;
	background: none;
}
#businessInfomation .jump {
	width: 90%;
	margin: 0 auto;
	margin-top: 32px;
}
#businessInfomation .jump ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
#businessInfomation .jump ul li {
	width: 340px;
	margin: 0 auto;
	justify-content: center;
	flex-wrap: wrap;
}
#businessInfomation .jump ul li a {
	display: inline-block;
	width: 100%;
	padding: 16px 0;
	margin-top: 32px;
	font-weight: 600;
	transition: all 0.2s 0s ease;
	font-size: 1rem;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0.5em;
}
#businessInfomation .jump ul li a::after {
	display: inline-block;
	content: '▶︎';
	padding-left: 8px;
	font-size: 12px;
}
#businessInfomation .jump ul li a:hover {
	color: #c11920;
	background: #fff;
}
#businessInfomation .jump ul li a:hover::after{
	content: '▼';
}
.originalPrintContainer,
.golfContainer {
	background: #222;
	padding: 128px 0 80px;
	width: 100%;
	color: #fff;
}
.webBusinessCotainer,
.subscriptionContainer,
.golfContainer .fittingFlow {
	padding: 128px 0 80px;
	width: 100%;
	background: #fff;
	color: #222;
}
.webBusinessCotainer .serviseHeadding h3,
.originalPrintContainer .serviseHeadding h3,
.subscriptionContainer .serviseHeadding h3,
.golfContainer .serviseHeadding h3{
	display: block;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
}
.webBusinessCotainer .serviseHeadding p,
.originalPrintContainer .serviseHeadding p,
.subscriptionContainer .serviseHeadding p,
.golfContainer .serviseHeadding p{
	display: block;
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	margin-top: 32px;
	line-height: 1.6;
}
.webBusinessCotainer .shopGolf,
.webBusinessCotainer .shopSport {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	margin-top: 96px;
}
.webBusinessCotainer .shopGolf > h4,
.webBusinessCotainer .shopSport > h4 {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #222;
}
.webBusinessCotainer .shopGolf  .webFlex,
.webBusinessCotainer .shopSport  .webFlex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
}
.webBusinessCotainer .shopGolf  .webFlex .item,
.webBusinessCotainer .shopSport  .webFlex .item {
	width: 280px;
	text-align: center;
	margin-top: 64px;
	margin-left: 12px;
	margin-right: 12px;
	padding: 8px;
	border: 1px solid lightgray;
	background: #fff;
	position: relative;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc,
.webBusinessCotainer .shopSport  .webFlex .item .anc {
	top: 0;
	left: 0;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc:hover::after,
.webBusinessCotainer .shopSport  .webFlex .item .anc:hover::after {
	border: 1px solid #269e2f;
	color: #fff;
	background: #269e2f;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc img,
.webBusinessCotainer .shopSport .webFlex .item .anc img{
	display: inline-block;
	text-align: center;
	width: 97%;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg{
	color: #262626;
	margin-top: 8px;
	width: 100%;
	height: 76px;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg > div,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg > div{
	width: 100%;
	border-top: 2px dotted#269e2f;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg > div h3,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg > div h3{
	font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
	line-height: 1.1;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg > div .sml,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg > div .sml{
	font-size: 10.5px;
	margin-top: 4px;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg .look,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg .look {
	display: block;
	position: absolute;
	width: 80%;
	font-weight: 600;
	font-size: 12px;
	border: 1px solid lightgray;
	padding: 2px 0;
	border-radius: 15px;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 55%);
	background: #fff;
	transition: all 0.2s 0s ease;
}
.webBusinessCotainer .shopGolf .webFlex .item .anc:hover .ancBg .look,
.webBusinessCotainer .shopSport .webFlex .item .anc:hover .ancBg .look {
	background: #269e2f;
	color: #fff;
	border-color:  #269e2f;
}
.webBusinessCotainer .shopGolf  .webFlex .item .anc .ancBg .look::after,
.webBusinessCotainer .shopSport  .webFlex .item .anc .ancBg .look::after {
	position: absolute;
	content: '▶︎';
	margin-left: 8px;
}
.webBusinessCotainer .shopGolf  .webFlex .item .businessTxt {
	text-align: left;
	font-size: clamp(0.688rem, 0.553rem + 0.67vw, 0.875rem);
	margin-top: 7px;
}
.webBusinessCotainer .businessFlex {
	width: 90%;
	background: linear-gradient(180deg, #006829, #000201);
	color: #fff;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 35px;
	margin-top: 35px;
}
.webBusinessCotainer .businessFlex .txtGroup .group00 {
	margin-top: 35px;
}
.webBusinessCotainer .businessFlex .txtGroup .group01 {
	margin-top: 55px;
}
.webBusinessCotainer .businessFlex .txtGroup .group00 h4,
.webBusinessCotainer .businessFlex .txtGroup .group01 h4{
	display: flex;
	align-items: center;
	padding: 0 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	justify-content: center;
	}
.webBusinessCotainer .businessFlex .txtGroup .group00 .description,
.webBusinessCotainer .businessFlex .txtGroup .group01 .description {
	width: 88%;
	margin: 0 auto;
	margin-top: 15px;
}
.webBusinessCotainer .businessFlex .businessImage {
	margin-top: 45px;
	margin-bottom: 35px;
}
.webBusinessCotainer .businessFlex .businessImage img {
	width: 100%;
	margin: 0 auto;
	margin-left: -5px;
}
.originalPrintContainer .movie {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	margin-top: 64px;
}
.originalPrintContainer .movie video {
	margin: 0 auto;
}
.originalPrintContainer .introduction,
.subscriptionContainer .introduction,
.golfContainer .introduction {
	width: 90%;
	margin: 0 auto;
	margin-top: 128px;
}
.originalPrintContainer .introduction .flex {
	display: flex;
	width: 90%;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 64px;
	flex-wrap: wrap;
}
.originalPrintContainer .introduction .flex figure {
	max-width: 380px;
	height: auto;
	margin: 0 auto;
}
.originalPrintContainer .introduction .flex figcaption {
	max-width: 380px;
	height: auto;
	margin: 0 auto;
	margin-top: 32px;
}
.originalPrintContainer .introduction .flex figcaption h4 {
	display: inline-block;
}
.originalPrintContainer .introduction .flex figcaption p {
	display: inline-block;
	margin-top: 8px;
	padding-top: 32px;
	border-top: 1px dotted;
	text-align: left;
}
.subscriptionContainer .introduction,
.golfContainer .introduction{
	width: 100%;
}
.subscriptionContainer .introduction .imageBox {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url("../images/field00.jpg");
	object-fit: cover;
	background-repeat: no-repeat;
	padding: 128px 0;
	background-position: -300px -240px;
}
.subscriptionContainer .introduction img {
	width: 90%;
	margin: 0 auto;
}
.subscriptionContainer .introduction .needs,
.subscriptionContainer .introduction .system {
	width: 100%;
	margin-top: 64px;
}
.subscriptionContainer .introduction .needs h4,
.subscriptionContainer .introduction .system h4{
	display: inline-block;
	background: #269e2f;
	color: #fff;
	width: 90%;
	padding: 8px 16px;
	border-radius: 1rem 1rem 0 0;
	font-size: clamp(1.25rem, 1.051rem + 0.85vw, 1.625rem);
}
.subscriptionContainer .introduction .needs .parent,
.subscriptionContainer .introduction .system .parent {
	border:3px solid #269e2f;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 64px;
	border-radius: 0 0 1rem 1rem;
	background: #fff;
}
.subscriptionContainer .introduction .needs .parent .flexItem {
	display: flex;
	flex-flow: column;
	flex-direction: column-reverse;
	margin-top: 64px;
}
.subscriptionContainer .introduction .needs .parent .flexItem img {
	width: 74%;
	margin-top: 48px;
	border-radius: 100%;
}
.subscriptionContainer .introduction .needs .parent .flexItem .fukidashi {
	position: relative;
	width: 80%;
	text-align: left;
	margin: 0 auto;
	margin-top: 0px;
	background: #fff;
	border: 4px solid #269e2f;
	padding: 32px 16px;
	border-radius: 1rem;
}
.subscriptionContainer .introduction .needs .parent .flexItem:first-child .fukidashi::before {
	content: '初心者さん';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 55%);
	background: #269e2f;
	color: #fff;
	font-weight: 600;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	border-radius: 1rem;
}
.subscriptionContainer .introduction .needs .parent .flexItem:nth-child(2) .fukidashi::before {
	content: '家族連れさん';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 50%);
	background: #269e2f;
	color: #fff;
	font-weight: 600;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	border-radius: 1rem;
}
.subscriptionContainer .introduction .needs .parent .flexItem:last-child .fukidashi::before {
	content: '熟練者さん';
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translate(-50%, 50%);
	background: #269e2f;
	color: #fff;
	font-weight: 600;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 1.25rem;
	border-radius: 1rem;
}
.subscriptionContainer .introduction .needs .parent .flexItem .fukidashi::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
	width: 54px;
	height: 28px;
	transform: translateX(-50%);
	box-sizing: border-box;
	background-color: #269e2f;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.subscriptionContainer .introduction .system .parent .flexItem  {
	width: 90%;
	padding: 16px;
	margin: 0 auto;
}
.subscriptionContainer .introduction .system .parent .flexItem h5 {
	display: inline-block;
	width: 100%;
	margin-top: 16px;
	padding-bottom: 1px;
	border-bottom: 1px solid #269e2f;
	color: #269e2f;
}
.subscriptionContainer .introduction .system .parent .flexItem  .detail {
	display: inline-block;
	margin-top: 8px;
	text-align: left;
}
.golfContainer {
	padding-bottom: 0;
}
.golfContainer .introduction .simulation {
	padding-bottom: 64px;
	margin: 0 auto;
}
.golfContainer .introduction .simulation .leadText {
	font-size: clamp(2rem, 1.801rem + 0.85vw, 2.375rem);
	font-weight: 600;
	color: yellow;
}
.golfContainer .introduction .simulation h4 img {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
}
.golfContainer .introduction .simulation .flex {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.golfContainer .introduction .simulation .flex .circle {
	width: 320px;
	height: 320px;
	margin: 0 auto;
	border: 6px solid inherit;
	border-radius: 50%;
	background: #fff;
	color: #222;
	margin-top: 64px;
	overflow: hidden;
	position: relative;
}
.golfContainer .introduction .simulation .flex .circle .item00 {
	width: 45%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -100%);
}
.golfContainer .introduction .simulation .flex .circle .item01 {
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}
.golfContainer .introduction .simulation .flex .circle .item02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -110%) scale(1.2);
}
.golfContainer .introduction .simulation .flex .circle .item03 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}
.golfContainer .introduction .simulation .flex .circle .item04 {
	position: absolute;
	width: 88%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -100%);
}
.golfContainer .introduction .simulation .flex .circle .detail {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.golfContainer .introduction .simulation .flex .circle:first-child .profile{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.golfContainer .introduction .simulation .flex .circle:first-child .option0 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 110%);
	display: block;
	width: 80%;
	font-weight: 600;
	color: #269e2f;
	line-height: 1.77;
}
.golfContainer .introduction .simulation .flex .circle:last-child .detail02 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 80%);
}
.golfContainer .introduction .simulation .flex .circle .profile {
	display: inline-block;
	width: 100%;
	line-height: 1;
	font-weight: 400;
	background: #269e2f;
	color: #fff;
	padding: 4px 0;
}
.golfContainer .introduction .simulation .flex .circle .profile span {
	font-size: 80%;
}
.golfContainer .introduction .simulation .flex .circle .detail {
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-top: 16px;
	font-weight: 600;
	color: #269e2f;
	line-height: 1.77;
}
.golfContainer .introduction .simulation .flex .circle .detail02 {
	font-size: 1.4rem;
	background: #269e2f;
	color: #fff;
	padding: 4px;
	font-weight: 600;
}
.golfContainer .introduction .simulation .flex .detail p {
	position: relative;
	display: inline-block;
	text-align: left;
	background: #fff;
	color: #222;
	padding: 16px;
}
.golfContainer .introduction .simulation .flex .detail p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	width: 32px;
	height: 16px;
	transform: translate(-50%, -100%);
	background: #fff;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.golfContainer .fittinglabo .fitting {
	width: 90%;
	margin: 0 auto;
	margin-top: 128px;
	padding-bottom: 64px;
}
.golfContainer .fittinglabo .fitting p {
	margin-top: 32px;
	
}
.golfContainer .fittingFlow {
	position: relative;
	color: #262626;
}
.golfContainer .fittingFlow::before {
	position: absolute;
	top: -1px;
	left: 50%;
	content: '';
	z-index: 1;
	width: 100%;
	height: 64px;
	transform: translateX(-50%);
	box-sizing: border-box;
	background: #222;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.golfContainer .fittingFlow > div {
	width: 80%;
	margin: 0 auto;
}
.golfContainer .fittingFlow > div .attention {
	margin-top: 8px;
	color: #c11920;
	text-align: left;
}
.golfContainer .fittingFlow .flowContainer {
	margin-top: 128px;
}
.golfContainer .fittingFlow .flowContainer .flex {
	margin-top: 128px;
	border: 1px solid #222;
	padding-bottom: 32px;
	position: relative;
}
.golfContainer .fittingFlow .flowContainer .flex .mark {
	position: absolute;
	content: 'STEP1';
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #222;
	color: #222;
	top: 0;
	left: 50%;
	transform: translate(-50%, -55%);
	border-radius: 50%;
	background: rgba(255, 255, 255, .8);
	font-weight: 600;
}
.golfContainer .fittingFlow .flowContainer .flex .mark .option {
	position: absolute;
	font-size: 1rem;
	top: 6.5%;
	left: 50%;
	transform: translate(-50%, 50%);
}
.golfContainer .fittingFlow .flowContainer .flex .mark .optionNum {
	position: absolute;
	font-size: 2rem;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.golfContainer .fittingFlow .flowContainer .flex .detail {
	margin-top: 32px;
	padding: 0 16px;
}
.golfContainer .fittingFlow .flowContainer .flex .detail h5 {
	border-bottom: 1px solid #222;
}
.golfContainer .fittingFlow .flowContainer .flex .detail p {
	display: inline-block;
	margin-top: 16px;
	text-align: left;
}
.originalPrintContainer .contact,
.subscriptionContainer .contact,
.golfContainer .fittingFlow .contact {
	display: inline-block;
	margin-top: 64px;
}



/* privacypolicy */
#privacyInfomation {
	background: url("../images/bgCarbon.png") repeat;
	padding-bottom: 128px;
	padding-top: 64px;
}
#privacyInfomation .headingTitle {
	color: #fff;
	background: none;
}
#privacyInfomation .privacyContainer {
	background: #fff;
	padding: 75px 15px;
	width: 90%;
	margin: 0 auto;
	margin-top: 95px;
	text-align: left;
}
#privacyInfomation .privacyContainer > div {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px dashed #262626;
}
#privacyInfomation .privacyContainer > div h4 {
	display: inline-block;
	width: 100%;
}
#privacyInfomation .privacyContainer > div .detail {
	margin-top: 15px;
}
#privacyInfomation .privacyContainer > div .detail .tiny {
	display: inline-block;
	margin-top: 10px;
}
#privacyInfomation .privacyContainer > div ul {
	margin: 25px 0;
}
#privacyInfomation .privacyContainer > div ul li {
	list-style: lower-alpha;
	margin-left: 22px;
}




/* store */
#floorInfomation .fv {
	position: relative;
	width: 100%;
	height: 440px;
	content: "";
	background: url("../images/shop.jpg") no-repeat center center;
	background-size: cover;
	background-position: left;
}
#intro {
	width: 100%;
	background: #fff;
	padding-bottom: 128px;
}
#intro .headignTitle {
	width: 90%;
	margin: 0 auto;
	padding-top: 128px;
	margin-bottom: 0;
}
#intro .overview {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	margin-top: 64px;
}
#intro .overview .exterior {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#intro .overview .detail {
	width: 100%;
	margin-top: 32px;
}
#intro .overview .detail h4 {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #222;
	padding-bottom: 8px;
	text-align: left;
}
#intro .overview .detail p {
	display: inline-block;
	margin-top: 16px;
	text-align: left;
	line-height: 1.84;
}
#intro .overview ul {
	margin-top: 0;
}
#intro .overview ul li {
	border-top: 1px solid #222;
	padding: 16px 0;
	display: flex;
	text-align: left;
}
#intro .overview ul li p:first-child {
	font-weight: 600;
	width: 30%;
}
#intro .overview ul li p:last-child {
	width: 70%;
}
#intro .follow {
	margin-top: 64px;
}
#intro .follow h5 {
	font-weight: 500;
}
#intro .follow ul {
	display: flex;
	justify-content: center;
}
#intro .follow ul li {
	width: 60px;
	height: 60px;
	background: #222;
	color: #fff;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	margin: 32px 16px 0 16px;
	transition: all 0.2s 0s ease;
	font-size: 1.6rem;
}
#intro .follow ul li .icon-facebook2:after,
#intro .follow ul li .icon-instagram:after,
#intro .follow ul li .icon-x:after {
	margin-left: 0;
}
#intro .follow ul li:hover {
	background: #c11920;
}
.map {
}
.map iframe{
	height: 260px;
}
#shopContainer {
	background: url("../images/bgCarbon.png");
}
#shopContainer .parent {
	max-width: 1080px;
	width: 90%;
	padding: 128px 0;
	margin: 0 auto;
}
#shopContainer .parent .content {
	margin: 0 auto;
	color: #fff;
}
#shopContainer .parent .content .colorWh {
	border-bottom: none;
}
#shopContainer .parent .content .colorWh .feature {
	display: inline-block;
	margin-top: 16px;
}
#shopContainer .parent .content .wrapper {
	margin-top: 128px;
}
#shopContainer .parent .content .wrapper > div {
	margin-top: 64px;
}
#shopContainer .parent .content .wrapper > div .img {
	width: 100%;
	height: 280px;
	background: lightgray;
} 
#shopContainer .parent .content .wrapper > div .detail {
	text-align: center;
	margin-top: 32px;
}
#shopContainer .parent .content .wrapper > div .detail h5 {
	line-height: 1.5;
	color: #ffee00;
}
#shopContainer .parent .content .wrapper > div .detail p {
	display: inline-block;
	margin-top: 32px;
	text-align: left;
}
#shopContainer .parent .content .wrapper > div .detail p span {
	font-weight: 600;
}
#shopContainer .parent .content .wrapper > div .detail .btn00 {
	margin-top: 32px;
}




/* BP　タブレット最小単位以上に指定 */
@media screen and (min-width: 768px) {
	body {
		background: #000;
	}
	main {
		background: url("../images/bgCarbon.png");
	}
	.scrollInfinityItem {
	width: calc(100vw / 9);
}
	#infomationArea {
		padding-bottom: 95px;
	}
	#infomationArea .infomationWrap {
/*		position: relative;*/
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		margin-top:  -16.5vw;
/*		top: -15vw;*/
	}
	#infomationArea .infomationWrap .pickup {
		width: 57.5%;
		margin: 0 auto;
		z-index: 8800;
	}
	#infomationArea .infomationWrap .message {
		margin-top: 75px;
	}
	#infomationArea .infomationWrap .news {
		margin-top: 95px;
	}
	#infomationArea .infomationWrap .news .newPost .postList {
		transition: all 0.1s 0s linear;
	}
	#infomationArea .infomationWrap .news .newPost .postList:hover {
		color: #fff;
	}
	#infomationArea .infomationWrap .news .newsInfomation .postLink {
		transition: all 0.1s 0s linear;
	}
	#infomationArea .infomationWrap .news .newsInfomation .postLink:hover {
		color: #c11920;
	}
	#infomationArea .infomationWrap .news .newsInfomation .postLink dl {
		position: relative;
	}
	#infomationArea .infomationWrap .news .newsInfomation .postLink dl dd::after {
		position: absolute;
		content: '〉';
		right: -10px;
	}
	#serviceArea {
		width: 100%;
	}
	#serviceArea .serviceWrap {
		max-width: 1080px;
		width: 90%;
	}
	#serviceArea .serviceWrap {
		position: relative;
		top: 0;
		left: 0;
	}
	#serviceArea .serviceWrap::after {
		display: block;
		position: absolute;
		content: url("../images/bgXone.png");
		z-index: 1;
		top: 50%;
		left: 3%;
		transform: translateY(-50%);
		opacity: .8;
		width: 90%;
	}
	#serviceArea .serviceWrap .container {
		position: relative;
		width:  100%;
		z-index: 2;
	}
	#serviceArea .serviceWrap .container .flexItem {
		width: 40%;
		padding: 0;
	}
	#serviceArea .serviceWrap .container .flexItem a {
		margin-top: 32px;
	}
	#shopInfomationArea {
		background: #fff;
		width: 100%;
	}
	
	#shopInfomationArea .wrap {
		max-width: 1080px;
		width: 100%;
		display: flex;
		margin: 0 auto;
		margin-top: 64px;
		justify-content: center;
	}
	#shopInfomationArea .wrap .companyContainer,
	#shopInfomationArea .wrap .storeContainer {
		width: 50%;
	}
	#shopInfomationArea .wrap .companyContainer {
	background-position: 0px 0;
	}
	#shopInfomationArea .wrap .storeContainer {
		background-position: -0px 0;
	}
	#shopInfomationArea .wrap .companyContainer .txtGroup {
		margin-top: 32px;
	}
	#shopInfomationArea .wrap .companyContainer .txtGroup .description {
		margin-top: 16px;
	}
	#shopInfomationArea .wrap .companyContainer .txtGroup .btn00 {
		margin-top: 32px;
	}
	#shopInfomationArea .wrap .companyContainer .txtGroup,
	#shopInfomationArea .wrap .storeContainer .txtGroup {
		text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	}
	
	#shopInfomationArea .wrap .companyContainer::before,
	#shopInfomationArea .wrap .storeContainer::before {
		background: rgba(0,0,0,.3);
	}
	#shopInfomationArea .wrap .companyContainer .txtGroup .btn00 {
		margin-top: 46px;
	}
	
	
	
	/* contact */
	#contactInfomation {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#contactInfomation .contactContainer {
		margin-top: 128px;
	}
	#contactInfomation .contactContainer div {
		padding: 0 32px;
	}
	#contactInfomation .completeMessage {
		padding:  64px;
	}
	/* corpolate */
	.corporateFv .fv {
		height: 646px;
	}
	.corporateFv .corpolateMessage {
		width: 100%;
		margin: 0 auto;
		padding: 128px 0;
	}
	.corporateFv .corpolateMessage .heading,
	.corporateFv .corpolateMessage .comment {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	.corporateFv .corpolateMessage .comment {
		margin-top: 32px;
		text-align: left;
	}
	.bossMessage .wrap {
		max-width: 1080px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.bossMessage .wrap .flex {
		justify-content: space-around;
	}
	.bossMessage .wrap .flex .comment {
		width: 50%;
		margin: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.bossMessage .wrap .flex .bossPic {
		margin: 0;
		padding: 0;
	}
	#corporateInfomation {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#corporateInfomation .profileContainer {
		background: #fff;
		width: 100%;
		margin: 0 auto;
		margin-top: 128px;
	}
	#corporateInfomation .profileInner {
		text-align: left;
		padding: 64px 32px;
	}
	#corporateInfomation .profileInner .profileItem {
		display: flex;
		flex-wrap: wrap;
		padding: 32px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	#corporateInfomation .profileInner .profileItem:last-child {
		border-bottom: none;
	}
	#corporateInfomation .profileInner .profileItem .profileLabel {
		text-align: left;
		width: 26%;
		font-weight: 600;
	}
	#corporateInfomation .profileInner .profileItem .profileTxt {
		width: 74%;
		font-size: 1rem;
	}
	#corporateInfomation .profileInner .profileItem .profileTxt .link2 {
		width: 100%;
		border-bottom: none;
	}
	#corporateInfomation .profileInner .profileItem .profileTxt  iframe {
		margin-top: 15px;
	}
	#corporateInfomation .profileInner .profileItem .profileTxt span {
		display: inline-block;
		margin-top: .5em;
		width: 100%;
	}
	#corpolateHistory .overview {
		max-width: 1080px;
		margin: 0 auto;
		margin-top: 128px;
	}
	#corpolateHistory .overview .profileInner {
		text-align: left;
		padding: 64px 32px;
	}
	#corpolateHistory .overview .profileInner .profileItem {
		display: flex;
		flex-wrap: wrap;
		padding: 32px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}
	#corpolateHistory .overview .profileInner .profileItem:last-child {
		border-bottom: none;
	}
	#corpolateHistory .overview .profileInner .profileItem .profileLabel {
		text-align: left;
		width: 26%;
		font-weight: 600;
	}
	#corpolateHistory .overview .profileInner .profileItem .profileTxt {
		width: 74%;
		font-size: 1rem;
	}
	#corpolateHistory .overview .profileInner .profileItem .profileTxt .position {
		margin-left: 150px;
	}
	/* brand */
	#brandInfomation {
		max-width: 1080px;
		margin: 0 auto;
	}
	#brandInfomation .brandContainer .brandInner {
		width: 90%;
	}
	#brandInfomation .brandContainer .brandInner .brandFlex {
		justify-content: space-between;
	}
	#brandInfomation .brandContainer .brandInner .brandFlex .brandItem {
		width: 213px;
	}
	#brandInfomation .brandContainer .brandInner .brandFlex .brandItem .brandTxt h4 {
		font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
	}
	#brandListContainer,
	#brandListContainer02 {
		max-width: 1080px;
		margin: 0 auto;
	}
	#brandListContainer {
		padding-bottom: 128px;
	}
	#brandListContainer02 {
/*		margin-top: 128px;*/
		border-top: none;
		padding-bottom: 128px;
	}
	#brandListContainer .brandInner,
	#brandListContainer02 .brandInner {
		width: 90%;
	}
	#brandListContainer .brandInner img {
		width: 5%;
	}
	#brandListContainer02 .brandInner img {
		width: 7%;
	}
	#brandListContainer .brandInner .brandFlex,
	#brandListContainer02 .brandInner .brandFlex {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
	}
	#brandListContainer .brandInner .brandFlex .listContainer,
	#brandListContainer02 .brandInner .brandFlex .listContainer {
		width: 25%;
		margin-top: 32px 0;
		text-align: left;
	}
	#typeSelect{
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#typeSelect .pageNav .pageNavListInner {
		justify-content: center;
}
	#typeSelect .pageNav .pageNavListInner .pageNavList {
		width: 300px;
		margin: 0 16px;
	}
	
	
	
	/* news */
	#newsInfomation {
		max-width: 1080px;
		margin: 0 auto;
	}
	#newsInfomation .newsInfomation dl {
		margin-top: 35px;
		transition: all 0.1s 0s linear;
	}
	#newsInfomation .newsInfomation dl:hover {
		border-color: #c11920;
		color: #c11920;
	}
	#newsInfomation .newsInfomation dl dd:hover::after {
		font-weight: 900;
	}
	#newsInfomation .newsContainer .newsInfomation .article {
		text-align: left;
		padding-bottom: 55px;
	}
	#newsInfomation .newsContainer .newsInfomation .article .postHead {
		border-bottom: 1px dotted #262626;
		padding-bottom: 5px;
		margin-bottom: 35px;
	}
	#newsInfomation .newsContainer .newsInfomation .article .detail > p,
	#newsInfomation .newsContainer .newsInfomation .article .detail > a,
	#newsInfomation .newsContainer .newsInfomation .article .detail > img,
	#newsInfomation .newsContainer .newsInfomation .article .detail > table {
		margin: 35px auto;
	}
	
	
	
	/* recruit */
	#recruitInfomation .recruitContainer {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#recruitInfomation .recruitContainer .pageNav .pageNavListInner {
		display: flex;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
	}
	#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList {
		width: 350px;
		margin: 0 16px;
	}
	#recruitInfomation .recruitContainer .pageNav .pageNavListInner .pageNavList:last-child {
		margin-top: 0px;
	}
	
	#recruitInfomation .recruitContainer .recruitContent {
		max-width: 1080px;
		width: 90%;
		background: #fff;
		margin: 0 auto;
		margin-top: 64px;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap:last-child {
		margin-top: 64px;
		margin-bottom: 32px;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .headingRecruit {
		background: #262626;
		color: #fff;
		display: inline-block;
		width: 100%;
		padding:8px 0;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem {
		margin-top: 24px;
		text-align: left;
		padding: 0 32px;
		padding-bottom: 24px;
		border-bottom: 1px dashed#262626;
	}
	
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem:last-child {
		border-bottom: none;
		padding-bottom: 0px;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem h4 {
		display: inline-block;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .comment {
		margin-top: 16px;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .view {
		display: inline-block;
		margin-top: 16px;
		font-weight: 800;
		border-bottom: 1px solid #262626;
		padding: 0 16px 4px 16px;
	}
	#recruitInfomation .recruitContainer .recruitContent .wrap .recruitItem .view .arrow {
		margin-left: 8px;
	}
	#recruitInfomation .recruitContainer {
		max-width: 1020px;
		width: 90%;
	}
	#recruitInfomation .recruitContainer .jobInner {
		background: #fff;
		margin-top: 128px;
		text-align: left;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo {
		border: 1px solid #262626;
		width: 100%;
		border-collapse: collapse;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr th {
		display: table-cell;
		width: 150px;
		background: #262626;
		color: #fff;
		padding: 13px 14px;
		border-bottom: 1px solid #b7b7b7;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr:last-child th,
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr:last-child td {
		border-color: #262626;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td {
		padding: 13px 15px;
		border-bottom: 1px dashed #b7b7b7;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td  ul {
		padding: 13px 18px;
	}
	#recruitInfomation .recruitContainer .jobInner .jobInfo tbody tr td  ul li {
		list-style-type: disc;
		margin-top: 5px;
	}
	
	
	
	/* service */
	#businessInfomation {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	#businessInfomation .jump {
		width: 100%;
		margin: 0 auto;
		margin-top: 32px;
	}
	#businessInfomation .businessCotainer .webFlex {
		display: flex;
		justify-content: space-between;
	}
	#businessInfomation .businessCotainer .webFlex .item {
		max-width: 220px;
		text-align: center;
/*		margin: 0px 9px;*/
		margin-top: 55px;
		padding: 0;
	}
	#businessInfomation .businessCotainer .webFlex .item .businessTxt {
		margin-top: 15px;
		padding: 0;
	}
	#businessInfomation .businessCotainer .businessFlex .txtGroup {
		display: flex;
	}
	#businessInfomation .businessCotainer .businessFlex .txtGroup .group00,
	#businessInfomation .businessCotainer .businessFlex .txtGroup .group01 {
		width: 48%;
		margin: 0 auto;
		margin-top: 25px;
		padding: 0 5px;
		
	}
	#businessInfomation .businessCotainer .businessFlex .txtGroup .group00 .description,
	#businessInfomation .businessCotainer .businessFlex .txtGroup .group01 .description {
		width: 100%;
		text-align: left;
		padding: 5px;
	}
	#businessInfomation .businessCotainer .businessFlex .businessImage img {
		width: 100%;
		margin-left: -10px;
	}
	.webBusinessCotainer .shopHeadding p {
		display: block;
		margin: 0 auto;
		margin-top: 16px;
	}
	.webBusinessCotainer .shopGolf,
	.webBusinessCotainer .shopSport {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		margin-top: 80px;
	}
	.originalPrintContainer .introduction {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		margin-top: 144px;
	}
	.originalPrintContainer .introduction .flex {
		width: 90%;
		margin: 0 auto;
		margin-top: 128px;
	}
	.originalPrintContainer .introduction .flex figure {
		margin-bottom: 32px;
	}
	.originalPrintContainer .introduction .flex figcaption {
		margin-top: 0;
	}
	.golfContainer .introduction{
		max-width: 1080px;
		width: 90%;
	}
	.subscriptionContainer .introduction .imageBox {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		background: url("../images/field02.jpg") no-repeat center center;
		object-fit: cover;
		padding: 128px 0;
		background-position: 50% 55%;
	}
	.subscriptionContainer .introduction img {
		width: 540px;
		margin: 0 auto;
	}
	.subscriptionContainer .introduction .flex {
		max-width: 1080px;
		margin: 0 auto;
		margin-top: 64px;
		display: flex;
		justify-content: space-between;
	}
	.subscriptionContainer .introduction .needs {
		width: 50%;
		margin-top: 64px;
	}
	.subscriptionContainer .introduction .system {
		width: 50%;
		margin-top: 64px;
	}
	.subscriptionContainer .introduction .needs .parent {
		padding-bottom: 32px;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem {
		width: 100%;
		display: flex;
		flex-flow: wrap;
		margin: 0 auto;
		margin-top: 43px;
		justify-content: space-between;
		align-items: center;
		padding: 0;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem img {
		width: 120px;
		height: 120px;
		border-radius: 100%;
		padding: 0;
		margin: 0 auto;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem .fukidashi {
		position: relative;
		width: 50%;
		text-align: left;
		margin: 0 auto;
		padding: 16px;
		border-radius: 1rem;
		font-size: 1rem;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem:first-child .fukidashi::before {
		font-size: 1rem;
		width: 120px;
		height: 30px;
		line-height: 30px;
		top: -20%;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem:nth-child(2) .fukidashi::before {
		font-size: 1rem;
		width: 120px;
		height: 30px;
		line-height: 30px;
		top: -25%;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem:last-child .fukidashi::before {
		font-size: 1rem;
		width: 120px;
		height: 30px;
		line-height: 30px;
		top: -25%;
	}
	.subscriptionContainer .introduction .needs .parent .flexItem .fukidashi::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0%;
		z-index: 1;
		width: 34px;
		height: 28px;
		transform: translate(-100%, -50%);
		box-sizing: border-box;
		background-color: #269e2f;
		clip-path: polygon(100% 0, 50% 50%, 100% 100%);
	}
	.subscriptionContainer .introduction .system .parent {
		padding-bottom: 18px;
	}
	.subscriptionContainer .introduction .system .parent .flexItem  {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-top: 32px;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.subscriptionContainer .introduction .system .parent .flexItem .circle {
		display: inline-block;
		width: 120px;
		height: 120px;
		margin: 0 auto;
		color: #fff;
		background: #269e2f;
		border-radius: 50%;
		text-align: center;
		line-height: 130px;
		color: #fff;
	}
	.subscriptionContainer .introduction .system .parent .flexItem .circle h5 {
		display: inline-block;
		color: #fff;
		font-size: 1.16rem;
		border-bottom: none;
		width: 100%;
		margin-top: 35px;
	}
	.subscriptionContainer .introduction .system .parent .flexItem .detail {
		display: inline-block;
		width: 50%;
		margin: 0 auto;
		margin-top: 0px;
		text-align: left;
		padding: 16px 8px;
	}
	.golfContainer .introduction,
	.golfContainer .fittinglabo,
	.golfContainer .fittingFlow > div,
	.golfContainer .fittingFlow .flowContainer {
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
	}
	.golfContainer .introduction .simulation .imageBox,
	.golfContainer .fittinglabo .fitting {
		width: 67%;
		margin: 0 auto;
		margin-top: 128px
	}
	.golfContainer .introduction .simulation .flex .circle {
		position: relative;
	}
	.golfContainer .introduction .simulation .flex .circle .item00 {
		position: absolute;
		width: 45%;
		margin: 0 auto;
		top: -5%;
		left: 50%;
		transform: translate(-50%);
	}
	.golfContainer .introduction .simulation .flex .circle .profile {
		position: absolute;
		top: 50%;
		left: 0;
	}
	.golfContainer .introduction .simulation .flex .circle .option0 {
		position: absolute;
	}
	.golfContainer .introduction .simulation .flex .circle .item01 {
		position: absolute;
		width: 60%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -100%);
	}
	.golfContainer .introduction .simulation .flex .circle .item02 {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translate(0, -105%) scale(1.2);
	}
	.golfContainer .introduction .simulation .flex .circle .detail {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0%)
	}
	.golfContainer .introduction .simulation .flex .circle .item03 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -100%);

	}
	.golfContainer .introduction .simulation .flex .circle .item04 {
		position: absolute;
		width: 88%;
		margin: 0 auto;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -100%);
	}
	.golfContainer .introduction .simulation .flex .circle .option01 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%);
	}
	.golfContainer .introduction .simulation .flex .circle .detail02 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 75%);
	}
	.golfContainer .fittingFlow > div .attention {
		width: 45%;
		margin: 0 auto;
		margin-top: 16px;
		text-align: center;
	}
	.golfContainer .fittingFlow .flowContainer {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.golfContainer .fittingFlow .flowContainer .flex {
		width: 30%;
	}
	
	
	
	/* toppage slideContainer */
	#fv {
		pointer-events: none;
	}
	#fv .slideContainer .pcOnly img {
		position: relative;
		width: 100%;
		top: 0;
		right: 0;
		
	}
	#fv .slideContainer .pcOnly .slideWrapper {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		z-index: 7995;
	}
	#fv .slideContainer .pcOnly .slideWrapper .slide .item .slideSub {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
	}
	#fv .slideContainer {
		position: relative;
	}
	#fv .slideContainer .pcOnly .catchcopy  {
		position: absolute;
		color: #fff;
		left: 7.4%;
		bottom: 52.8%;
		text-align: left;
		width: 52%;
		z-index: 7996;
	}
	#fv .scrollInfinity {
		width: 100%;
		position: absolute;
		z-index: 8997;
		bottom: 38.5%;
		overflow: hidden;
	}
	#fv .catchcopy h4 {
		font-size: clamp(2.25rem, -0.861rem + 6.48vw, 4rem);
	}
	
	
	
	
	/* privacypolicy */
	#privacyInfomation .privacyContainer {
		max-width: 1080px;
		width: 90%;
		margin-top: 95px;
		text-align: left;
		padding: 35px;
	}
	
	
	
	/* store */
	#intro .headignTitle {
		max-width: 1080px;
		width: 90%;
	}
	#intro .overview {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1080px;
		width: 90%;
		margin: 0 auto;
		margin-top: 64px;
		justify-content: space-around;
	}
	#intro .overview .exterior {
		width: 45%;
		margin-top: 0;
	}
	#intro .overview .detail {
		width: 45%;
		margin-top: 0;
	}
	#intro .overview .detail h4 {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid #222;
		padding-bottom: 8px;
		text-align: left;
	}
	#intro .overview .detail p {
		display: inline-block;
		margin-top: 16px;
		text-align: left;
		line-height: 1.84;
	}
	#intro .overview ul {
		width: 45%;
		margin-top: 0;
	}
	#intro .overview ul li {
		padding: 4px 0;
		display: flex;
		text-align: left;
	}
	#intro .overview ul li:last-child {
		border-bottom: 1px solid #222;
	}
	#intro .overview ul li p {
		height: 54px;
	}
	#intro .overview ul li p:first-child {
		font-weight: 600;
		width: 20%;
	}
	#intro .overview ul li p:last-child {
		width: 80%;
	}
	.map {
		width: 100%;
		background: #fff;
		padding-bottom: 128px;
	}
	.map iframe{
		max-width: 1080px;
		height: 380px;
		margin: 0 auto;
	}
	#shopContainer .parent {
		max-width: 1080px;
		margin: 0 auto;
	}
	#shopContainer .parent .content {
		width: 100%;
	}
	#shopContainer .parent .content .wrapper {
		margin-top: 128px;
	}
	#shopContainer .parent .content .wrapper .colorWh .feature  {
		padding-top: 16px;
	}
	#shopContainer .parent .content .wrapper > div {
		margin-top: 64px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}
	#shopContainer .parent .content .wrapper > div:nth-child(even) {
		flex-direction: row-reverse;
	}
	#shopContainer .parent .content .wrapper > div img {
		width: 45%;
		height: 340px;
		object-fit: cover;
	}
	#shopContainer .parent .content .wrapper > div .img {
		width: 45%;
		height: 340px;
		background: lightgray;
	} 
	#shopContainer .parent .content .wrapper > div .detail {
		width: 45%;
		text-align: left;
		margin-top: 0;
	}
	#shopContainer .parent .content .wrapper > div .detail h5 {
		width: 100%;
		line-height: 1.5;
		color: #ffee00;
	}
	#shopContainer .parent .content .wrapper > div .detail p {
		display: inline-block;
		margin-top: 16px;
		margin-bottom: 8px;
		padding: 0 16px 0 0;
	}
	#shopContainer .parent .content .wrapper > div .detail p span {
		font-weight: 600;
	}
	
}

@media screen and (min-width: 1080px) {
	#businessInfomation .jump ul li {
		width: 230px;
		margin: 0 auto;
		justify-content: center;
		flex-wrap: wrap;
	}
}