@charset "UTF-8";
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #ffffff;
	color: #000000;
	margin: 0;
}

#loading {
	display: none;
	width: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
}

article {
	position: relative;
	display: inline-block;
	background: #ffffff;
	z-index: 10;
	width: 100%;
	margin-top: -42px;
	margin-bottom: 50px;
	min-width: 985px;
}
section {
	width: 100%;
	background: #ffffff;
}

section > div {
	margin: 0 auto;
	width: 980px;
}
a {
	color: #ffffff;
	text-decoration: none;
}

/* 訪問済リンクの文字色を変えない対応 */
a:visited {
	color: #ffffff;
}

a.companyLink {
	color: rgb(12, 0, 140);
	border-bottom: 1px solid #123eed;
	display: inline-block;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2 {
	margin: 230px 0 50px 0;
	text-align: center;
}

h2 b {
	margin: 230px 0 50px 0;
	text-align: left;
	font-size: 28px;
}

.ENGLISH-h2 {
	font-size: 19px; /* 見出し下英語のフォントサイズを調整 */
	margin-top: -5px; /* 見出し下英語の上の余白を調整 */
	margin-bottom: 5px; /* 見出し下英語の下の余白を調整 */
	display: block; /* 見出し下英語を新しい行に表示 */
}

nav {
	position: relative;
	z-index: 100;
}

nav ul {
	position: relative;
}

nav ul li {
	float: left;
	list-style: none;
}

nav#topNavi {
	position: relative;
	margin: 0 auto;
	width: 1100px;
}

#topNavi #samuraiLogo {
	display: none;
}

nav#topNavi {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: auto;
}

nav#topNavi ul {
	margin: 0;
	width: 980px;
}

nav#topNavi ul li {
	display: block;
	overflow: hidden;
	margin: 25px 30px 0 30px;
	width: 130px;
	background: url(../images/btnMenu.png) no-repeat;
	text-indent: 100%;
}

nav#topNavi ul li:last-child {
	margin: 25px 0 0 0px;
	height: 100px;
}

nav#topNavi ul li a {
	display: block;
	font-family: "Roboto Condensed", Arial;
	font-weight: bold;
	width: 100%;
	color: #ffffff;
}

nav#topNavi ul li a:hover {
	color: #929393;
}

nav#topNavi ul li.nav01 {
	width: 100px;
	height: 16px;
	background: none;
	text-indent: 0;
}

nav#topNavi ul li.nav01:hover {
	background-position: -108px -251px;
}

nav#topNavi ul li.nav02 {
	width: 100px;
	height: 16px;
	background: none;
	text-indent: 0;
}

nav#topNavi ul li.nav03 {
	width: 100px;
	height: 16px;
	background: none;
	text-indent: 0;
}

nav#topNavi ul li.nav04 {
	width: 100px;
	height: 16px;
	background: none;
	text-indent: 0;
}

nav#topNavi ul li.nav05 {
	width: 100px;
	height: 16px;
	background: none;
	text-indent: 0;
}

nav#topNavi ul li.nav06 {
	width: 50px;
	height: 16px;
	background: url(../images/x-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-indent: -99999px;
}

nav#topNavi ul li.nav07 {
	width: 50px;
	height: 16px;
	background: url(../images/note-logo.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center;
	text-indent: -99999px;
}

nav#topNavi ul li.nav06:hover {
	filter: invert(0.3%) brightness(50%);
}

nav#topNavi ul li.nav07:hover {
	filter: invert(0.3%) brightness(50%);
}

/* followingNavi */
nav#followNavi {
	position: fixed;
	top: 0;
	width: 100%;
	height: 67px;
	text-align: center;
	-webkit-transition: 0.15s;
	transition: 0.15s;
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	min-width: 1200px;
	background-image: linear-gradient(
		150deg,
		rgba(255, 100, 0, 1),
		rgba(255, 150, 51, 1)
	);
}

nav#followNavi div#btnShow {
	display: none;
}

nav#followNavi.on {
	-webkit-transition: 0.15s;
	transition: 0.15s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

nav#followNavi ul {
	background: none;
	right: 0;
	height: 67px;
}
nav#followNavi ul li {
	position: absolute;
	overflow: hidden;
	border: none;
	background: url(../images/btnMenu.png) no-repeat;
	text-indent: -9999px;
}

