@charset "UTF-8";
/*
Theme Name: Link
*/

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
small, strong,
dl, dt, dd, ol, ul, li,
table, tbody, tr, th, td,
article, aside, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	box-sizing: border-box;
}

body {
    line-height: 1;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', YuGothic, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	overflow-wrap: break-word;
	background: #fff;
	box-sizing: border-box;
	letter-spacing: 0.01em;
	height: 100%;

	background-image: linear-gradient(40deg, #fad0c4 0%, #ffd1ff 100%);
	min-height: 800px;
}

article, aside, main, footer, header, nav, section { 
    display: block;
	box-sizing: border-box;
}

header {
	width: 100%;
}

.header-wrap {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.header-wrap h1 {
	font-size: 30px;
	font-weight: normal;
	margin: 24px 0 0;
	color: #d782c2;
	font-family: impact;
	letter-spacing: 4px;
}

main {
	width: 100%;
	padding-bottom: 64px;
	background-image: url(https://link-plejp.com/wp-content/uploads/back05.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60%;
}

.main-wrap {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	padding-top: 88px;
}

.about {
  text-align: center;
}

.about .photo {
  display: block;
  border-radius: 50%;
  width: 160px;
  margin: 0 auto 36px;
}

h2 {
	color: #222;
	font-size: 24px;
	font-weight: 800;
}

h2 span {
	font-size: 0.86em;
	letter-spacing: 0.12em;
	font-weight: 600;
}

.about p.english {
	display: block;
	margin: 12px auto 20px;
	color: #666;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
}

.introduction {
	margin: 0 auto 40px;
}

.introduction p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
	color: #333;
}

.introduction p.english {
	color: #555;
	line-height: 1.8;
	font-size: 14px;
	margin-top: 2px;
	font-weight: 400;
}

.link-area a.box {
	display: flex;
	justify-content: flex-start;
	background: #fff;
	border-radius: 12px;
	padding: 18px;
	margin-bottom: 24px;
	text-decoration: none;
	transition: 0.08s;
}

.link-area a.box:hover {
	text-decoration: none;
	border-radius: 32px;
}

.link-area .box-text {
	text-align: left;
	flex: 1;
}

.link-area .box-text h3,
.link-area .box-text p {
	text-decoration: none;
	color: #222;
}


.link-area a.box:hover .box-text h3 {
	text-decoration: underline;
}


.link-area .box-text h3 {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.6;
	margin-bottom: 8px;
}

.link-area .box-text h3 span.japanese {
	font-size: 0.86em;
	font-weight: 600;
}


.link-area .box-text p {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	text-decoration: none;
}


.link-area .box-image {
	width: 72px;
	margin-right: 28px;
}

.link-area .box-image img {
	width: 100%;
	border-radius: 8px;
}

.link-area img.myfans-logo {
	width: 98%;
	display: block;
	margin: 8px 0 0;
}


.link-area .box-text span.link {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	color: #333;
	display: block;
	text-align: right;
	letter-spacing: 0;
	margin: 16px 6px 2px auto;
	padding-right: 20px;
	position: relative;
}

.link-area .box-text span.link::after {
	content: '';
	position: absolute;
	background-image: url(https://link-plejp.com/wp-content/uploads/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px;
	width: 16px;
	height: 16px;
	top: -1px;
	right: 0;
}

.link-area a.box:hover .box-text span.link {
	text-decoration: underline;
}

footer {
	padding: 0 0 24px;
	text-align: center;
}

footer small {
	font-weight: 500;
	color: #666;
}


@media screen and (max-width: 1390px) {
	main {
		background-size: 80%;
	}
}

@media screen and (max-width: 1080px) {
	header,
	main {
		padding-left: 16px;
		padding-right: 16px;
	}
	main {
		background-size: 100%;
	}
	.main-wrap {
		padding-top: 64px;
	}
	.about .photo {
		width: 150px;
		margin: 0 auto 32px;
	}
	h2 {
		font-size: 22px;
	}
	.about p.english {
		font-size: 14px;
	}
	.introduction p {
		font-size: 14px;
		font-weight: 500;
	}
	.link-area a.box {
		margin-bottom: 22px;
		padding: 16px;
	}
	.link-area .box-image {
		width: 64px;
		margin-right: 28px;
	}

	.link-area img.myfans-logo {
		width: 100%;
	}
	.link-area .box-text h3 {
		font-size: 17px;
		font-weight: 600;
		margin-bottom: 6px;
	}

}


/* アニメーション ------------------------------------ */
.fadein {
	opacity: 0;
	transform: translateY(40px);
	transition-property: transform, opacity;
	transition-duration: 0.6s;
	transition-delay: 0s;
}

.fadein.is-active {
	opacity: 1;
	transform: translateY(0);
}
