@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");

.c-btn {
	align-items: center;
	border: 2px solid #222228;
	border-radius: 48px;
	display: flex;
	font-size: min(calc(14 / 390 * 100vw), 14px);
	font-weight: 600;
	padding: min(calc(10 / 390 * 100vw), 10px) min(calc(24 / 390 * 100vw), 24px);
	transition: all 0.3s ease 0s;
}

.c-btn:hover {
	background-color: #222228;
	color: #fff;
}

.c-btn span {
	margin-left: 8px;
}

.c-btn i {
	font-size: 1.2em;
}

.c-btn.--bg-red {
	background-color: #A51526;
	border: 2px solid #A51526;
	transition: all 0.3s ease 0s;
}

.c-btn.--bg-red span,
.c-btn.--bg-red i {
	color: white;
}

.c-btn.--bg-red:hover {
	opacity: 0.7;
}

.c-pagination {
	display: flex;
	gap: 1em;
	justify-content: center;
	margin: 4em 0 0;
}

.c-pagination .page-numbers {
	border: 2px solid #222228;
	border-radius: 50%;
	display: inline-block;
	height: 3em;
	line-height: 3em;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 3em;
}

.c-pagination .page-numbers:hover {
	opacity: 0.7;
}

.c-pagination .current {
	background: #222228;
	color: #fff;
}

.c-pagination .prev,
.c-pagination .next {
	border: none;
	border-radius: none;
	font-size: 1.8em;
	font-weight: 700;
	height: auto;
	line-height: 1.8em;
	padding: 0 0.3em;
	width: auto;
}

.c-scroll-text {
	width: 100%;
}

.c-scroll-text__inner {
	white-space: nowrap;
}

.c-scroll-text__inner:first-of-type .c-scroll-text__block {
	-webkit-animation: xScroll 40s infinite linear 0.5s both;
	animation: xScroll 40s infinite linear 0.5s both;
}

.c-scroll-text__inner:first-of-type .c-scroll-text__item {
	color: rgba(12, 17, 29, 0.04);
	font-size: min(calc(80 / 390 * 100vw), 80px);
	letter-spacing: 0.08em;
	white-space: nowrap;
}

.c-scroll-text__inner:last-of-type {
	margin-top: -100px;
}

.c-scroll-text__block {
	-webkit-animation: xScroll 20s infinite linear 0.5s both;
	animation: xScroll 20s infinite linear 0.5s both;
	display: inline-block;
	margin: 0 3em;
	padding: 0;
}

.c-scroll-text__item {
	display: inline-block;
	font-family: "Outfit", sans-serif;
	font-size: min(calc(64 / 390 * 100vw), 64px);
	letter-spacing: 0.1em;
	line-height: 2;
	margin: 0 0.5em;
}

.c-to-top {
	bottom: 28px;
	position: fixed;
	right: 28px;
	z-index: 30;
}

.c-to-top-button {
	border: 2px solid #222228;
	border-radius: 50%;
	color: #222228;
	display: inline-block;
	font-size: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	width: 60px;
}

.c-to-top-button:hover {
	opacity: 0.6;
}

*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	color: #222228;
	font-family: "Hiragino Sans", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	min-height: 100vh;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.l-footer {
	margin-top: min(calc(80 / 390 * 100vw), 80px);
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 980px;
}

.l-footer__toTop {
	background-color: #222228;
	border-radius: 50%;
	display: block;
	height: 80px;
	margin: 0 auto;
	position: relative;
	width: 80px;
}

.l-footer__toTop::after {
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	content: "";
	height: 1.6em;
	left: 50%;
	position: absolute;
	top: 55%;
	transform: translate(-50%, -50%) rotate(135deg);
	width: 1.6em;
}

.l-footer__container {
	margin-top: min(calc(72 / 390 * 100vw), 72px);
	padding: min(calc(48 / 390 * 100vw), 48px) 0 min(calc(88 / 390 * 100vw), 88px);
}

.l-footer__main {
	display: flex;
	justify-content: center;
}

.l-footer__logo {
	transition: all 0.3s ease 0s;
	width: min(calc(227 / 390 * 100vw), 227px);
}

.l-footer__logo:hover {
	opacity: 0.7;
}