nav#followNavi ul li a {
	display: block;
	width: 100%;
	line-height: 65px;
	color: #fff;
	font-family: "Roboto", "Arial";
}

nav#followNavi ul li a:hover {
	color: #929393;
}

nav#followNavi ul li#samuraiLogo {
	top: 20px;
	left: 60px;
	background-position: -839px 0px;
	width: 168px;
	height: 26px;
	color: transparent;
}
nav#followNavi ul li#samuraiLogo:hover {
	background-position: -839px -26px;
}
nav#followNavi ul li#samuraiLogo a {
	width: 168px;
	height: 26px;
}

nav#followNavi ul li.nav01 {
	right: 770px;
	background-position: -238px 0px;
	width: 153px;
	height: 79px;
	background: none;
	text-indent: 0;
}
nav#followNavi ul li.nav01.current {
	background-position: -238px -158px;
}
nav#followNavi ul li.nav02 {
	right: 650px;
	background-position: 0px 0px;
	width: 110px;
	height: 79px;
	background: none;
	text-indent: 0;
}
nav#followNavi ul li.nav02.current {
	background-position: 0px -158px;
}
nav#followNavi ul li.nav03 {
	right: 530px;
	background-position: -618px 0px;
	width: 113px;
	height: 79px;
	background: none;
	text-indent: 0;
}
nav#followNavi ul li.nav03.current {
	background-position: -618px -158px;
}
nav#followNavi ul li.nav04 {
	right: 421px;
	background-position: -513px 0px;
	width: 105px;
	height: 79px;
	background: none;
	text-indent: 0;
}
nav#followNavi ul li.nav04.current {
	background-position: -513px -158px;
}

nav#followNavi ul li.nav05 {
	right: 301px;
	background-position: -391px 0px;
	width: 122px;
	height: 79px;
	background: none;
	text-indent: 0;
}
nav#followNavi ul li.nav05.current {
	background-position: -391px -158px;
}

nav#followNavi ul li.nav06 {
	right: 180px;
	width: 122px;
	height: 65px;
	background: url(../images/x-logo.png);
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}

nav#followNavi ul li.nav06:hover {
	filter: invert(0.3%) brightness(50%);
}

nav#followNavi ul li.nav07 {
	right: 70px;
	width: 120px;
	height: 65px;
	background: url(../images/note-logo-text.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

nav#followNavi ul li.nav07:hover {
	filter: invert(0.3%) brightness(50%);
}

div#samurox-studio {
	position: relative;
	width: 100%;
	height: 950px;
	background: url(../images/bgTop.webp) no-repeat;
	background-position: center top;
	background-size: cover;
	z-index: 100;
}

div#samurox-studio h1 {
	display: block;
	text-align: center;
	margin: 0 auto;
	background: url(../images/logoShadow.webp) no-repeat center center;
	background-size: 60%;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

div#samurox-studio p#btnScroll {
	position: absolute;
	bottom: 62px;
	text-align: center;
	width: 100%;
}

div#samurox-studio p#btnScroll a {
	background: url(../images/btnEtc.png) no-repeat;
	display: block;
	background-position: -704px 0px;
	width: 69px;
	height: 94px;
	margin: 20px auto 0;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
}

div#samurox-studio p#btnScroll a:hover {
	background-position: -704px -94px;
}

div#about {
	margin: 0 auto;
	padding: 100px 0 50px 0;
	width: 1000px;

	position: relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

div#about h2 {
	margin-block-start: 0;
	margin: 25px 0 0 0;
	font-size: 25px;
	line-height: 2;
	color: #000000;
	letter-spacing: 4px;
	border-bottom: solid;
	border-color: #000000;
	border-width: 3px;
	width: 450px;
	text-align: left;
}

div#about h3 {
	font-size: 70px;
	line-height: 2;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-decoration: none;
	background-color: #ff6400;
	text-align: center;
}

div#about h4 {
	font-size: 25px;
	line-height: 2;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;

	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-decoration: none;

	text-align: left;
}

div#serviceIntroduction {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 1000px;

	position: relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

