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;
}

/* Contact */

.contact {
	background: url(../images/contact-bg.webp) no-repeat center bottom;
	background-size: cover;
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
	position: relative;
}

.contact__inner.inner {
	max-width: 45.9375rem;
}

.contact__content {
	margin-left: 0.625rem;
}

.contact__text {
	bottom: 1rem;
	color: #000;
	font-size: 0.6875rem;
	font-weight: 400;
	position: absolute;
	right: 1.875rem;
}

/* Explanation */

.explanation {
	padding-bottom: 7.5rem;
	padding-top: 4.375rem;
}

.explanation__inner.inner {
	max-width: 68.3125rem;
}

.explanation__item:not(:first-child) {
	margin-top: 3rem;
	padding-right: 0.625rem;
}

.explanation__item:last-child {
	margin-top: 3.625rem;
	padding-right: 0;
}

/* FV */

.fv {
	background: url(../images/fv-bg.webp) no-repeat center top;
	background-size: cover;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
	width: 100%;
}

.fv__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.5625rem;
	padding-bottom: 2.625rem;
}

.fv__content {
	padding-right: min(16.875rem, 19.2857142857vw);
}

/* Manga Intro */

.manga-intro {
	background-color: #6c2367;
	padding-bottom: 3.125rem;
	padding-top: 2.5rem;
}

.manga-intro__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 35.0625rem;
}

/* Manga Part 1 */

.manga--part1 {
	background: url(../images/manga-01-bg.webp) repeat;
	padding-bottom: 7.25rem;
	padding-top: 5.125rem;
}

/* Manga Part 2 */

.manga--part2 {
	background: url(../images/manga-02-bg.webp) repeat;
	padding-bottom: 7.25rem;
	padding-top: 7.75rem;
}

.manga__inner.inner {
	max-width: 51.5rem;
}

/* Voices */

.voices {
	padding-bottom: 3.75rem;
}

.voices__title-wrapper {
	background-color: #6c2367;
	padding-bottom: 2.875rem;
	padding-top: 3.75rem;
}

.voices__title {
	margin-left: auto;
	margin-right: auto;
	max-width: 26.625rem;
}

.voices__inner.inner {
	margin-top: 5rem;
}

.voices__item:not(:first-child) {
	margin-top: 2.5rem;
}

.voices__comment {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 45.9375rem;
}

.voices__comment .voices__img {
	padding-right: 1.625rem;
}

/*-------------------------------------
フッター
-------------------------------------*/

.footer {
	background-color: #fff;
	border-top: 1px solid #DDD;
	color: #0C3145;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.375rem;
	padding-bottom: 3.125rem;
	padding-top: 0.625rem;
	position: relative;
	width: 100%;
}

.footer__nav {
	font-size: 0.75rem;
	line-height: 2.3;
	margin: 0 auto;
	text-align: center;
	width: 31.25rem;
}

.footer__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer__nav li {
	white-space: nowrap;
}

.footer__nav li a {
	color: #0C3145;
	position: relative;
}

.footer__nav li a::before {
	background: #0C3145;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: opacity 0.3s;
}

.footer__nav li::after {
	content: "／";
	padding: 0 0.625rem;
}

.footer__nav li:nth-child(3)::after,
.footer__nav li:last-child::after {
	display: none;
}

.footer__copyright {
	font-size: 0.75rem;
	left: 1rem;
	position: absolute;
	top: 1rem;
}

/*-------------------------------------
ヘッダー
-------------------------------------*/

.header {
	background-color: #fff;
	height: 6.25rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	padding-left: 2.625rem;
	padding-right: 2.625rem;
	width: 100%;
}

.header__logo {
	width: 20rem;
}

.header__sub {
	align-items: center;
	display: flex;
	gap: min(3.125rem, 3.5714285714vw);
	height: 5rem;
}

.header__bayer-logo {
	width: 4.375rem;
}

.header__bayer-logo a {
	display: block;
}

.header__bayer-logo a img {
	height: auto;
	vertical-align: bottom;
	width: 100%;
}

