body {
	font-family: "Noto Sans JP", sans-serif;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::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 {
	line-height: 1;
	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%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

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;
}

picture {
	display: block;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.fv {
	background-image: url(../img/tokumei/fv-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fv__inner.inner {
	max-width: 70.9375rem;
	padding-left: 0rem;
	padding-right: 2.1875rem;
}

.profile {
	background-color: #D4ECE6;
	padding-bottom: 3.125rem;
}

.profile__contents {
	margin-left: auto;
	margin-right: auto;
}

.profile__contents {
	max-width: 59.625rem;
}

.start {
	padding-bottom: 4.25rem;
	padding-top: 3.5rem;
}

.start__contents {
	margin-left: auto;
	margin-right: auto;
	max-width: 53.75rem;
}

.footer {
	background: #263238;
	color: #fff;
	position: relative;
}

.footer__inner.inner {
	display: flex;
	gap: 1.5rem 1.25rem;
	max-width: 1224px;
	padding: 4rem 2rem;
}

.footer__logo {
	width: 50%;
}

.footer__logo a {
	display: inline-block;
}

.footer__logo img {
	width: 15rem;
}

.footer__nav ul {
	grid-gap: 1.5rem 2rem;
	display: grid;
	font-size: 13px;
	gap: 1.5rem 2rem;
	grid-template-columns: auto auto;
}

.footer__nav ul li a {
	display: inline-block;
	font-weight: 400;
	line-height: 1.8;
	transition: color 0.3s;
}

.footer__nav ul li a:hover {
	color: #0093a1;
}

.footer__copyright {
	background-color: #0093a1;
	font-size: 12px;
	line-height: 1.8;
	padding: 1.5rem;
	text-align: center;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	height: 5rem;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner.inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 0 3.125rem;
}

.header__logo {
	height: inherit;
	max-width: 21rem;
	width: 100%;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__button {
	align-items: center;
	display: flex; /* Illustratorの設定: 不透明度30％、X軸2px、Y軸2px、ぼかし2px、カラー:#000 */
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
	flex-direction: column;
	height: inherit;
	justify-content: center;
	max-width: 17.5rem;
	width: 100%;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1040px;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.manga__heading {
	align-content: center;
	background-image: url(../img/tokumei/heading-bg@2x.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	height: 12.5rem;
	justify-content: center;
	place-content: center;
}

.manga--01 .manga__title {
	max-width: 52rem;
}

.manga--02 .manga__title {
	max-width: 37.75rem;
}

.manga--03 .manga__title {
	max-width: 36rem;
}

.manga__image {
	background: linear-gradient(to bottom, #fff 70%, #D4ECE6 30%);
	padding-bottom: 3.125rem;
	padding-top: 5rem;
}

.manga__image-inner.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.25rem;
}

.manga__contents {
	background-image: url(../img/tokumei/stripe-bg.webp);
	background-position: center;
	background-repeat: repeat;
	background-size: contain 100%;
	margin-left: auto;
	margin-right: auto;
}

.manga__contents-inner.inner {
	background-color: #fff;
	max-width: 62.5rem;
}

.manga--01 .manga__contents-inner {
	padding: 5.125rem 3.75rem 4.375rem;
}

.manga--02 .manga__contents-inner {
	padding: 4.375rem 3.75rem 5rem;
}

.manga--03 .manga__contents-inner {
	padding: 5rem 3.75rem 5rem;
}

@media (max-width: 1020px) {

html {
	font-size: 1.568627451vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.fv {
	background-image: none;
}

.fv__inner.inner {
	padding-left: 0rem;
	padding-right: 0rem;
}

.profile {
	padding-bottom: 4.875rem;
}

.profile__inner.inner {
	padding-left: 0rem;
	padding-right: 0rem;
}

.profile__contents {
	max-width: 100%;
}

.start {
	padding-bottom: 4.25rem;
	padding-top: 4.25rem;
}

.start__contents {
	max-width: 39.375rem;
}

.footer__inner.inner {
	flex-direction: column;
	gap: 24px;
	padding: 40px 32px;
}

.footer__logo {
	text-align: center;
	width: auto;
}

.footer__logo img {
	width: 240px;
}

.footer__nav ul {
	gap: 8px;
	grid-template-columns: auto;
}

.footer__copyright {
	font-size: 10px;
	padding: 16px;
}

.header {
	height: 6.25rem;
}

.header__inner.inner {
	padding-left: 2.5rem;
	padding-right: 1.25rem;
}

.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.manga--01 .manga__heading {
	height: 18.75rem;
}

.manga--02 .manga__heading {
	height: 12.5rem;
}

.manga--03 .manga__heading {
	height: 12.5rem;
}

.manga--01 .manga__title {
	max-width: 36.5rem;
}

.manga__image {
	background: linear-gradient(to bottom, #fff 67%, #D4ECE6 33%);
	padding-bottom: 3.125rem;
	padding-top: 3.25rem;
}

.manga--01 .manga__contents-inner {
	padding: 3.125rem 3.125rem 4rem;
}

.manga--02 .manga__contents-inner {
	padding: 3.125rem 3.125rem 4.625rem;
}

.manga--03 .manga__contents-inner {
	padding: 3.125rem 3.125rem 5rem;
}

}

@media (max-width: 750px) {

html {
	font-size: 2.1333333333vw;
}

}


/*# sourceMappingURL=style.css.map */