div#serviceIntroduction h2 {
	margin-block-start: 0;
	margin: 25px 0 0 0;
	font-size: 25px;
	line-height: 2;
	color: #000000;
	letter-spacing: 4px;
	border-bottom: solid;
	border-color: #000000;
	border-width: 3px;
	width: 350px;
	text-align: left;
}

div#works {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 1000px;

	position: relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

div#works h2 {
	margin-block-start: 0;
	margin: 25px 0 0 0;
	font-size: 25px;
	line-height: 2;
	color: #000000;
	letter-spacing: 4px;
	border-bottom: solid;
	border-color: #000000;
	border-width: 3px;
	width: 350px;
	text-align: left;
}

div#works h3 {
	font-size: 25px;
	line-height: 2;
	letter-spacing: 2px;
	color: #000000;
	font-weight: 100;

	margin-right: auto;
	margin-left: auto;
	text-decoration: none;

	text-align: left;
}

div#works h4 {
	margin: 10px 0 40px;
	padding: 0 0 0 18px;
	border-left: 6px solid #ff6400;
	font-size: 30px;
	letter-spacing: 2px;
	bottom: 50px;
}

div#works p {
	margin: 0 0 10px;
	font-size: 15px;
	color: #000000;
}

#works p.copyright {
	margin: 12px 0 80px 0;
	color: #1e1e1e;
	font-size: 13px;
}

.works-container {
	display: flex;
	flex-wrap: wrap; /* 折り返しを有効化 */
	justify-content: space-between; /* 均等配置 */
	gap: 10px; /* 画像間のスペースを10pxに統一 */
	max-width: 1000px; /* 最大幅を制限 */
	margin: 0 auto; /* 中央配置 */
}

/* 各画像 */
.works-container img {
	flex: 1 1 calc(50% - 5px); /* 親の幅の50% - gap考慮 */
	max-width: calc(50% - 5px); /* 幅の最大値を調整 */
	height: auto; /* 縦横比を維持 */
	object-fit: cover; /* 画像の切り抜きを防ぐ */
}

div#recruit {
	margin: 0 auto;
	padding: 0 0 50px 0;
	width: 1000px;

	position: relative;
	top: 0;
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

div#recruit h2 {
	margin-block-start: 0;
	margin: 25px 0 0 0;
	font-size: 25px;
	line-height: 2;
	color: #000000;
	letter-spacing: 4px;
	border-bottom: solid;
	border-color: #000000;
	border-width: 3px;
	width: 350px;
	text-align: left;
}

div#recruit h3 {
	margin: 10px 0 40px;
	padding: 0 0 0 18px;
	border-left: 6px solid #ff6400;
	font-size: 30px;
	letter-spacing: 2px;
	bottom: 50px;
}

section#recruit p {
	margin: 20px 0 0 0;
	color: #000000;
	text-align: center;
	font-size: 17px;
	line-height: 2rem;
	letter-spacing: 2px;
	text-align: left;
}

section#recruit div#entryButton {
	position: relative;
	margin: 60px auto 0;
	width: 350px;
	border: 3px solid #ff6400;
	background: none;
}

section#recruit div#entryButton a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ff6400;
	font-size: 20px;
	padding: 0;
}

section#recruit div#entryButton:hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #ff6400;
	background: #ff6400;
}

section#recruit div#entryButton a:hover {
	color: #ffffff;
}

.card-container {
	display: flex;
	justify-content: space-between; /* カードを均等配置 */
	flex-wrap: wrap; /* 画面サイズが小さいときに折り返す */
	gap: 10px; /* カード間のスペースを10pxに統一 */
	max-width: 1000px; /* 最大幅を制限 */
}

/* 各カード */
.card {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1 1 calc(50% - 5px); /* 親の幅の 50% に設定 (gap考慮) */
	padding: 10px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}

/* アイコンエリア */
.card-icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 15px;
}

/* テキストエリア */
.card-content {
	flex-grow: 1;
}

/* タイトル */
div.card-content h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	color: #222;
	line-height: 2;
	letter-spacing: 2px;
	color: #ff6400;
	border-bottom: solid;
	border-color: #e9e9e9;
	border-width: 1px;
	min-height: 30px;
}

/* 説明文 */
.card-content p {
	font-size: 15px;
	color: #000000;
	line-height: 1.6;
	margin-top: 5px;
	height: 80px;
}

