@charset "UTF-8";


.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 0.75rem 0 0.6875rem;
	/*position: fixed;*/
	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;
}

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

.header__buttons {
	display: flex;
	margin-left: auto;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 36.25rem;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

/*header*/
.h-main {
	height: 100px;
	border-bottom: 1px solid #a79e7f;
}

.h-inner {
	height: 100px;
}

.l-inner {
	width: 960px;
	margin: 0 auto;
}

.l-sideWrp--both {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-linkBlock {
	display: block;
	margin-top: 8px
}

.h-logoBox_logo {
	width: 166px;
}

.h-btnBox {
	position: relative;
	width: 190px;
	height: 35px;
	text-align: center;
	border-radius: 5px;
	background-color: #5a3c00;
}

.h-btnBox:hover {
	opacity: .7;
}

.h-btnBox::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 9px;
	height: 10px;
	margin: auto 0;
	content: '';
	background-image: url(../img/icon_triangle.svg);
}

.h-btnBox::before:hover {
	opacity: .7
}

.h-btnBox_btn {
	/*	font-family: 'Rounded Mplus 1c';*/
	font-size: 13px;
	font-weight: 700;
	line-height: 35px;
	display: block;
	padding-left: 20px;
	letter-spacing: .06em;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.l-inner {
		width: 93%;
	}
}

@media screen and (max-width: 380px) {
	.h-logoBox_logo {
		width: 105px;
	}
}


/*footer*/
.f-main {
	height: 50px;
	color: #5a3c00;
	border-top: 1px solid;
}

.f-inner {
	height: 50px;
}

.f-copy {
	font-size: 12px;
	font-weight: 400;
	line-height: 3.6;
	text-align: center;
	letter-spacing: .04em;
	color: #000;
}


/*common*/
.bg__magenta h3 {
	font-size: 2.4rem;
	color: #491e0f;
}

main {
	display: block;
	overflow: hidden;
}


@media screen and (max-width: 991px) {
	main {
		width: 100%;
	}
}

/*nav*/
.nav__items {
	grid-gap: 0.125rem;
	display: grid;
	gap: 0.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.nav__item,
.nav__item--blue,
.nav__item--magenta,
.nav__item--orange {
	position: relative;
	background-color: #0D967C;
	color: #fff;
	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--blue {
	background-color: #09A8E2;
}
.nav__item--magenta {
	background-color: #E848A5;
}
.nav__item--orange {
	background-color: #F06B4B;
}


.nav__item a,
.nav__item--orange a,
.nav__item--blue a,
.nav__item--green a,
.nav__item--magenta a {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	padding: 1.2rem 0 2rem;
	color: #fff;
}
.nav__items li a::after{
	content: '';
	position: absolute;
	bottom:12px;
	left: 48%;
	vertical-align: middle;
	color: #fff;
	line-height: 0.65;
	width: 0.65em;
	height: 0.65em;
	border: 0.12em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
  }

.nav__item span,
.nav__item--orange span,
.nav__item--blue span,
.nav__item--green span,
.nav__item--magenta span {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.25rem;
}

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

.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;
}

@media screen and (max-width: 991px) {
	.nav__items {
		grid-template-columns: repeat(2, 1fr);
	}
	.nav__items a {
		padding: 1rem 0 2rem;
		font-size: 16px;
	}
}



/*main-visual*/
.main--bg {
	background:linear-gradient(180deg, rgb(190, 237, 255), rgb(253, 255, 242));
}
.main-v {
	background: url(../img/main_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1170px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.main-v img {
	width: 50%;
}
.main-logo {
	position: absolute;
	width: 520px;
}
.main-book {
	width: 1056px;
}
.main-img {
	position: absolute;
	right: 0;
	top: 50px;
	width: 560px;	
}
.main-logo img,
.main-book img,
.main-img img {
	width: 100%;
}

.main-title {
	padding-top: 40px;
	margin-left: 80px;
}

.main-title p {
	color: #73472f;
	font-size: 2.4rem;
	font-weight: bold;
}


@media screen and (max-width: 991px) {
	.main-v {
		background: none;
		width: 100%;
		height: 80vw;
		min-height: 420px;
		max-height: 800px;
	}

	.main-book {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 15px;
		width: 50vw;
		min-width: 320px;
		max-width: 450px;
	}

	.main-title {
		position: absolute;
		margin-top: -200px;
		left: 0;
		right: 0;
		margin: 0;
		width: 560px;
	}

	.main-logo {
		width: 100%;
		position: absolute;
		left: 0;
	}
}

@media screen and (max-width: 991px) {
	.main-v {
		margin-top: 0;
		min-height: 600px;
	}

	.main-book {
		top: 160px;
		min-width: 365px;
	}

	.main-title {
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}

	.main-title > * {
		/*margin: 0 20px;*/
	}

	.main-title p {
		font-size: 2.2rem;
	}
}

h2 {
	display: block;
	position: relative;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 3rem;
	font-size: 2rem;
}
h2::after {
	content: '';
	display: block;
	margin:  10px auto;
	width: 122px;
	left: 45%;
	bottom: -1.5rem;
	border:rgba(9, 150, 123, 0.4);
	border-bottom: 6px solid #0D967C;
	z-index: 100;
}
@media screen and (max-width: 575px) {

	h2::after {
		width: 94px;
		margin: 0 auto;
		bottom: -1.5rem;
		border:rgba(9, 150, 123, 0.4);
		border-bottom: 6px solid #0D967C;
		z-index: 100;
	}
}
.detail h2::after {
	border-bottom: 6px solid #09A8E2;
}
.lineup h2::after {
	border-bottom: 6px solid #E848A5;
}
.purchase h2::after {
	border-bottom: 6px solid #F06B4B;
}
/*contents*/
.concept img,
.detail img,
.lineup img,
.purchase img {
	width: 100%;
} 
.concept {
	background: url(../img/point1-bg.png);
	background-size: 24px;
	padding: 75px 0;
}

.point2 {
	background: url(../img/point2-bg.png);
	background-size: 24px;
	padding: 75px 0;
}

.point3 {
	background: url(../img/point3-bg.png);
	background-size: 24px;
	padding: 75px 0;
}

.point-frame {
	background-position: center;
	height: 670px;
	width: 900px;
	margin: 0 auto;
}

.concept .point-frame {
	background: url(../img/point1-f.png) no-repeat;
}
.concept .point-cap2 {
	background: url(../img/point2_bg.png) no-repeat;
}
.concept .point-cap3 {
	background: url(../img/point3_bg.png) no-repeat;
}
.point2 .point-frame {
	background: url(../img/point2-f.png) no-repeat;
}

.point3 .point-frame {
	background: url(../img/point3-f.png) no-repeat;
}

.point-head {
	margin-left: 180px;
	padding-top: 100px;
}

.point-head h3 span {
	display: inline-block;
	vertical-align: baseline;
	color: #491E0F;
}

.text {
	font-size: 1.5rem;
	padding-bottom: 7px;
}

.text-big {
	font-size: 3rem;
}
.text-hukidashi {
	font-size: 1.125rem;
	background: #fff;
	border-radius: 7px;
	padding: 6px;
	margin-left: 20px;
	box-shadow: 1px 1px rgb(0, 0, 0,0.3);
	position: relative;
	z-index: 10;
}
	.text-hukidashi::after {
		content: '▲';
		position: absolute;
		left: -16px;
		color: #fff;
		transform: rotate(270deg);
	}
	@media screen and (max-width: 375px) {
		.text-hukidashi {
			width: 130px;
			position: absolute;
			top: 3rem;
			right: 1rem;
		}
		.text-hukidashi::after {
			content: '▲';
			position: absolute;
			left: 10px;
			bottom: -20px;
			color: #fff;
			transform: rotate(180deg);
			text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
		}

	}

.concept .text {
	background: linear-gradient(transparent 50%, rgba(9, 150, 123, 0.4) 50%);
}

.concept .text-big {
	background: linear-gradient(transparent 70%, rgba(9, 150, 123, 0.4) 70%);
}

.point2 .text {
	background: linear-gradient(transparent 50%, rgba(7, 169, 226, 0.4) 50%);
}

.point2 .text-big {
	background: linear-gradient(transparent 70%, rgba(7, 169, 226, 0.4) 70%);
}

.point3 .text {
	background: linear-gradient(transparent 50%, rgba(232, 73, 164, 0.4) 50%);
}

.point3 .text-big {
	background: linear-gradient(transparent 70%, rgba(232, 73, 164, 0.4) 70%);
}

.point-body {
	text-align: center;
	padding-top: 40px;
}


@media screen and (max-width: 991px) {
	section {
		width: 100%;
	}

	.point-frame {
		width: 700px;
		height: auto;
		padding: 50px;
		box-sizing: border-box;
		position: relative;
	}

	.concept .point-frame,
	.detail .point-frame,
	.lineup .point-frame {
		background: #fcf9d4;
		box-shadow: 5px 5px #e5e1b5, 10px 10px #d6ce99;
		margin-bottom: 50px;
	}

	.point-head {
		margin-left: 0;
		padding-top: 60px;
	}

	.point-label {
		width: 180px;
		position: absolute;
		top: 30px;
		left: -12px
	}

	.point-label img {
		width: 100%;
	}

	.concept .point-body img,
	.detail .point-body img,
	.lineup .point-body img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

	.point2 .point-body img.point2-page {
		max-width: 400px;
	}

}

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

	.concept,
	.point2,
	.point3 {
		padding: 30px 0;
	}

	.point-frame {
		width: calc(100% - 40px);
		padding: 15px 15px 60px 15px;
	}

	.point-head {
		padding-top: 90px;
	}

	.point-head h3 p {
		flex-direction: column;
	}

}


@media screen and (max-width: 575px) {
	.text {
		font-size: 1.125rem;
		padding-bottom: 4px;
	}
	.text-big {
		font-size: 2rem;
	}
}

/*detail*/
.detail {
	background: url(../img/sec2_bg.png);
	background-size: 24px;
	padding: 75px 0;
}

.detail-frame {
	background: #fff;
	padding: 60px;
	border-radius: 40px;
	background-position: center;
	min-height: 443px;
	width: 780px;
	margin: 0 auto 60px;
	position: relative;
	font-size: 1rem;
}
.detail h3 {
	display: inline-block;
	width: 780px;
	vertical-align: middle;
	text-indent: 5rem;
	font-size: 24px;
	margin-bottom: 20px;
}
.detail img {
	margin-bottom: 20px;
}
.detail .kokugo h3 {
	background: url(../img/detail_icon1.png) no-repeat;
}
.detail .sansuu h3 {
	background: url(../img/detail_icon2.png) no-repeat;
}
.detail .rika h3 {
	background: url(../img/detail_icon3.png) no-repeat;
}
.detail .shakai h3 {
	background: url(../img/detail_icon4.png) no-repeat;
}
.detail-body ul {
	width: 100%;
	margin: 0 0 0 24px;
	color: #491e0f;
}
.detail-body ul li {
	padding-left: 1.5rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 8px;
}
.detail-body ul li::before {
	position: absolute;
	content: '';
	top:4px;
	left: 0;
	border-radius: 20%;
	width: 18px;
	height: 18px;
	background:#E848A5;
}
	.sansuu .detail-body ul li::before {
		background:#09A8E2;
	}
	.rika .detail-body ul li::before {
		background:#6ABB5E;
	}
	.shakai .detail-body ul li::before {
		background:#F06B4B;
	}
.detail-body span {
	background: #FFFCB7;
	vertical-align: baseline;
}
.sansuu .detail-body,
.rika .detail-body,
.shakai .detail-body {
	display: flex;
}
.sansuu .detail-body img,
.rika .detail-body img,
.shakai .detail-body img {
	width: 256px;
	margin-right: 24px;
}
.detail-img img.d-img {
	position: absolute;
	width: 170px;
	right: 0;
	bottom: -10px;
}

@media screen and (max-width: 991px) {
	.detail h3 {
		text-indent: 3.5rem;
		text-indent: 1;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.detail-frame {
		border-radius: 30px;
		width: calc(100% - 50px);
		padding: 32px;
		font-size: 14px;
		}
	.sansuu .detail-body,
	.rika .detail-body,
	.shakai .detail-body {
		display:block;
	}
	.detail-body ul {
		margin-left: 0;
	}
	.detail-body ul li {
		padding-left: 1rem;
	}
	.detail-body ul li::before {
	position: absolute;
	content: '';
	top:4px;
	left: 0;
	border-radius: 20%;
	width: 18px;
	height: 18px;
	background:#E848A5;
}
	.detail-body ul li::before {
		top:4px;
		border-radius: 20%;
		width: 13px;
		height: 13px;
		background:#E848A5;
	}
	.kokugo .detail-body img,
	.sansuu .detail-body img,
	.rika .detail-body img,
	.shakai .detail-body img {
		width: 50%;
		margin: 0 auto 8px;
	}
	.detail-img img.d-sm {
		width: 80px;
		height: auto;
		position: absolute;
		right: 0;
		top: -3rem;
	}
	
}
@media screen and (max-width: 375px) {
	.kokugo .detail-body img,
	.sansuu .detail-body img,
	.rika .detail-body img,
	.shakai .detail-body img {
		width: 100%;
		margin-bottom: 8px;
	}
	.detail-img img.d-sm {
		width: 80px;
		height: auto;
		position: absolute;
		right: 0;
		top: -3rem;
	}

}


/*lineup*/
.lineup {
	margin: 75px auto;
	position: relative;
	width: 100%;
}

.lineup-head {
	margin: 0 auto;
	text-align: center;
}

.lineup-pic {
	position: absolute;
	top: -66px;
	right: 10px;
}

.btn {
	width: 300px;
	margin: 0 auto;
}

.btn img {
	width: 100%
}

.lineup-table {
	width: 800px;
	margin: 40px auto;
	font-size: 1.4rem;
	text-align: center;
}

table {
	width: 780px;
	margin: 24px auto;
	font-size: 14px;
}
table th,
table td {
	border: 1px solid #9B9B9B;
	padding: 6px;
	white-space: nowrap;
}
table th {
	background: #F2F2F2;
}
table td {
	text-align: center;
}

table thead th {
	color: #000;
	text-align: center;
}
table th {
	color: #fff;
}
table tr.orange td{
	color: #F06B4B;
}
table .th-magenta {
	background: #E848A5;
}
table .th-blue {
	
	background: #09A8E2;
}
table .th-orange {
	background: #F06B4B;
}
table .th-green {
	background: #6ABB5E;
}
table .th-red {
	background: #ED404B;
}
table .th-green2 {
	background: #07947D;
}
table .th-blue2 {
	background: #253793;
}
table .td-bg1 {
	background: #FDFEB7;
	color: #000;
}
table .td-bg2 {
	background: #FEE8B7;
	color: #000;
}


@media screen and (max-width: 991px) {
	.lineup {
		width: 100%;
	}

	.lineup-head {
		width: 100%;
	}

	.lineup-table {
		overflow: auto;
		margin: 40px 20px
	}

	table {
		width: 850px;
		margin: 24px auto;
	}

}
.table-scroll {
	padding: 0 24px;
}

@media screen and (max-width: 575px) {
	.lineup-head img {
		width: 330px;
		margin: 10px auto;
	}
}


.purchase-buttons {
	max-width: 712px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
.purchase-button-drill a {
	background: #F06B4B;
	font-weight: 600;
	box-shadow: 0 7px 0 #DD502F;
	color: #fff;
	display: inline-block;
	text-align: center;
    transition: 0.2s;
	vertical-align: middle;
	width: 100%;
	min-width: 340px;
	padding: 1rem 0 1.2rem;
}
.purchase-button-drill a span {
	width: 100%;
	position: relative;
	padding-left: 2rem;
}
@media screen and (max-width: 575px) {
	.purchase-button-drill a {
		min-width: 270px;
		margin: 10px auto;
	}
}

	.purchase-button a span::before {
		content: "";
		-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
		background-color: #fff;
		clip-path: polygon(0 0, 0 100%, 100% 50%);
		content: "";
		height: 1.3rem;
		position: absolute;
		top: 50%;
		margin-right: 20px;
		transform: translateY(-50%);
		width: 0.8rem;
		box-sizing: border-box;
		left: 0;
		}
@media screen and (max-width: 700px) {
	.purchase-buttons {
		width: 325px;
		margin: 0 auto 50px;
		gap: 23px;
		flex-direction: column;
	}
}

.purchase p {
	display: block;
	width: 682px;
	margin: 0 auto 50px;
	position: relative;
	padding-left: 30px;
	font-size: 1.125rem;
}
.purchase p::before {
	content:"" ;
	top:4px;
	left:0;
	border-radius: 20%;
	width: 20px;
	height: 20px;
	background:#F06B4B;
	position: absolute;
}
@media screen and (max-width: 700px) {
	.purchase p {
		width: 300px;
}
}


/*202301 sws bnr*/
.sws_bnr {
  display: block;
  width: 360px;
  margin: auto;
  padding-bottom: 60px;
}

.sws_bnr img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .sws_bnr {
    width: calc(100% - 40px);
  }
}