
body#needle {
	color: #000;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	position: relative;
    left: 0;
    overflow-x: hidden;
	-webkit-text-size-adjust: 100%; /* iphone横向き 文字拡大防止 */
}
img {
	display: block;
	width: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
a {
	text-decoration: none;
	color: #000;
	transition: all .3s;
}
a:hover {
	filter: brightness(1.1);
}
p {
	line-height: 1.4;
}

/*==================================================================================
共通
==================================================================================*/
/* レイアウト */
#needle main {
	border-top: 20px #4fcbf2 solid!important;
	overflow: hidden;
}
#needle section {
	padding: 100px 0!important;
}
#needle .container {
	width: calc(100% - 40px);
	max-width: 1200px;
	padding: 0 20px;
	margin: auto;
	position: relative;
}
#needle .max960 {
	max-width: 960px;
	margin: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.row.align_end{
	align-items: flex-end;
}
.row.just_start{
	justify-content: flex-start;
}
.row.align_center {
	align-items: center;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_120 {
	margin-bottom: 120px;
}

/* フォント */
#needle .ttl {
	font-family: corporate-logo-ver2, sans-serif;
	font-weight: 700;
}
#needle .font_14 {
	font-size: 14px;
}
#needle .font_24 {
	font-size: 24px;
}
#needle .font_30 {
	font-size: 30px;
	line-height: 1.2;
}
#needle .font_34 {
	font-size: 34px;
	line-height: 1.2;
}
#needle .font_50 {
	font-size: 50px;
	line-height: 1.2;
}
#needle .font_60 {
	font-size: 60px;
	line-height: 1.2;
}
#needle .font_70 {
	font-size: 70px;
	line-height: 1.2;
}
#needle .font_86 {
	font-size: 86px;
	line-height: 1.2;
}
#needle .bold {
	font-weight: 700;
}
.white {
	color: #fff;
}
#needle main .pink {
	color: #ff767e;
}
#needle main .blue {
	color: #4fcbf2;
}
.txt_center {
	text-align: center;
}
.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.indent2 {
	padding-left: 2em;
	text-indent: -2em;
}

/* ボタン */
#needle main .btn {
	display: block;
	max-width: 480px;
	height: auto;
	margin: auto;
	padding: 25px 60px 20px;
	border-radius: 100px;
	background: #db832d;
	color: #fff;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	position: relative;
}
#needle main .btn::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
#needle main .btn::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-right: none;
	border-left: 16px #db832d solid;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

#needle .anker {
    padding-top: 60px;
    margin-top: -60px;
}

/* アニメーション -----------*/
.animated.fadeinup {
	animation: fadeinup .6s;
}
@keyframes fadeinup {
	0% {opacity: 0; transform: translateY(30px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.bounceinup {
	animation: bounceinup .6s;
}
@keyframes bounceinup {
	0% {opacity: 0; transform: translateY(40px);}
	40% {opacity: 0; transform: translateY(40px);}
	70% {opacity: 1; transform: translateY(-10px);}
	100% {opacity: 1; transform: translateY(0);}
}
.animated.fadeinleft {
	animation: fadeinleft .6s;
}
@keyframes fadeinleft {
	0% {opacity: 0; transform: translateX(-30px);}
	100% {opacity: 1; transform: translateX(0);}
}
.animated.fadeinright {
	animation: fadeinright .6s;
}
@keyframes fadeinright {
	0% {opacity: 0; transform: translateX(30px);}
	100% {opacity: 1; transform: translateX(0);}
}

/*==================================================================================
メイン
==================================================================================*/
section#needle_main {
	padding: 30px 0 0!important;
	background: url("../img/main_bg.jpg") center center / 1200px repeat-x;
}
section#needle_main .txt {
	width: 55%;
	max-width: 960px;
	margin: auto;
}
section#needle_main .p01,
section#needle_main .p02 {
	width: 25%;
	position: absolute;
	left: 0;
	bottom: 0;
}
section#needle_main .p02 {
	left: auto;
	right: 0;
}
/*================================================================================*/
section#needle_feature {
	padding: 30px 0!important;
	background: #4fcbf2;
}
section#needle_feature .container::after {
	content: "";
	display: block;
	width: 30%;
	max-width: 360px;
	height: 100%;
	background: url("../img/feature_p.png") left bottom / contain no-repeat;
	position: absolute;
	left: 0;
	bottom: -30px;
}
section#needle_feature ul {
	width: 680px;
	margin-left: 30%;
	position: relative;
}
section#needle_feature ul li {
	padding-left: 60px;
	position: relative;
}
section#needle_feature ul li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: radial-gradient(#fff 0%, #4fcbf2 80%, #4fcbf2 100%);
	font-size: 34px;
	position: absolute;
	top: -10px;
	left: 0;
}
/*================================================================================*/
section#needle_worries {
	padding: 400px 0 60px!important;
	position: relative;
}
section#needle_worries::before {
	content: "";
	display: block;
	width: 80%;
	max-width: 640px;
	height: 100%;
	background: url("../img/worries_p.png") center top / contain no-repeat;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