.card-icon.card1 {
	background-image: url("../images/imgDevelopIcon.webp");
}

.card-icon.card2 {
	background-image: url("../images/imgSuggestionIcon.webp");
}

.card-icon.card3 {
	background-image: url("../images/imgPresentationIcon.webp");
}

.card-icon.card4 {
	background-image: url("../images/imgDesignIcon.webp");
}

@media screen and (max-width: 640px) {
	html,
	body {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
	}

	body.sp {
		width: 100vw;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	/* Navigation */
	body.sp nav#topNavi {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		background: #000000;
	}

	body.sp nav#topNavi ul {
		width: 100%;
		max-width: 100%;
		margin: 80px 0 50px;
		padding: 0;
	}

	body.sp nav#topNavi ul li {
		width: 100%;
		margin: 0 0 40px;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 1.6rem;
		letter-spacing: 3px;
		text-align: center;
	}

	body.sp nav#topNavi div#btnShow {
		display: block !important; /* 強制的に表示 */
	}

	/* Main Sections */
	div#samurox-studio,
	div#about,
	div#serviceIntroduction,
	div#works,
	div#recruit {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	/* Headings */
	div#about h2,
	div#serviceIntroduction h2,
	div#works h2,
	div#contact h2,
	div#recruit h2 {
		width: 450px;
		max-width: 100%;
		font-size: 1.3rem;
		margin: 15px 0;
		padding: 0 15px;
		box-sizing: border-box;
		border-width: 2px;
		text-align: left;
	}

	.card {
		width: 100%; /* スマホでは1列表示 */
	}

	div#about h3 {
		width: 610px;
		max-width: 100%;
		font-size: 2rem;
		margin-bottom: 15px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	div#serviceIntroduction h3,
	div#works h3 {
		width: 100%;
		max-width: 100%;
		font-size: 1.5rem;
		margin-bottom: 15px;
		padding: 0 15px;
		box-sizing: border-box;
	}

	/* Typography */
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	ul li,
	dt,
	dd {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
		box-sizing: border-box;
		font-size: 1.2rem;
		line-height: 1.6;
		letter-spacing: 1px;
	}

	/* Contact and Recruit Sections */
	section#contact {
		width: 100vw; /* 画面幅いっぱいにする */
		max-width: 100%; /* 最大幅を100%にする */
		margin: 0;
		padding: 40px 15px; /* 余白を調整 */
		background-image: linear-gradient(
			150deg,
			rgba(255, 100, 0, 1),
			rgba(255, 150, 51, 1)
		);
		background-size: cover; /* 背景を画面いっぱいに広げる */
	}

	section#contact > div {
		width: 100%; /* 親の div も幅いっぱい */
		max-width: none; /* 最大幅の制限を解除 */
		padding: 0 15px; /* 左右の余白を調整 */
		box-sizing: border-box;
	}

	.works-container img {
		flex: 1 1 100%; /* 1列表示 */
		max-width: 100%;
	}

	section#contact div#contactButton,
	section#recruit div#entryButton {
		width: 350px;
		max-width: calc(100% - 30px);
		position: relative;
		box-sizing: border-box;
	}

	section#contact div#contactButton a,
	section#recruit div#entryButton a {
		width: 100%;
		font-size: 1.1rem;
		height: 70px;
		position: relative;
		text-align: center;
	}

	/* Footer */
	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		background: #000000;
		text-align: center;
		padding: 10px 0;
		z-index: 1000;
	}

	/* フッター内のボックスを左揃え */
	div#footerBox {
		width: 100%;
		padding: 8px 15px;
		background: #222222;
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	/* フッター内のテキスト */
	footer p {
		font-size: 12px;
		color: #ffffff;
		margin: 5px 0;
		line-height: 1.4;
	}

	/* プライバシーポリシーリンクを左寄せ */
	footer span#privacy {
		font-size: 12px;
		text-align: left;
		flex-grow: 1;
	}

	/* コピーライトを右寄せ */
	footer span#copy {
		font-size: 10px;
		text-align: right;
		flex-shrink: 0;
	}

	/* フッターの高さ分を確保し、見切れ防止 */
	body {
		padding-bottom: 50px;
	}
	/* Images and Media */
	img {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}

	/* Responsive Text */
	.responsive-text {
		width: 100%;
		max-width: 100%;
		white-space: normal;
		word-wrap: break-word;
		padding: 0 15px;
		box-sizing: border-box;
	}

	/* Hide elements not needed on mobile */

	#btnScroll,
	nav#followNavi,
	div#gotop {
		display: none !important;
	}

	.card {
		flex: 1 1 100%; /* スマホでは1列表示 */
	}
}