.header__nav {
	margin-top: auto;
}

.header__nav-list {
	display: flex;
	gap: 0.9375rem;
}

.header__nav-item a {
	-webkit-text-decoration: none;
	color: #0C2538;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.8125rem;
	text-decoration: none;
	transition: color 0.3s;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 910px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

@media (hover: hover) {

.footer__nav li a:hover::before {
	opacity: 1;
}

.header__nav-item a:hover {
	color: #005393;
}

}

@media (max-width: 885px) {

html {
	font-size: 1.8079096045vw;
}

}

@media screen and (max-width: 767px) {

.pc {
	display: none;
}

.sp {
	display: block;
}

html {
	font-size: 16px;
}

.contact {
	background: url(../images/contact-bg-sp.webp) no-repeat center bottom;
	padding-bottom: 3.4375rem;
	padding-top: 2.625rem;
}

.contact__inner.inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.contact__content {
	margin-left: 0;
}

.contact__text {
	bottom: 1.25rem;
	font-size: 0.9375rem;
	right: 1.25rem;
}

.explanation {
	padding-bottom: 7.5rem;
	padding-top: 4.9375rem;
}

.explanation__inner.inner {
	max-width: 44.375rem;
}

.explanation__item:not(:first-child) {
	margin-top: 2.125rem;
	padding-right: 0;
}

.explanation__item:last-child {
	margin-top: 2.25rem;
}

.fv {
	background: url(../images/fv-bg-sp.webp) no-repeat center top;
	background-size: cover;
	padding-bottom: 4.25rem;
	padding-top: 0;
}

.fv__inner {
	max-width: 100%;
	padding-bottom: 0;
}

.fv__content {
	padding-right: 0;
}

.manga-intro {
	padding-top: 3.125rem;
}

.manga-intro__content {
	max-width: 38.5625rem;
	width: 100%;
}

.manga--part1 {
	background: url(../images/manga-01-bg-sp.webp) repeat;
	background-size: 100%;
	padding-bottom: 7.375rem;
}

.manga--part2 {
	background: url(../images/manga-02-bg-sp.webp) repeat;
	padding-bottom: 7.625rem;
	padding-top: 5rem;
}

.manga__inner.inner {
	max-width: 41.875rem;
	padding: 0 1.25rem;
}

.manga-part1__content,
.manga__content {
	height: auto;
	width: 100%;
}

.voices {
	padding-bottom: 5rem;
}

.voices__title-wrapper {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}

.voices__title {
	max-width: 29.375rem;
}

.voices__inner.inner {
	max-width: 44.25rem;
}

.voices__item:not(:first-child) {
	margin-top: 4rem;
}

.voices__comment {
	margin-top: 3.125rem;
	max-width: 100%;
}

.voices__comment .voices__img {
	padding-right: 0;
}

.footer {
	margin-top: 5rem;
	width: 100%;
}

.footer__nav {
	font-size: 1.1875rem;
	line-height: 1.3;
	margin-top: 1.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	text-align: left;
	width: 100%;
}

.footer__nav ul {
	flex-direction: column;
}

.footer__nav li {
	margin-bottom: 0.625rem;
}

.footer__nav li::after {
	display: none;
}

.footer__nav li::before {
	content: ">";
	padding-right: 0.3125rem;
}

.footer__copyright {
	font-size: 1.1875rem;
	left: 0;
	margin-top: 4rem;
	position: relative;
	text-align: center;
	top: 0;
}

.header {
	height: 8rem;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.header__inner {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.header__logo {
	width: 24.375rem;
}

.header__sub {
	height: 100%;
}

.header__bayer-logo {
	width: 5.9375rem;
}

.header__nav {
	display: none;
}

.header__nav-list {
	flex-wrap: wrap;
	gap: 0.625rem;
	justify-content: center;
}

.header__nav-item a {
	font-size: 0.625rem;
}

.inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

}

@media (max-width: 750px) {

html {
	font-size: 2.1333333333vw;
}

}


/*# sourceMappingURL=style.css.map */