section#needle_worries .worries {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(#2ebfff 20%, #fff 70%, #fff 100%);
	position: relative;
}
section#needle_worries .worries::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 6px #2ebfff solid;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
}
/*================================================================================*/
section#needle_about .frame {
	padding: 40px;
	border: 2px #4fcbf2 solid;
	position: relative;
}
section#needle_about .frame::before {
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px #000 solid;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
}
section#needle_about .txt {
	width: calc(100% - 360px);
	padding-top: 20px;
}
section#needle_about .img {
	width: 340px;
}
section#needle_about .tattoo {
	width: 460px;
}
section#needle_about .bg_blue {
	width: calc(100% - 460px - 60px);
	padding: 40px;
	border-radius: 15px;
	background: #daebf3;
	box-sizing: border-box;
}
section#needle_about .bg_blue p {
	line-height: 1.8;
}
/*================================================================================*/
section#needle_price {
	padding: 30px 0!important;
	background: #fff7ea;
}
section#needle_price .container::after {
	content: "";
	display: block;
	width: 50%;
	max-width: 430px;
	height: calc(100% + 120px);
	background: url("../img/price_p.png") center bottom / contain no-repeat;
	position: absolute;
	right: -5%;
	bottom: -30px;
}
section#needle_price .price {
	padding-left: 100px;
	position: relative;
}
section#needle_price .price p {
	line-height: 1.2;
}
section#needle_price .count {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #ff767e;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
section#needle_price .contents {
	width: 260px;
}
section#needle_price .w100 {
	width: 100%;
}
/*================================================================================*/
#needle .col2 {
	width: calc(50% - 15px);
}
section#needle_voice .col2 {
	box-sizing: border-box;
	padding: 20px;
	border: 2px #4fcbf2 solid;
	border-radius: 20px;
}
section#needle_voice .img {
	width: 110px;
}
section#needle_voice .txt {
	width: calc(100% - 110px - 20px);
}
/*================================================================================*/
section#needle_faith {
	padding: 30px 0!important;
	background: #4fcbf2;
}
section#needle_faith ul li {
	padding: 10px;
	background: #000;
}
/*================================================================================*/
section#needle_faq .container::after {
	content: "";
	display: block;
	width: 35%;
	max-width: 420px;
	height: 460px;
	background: url("../img/faq_p.png") center bottom / contain no-repeat;
	position: absolute;
	right: -5%;
	bottom: -160px;
}
section#needle_faq dl dd {
	padding: 10px 0 0 50px;
}


/* ページトップへ戻るボタン */
.btn_pagetop {
	display: block;
	width: calc(50px - 2px);
	height: calc(50px - 2px);
	border: 1px #4fcbf2 solid;
	border-radius: 50%;
	background: #fff;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
}
.btn_pagetop span {
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px #4fcbf2 solid;
	border-right: 1px #4fcbf2 solid;
	transform: translateX(-50%) rotate(-45deg);
	position: absolute;
	top: 45%;
	left: 50%;
}



.tb {display: none;}
.pc {display: inline;}
.sp {display: none;}

