@charset "UTF-8";

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

html, body {
	max-width: 100vw;
	height: 100%;
}


/* add a thumb */
body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

body::-webkit-scrollbar-thumb {
	background: rgba(250, 250, 250, 0.5);
	z-index: 100;
}

a {
	text-decoration: none;
}

section {
	margin: 0;
	padding: 0;
	min-width: 100%;
}


.wrap {
	width: 100%;
	height: 100vh;
	position: relative;
}

.wrap p {
	position: absolute;
	top: 45%;
	right: 35%;
	transform: translate(-50%, -50%);
	font-size: 5rem;
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0;
	transition: all 1.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-delay: 1s;
	opacity: 0;
	text-align: center;
	background-color: #666;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	text-shadow: rgba(245, 245, 245, 0.5) 4px 6px 2px;
}

.wrap p.-text-active {
	transition-delay: 1s;
	opacity: 1;
}

.background-border {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: cover;
}

.-border {
	width: 100%;
	height: 100%;
	display: flex;
}

.-border-item {
	flex-grow: 1;
	background-color: #eee;
	transform: scaleX(1);
	transform-origin: right;
	transition: transform 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.-active .-border-item {
	transform: scaleX(0);
}

.-border-item:nth-child(1) {
	transition-delay: 0s;
}

.-border-item:nth-child(2) {
	transition-delay: 0.02s;
}

.-border-item:nth-child(3) {
	transition-delay: 0.04s;
}

.-border-item:nth-child(4) {
	transition-delay: 0.06s;
}

.-border-item:nth-child(5) {
	transition-delay: 0.08s;
}

.-border-item:nth-child(6) {
	transition-delay: 0.1s;
}

.-border-item:nth-child(7) {
	transition-delay: 0.12s;
}

.-border-item:nth-child(8) {
	transition-delay: 0.14s;
}

.-border-item:nth-child(9) {
	transition-delay: 0.16s;
}

.-border-item:nth-child(10) {
	transition-delay: 0.18s;
}

.-border-item:nth-child(11) {
	transition-delay: 0.2s;
}

.-border-item:nth-child(12) {
	transition-delay: 0.22s;
}

.-border-item:nth-child(13) {
	transition-delay: 0.24s;
}

.-border-item:nth-child(14) {
	transition-delay: 0.26s;
}

.-border-item:nth-child(15) {
	transition-delay: 0.28s;
}


.lines {
	min-width: 100%;
	margin: 0;
	padding: 0;
  border-bottom: solid 3px transparent;
  border-image: url("https://www.infocrest.co.jp/ykxbdgs5qgq3/uploads/2019/10/blog_m02_2.jpg");
  border-image-slice: 1;
  border-image-repeat: stretch;
}

/* text section */
.text_1 {
	position: relative;
	background: #f7f7f7;
	padding: 2rem 0;
}

.text_1 h5 {
	font-size: 1.75rem;
	font-weight: 600;
	padding: 2rem 0;
}

.text {
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.list {
	display: flex;
	flex-direction: column;
	margin: 2rem 5rem;
	padding: 0;
}

.list li {
	position: relative;
	list-style: none;
  transition-delay: 0.5s;
}

.list li:not(:first-of-type) {
	margin-top: 100px;
}

.list li:nth-of-type(odd) .contentsText {
	right: 0;
}

.list li:nth-of-type(even) .contentsText {
	align-items: flex-start;
}

.list li:nth-of-type(even) img {
	margin-left: auto;
}

.contentsText {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 1rem;
}

.contentsText h2 {
  color: #fff;
}

.list h2 {
	line-height: 1.4;
	font-size: 40px;
	font-weight: bold;
	white-space: nowrap;
	background-color: rgba(20, 20, 20, 0.8);
	padding: 25px 50px;
	letter-spacing: 0.05em;
	border-radius: 5px;
	transition-delay: 0.5s;
}

.list img {
	display: block;
	width: 75%;
	border-radius: 5px;
	border: 1px solid #eee;
	box-shadow:  20px 30px 50px rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition-delay: 1s;
}

.text_1 ul .text h6 {
	color: #000;
	font-size: large;
	font-weight: 600;
	padding: 1rem 0 0.5rem 0;
}


/* card section */
.example .text {
	position: relative;
	font-size: 1.75rem;
	font-weight: 600;
	padding: 3rem 0 0 0;
	z-index: 1;
}

.containers {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.container-left {
	position: relative;
	left: 0;
	width: 45%;
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	margin: 0;
	padding: 0;
}

.container-left .card {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 272px;
	max-width: 272px;
	height: 356px;
	margin: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 15px #333;
	border-radius: 8px;
}

.container-left .card .imgBx img {
	background-image: center;
	background-position: center;
	background-size: cover;
}

.container-left .card .content {
	position: absolute;
	bottom : -100%;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	flex-direction: column;
	backdrop-filter: blur(15px);
	box-shadow: 0 -10px 10px rgba( 0.2, 0.2, 0.2, 0.3);
	border: 1px solid rgba( 255, 255, 255, 0.2);
	transition: bottom 0.5s;
	transition-delay: 0.8s;
}

.container-left .card:hover .content {
	bottom: 0px;
	transition-delay: 0s;
}

.container-left .card .content .contentBx h3 {
	color: #999;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 15px;
	line-height: 1.1em;
	transition: 0.5s;
	opacity: 0;
	transform: translateY(-20px);
	transition-delay: 0.6s;
}

.container-left .card:hover .content .contentBx h3 {
	opacity: 1;
	transform: translateY(0px);
}

.container-left .card .content .contentBx h3 span {
	font-size: 12px;
	font-weight: 500;
	text-transform: initial;
}

.container-left .card .content .sci {
	position: relative;
	bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 36px;
}

.container-left .card .content .sci li {
	list-style: none;
	margin: 2rem 0 0 2rem;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
	transition-delay: calc(0.2s * var(--i));
}

.container-left .card:hover .content .sci li {
	transform: translateY(0px);
	opacity: 1;
}

.container-left .card .content .sci li a {
	color: #999;
	font-size: 24px;
}

.container-left .card .content .sci li:hover {
	transform: scale(1.2);
	text-decoration: none;
	transition: 0.1s;
}

.container-left .card .content .sci li a:hover .fa-facebook {
	color: #0866ff;
}

.container-left .card .content .sci li a:hover .fa-x-twitter {
	color: #111;
}

.container-left .card .content .sci li a:hover .fa-instagram {
	color: #ff66ee;
}

.container-left .card .content .btn a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background:transparent;
	color: #777;
	text-transform: uppercase;
	box-shadow: 0px 5px 15px rgba( 0.2, 0.2, 0.2, 0.3);
	border: 1px solid #333;
	border-radius: 4px;
	transform: translateY(40px);
	transition: 0.5s;
	opacity: 0;
}

.container-left .card:hover .content .btn a.info {
	transform: translateY(0px);
	opacity: 1;
}

.container-left .card .content .btn a.info:hover {
	background: #fff;
	color: rgb(228, 59, 250);
	border: 1px solid rgb(228, 59, 250);
	box-shadow: 0px 5px 15px rgb(228, 59, 250);
	transition: 0.3s;
}

.container-right {
	width: 45%;
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.container-right ul li {
	line-height: 2rem;
	list-style: none;
	text-shadow: 0px 5px 15px #999;
}

.sample {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.sample ul {
	list-style: none;
}

.sample ul li a {
	font-size: 0.8rem;
	color: #000;
	text-decoration: none;
	line-height: 0.8rem;
}

.sample ul li a:hover {
	color: rgb(228, 59, 250);
	text-shadow: 0px 5px 15px rgb(228, 59, 250);
}

/* text section */
.basic {
	display: flex;
	justify-content: center;
}

.basic .card-2 {
	position: relative;
	width: 88%;
	height: 100%;
	margin: 5rem 2rem;
	padding: 1rem;
	box-shadow:  20px 30px 50px rgba(0, 0, 0, 0.6);
	border-radius: 15px;
	background: transparent;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
  overflow: hidden;
}

.text_2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #fff;
	padding: 1rem 0 2rem 0;
}

.text_2 .text {
	font-size: 1.2rem;
	line-height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem;
	padding: 0 3rem;
	border: none;
}

.basic .card-2 .text_2 .text span {
	color: rgb(228, 59, 250);
}

.text_2 .cm {
	font-size: 0.9rem;
	line-height: 1.5rem;
	font-weight: 300;
}

.text_2 .btn .info {
	position: relative;
	top: 45%;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: transparent;
	color: #666;
	text-transform: uppercase;
	border: 1px solid #666;
	box-shadow: 0px 5px 15px rgba(0.2,0.2,0.2,0.3);
	border-radius: 4px;
	border: 1px solid #fff;
	transform: translate(0px, 800px);
	transition: transform 0.8s 0.1s ease-in-out;
	transition: 1.5s;
}

.text_2 .btn .info:hover {
	color: rgb(228, 59, 250);
	border: 1px solid rgb(228, 59, 250);
	box-shadow: 0px 5px 15px rgb(228, 59, 250);
	transition: 0.2s;
}

.text_2 a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.text_2 a:hover {
	color: #f330a8;
}


/* footer */
.footer {
	min-width: 100%;
	background: #fff;
}

.footer_container {
	position: relative;
	min-width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1rem;
}

.footer_logo {
	color: #000;
	font-size: 1.125rem;
	line-height: 0.5rem;
	font-weight: 700;
	text-shadow: 0px 5px 15px #333;
	margin: 0;
	position: absolute;
	top: 18px;
}

.footer_logo:hover {
	color: rgb(228, 59, 250);
	text-decoration: none;
}

.footer_logo span {
	color: rgb(228, 59, 250);
}

.footer_links {
	display: flex;
	flex-direction: column;
	list-style: none;
	line-height: 1rem;
	row-gap: 0;
	margin: 0;
	padding: 1.5rem 0;
	transition-delay: 0.2s;
}

.footer_links li a {
	font-size: 0.5rem;
	color: #000;
	text-transform: uppercase;
}

.footer_link {
	color: #000;
	text-transform: none;
}

.footer_link:hover {
	color: rgb(228, 59, 250);
	text-shadow: 0px 5px 15px rgb(228, 59, 250);
	text-decoration: none;
}

/* SNS link */
.footer_social {
	display: flex;
	column-gap: 1.2rem;
	padding: 0 0 0.5rem;
}

.footer_social-link img {
	display: inline-flex;
	max-width: 36px;
	max-height: 36px;
	color: #fff;
	background-color: #000;
	padding: 0.5rem;
	border-radius: 0.25rem;
	font-size: 1.2rem;
	box-shadow: 0px 5px 15px #333;
}

.footer_social-link:hover .line {
	transform: scale(1.2);
	box-shadow: 0px 5px 15px rgb(10, 254, 82);
}

.footer_social-link:hover .x {
	transform: scale(1.2);
	box-shadow: 0px 5px 15px rgb(67, 247, 238);
}

.footer_social-link:hover .threads {
	transform: scale(1.2);
	box-shadow: 0px 5px 15px rgb(254, 243, 255);
}

.footer_social-link:hover .instagram {
	transform: scale(1.2);
	box-shadow: 0px 5px 15px rgb(228, 59, 250);
}

.footer .text p {
	font-size: 0.75rem;
	line-height: 0.5rem;
	color: #000;
	font-weight: 300;
	margin-top: 	4rem;
	text-align: center;
	text-transform: none;
}


/* scrollup */
.scrollup {
	position: fixed;
	right: 1rem; bottom: 5%;
	display: flex;
	background-color: #f7f7f7;
	border-radius: 0.25rem;
	padding: 0.25rem;
	opacity: 0.9;
	z-index: 10;
	transition: 0.4s;
	transition-delay: 2s;
	box-shadow: 0px 5px 15px #333;
}

.scrollup_icon {
	color: #111;
	font-size: 1.2rem;
}

.scrollup:hover {
	text-decoration: none;
	opacity: 1;
	box-shadow: 0px 5px 15px rgb(228, 59, 250);
}

.scrollup_icon:hover {
	color: rgb(228, 59, 250);
}


/* media queries*/
@media screen and (max-width: 900px) {
	.wrap p {
		font-size: 3.5rem;
	}

	.list h2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	.scrollup {
		display: none;
	}

	.container-right .ul li{
		font-size: 0.7rem;
	}
}

@media screen and (max-width: 600px) {
	.wrap p {
		font-size: 2rem;
	}

	.text_1 h5 {
		font-size: 1.2rem;
	}

	.example .text {
		font-size: 1.5rem;
		font-weight: 600;
		padding: 1.5rem 0;
	}

	.containers {
		display: flex;
		flex-direction: column;
		width: none;
		min-width: 100%;
	}

	.container-left,
	.container-right {
		min-height: 40vh;
	}

	.list h2 {
		font-size: 10px;
	}

	.text_1 ul li  h6 {
		font-size: 0.8rem;
		font-weight: 300;
	}

	.container-right {
		min-width: 100%;
	}

	.basic .card-2 .text_2 .text {
		font-size: 1rem;
		margin: 0;
	}

	.basic .card-2 .text_2 .cm {
		font-size: 0.7rem;
		font-weight: 300;
		margin: 1rem;
		padding: 0;
	}

	.btn .info {
		font-size: 0.7rem;
	}

  .scrollup {
    display: none;
  }

	.footer_links {
		font-size: 0.5rem;
		line-height: 1rem;
		row-gap: 0.05rem;
	}

	.footer_social {
		row-gap: 1rem;
	}

	.footer_social a i {
		font-size: 0.8rem;
	}

	.footer .text p {
		font-size: 0.25rem;
		line-height: 0.2rem;
		padding: 0;
	}
}


@media screen and (max-width: 500px) {
	.list {
		margin: 0 0.5rem;
	}

	.text_1 h5 {
		font-size: 1rem;
	}

	.text_1 .list li h6 {
		font-size: 0.5rem;
	}

	.list li:not(:first-of-type) {
		margin-top: 70px;
	}

	.example .text {
		font-size: 1rem;
		padding: 2rem 0 1rem 0;
	}

	.container-left .card {
		margin: 0;
	}

	.example .containers .container-left,
	.example .containers .container-right {
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	.container .card {
		margin: 15px;
	}
}


@media screen and (max-width: 400px) {
	.footer_links li a {
		font-size: 0.2rem;
		line-height: 0.2rem;
	}
}


@media screen and (max-width: 300px) {
	.footer_logo {
		font-size: 1rem;
	}

	.footer_social {
		flex-direction: column;
		row-gap: 0.8rem;
	}

	.footer .text p {
		margin-top: 4rem;
	}
}