.l-footer__menu {
	bottom: 0;
	display: flex;
	gap: min(calc(8 / 390 * 100vw), 8px);
	justify-content: center;
	max-width: 390px;
	padding: min(calc(16 / 390 * 100vw), 16px) 0;
	position: fixed;
	width: 100%;
}

.l-footer__link {
	align-items: center;
	background-color: white;
	border: 2px solid #222228;
	border-radius: 48px;
	color: #222228;
	display: flex;
	font-size: min(calc(14 / 390 * 100vw), 14px);
	font-weight: 600;
	gap: 0.6em;
	justify-content: center;
	padding: min(calc(10 / 390 * 100vw), 10px) min(calc(16 / 390 * 100vw), 16px);
	transition: all 0.3s ease 0s;
}

.l-footer__link:has(i.fa-envelope) {
	background-color: #A51526;
	border: none;
	color: white;
}

.l-footer__link i.fa-envelope {
	font-size: 1.2em;
}

.l-footer__link:hover {
	opacity: 0.7;
}

.l-footer__sub {
	align-items: center;
	color: rgba(12, 17, 29, 0.4);
	display: flex;
	flex-direction: column-reverse;
	font-size: min(calc(14 / 390 * 100vw), 14px);
	gap: min(calc(24 / 390 * 100vw), 24px);
	margin-top: min(calc(24 / 390 * 100vw), 24px);
}

.l-footer__privacy {
	transition: all 0.3s ease 0s;
}

.l-footer__privacy:hover {
	color: #222228;
	text-decoration: underline;
}

.l-header {
	background-color: rgba(255, 255, 255, 0.96);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 100%;
	padding: min(calc(20 / 390 * 100vw), 20px) 0;
	width: 980px;
}

.l-header__logo {
	transition: all 0.3s ease 0s;
	width: min(calc(227 / 390 * 100vw), 227px);
}

.l-header__logo:hover {
	opacity: 0.7;
}

.l-header__menu {
	display: none;
}

main {
	overflow: hidden;
}

.p-privacy {
	padding: min(calc(100 / 390 * 100vw), 100px) 0;
}

.p-privacy__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 980px;
}

.p-privacy__heading {
	font-family: "Outfit", sans-serif;
	font-size: min(calc(40 / 390 * 100vw), 40px);
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.p-privacy__heading::after {
	color: rgba(12, 17, 29, 0.04);
	content: "KUROCO CREATION";
	font-size: min(calc(80 / 390 * 100vw), 80px);
	left: -32%;
	letter-spacing: 0.08em;
	position: absolute;
	top: -100%;
	white-space: nowrap;
}

.p-privacy__subheading {
	font-weight: 400;
	margin-top: min(calc(80 / 390 * 100vw), 80px);
	text-align: center;
}

.p-privacy__container {
	line-height: 1.8;
	margin-top: min(calc(36 / 390 * 100vw), 36px);
	padding: 0 2em;
}

.p-privacy__container > * + * {
	margin-top: 2em;
}

.p-single {
	padding: min(calc(80 / 390 * 100vw), 80px) 0;
}

.p-single__inner {
	margin: 0 auto;
	max-width: 500px;
	padding: min(calc(16 / 390 * 100vw), 16px);
}

.p-single__heading {
	font-size: min(calc(28 / 390 * 100vw), 28px);
	font-weight: 600;
}

.p-single__container {
	margin-top: min(calc(16 / 390 * 100vw), 16px);
}

.p-single__container > * + * {
	margin-top: min(calc(24 / 390 * 100vw), 24px);
}

.p-single__textBox {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2em;
}

.p-single__textBox p {
	font-size: min(calc(16 / 390 * 100vw), 16px);
	line-height: 2.2;
}

.p-single__desc {
	border-bottom: 1px solid #D8D8D8;
	display: flex;
	flex-direction: column;
	font-size: min(calc(16 / 390 * 100vw), 16px);
	gap: 2em;
	padding: min(calc(24 / 390 * 100vw), 24px) min(calc(16 / 390 * 100vw), 16px);
}

.p-single__desc:last-of-type {
	border-bottom: none;
}

.p-single__images {
	background-color: #ECECED;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	padding: min(calc(48 / 390 * 100vw), 48px) min(calc(20 / 390 * 100vw), 20px);
}

.p-single__back {
	margin: 80px auto 0;
	width: 200px;
}

.p-single__back a {
	width: 100%;
}

.p-work {
	padding: min(calc(80 / 390 * 100vw), 80px) min(calc(16 / 390 * 100vw), 16px) 0;
}

.p-work__inner {
	margin: 0 auto;
	max-width: 500px;
}

.p-work__message {
	font-size: min(calc(16 / 390 * 100vw), 16px);
	line-height: 2;
	margin-top: min(calc(40 / 390 * 100vw), 40px);
}

.p-work__categories {
	display: flex;
	flex-wrap: wrap;
	gap: min(calc(8 / 390 * 100vw), 8px);
	margin-top: min(calc(64 / 390 * 100vw), 64px);
}

.p-work__categories li {
	border: 2px solid #222228;
	border-radius: 40px;
	font-size: min(calc(14 / 390 * 100vw), 14px);
	font-weight: 600;
	padding: min(calc(8 / 390 * 100vw), 8px) min(calc(16 / 390 * 100vw), 16px);
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
}

.p-work__categories li:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}