@media screen and (max-width : 960px) {
	.pc {display: none;}
	.tb {display: inline;}
	
	p { font-size: 14px; }
	
	/*==================================================================================
	共通
	==================================================================================*/
	/* レイアウト */
	#needle section {
		padding: 60px 0!important;
	}
	#needle .container {
		width: calc(100% - 30px);
		max-width: 680px;
		padding: 0 15px;
	}
	.mb_10 {
		margin-bottom: 8px;
	}
	.mb_20 {
		margin-bottom: 15px;
	}
	.mb_30 {
		margin-bottom: 20px;
	}
	.mb_60 {
		margin-bottom: 40px;
	}
	.mb_120 {
		margin-bottom: 60px;
	}

	/* フォント */
	#needle .font_24 {
		font-size: 18px;
	}
	#needle .font_30 {
		font-size: 20px;
	}
	#needle .font_34 {
		font-size: 22px;
	}
	#needle .font_50 {
		font-size: 30px;
	}
	#needle .font_60 {
		font-size: 34px;
	}
	#needle .font_70 {
		font-size: 40px;
	}
	#needle .font_86 {
		font-size: 46px;
	}
	/* ボタン */
	#needle main .btn {
		padding: 25px 40px 20px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#needle_main {
		padding: 20px 0 0!important;
		background-size: 960px;
	}
	section#needle_main .txt {
		width: calc(100% - 40px);
		padding-right: 40px;
	}
	section#needle_main .p01,
	section#needle_main .p02 {
		width: 23%;
		left: -3%;
	}
	section#needle_main .p02 {
		left: auto;
		right: -3%;
	}
	/*================================================================================*/
	section#needle_feature {
		padding: 20px 0!important;
	}
	section#needle_feature .container::after {
		width: 23%;
		height: 200px;
		left: auto;
		right: 0;
		bottom: -20px;
	}
	section#needle_feature ul {
		width: 100%;
		margin-left: 0;
	}
	section#needle_feature ul li {
		padding-left: 40px;
	}
	section#needle_feature ul li .num {
		width: 34px;
		height: 34px;
		font-size: 18px;
		top: -5px;
	}
	/*================================================================================*/
	section#needle_worries {
		padding: 210px 0 20px!important;
	}
	section#needle_worries::before {
		width: 360px;
		top: 30px;
	}
	section#needle_worries .max960 {
		max-width: 460px;
	}
	section#needle_worries .worries {
		width: 100%;
		height: 60px;
		margin-bottom: 10px;
		padding: 0 20px;
		border-radius: 10px;
		box-sizing: border-box;
		background: #fff;
		text-align: center;
	}
	section#needle_worries .worries::after {
		border: 3px #2ebfff solid;
		border-radius: 10px;
	}
	/*================================================================================*/
	section#needle_about .container {
		max-width: 100%;
	}
	section#needle_about .frame {
		padding: 20px;
	}
	section#needle_about .frame::before {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		top: 5px;
		left: 5px;
	}
	section#needle_about .txt {
		width: calc(100% - 270px);
		padding-top: 10px;
	}
	section#needle_about .img {
		width: 240px;
	}
	section#needle_about .tattoo {
		width: 40%;
	}
	section#needle_about .bg_blue {
		width: calc(60% - 30px);
		padding: 15px;
		border-radius: 10px;
	}
	/*================================================================================*/
	section#needle_price {
		padding: 30px 0!important;
	}
	section#needle_price .container::after {
		width: 33%;
		height: 230px;
	}
	section#needle_price .max960 {
		max-width: 540px;
	}
	section#needle_price .font_60 {
		text-align: center;
	}
	section#needle_price .price {
		padding-left: 74px;
	}
	section#needle_price .count {
		width: 64px;
		height: 64px;
		padding-top: 0;
		top: 0;
		transform: none;
	}
	section#needle_price .contents {
		width: 100%;
		margin-bottom: 5px;
	}
	section#needle_price .w100 {
		padding-top: 5px;
	}
	/*================================================================================*/
	#needle .col2 {
		width: 100%;
	}
	section#needle_voice .col2 {
		padding: 15px;
		border-radius: 10px;
	}
	section#needle_voice .img {
		width: 80px;
	}
	section#needle_voice .txt {
		width: calc(100% - 80px - 15px);
	}
	/*================================================================================*/
	section#needle_faith {
		padding: 20px 0!important;
	}
	/*================================================================================*/
	section#needle_faq {
		padding: 60px 0 0!important;
	}
	section#needle_faq .container::after {
		width: 180px;
		height: 220px;
		position: relative;
		right: 0;
		bottom: 0;
		margin: 0 0 0 auto;
	}
	section#needle_faq dl dd {
		padding: 10px 0 0 36px;
	}
	/*==================================================================================
	フッター
	==================================================================================*/
	/* ページトップへ戻るボタン */
	.btn_pagetop {
		width: calc(40px - 2px);
		height: calc(40px - 2px);
		right: 15px;
		bottom: 15px;
	}
	.btn_pagetop span {
		width: 6px;
		height: 6px;
	}
}


@media screen and (max-width : 540px) {
	/*================================================================================*/
	section#needle_about .txt {
		width: 100%;
		margin-bottom: 10px;
	}
	section#needle_about .img {
		width: 100%;
		margin: 0 0 0 auto;
	}
	section#needle_about .tattoo {
		width: 200px;
		order: 2;
	}
	section#needle_about .bg_blue {
		width: 100%;
		margin-bottom: 10px;
	}
}


@media screen and (max-width : 460px) {
	.tb {display: none;}
	.sp {display: inline;}
	/* フォント */
    #needle h1 {
        text-align: left!important;
    }
	#needle .font_14 {
		font-size: 12px;
	}
	#needle .font_24 {
		font-size: 16px;
	}
	#needle .font_30 {
		font-size: 18px;
	}
	#needle .font_34 {
		font-size: 20px;
	}
	#needle .font_50 {
		font-size: 28px;
	}
	#needle .font_60 {
		font-size: 32px;
	}
	#needle .font_70 {
		font-size: 36px;
	}
	#needle .font_86 {
		font-size: 40px;
	}
	/*==================================================================================
	メイン
	==================================================================================*/
	section#needle_feature .container::after {
		width: 26%;
		height: 110px;
		bottom: auto;
		top: 90px;
		right: 5%;
	}
	/*================================================================================*/
	section#needle_worries {
		padding: 150px 0 20px!important;
	}
	section#needle_worries::before {
		width: 240px;
	}
	/*================================================================================*/
	section#needle_price .container::after {
		display: none;
	}
}


