body {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.pc {
	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.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* 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;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}
.wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
    padding-bottom: 2rem;
    z-index: 100;
}
.layout-concept {
	background: url(../images/concept-bg.png) top center / cover no-repeat;
	position: relative;
	padding-bottom: 10rem;
}
.layout-concept::after {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	width: 100%;
	height: 100px;
	background: url(../images/concept-line.png) top center / 100% no-repeat;
	z-index: 1;
}
.layout-concept::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 170px;
	height: 114px;
	left:0;
	right: 0;
	margin: 0 auto;
	background: url(../images/concept-end.png) top center / 100% no-repeat;
	z-index: 5;
}
.layout-character {
	margin-top: 5.9375rem;
	position: relative;
	padding-bottom: 10rem;
}
.layout-character::after {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	width: 100%;
	height: 100px;
	background: url(../images/character-line.png) top center / 100% no-repeat;
	z-index: 1;
}
.layout-character::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 170px;
	height: 114px;
	left:0;
	right: 0;
	margin: 0 auto;
	background: url(../images/character-end.png) top center / 100% no-repeat;
	z-index: 5;
}
.layout-description {
	padding-top: 5.9375rem;
	background: url(../images/bg-map2.svg) -20rem -1rem / 150% auto repeat,#F7F6F4;
	position: relative;
	padding-bottom: 10rem;
}
.layout-description::after {
	content: "";
	position: absolute;
	bottom: -2.5rem;
	width: 100%;
	height: 100px;
	background: url(../images/description-line.png) top center / 100% no-repeat;
	z-index: 1;
}
.layout-description::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 170px;
	height: 114px;
	left:0;
	right: 0;
	margin: 0 auto;
	background: url(../images/description-end.png) top center / 100% no-repeat;
	z-index: 5;
}
.layout-footer {
	margin-top: 11.25rem;
}

.layout-lineup {
	margin-top: 5.9375rem;
}

.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.75rem 0;
	text-align: center;
	width: 10.25rem;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}

.concept__content {
	margin-top: 1.125rem;
	padding: 1.875rem 1.125rem;
}

.concept__body {
	align-items: flex-start;
	display: flex;
	gap: 20px;
}
.concept__body li {
	background: #fff;
	padding: 16px;
	text-align: center;
}
.concept__body li img {
	width: 100%;
	margin: 0.8rem auto 0;
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.concept__body li:nth-child(2) {
	margin-top: 3rem;
}
.concept__body li:nth-child(3) {
	margin-top: 6rem;
}

.contents__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 99%;
}


.cta-button,
.cta-button--line {
	background-color: #358f2b;
	box-shadow: 0 0.3125rem 0 #25641e;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1;
	/*max-width: 15.375rem;*/
	padding: 0.75rem 0;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}

.cta-button span,
.cta-button--line span {
	padding-left: 1.25rem;
	position: relative;
}

.cta-button span::before,
.cta-button--line span::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.cta-button--line {
	text-transform: uppercase;
}