/* カードのコンテナ */

/* Tablet Optimization */
@media (min-width: 641px) and (max-width: 1024px) {
	body {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	div#samurox-studio,
	div#about,
	div#serviceIntroduction,
	div#works,
	div#recruit {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 40px 15px;
		box-sizing: border-box;
	}
	div#contact,
	h2,
	h3 {
		width: 100%;
		max-width: 100%;
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 0 15px;
		box-sizing: border-box;
	}

	p {
		width: 100%;
		max-width: 100%;
		font-size: 1.3rem;
		line-height: 1.6;
		padding: 0 15px;
		box-sizing: border-box;
	}
}

section#recruit {
	margin: 0 0 0 0;
	padding: 0px 0 50px 0px;
}

section#contact {
	margin: 0px 0 0 0;
	padding: 60px 0 60px 0;
	background: no-repeat center right;
	background-image: linear-gradient(
		150deg,
		rgba(255, 100, 0, 1),
		rgba(255, 150, 51, 1)
	);
}

section#contact h2 {
	margin-block-start: 0;
	margin: 25px 0 0 0;
	font-size: 25px;
	line-height: 2;
	color: #ffffff;
	letter-spacing: 4px;
	border-bottom: solid;
	border-color: #ffffff;
	border-width: 3px;
	width: 350px;
	text-align: left;
}

section#contact p {
	margin: 20px 0 0 0;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 2rem;
	letter-spacing: 2px;
	text-align: left;
}

section#contact div#contactButton {
	position: relative;
	margin: 60px auto 0;
	width: 350px;
	border: 3px solid #ffffff;
	background: #ff6400;
}

section#contact div#contactButton a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-size: 20px;
	padding: 0; /* 上部のパディングを削除 */
}

section#contact div#contactButton:hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #ffffff;
	background: #ffffff;
}

section#contact div#contactButton a:hover {
	color: #ff6400;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1;
	width: 100%;
	background: #000000;
	padding-top: 30px;
}

footer p {
	color: #ffffff;
	text-align: left;
	font-size: 11px;
	overflow: hidden;
	margin: 5px 0 0 0;
	bottom: 0;
}

div#footerBox {
	position: absolute;
	bottom: 0;
	overflow: hidden;
	width: 100%;
	background: #000000;
	padding: 10px 0;
	height: 30px;
}

div#footerBox p {
	overflow: hidden;
	text-align: left;
}

footer span#privacy {
	margin: 0 10px 0 0;
	overflow: hidden;
	line-height: 1.2rem;
	border-right: 1px solid #ffffff;
	padding: 0 10px 0 0;
}

footer #privacy a {
	color: #ffffff;
}

/* privacy.html */

body.privacy article {
	width: 100%;
	margin: 0 0 100px 0;
}

body.privacy article section {
	width: 800px;
	margin: 0 auto;
}
body.privacy article section h1 {
	font-size: 28px;
	margin: 30px 0 50px 0;
}
body.privacy article section h2 {
	text-align: left;
	font-size: 20px;
	margin: 30px 0 10px;
}

body.privacy article section ul {
	margin: 10px 0 10px 20px;
}

body.privacy article section p#form {
	margin: 30px 0 0 0;
}

body.privacy footer {
	position: relative;
	height: 25px;
	padding: 10px 0 0;
}

div.forPcText {
	width: 100%;
}

body.sp div#serviceContents {
	width: 640px;
}

div.sliderBox {
	text-align: center;
	width: 900px;
	margin-bottom: 120px;
}

/*スライド画像の横幅可変*/
img {
	max-width: 100%;
	height: auto;
}

small {
	font-size: 12px;
}

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

/* スマホコンテンツ */

body.sp {
	-webkit-text-size-adjust: 100%;
	max-height: 100%;
}
body.sp img {
	max-width: 600px;
}