.p-work__categories li a::after {
	background-color: transparent;
	bottom: 0;
	content: "";
	left: 0;
	pointer-events: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.p-work__categories .current-cat {
	background-color: #222228;
	color: #fff;
}

.p-work__container {
	margin-top: min(calc(32 / 390 * 100vw), 32px);
	padding-top: min(calc(32 / 390 * 100vw), 32px);
	position: relative;
}

.p-work__cards {
	grid-gap: min(calc(24 / 390 * 100vw), 24px);
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	place-items: center;
	position: relative;
}

.p-work__img {
	background: url(../img/bg_logo@2x.webp) no-repeat center center/contain;
	border-radius: 32px;
	padding: min(calc(32 / 390 * 100vw), 32px) min(calc(12 / 390 * 100vw), 12px) min(calc(20 / 390 * 100vw), 20px);
	position: relative;
}

.p-work__img img {
	transition: all 0.3s ease 0s;
}

.p-work__img::before {
	background: url(../img/icon_right-arrow.svg) no-repeat center center/contain;
	bottom: 10%;
	content: "";
	height: min(calc(48 / 390 * 100vw), 48px);
	position: absolute;
	right: 10%;
	width: min(calc(48 / 390 * 100vw), 48px);
}

.p-work__img:hover img {
	transform: scale(1.05);
}

.p-work__title {
	font-size: min(calc(16 / 390 * 100vw), 16px);
	font-weight: 600;
	margin-top: 1em;
}

.p-work__cat {
	color: rgba(12, 17, 29, 0.4);
	font-size: min(calc(14 / 390 * 100vw), 14px);
	margin-top: 0.5em;
}

.p-work__pagination {
	margin-top: 20em;
}

.u-pc-none {
	display: block;
}

.u-sp-none {
	display: none;
}

@media screen and (min-width: 768px) {

.c-btn {
	font-size: min(calc(16 / 1366 * 100vw), 16px);
	padding: min(calc(10 / 1366 * 100vw), 10px) min(calc(24 / 1366 * 100vw), 24px);
}

.c-scroll-text__inner:first-of-type .c-scroll-text__item {
	font-size: min(calc(200 / 1366 * 100vw), 200px);
}

.c-scroll-text__inner:last-of-type {
	margin-top: -18%;
}

.c-scroll-text__item {
	font-size: min(calc(136 / 1366 * 100vw), 136px);
}

.l-footer__container {
	padding: min(calc(48 / 1366 * 100vw), 48px) 0 min(calc(20 / 1366 * 100vw), 20px);
}

.l-footer__main {
	justify-content: space-between;
	padding: 0 min(calc(24 / 1366 * 100vw), 24px);
}

.l-footer__logo {
	width: min(calc(310 / 1366 * 100vw), 310px);
}

.l-footer__menu {
	background-color: none;
	flex-direction: row;
	gap: min(calc(36 / 1366 * 100vw), 36px);
	justify-content: right;
	max-width: 100%;
	padding: 0;
	padding-top: 3em;
	position: static;
}

.l-footer__link:has(i.fa-envelope) {
	background-color: transparent;
	color: #222228;
}

.l-footer__link {
	border: none;
	border-radius: none;
	color: #222228;
	padding: 0;
}

.l-footer__sub {
	flex-direction: row;
	font-size: min(calc(14 / 1366 * 100vw), 14px);
	gap: auto;
	justify-content: space-between;
	margin-top: min(calc(78 / 1366 * 100vw), 78px);
	padding: 0 min(calc(24 / 1366 * 100vw), 24px);
}

.l-header__inner {
	justify-content: space-between;
	padding: min(calc(20 / 1366 * 100vw), 20px) min(calc(24 / 1366 * 100vw), 24px);
}

.l-header__logo {
	width: min(calc(310 / 1366 * 100vw), 310px);
}

.l-header__menu {
	display: flex;
	gap: min(calc(16 / 1366 * 100vw), 16px);
}

.p-privacy {
	padding: 120px 0;
}

.p-privacy__heading::after {
	font-size: min(calc(200 / 1366 * 100vw), 200px);
}

.p-privacy__heading {
	font-size: min(calc(80 / 1366 * 100vw), 80px);
	margin-top: 180px;
}

.p-privacy__subheading {
	margin-top: min(calc(135 / 1366 * 100vw), 135px);
}

.p-privacy__container {
	margin-top: min(calc(78 / 1366 * 100vw), 78px);
	padding: 0 96px;
}

.p-single {
	padding: min(calc(160 / 1366 * 100vw), 160px) 0;
}

.p-single__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 980px;
}

.p-single__heading {
	font-size: min(calc(40 / 1366 * 100vw), 40px);
}

.p-single__container {
	margin-top: min(calc(32 / 1366 * 100vw), 32px);
}

.p-single__container > * + * {
	margin-top: min(calc(40 / 1366 * 100vw), 40px);
}

.p-single__textBox {
	align-items: flex-start;
	flex-direction: row;
	gap: auto;
	justify-content: space-between;
}

.p-single__textBox p {
	font-size: min(calc(16 / 1366 * 100vw), 16px);
	width: 50%;
}

.p-single__desc {
	align-items: center;
	flex-direction: row;
	font-size: min(calc(16 / 1366 * 100vw), 16px);
	gap: min(calc(100 / 1366 * 100vw), 100px);
	padding: min(calc(32 / 1366 * 100vw), 32px) min(calc(24 / 1366 * 100vw), 24px);
	width: 50%;
}

.p-single__label {
	width: min(calc(48 / 1366 * 100vw), 48px);
}

.p-single__value {
	width: calc(100% - min(calc(148 / 1366 * 100vw), 148px));
}

.p-single__images {
	border-radius: 40px;
	flex-direction: row;
	gap: min(calc(80 / 1366 * 100vw), 80px);
	justify-content: center;
	padding: min(calc(80 / 1366 * 100vw), 80px) 0;
}

.p-single__pcImg {
	width: 400px;
}

.p-single__spImg {
	width: 255px;
}

.p-work {
	padding: min(calc(152 / 1366 * 100vw), 152px) 0 0;
}

.p-work__inner {
	margin: 0 auto;
	max-width: 100%;
	width: 980px;
}

.p-work__message {
	font-size: min(calc(16 / 1366 * 100vw), 16px);
	margin-top: min(calc(48 / 1366 * 100vw), 48px);
	padding: 0 min(calc(24 / 1366 * 100vw), 24px);
}

.p-work__categories {
	padding: 0 min(calc(24 / 1366 * 100vw), 24px);
}

.p-work__container {
	margin-top: min(calc(40 / 1366 * 100vw), 40px);
	padding: min(calc(40 / 1366 * 100vw), 40px) 0;
}

.p-work__cards {
	grid-gap: min(calc(40 / 1366 * 100vw), 40px) min(calc(30 / 1366 * 100vw), 30px);
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.p-work__img::before {
	display: none;
}

.u-pc-none {
	display: none;
}

.u-sp-none {
	display: inline;
}

}

@media screen and (max-width: 767px) {

.c-to-top {
	bottom: 92px;
	right: 16px;
}

.c-to-top-button {
	bottom: 92px;
	right: 16px;
}

}

@-webkit-keyframes xScroll {

from {
	transform: translateX(4px);
}

to {
	transform: translateX(-100%);
}

}

@keyframes xScroll {

from {
	transform: translateX(4px);
}

to {
	transform: translateX(-100%);
}

}