.character__content {
	padding: 1.875rem 1.125rem 13.125rem;
}
.character__content ul li {
	text-align: center;
}
.description__inner.inner {
	width: 100%;
	max-width: 1600px;
}
.description__content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-top: 3.125rem;
	position: relative;
}
.description__content.special {
	padding-bottom: 20rem;

}
.description__content.left {
	align-items: flex-start;
}
.description__content h3 {
	position: absolute;
	width: 270px;
	height: 76px;
	font-size: 1.4rem;
	letter-spacing: 0.064em;
	left: -7rem;
	top: 10rem;
	text-align: center;
	padding: 0.8rem 1rem 1rem 0.5rem;
	background: url(../images/description-title.png) top center / contain no-repeat;
}
.description__content.left h3 {
	left: auto;
	right: -10rem;
}
.description__content .book-img {
	max-width: 620px;
    margin: 0 auto 40px;
    width: 45vw;
}
.description__area {
	max-width: 1021px;
	width: 80vw;
	padding: 8rem 10rem 4rem;
	background: url(../images/description-bg-s.svg) center left / cover no-repeat;
	margin-right: -2rem;
	position: relative;
}
.description__book-img {
	display: flex;
    position: absolute;
    width: 70%;
	min-width: 750px;
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.description__area.medium{
	background: url(../images/description-bg-m.svg) top left / cover no-repeat;
}
.description__area.large {
	background: url(../images/description-bg-l.svg) top left / cover no-repeat;
}
.description__character-area {
	width: 70%;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: center;
	margin: 1rem auto;
}
.description__character-area img {
	width: auto;
	max-width: 9rem;
	
}
.description__character-area.reverse {
	flex-direction: row-reverse;
}
.description__character-area-comment {
	min-width: 330px;
	min-height: 98px;
	background: #FEF200;
	padding: 1rem 1.8rem;
	border-radius: 2.5rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	position: relative;
	letter-spacing: 0.05rem;
}

.description__character-area-comment::after {
	content: "";
	width: 64px;
	height: 40px;
	position: absolute;
	background: url(../images/description-hukidashi02.svg) center center / contain no-repeat;
	right: -2.5rem;
	bottom: 0;
}
.description__character-area.reverse > .description__character-area-comment::after {
	background: url(../images/description-hukidashi01.svg) center center / contain no-repeat;
	left: -2.5rem;
	bottom: 0;
}
.description__content.left .description__area {
	margin-left: -2rem;
	background-position: right;
}

.campaign-bnr {
	width: 600px;
	margin: 40px auto 80px;
	cursor: pointer;
}
.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 55%, #fbf0e7 55%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 55%, #fbf0e7 55% 100%);
}

.footer__body {
	position: relative;
}

.footer__icon {
	margin-left: auto;
	max-width: 13.3125rem;
	position: absolute;
	right: calc(50% - 9.8125rem);
	top: -6.25rem;
}