body.sp div.forPcText br {
	display: none;
}
body.sp div.forPcText br:nth-of-type(1) {
	display: block;
}
body.sp p,
body.sp h1,
body.sp h2,
body.sp h3,
body.sp h4,
body.sp h5,
body.sp ul li,
body.sp dt,
body.sp dd {
	max-height: 100%;
	line-height: 1.5 !important;
}

body.sp div {
	background-size: cover !important;
	background-attachment: scroll !important;
}

body.sp p#btnScroll {
	display: none;
}

body.sp nav#followNavi {
	display: none;
}

body.sp nav#topNavi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fcaa41;
	z-index: 1000; /* 最前面に表示 */
}

body.sp nav#topNavi div#btnShow {
	display: block; /* 修正: 表示する */
	position: absolute;
	top: 10px;
	right: 10px;
	width: 80px;
	height: 70px;
	cursor: pointer;
	z-index: 1000; /* ナビゲーションの前面に表示 */
}

body.sp nav#topNavi div#btnShow span.bar {
	display: block;
	width: 60px;
	height: 4px;
	margin: 10px auto;
	background: #ff6400;
	transition: 0.3s;
}

body.sp nav#topNavi.visible div#btnShow span.bar {
	background: #ff6400; /* メニューが開いた時に色を変更 */
}

body.sp nav#topNavi ul {
	display: none;
	margin: 95px auto 120px;
	height: auto;
	background: #fcaa41;
	list-style: none;
	text-align: center;
	width: 640px;
}

body.sp nav#topNavi ul li {
	float: none;
	overflow: visible;
	margin: 0 0 65px;
	width: 100%;
	background: none;
	text-indent: 0;
	font-size: 2rem;
	letter-spacing: 5px;
	color: #ffffff;
}
body.sp nav#topNavi ul li.current {
	color: #e60012;
	text-indent: 0;
}

body.sp nav#topNavi ul a {
	padding: 10px;
	width: 100%;
	font-size: 2rem;
	color: #ffffff;
	text-decoration: none;
}

body.sp nav#topNavi ul li.current a {
	color: #e60012;
}

body.sp article {
	min-width: 640px;
	margin: 0;
}

body.sp section > div {
	width: 600px;
	margin: 0 auto;
}

body.sp div#samurox-studio {
	background: url(../images/bgTop.webp) no-repeat center top;
	background-size: 100% auto !important;
	height: 300px !important;
}

body.sp section#contact {
	background-position: 0 0;
}

body.sp footer {
	position: relative;
	z-index: 1000;
	height: 20px;
}

body.sp footer p {
	font-size: 10px;
}

body.sp div#footerBox p {
	width: 100%;
	height: 100%;
	font-size: 15px;
}

body.sp div#footerBox p span#privacy {
	vertical-align: top;
	line-height: 1.5;
}

body.sp div#footerBox p span#copy {
	font-size: 15px;
}

body.sp section#contact div#contactButton a {
	font-size: 1.2rem;
	height: 54px;
	text-align: center;
	padding: 10px 0;
}

body.sp div#gotop {
	display: none !important;
}

body.sp div#companyTitle,
body.sp div#worksTitle,
body.sp div#teamTitle {
	background-position: center center !important;
}

body.sp div#contentsTitle,
body.sp div#worksTitle,
body.sp div#teamTitle {
	background-position: center center !important;
}

/* privacyスマホ */

body.privacy.sp article section {
	width: 600px;
}

body.privacy.sp article section p#form {
	margin: 50px 0;
	font-size: 1.4rem;
}

body.privacy.sp footer p {
	margin: 0;
}

body.sp .mfp-iframe-holder .mfp-close {
	top: -60px;
}
body.sp .mfp-image-holder .mfp-close,
body.sp .mfp-iframe-holder .mfp-close {
	font-size: 100px;
}

body.sp .sliderBox {
	margin-bottom: 140px;
	width: 600px;
}

body.sp #works div#privateBrand {
	width: 600px;
}

body.sp .slick-next {
	right: 0px;
	visibility: hidden;
}

body.sp .slick-prev {
	left: 0;
	visibility: hidden;
}

body.sp .sp {
	display: inline;
}

body.sp .pc {
	display: none;
}

body.sp .slick-dots li button:before {
	font-size: 10px;
	max-height: 100%;
}
