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-author {
	margin-top: 5.9375rem;
	position: relative;
	padding-bottom: 5rem;
}
.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;
}

p span {
	background: #FFFDE2;

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

.feature__body li {
	width: 100%;
	display: flex;
}
.feature__body li p {
	width: 50%;
	padding: 60px;
	border-radius: 100px;
	border: solid 7px #05A19A;
	background: #fff;
	font-size: 1.2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #05A19A;
	position: relative;
}
.feature__body li p::before {
	content: "";
	width: 47px;
	height: 48px;
	background: url(../images/icon-kirakira.png) center top / cover no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.feature__body li p::after {
	content: "";
	width: 47px;
	height: 48px;
	background: url(../images/icon-kirakira.png) center top / cover no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.feature01,.feature02,
.feature03 {
	flex-direction: row-reverse;
    align-items: center;
	justify-content: space-evenly
}
.feature02 {
	flex-direction: row;
}
.feature01::after {
	content: "";
	min-width: 384px;
	min-height: 354px;
	background: url(../images/feature-img01.png) top left / contain no-repeat;
}
.feature02::after {
	content: "";
	min-width: 384px;
	min-height: 354px;
	background: url(../images/feature-img02.png) top left / contain no-repeat;
}
.feature03::after {
	content: "";
	min-width: 384px;
	min-height: 354px;
	background: url(../images/feature-img03.png) top left / contain no-repeat;
}
.contents__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 99%;
}


.cta-button,
.cta-button--line {
	background-color: #F2633C;
	box-shadow: 0 0.3125rem 0 #C9330A;
	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;
}

.author__content {
	padding: 1.875rem 1.125rem 13.125rem;
}
.author__content ul li {
	text-align: center;
}
.description__inner.inner {
	width: 100%;
	max-width: 1600px;
}
.description__content {
	width: 70%;
    max-width: 900px;
    display: flex;
    align-items: center;
    margin-top: 3.125rem;
    position: relative;
    justify-content: center;
	margin: 0 auto;
}
.description__content picture.lesson {
	max-width: 427px;
}
.description__content picture {
	max-width: 778px;
}
.description__content-left {
	width: 100%;
    min-width: 700px;
    gap: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 80px;
}
.description__content-left p {
	max-width: 416px;
	background: #fff;
	padding: 40px;
	border-radius: 60px;
	text-align: center;
	line-height: 1;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.description__content-left picture {
	width: 200px;
}
.description__content-left p::after {
	width: 75px;
	height: 64px;
	content: "";
	position: absolute;
	right: -3rem;
	bottom: 3rem;
	background: url(../images/icon-hukidashi.svg) top center / cover no-repeat;
}
.description__content-right {
	width: 100%;
    min-width: 700px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    flex-direction: row-reverse;
}
.description__content-right p {
	max-width: 416px;
	background: #fff;
	padding: 40px;
	border-radius: 60px;
	text-align: left;
	line-height: 1.5;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.description__content-right p::after {
	width: 75px;
	height: 64px;
	content: "";
	position: absolute;
	left: -2rem;
	bottom: 1em;
	background: url(../images/icon-hukidashi.svg) top center / cover no-repeat;
	transform: scale(-1, 1);
}
.description__content-right picture {
	min-width: 200px;
	width: 200px;

}
.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__author-area {
	width: 70%;
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: center;
	margin: 1rem auto;
}
.description__author-area img {
	width: auto;
	max-width: 9rem;
	
}
.description__author-area.reverse {
	flex-direction: row-reverse;
}
.description__author-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__author-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__author-area.reverse > .description__author-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;
}

.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: 600px;
	gap: 100px;
}
.lineup__content ul li {
	text-align: center;
}
.lineup__cta-block {
	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: 4rem 3rem 3rem;
}

.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 {
	height: 50vh;
	min-height: 500px;
	background: url(../images/mv-bg01.svg) center bottom / cover no-repeat;
	position: relative;
	padding: 1rem 0 15rem;
}
.mv::after {
	content: "";
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: -100;
	bottom: -15.5rem;
	left: 0;
	right: 0;
	background: url(../images/mv-bg02.svg) center bottom / cover no-repeat;
}

@media screen and (max-width: 900px) {
	.mv {
		height: 30vh;
		min-height: 430px;
		background: url(../images/mv-bg01.svg) center bottom / cover no-repeat;
		position: relative;
		padding: 1rem 0 15rem;
	}
	.feature__body {
		display: flex;
		width: 100%;
        gap: 32px;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
	}
	.feature__body li {
		flex-direction: column;
	}
	.feature__body li p {
		width: 100%;
		padding: 40px 20px;
		font-size: 1rem;
	}
	.feature01::after,
	.feature02::after,
	.feature03::after {
		min-width: 300px;
	}
}
.mv__inner.inner {
	position: relative;
}

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

.mv__title {
	max-width: 472px;
	width: 50%;
	margin: 0 auto;
	padding-left: 0;
	padding-left: initial;
}

.mv__img01 {
	height: auto;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	left: 0%;
    top: 13%;
    max-width: 300px;
    width: 30%;
}
.mv__img02 {
	flex: 1;
	height: auto;
	margin-top: 0;
	margin-top: initial;
	position: absolute;
	right: 0;
	top: 13%;
	max-width: 300px;
	width: 30%;
}

.mv__wrap {
	width: 100%;
	margin: 0 auto;
}

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

.mv__title {
	padding-left: 0.375rem;
}

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

nav {
	width: 90vw;
	max-width: 900px;
	margin: 2.5rem auto 0;
	background: url(../images/nav-bg.svg) top center / contain no-repeat;

}
.nav__items {
	width: 100%;
	display: flex;
	height: 115px;
	color: #05A19A;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: opacity 0.3s;
	justify-content: space-between;
}
.nav__item {
	position: relative;
}
.nav__item a {
	display: flex;
	width: 115px;
	height: 115px;
	border-radius: 60px;
	background: #fff;
	align-items: center;
    justify-content: center;
	text-align: center;

}
.nav__item a::after {
	width: 18%;
	height: 24px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 6%;
	z-index: 1;
	background: url(../images/nav-arrow.svg) center center / contain no-repeat;
}

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

.pagetop img {
	-o-object-fit: contain;
	aspect-ratio: 179/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.layout-feature {
	margin-top: 5rem;
	padding: 5rem 0;
	background: #FFF5F2;
}
.layout-description {
	margin-top: 5rem;
	padding: 5rem 0;
	background: #ECF7F6;
}
.layout-lesson {
	padding: 5rem 0;
}
.layout-footer {
	margin-top: 9.75rem;
}
.layout-lineup {
	margin-top: 5rem;
	padding: 5rem 0;
	background: #FFF5F2;
}

.section-title {
	padding-top: 30px;
	align-items: center;
	display: grid;
	justify-items: center;
	place-items: center;
	background: url(../images/feature-title.svg) center top no-repeat;
}
	.author .section-title {
		background: url(../images/author-title.svg) center top no-repeat;
	}
	.description .section-title {
		background: url(../images/description-title.svg) center top no-repeat;
	}
	.lesson .section-title {
		background: url(../images/lesson-title.svg) center top no-repeat;
	}
	.lineup .section-title {
		background: url(../images/lineup-title.svg) center top no-repeat;
	}

.section-title__ja {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	justify-content: center;
	letter-spacing: 0.1em;
	content: "";
	color: #05A19A;
	text-shadow: #05A19A;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
}

.section-title__ja::before {
	background: #05A19A;
    content: "";
    height: 0.125rem;
    width: min(12.9411764706vw, 3.4375rem);
}

.section-title__ja::after {
	background: #05A19A;
    content: "";
    height: 0.125rem;
    width: min(12.9411764706vw, 3.4375rem);

}

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

.section-title__ja::after {
	margin-left: 0.5rem;
}
.author__content-profile {
	border-radius: 90px;
	border: 7px solid #05A19A;
	padding: 40px 80px 50px;
	width: 60%;
	max-width: 773px;
	margin: 0 auto;
}
.author__content-profile h3 {
	color: #EA5515;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	letter-spacing: 0.1rem;
}
.author__content-profile p {
	letter-spacing: 0.1rem;
	line-height: 1.5rem;

}
.author__content p {
	position: absolute;
	right: -1rem;
	bottom: 9rem;
	font-size: 2rem;
	color: #05A19A;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-shadow: #fff 2px 2px 0px;
}
.author__content p.comment {
	display: flex;
    width: 40%;
    max-height: 178px;
    color: #EA5515;
    font-size: 1.2rem;
    top: 3rem;
    right: -5rem;
    background: url(../images/author-img02.png) top center / contain no-repeat;
    justify-content: center;
    align-items: center;
}
.lesson__content {
	width: 80%;
	margin:  0 auto;
	text-align: center;
}
.lesson__content ul {
	margin-top: 70px;
	display: flex;
	justify-content: space-evenly;
}
.lesson__content ul li {
	width: 44%;
	border: solid 7px #05A19A;
	border-radius: 90px;
	padding: 40px 50px;
	color: #05A19A;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.lesson__content ul li::before {
	width: 65px;
	height: 69px;
	position: absolute;
	content:"";
	background: url(../images/icon-kirakira02.png) center top / contain no-repeat;
	left: -16px;
	top: -14px;
}
.lesson__content ul li img {
	position: absolute;
	width: 100px;
	bottom: -1.7rem;
	right: -3rem;
}
.lesson__content .thumbnail {
	width: 60%;
	min-width: 500px;
	height: auto;
	aspect-ratio:16 / 9;
	margin: 40px auto;
}
.lesson__content-attention {
	width: 60%;
	min-width: 500px;
	background: #F5F5F5;
	padding: 24px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}
.lesson__content-attention span.attention {
	background: #FFFDE2;
	font-weight: 600;
}
.lesson__content-attention span.small {
	font-size: 0.8rem;
	display: inline-block;
}
.lesson__content-bnr {
	width: 40%;
	min-width: 300px;
	margin: 40px auto;
}
.description__content .thumbnail {
	width: 70%;
    min-width: 300px;
}

@media (hover: hover) {

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

.nav__item a:hover {
	opacity: 0.7;
}

}

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

.pc {
	display: block;
}

.sp {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}


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

.feature__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 #C9330A;
	padding: 1.3125rem 0;
	width: 100%;
}

.author__content {
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding: 4rem 0 2rem;
}
.author__content picture {
	display: flex;
	position: relative;
	z-index: -10;
	max-width: 578px;
	margin: 0 auto;
}


.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: 2rem;
	justify-content: center;
	margin-top: 0.875rem;
}

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

.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: 1rem;
	width: 5.625rem;
}
.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) {
	.wrapper {
		margin-top: -4rem;
	}
	.mv {
        height: 30vh;
        min-height: 310px;
	}
	.mv::after {
		bottom: -21rem;
	}
	nav {
		padding: 2.5rem 0 0;
	}
	.nav__items {
		width: 350px;
		height: auto;
        margin: 0 auto;
		justify-items: center;
		gap: 0.5rem;
		justify-content: center;
		flex-wrap: wrap;
	}
	.nav__item {
        min-width: 100px;
        min-height: 100px;
	}
	.nav__item a {
		width: 100%;
		height: 100%;
		padding:0.5rem 0 0.75rem;
	}
	.layout-feature {
		padding: 2rem 0 0;
	}
	.section-title__ja {
		font-size: 1.7rem;
	}
	.author__content {
		padding: 1.875rem 1.125rem 5rem;
	}
	.author__content p {
        right: 1rem;
        top: 19rem;
        font-size: 1.5rem;
    }

	.author__content-profile {
		border-radius: 90px;
		border: 7px solid #05A19A;
		padding: 20px 30px 40px;
		width: 90%;
		/* max-width: 773px; */
		margin: 0 auto;
	}

	.layout-author::after {
		bottom: -4.5rem;
		background: url(../images/author-line.png) top center / auto 100% no-repeat;
	}
	.layout-author::before {
		bottom: -2rem;
		width: 122px;
		height: 82px;
		left: 0;
		right: 0;
	}
	.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 picture.lesson {
		max-width: 300px;
	}
	.description__content .thumbnail {
		width: 90%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 auto 40px;
	}
	.description__content-left,
	.description__content-right {
		flex-direction: column;
	}
	.description__content-left p::after {
		width: 80px;
		height: 90px;
		content: "";
		position: absolute;
		right: 5rem;
        bottom: -3rem;
		background: url(../images/icon-hukidashi2.svg) top center / contain no-repeat;
	}
	.description__content-right p::after {
		width: 80px;
		height: 90px;
		content: "";
		position: absolute;
		right: 3rem;
        bottom: -3rem;
		background: url(../images/icon-hukidashi2.svg) top center / contain no-repeat;
		transform: none;
		left: auto;
	}
	.layout-lesson {
		padding: 5rem 0 0;
	}
	.lesson__content {
		width: 90%;
	}
	.lesson__content ul {
		margin-top: 40px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.lesson__content ul li {
		width: 90%;
		padding: 20px 40px;
	}
	.lesson__content .thumbnail {
		min-width: 100%;
	}
	.lesson__content-attention {
		min-width: 100%;
	}

	.lineup__content ul {
		max-width: 160px;
		gap: 15px;
		flex-direction: column;
		margin: 0 auto;
	}
	.campaign-bnr {
		width: 90%;
	}
	.author__content p.comment {
        width: 40%;
        height: 10%;
        font-size: 0.8rem;
        top: 6rem;
        right: 0;
	}
}
@media screen and (max-width: 490px) {
    .mv {
		height: 20vh;
        min-height: 250px;
    }
}
@media screen and (max-width: 415px) {
.mv {
	min-height: 500px;
}
.mv::after {
	bottom: -20rem;
	background: url(../images/mv-bg02.svg) center bottom / cover no-repeat;
}
.mv__wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.mv__title {
	width: 90%;
	margin: 0 auto;
	padding-left: 0;
	padding-left: initial;
}

.mv__img01 {
	height: auto;
	margin-top: -2rem;
	max-width: 300px;
	width: 50%;
	position: relative;
}
.mv__img02 {
	height: auto;
	margin-top: -2rem;
	max-width: 300px;
	width: 50%;
	position: relative;
}
}

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