.footer__icon img {
	-o-object-fit: cover;
	aspect-ratio: 213/56;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__img {
	bottom: 2.1875rem;
	left: 43%;
	margin-top: 0.4375rem;
	max-width: 16.75rem;
	position: relative;
	transform: translateX(-50%);
}

.footer__img img {
	-o-object-fit: cover;
	aspect-ratio: 268/177;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__copyright {
	background-color: #fff;
	border-top: 1px solid #707070;
	height: 3.5625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.footer__copyright small {
	color: #333;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
}

.head,
.head--magenta,
.head--green,
.head--blue,
.head--orange {
	background-image: url("../images/bg-head.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1294117647));
	padding: 0.6875rem 1.5rem;
	text-align: center;
}

.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 0.75rem 0 0.6875rem;
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 7.5rem;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	margin-left: auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 36.25rem;
	width: 100%;
}

.lineup__inner.inner {
	padding: 0 2.375rem;
}

.lineup__content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.75rem;
}
.lineup__content ul {
	display: flex;
	max-width: 820px;
	gap: 5px;
}
.lineup__content ul li {
	text-align: center;
}
.lineup__cta-block {
	background-color: #d0e2cd;
	margin-top: 6.25rem;
	padding: 2.4375rem 2.375rem;
	position: relative;
	text-align: center;
}

.lineup__cta-block::after {
	background-image: url("../images/icon-hand.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -1.5625rem;
	content: "";
	height: 5.1875rem;
	position: absolute;
	right: 0.625rem;
	width: 5.3125rem;
}

.lineup__cta-body {
	background-color: #fff;
	padding: 3.125rem 1.6875rem 2.5rem;
}

.lineup__cta-head {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.064em;
	line-height: 1.3333333333;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.lineup__cta-head::before {
	background-image: url("../images/icon-cart.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.375rem;
	left: 50%;
	position: absolute;
	top: -1.75rem;
	transform: translateX(-50%);
	width: 1.5rem;
}

.lineup__cta-head::after {
	background-image: url("../images/icon-deco.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: -1.5625rem;
	top: -1.375rem;
	width: 1.8125rem;
}

.lineup__cta-buttons {
	margin-top: 1rem;
}

.lineup__cta-button {
	flex: 1;
}

.lineup__cta-button:not(:first-child) {
	margin-top: 1.8125rem;
}

.mv {
	background: url(../images/bg-map.svg) -20rem -1rem / 60% auto repeat,#FFFEF8;
	position: relative;
    z-index: 100;
	overflow: hidden;
	padding: 1rem 0 5rem;
}

.mv__inner.inner {
	padding: 0 1.125rem;
}

.mv__read {
	padding-left: 0.375rem;
}

.mv__read img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__title {
	margin-top: 1rem;
	padding-left: 0.375rem;
}

.mv__title img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__works {
	display: flex;
	gap: 0.375rem;
	margin-top: 2.1875rem;
}

.mv__works-img {
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}

.mv__works-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mv__img {
	bottom: -1rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 19.3125rem;
	position: relative;
}

.mv__img img {
	-o-object-fit: cover;
	aspect-ratio: 618/695;
	height: 100%;
	object-fit: cover;
	width: 100%;
}
nav {
	width: 90vw;
	max-width: 900px;
	margin: 0 auto;
	background: url(../images/nav-bg.svg) top center / contain no-repeat;

}
.nav__items {
	grid-gap: 0.125rem;
	display: grid;
	gap: 0.125rem;
	height: 100px;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	color: #000;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 0.3s;

}
.nav__item {
	position: relative;
}
.nav__item a {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 7px;
	padding: 0.4rem 0 0.75rem;
	position: relative;
	z-index: 50;
}
.nav__item a::after {
	width: 45%;
	height: 45%;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -0.7rem;
	z-index: 1;
	background: url(../images/icon-arrow.svg) center center / contain no-repeat;
}
.nav__item a:hover::before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	right: 0;
	top: 0px;
	margin: 0 auto;
	width: 150px;
	height: 140%;
	background: #FEF100;
	border-radius: 20px;
}

.pagetop {
	bottom: 5.5rem;
	height: 6.1875rem;
	padding: 0;
	position: fixed;
	right: 0.75rem;
	width: 4rem;
	z-index: 100;
}

.pagetop img {
	-o-object-fit: contain;
	aspect-ratio: 179/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.section-title {
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
}

.section-title__ja {
	align-items: center;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	content: "";
	text-shadow: #fff 1px 1px 1px;
}

.section-title__ja::before {
	content: "";
	height: 2rem;
	background: url(../images/icon-left.svg) top left / contain no-repeat;
	width: 75px;
}

.section-title__ja::after {
	content: "";
	height: 1.6rem;
	background: url(../images/icon-right.svg) top right / contain no-repeat;
	width: 30px;

}

.section-title__ja::before {
	margin-right: 0.25rem;
}

.section-title__ja::after {
	margin-left: 0.25rem;
}


@media (hover: hover) {

.cta-button:hover,
.cta-button--line:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.3125rem);
}

.nav__item a:hover {
	opacity: 1;
}

}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}

.layout-concept {
	padding-top: 3rem;
}

.layout-footer {
	margin-top: 9.75rem;
}

.button,
.button--green {
	font-size: 1rem;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

.concept__content {
	padding: 3.125rem 5.75rem 0;
}
.concept__inner {
	margin-top: 3rem;
}

.concept__item2 {
	margin-right: -1rem;
	margin-top: 2.1875rem;
	max-width: 31.1875rem;
}

.concept__item2 img {
	aspect-ratio: 499/246;
}

.concept__item3 {
	margin-left: -5.5rem;
	margin-top: 1.25rem;
	max-width: 28.375rem;
}

.contents__content {
	margin-top: 1.75rem;
	padding: 3.125rem 4.9375rem;
}

.contents__head {
	max-width: 96.5%;
}

.contents__tab {
	margin-top: 2.1875rem;
	max-width: 46.375rem;
}

.cta-button,
.cta-button--line {
	box-shadow: 0 0.4375rem 0 #25641e;
	padding: 1.3125rem 0;
	width: 100%;
}

.character__content {
	padding: 3.125rem 5.75rem 3.75rem;
}
.character__content ul {
	display: flex;
	justify-content: center;
    gap: 30px;
}
.character__content ul li {
	text-align: center;
	font-weight: 600;
}
.character__content ul li span {
	font-size: 0.875rem;
	display: block;
	margin-top: 1rem;
}


.description__icon {
	margin-top: 3.125rem;
	width: 6.6875rem;
}

.description__step--second .description__step-body {
	padding-left: 16.375rem;
}

.description__step--second .description__point {
	bottom: auto;
	bottom: initial;
	left: 0;
	max-width: 18.875rem;
	right: auto;
	right: initial;
	top: 4.6875rem;
}

.description__step--second .description__point img {
	aspect-ratio: 607/227;
}

.description__step--second .description__point::before {
	top: 50%;
}

.description__step--second .description__icon {
	margin-top: 3.125rem;
}

.description__step--third .description__step-body {
	padding-right: 16.375rem;
}

.description__step--third .description__point {
	bottom: auto;
	bottom: initial;
	left: auto;
	left: initial;
	max-width: 17.9375rem;
	right: 1.875rem;
	top: 48%;
	transform: translateY(-50%);
}

.description__step--third .description__point img {
	aspect-ratio: 573/242;
}

.description__step--third .description__point::before {
	left: 40%;
	top: 43%;
}

.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 63%, #fbf0e7 63%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 63%, #fbf0e7 63% 100%);
}

.footer__icon {
	bottom: 4.0625rem;
	right: calc(50% - 18.3125rem);
	top: auto;
	top: initial;
}

.footer__img {
	bottom: 2.5rem;
	left: 48.3%;
	max-width: 24rem;
}

.footer__img img {
	aspect-ratio: 384/252;
}

.footer__copyright {
	height: 4.375rem;
	padding-top: 0.75rem;
}

.header {
	padding: 0.5rem 0 0.45rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 63.75rem;
}

.header__logo a {
	width: 10.375rem;
}

.header__buttons {
	flex-direction: initial;
	gap: 1.25rem;
}

.inner {
	max-width: 1190px;
}

.lineup__content {
	display: flex;
	gap: 1.9375rem;
	justify-content: center;
}

.lineup__cta-block {
	margin-left: auto;
	margin-right: auto;
	margin-top: 7.5rem;
	max-width: 56.25rem;
	padding: 3.125rem 2.5rem;
}

.lineup__cta-block::after {
	height: 6.0625rem;
	right: 1.25rem;
	width: 6.1875rem;
}

.lineup__cta-body {
	padding: 3.625rem 1.875rem 2.625rem;
}

.lineup__cta-head {
	font-size: 1.5rem;
}

.lineup__cta-head::before {
	height: 1.9375rem;
	top: -2.375rem;
	width: 2.1875rem;
}

.lineup__cta-head::after {
	height: 3.5rem;
	right: -3.4375rem;
	top: -2.8125rem;
	width: 3.6875rem;
}

.lineup__cta-buttons {
	display: flex;
	gap: 0.6875rem;
	justify-content: center;
	margin-top: 0.875rem;
}

.lineup__cta-button:not(:first-child) {
	margin-top: 0;
	margin-top: initial;
}

.mv__inner.inner {
	position: relative;
	background: url(../images/mv-bg.png) top center / contain no-repeat;
}

.mv__body {
	max-width: 1200px;
	position: relative;
	max-height: 580px;
}

.mv__read {
	max-width: 280px;
	width: 15rem;
	padding-left: 0;
	padding-left: initial;
	position: absolute;
	right: -4rem;
	top: -6rem;
}

.mv__title {
	max-width: 672px;
	width: 70%;
	margin: 0 auto;
	padding-left: 0;
	padding-left: initial;
	padding-top: 36px;
}

.mv__works {
	width: calc(100% - 40%);
	gap: 2rem;
	margin: 3rem auto 0;
	justify-content: center;
	position: relative;
}

.mv__works-img {
	width: 11.8rem;
}

.mv__img01 {
	flex: 1;
	height: auto;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	left: -5rem;
	top: 1rem;
	max-width: 1200px;
}
.mv__img02 {
	flex: 1;
	height: auto;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	left: -12rem;
	bottom: 0;
	max-width: 173px;
}
.mv__img03 {
	flex: 1;
	height: auto;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	right: -11rem;
	bottom: 0;
	max-width: 173px;
}

@media screen and (max-width: 1140px) {
	.mv__title {
		max-width: 672px;
		width: 60%;
	}
	.mv__img01 {
		left: -5rem;
		top: 1rem;
		max-width: 1000px;
	}
	.mv__img02 {
		left: -11rem;
		bottom: -0rem;
		max-width: 150px;
	}
	.mv__img03 {
		right: -11rem;
		bottom: 0rem;
		max-width: 150px;
	}
	
}
.mv__wrap {
	width: 100%;
	margin: 0 auto;
}

.nav__items {
	grid-template-columns: repeat(4, 1fr);
}

.nav__item a,
.nav__item--orange a,
.nav__item--blue a,
.nav__item--green a,
.nav__item--magenta a {
	font-size: 1.25rem;
	line-height: 1.35;
	padding: 0.3rem 0 0.8125rem;
}

.nav__item span,
.nav__item--orange span,
.nav__item--blue span,
.nav__item--green span,
.nav__item--magenta span {
	margin-top: 0;
	margin-top: initial;
}

.pagetop {
	bottom: 6.25rem;
	height: 6rem;
	right: 5rem;
	width: 5.625rem;
}

.section-title__en {
	font-size: 1.75rem;
}

.section-title__en::before {
	margin-right: 1.875rem;
}

.section-title__en::after {
	margin-left: 1.875rem;
}

.section-title__ja {
	margin-top: 0.4375rem;
}

}

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

.cta-button:hover,
.cta-button--line:hover {
	transform: translateY(0.4375rem);
}

}

@media (min-width: 900px) {

html {
	font-size: 16px;
}

}

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

.header__inner {
	max-width: 100%;
	padding: 0 11.4375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

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

	.mv {
		background: url(../images/bg-map.svg) -20rem -1rem / 200% auto repeat,#FFFEF8;
		padding: 1.5rem 0 0.5rem;
	}
	
	.mv__title {
		padding: 0;
	}
	.mv__inner.inner {
        background: url(../images/mv-bg-sp.png) top center / 100% no-repeat;
		padding: 0 0 5rem;
    }
	.mv__img01 {
		position: absolute;
        left: -1rem;
        top: 27%;
        width: 137%;
	}
	.mv__img02 {
		display: none;
	}
	.mv__img03 {
		position: absolute;
        right: 2rem;
        top: 29%;
        width: 19%;
	}
	.mv__read {
		width: 40%;
        position: absolute;
        padding-left: 0.375rem;
        top: 37%;
        transform: rotate(-10deg);
	}
	.mv__works {
		width: 90%;
		gap: 1rem;
		margin-top: 2.1875rem;
		justify-content: center;
		margin: 25% auto 0;
	}
	.layout-concept {
		background-size: auto 100%;
		padding-bottom: 5rem;
	}
	.layout-concept::after {
		bottom: -4.5rem;
		background: url(../images/concept-line.png) top center / auto 100% no-repeat;
	}
	.layout-concept::before {
		bottom: -2rem;
		width: 122px;
		height: 82px;
		left: 0;
		right: 0;
	}
	nav {
		background: none;
		padding: 2.5rem 0 0;
	}
	.nav__items {
		height: auto;
        margin: 0 auto;
		justify-items: center;
		gap: 0.5rem;
	}
	.nav__item {
        min-width: 165px;
        min-height: 67px;
        background: url(../images/nav-bg-sp.svg) top center / contain no-repeat;
	}
	.nav__item a {
		padding:0.5rem 0 0.75rem;
	}
	.nav__item a:hover::before {
		left: 0;
		right: 0;
		top: -3px;
		margin: 0 auto;
		width: 90%;
		height: 57px;
		background: url(../images/nav-bg-sp_hover.svg);
		border-radius: 20px;
	}
	.section-title__ja {
		font-size: 1.7rem;
	}
	.concept__body {
		display: flex;
		width: 80%;
        gap: 32px;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
	}
	.concept__body li:nth-child(2) {
		margin-top: 0;
	}
	.concept__body li:nth-child(3) {
		margin-top: 0;
		
	}.character__content {
		padding: 1.875rem 1.125rem 5rem;
	}
	.character__content ul {
		display: flex;
		justify-content: center;
		gap: 10px;
        flex-wrap: wrap;
		width: 80%;
        margin: 0 auto;
	}
	.character__content ul li {
		width: 45%;
		text-align: center;
		font-weight: 600;
	}
	.character__content ul li span {
		display: block;
	}
	.layout-character {
		padding-bottom: 5rem;
	}
	.layout-character::after {
		bottom: -4.5rem;
		background: url(../images/character-line.png) top center / auto 100% no-repeat;
	}
	.layout-character::before {
		bottom: -2rem;
		width: 122px;
		height: 82px;
		left: 0;
		right: 0;
	}
	.layout-description {
		background: url(../images/bg-map2.svg) -17rem -5rem / 450% repeat,#F7F6F4;
	}
	.layout-description::before {
		width: 140px;
		height: 94px;
		bottom: -2rem;
	}
	.layout-description::after {
		bottom: -5.5rem;

	}
	.description__area {
		max-width: 1021px;
		width: 100vw;
		padding: 10rem 0 4rem;
		background: url(../images/description-bg-s.svg) center left / cover no-repeat;
		margin-right: 0;
		position: relative;
	}
	.description__content {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0;
		position: relative;
	}
	.description__content h3 {
		width: 242px;
        height: 64px;
        font-size: 1.3em;
        left: 0;
        top: 4rem;
        padding: 0.6rem 1rem 1rem 0.5rem;
	}
	.description__content .book-img {
		margin: 0 auto 40px;
		width: 90vw;
	}
	.description__character-area,
	.description__character-area.reverse {
		width: 70%;
		display: flex;
		gap: 1rem;
		align-items: center;
		margin: 1rem auto;
		flex-direction: column;
		justify-content: center;
	}
	.description__character-area-comment::after {
        transform: rotate(90deg);
        right: 25%;
        bottom: -26px;
	}
	.description__character-area.reverse > .description__character-area-comment::after {
        transform: rotate(-45deg);
		left: auto;
		right: 20%;
        bottom: -30px;
	}
	.description__character-area img {
		width: 90%;
	}
	.description__content.left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 3.125rem;
        position: relative;
    }
	.description__content.left .description__area {
		margin-left: 0;
		background-position: right;
	}
	.description__content.left h3 {
		left: auto;
		right: -10rem;
		right: 2%;
	}
	.description__area.medium {
		background: url(../images/description-bg-m.svg) top left / cover no-repeat;
	}
	.description__area.large-sp {
		background: url(../images/description-bg-l.svg) top left / cover no-repeat;
		padding-bottom: 4rem;
	}
	.description__book-img {
		display: flex;
        position: relative;
        width: 90%;
        min-width: 350px;
        margin: -10% auto 0;
	}
	.description__content.special {
		padding-bottom: 0;
	}
	.lineup__content ul {
		max-width: 160px;
		gap: 15px;
		flex-direction: column;
		margin: 0 auto;
	}
	.campaign-bnr {
		width: 90%;
	}
}

/*# sourceMappingURL=style.css.map */
