@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

:root {
	--base: #3E3E3E;
	--black: #000000;
	--white: #FFFFFF;
	--purple: #3B0163;
	--light-purple:#F2EDF5;
	--gray1: #F5F5F5;
	--gray2: #999999;
	--gray3: #F1F1F1;
	--gray4: #E6E6E6;
	--gray5: #969696;
	--gray6: #F8F8F8;
	--gray7: #C5C5C5;
	--gray8: #868686;
	--gray9: #EAEAEA;
  }
  
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-size: 62.5%
}
@media screen and (max-width:768px) {
	html {
		font-size: 62.5%
	}
}
body {
	margin: 0;
	color: var(--base);
    font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
	font-size: 14px;
}
@media screen and (max-width:768px) {
	body {
		min-width: inherit
	}
}
main {
	display: block
}
address, blockquote, dl, figure, form, iframe, p, pre, table {
	margin: 0
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0
}
ol, ul {
	margin: 0;
	padding: 0;
	list-style: none
}
dt {
	font-weight: bold
}
dd {
	margin-left: 0
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit
}
pre {
	font-family: monospace, monospace;
	font-size: inherit
}
address {
	font-style: inherit
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	-webkit-transition: 0.6s;
	transition: 0.6s
}
a:hover {
	opacity: 0.6;
}
:focus {
	outline: none
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
embed, iframe, img, object {
	display: block;
	width: 100%;
	vertical-align: bottom
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit
}
[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox
}
[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
[type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
	cursor: default
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
select::-ms-expand {
	display: none
}
option {
	padding: 0
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
label[for] {
	cursor: pointer
}
details {
	display: block
}
summary {
	display: list-item
}
[contenteditable] {
	outline: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption {
	text-align: left
}
td, th {
	vertical-align: top;
	padding: 0
}
th {
	text-align: left;
	font-weight: bold
}
template {
	display: none
}
figure, picture {
	display: block
}
figure img, picture img {
	width: 100%;
	height: auto
}
[hidden] {
	display: none
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@keyframes zoomOut {
	0% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}
@-webkit-keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}
@keyframes confetti {
	0% {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
		transform: rotateZ(15deg) rotateY(0deg) translate(0, 0)
	}
	25% {
		opacity: 1;
		-webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
		transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh)
	}
	50% {
		-webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
		transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh)
	}
	75% {
		-webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
		transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh)
	}
	86% {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
		transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh)
	}
}


@-webkit-keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@keyframes headerBg {
	0% {
		background: rgba(0, 0, 0, 0)
	}
	to {
		background: rgba(0, 0, 0, 0.19)
	}
}
@-webkit-keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@keyframes headerBgReturn {
	0% {
		background: rgba(0, 0, 0, 0.19)
	}
	to {
		background: rgba(0, 0, 0, 0)
	}
}
@-webkit-keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@keyframes linkHover {
	0% {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: left;
		transform-origin: left
	}
}
@-webkit-keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}
@keyframes linkHoverReturn {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
	to {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: right;
		transform-origin: right
	}
}



.fadeUpTrigger {
	opacity: 0
}
.fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0
}
@-webkit-keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}
@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px)
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.u-pcDb {
	display: block
}
.u-pcDib {
	display: inline-block
}
.u-pcDin {
	display: inline
}
.u-pcDf {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.u-pcDt {
	display: table
}
.u-pcDtc {
	display: table-cell
}
.u-spDb, .u-spDf, .u-spDib, .u-spDin, .u-spDt, .u-spDtc {
	display: none
}
@media screen and (max-width:768px) {
	.u-pcDb, .u-pcDf, .u-pcDib, .u-pcDin, .u-pcDt, .u-pcDtc {
		display: none
	}
	.u-spDb {
		display: block
	}
	.u-spDib {
		display: inline-block
	}
	.u-spDin {
		display: inline
	}
	.u-spDf {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.u-spDt {
		display: table
	}
	.u-spDtc {
		display: table-cell
	}
}

.animationText span {
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out
}
.u-hover01 {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
@media screen and (min-width:769px) {
	.u-hover01:hover {
		opacity: 0.6 !important;
	}
}
.u-hover02 {
	text-align: center
}
.u-hover02Link {
	display: block;
	background-color: #707070
}
@media screen and (min-width:769px) {
	.u-hover02Link:hover .u-hover02Span {
		color: #707070
	}
	.u-hover02Link:hover .u-hover02Bg {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
.u-hover02Span {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s
}
.u-hover02Bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-animation: linkHoverReturn 0.5s ease-in-out forwards;
	animation: linkHoverReturn 0.5s ease-in-out forwards
}
.u-hover03 {
	position: relative
}
.u-hover03:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0
}
@media screen and (min-width:769px) {
	.u-hover03:hover:before {
		-webkit-animation: linkHover 0.5s ease-in-out forwards;
		animation: linkHover 0.5s ease-in-out forwards
	}
}
[data-aos=fade-up] {
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0)
}
[data-aos=fade-down] {
	-webkit-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0)
}
[data-aos=fade-right] {
	-webkit-transform: translate3d(-50px, 0, 0);
	transform: translate3d(-50px, 0, 0)
}
[data-aos=fade-left] {
	-webkit-transform: translate3d(50px, 0, 0);
	transform: translate3d(50px, 0, 0)
}





header {
	width: 100%;
	background: #FFF;
	border-bottom: 1px solid var(--gray4);
}
.header__inner {
	position: relative;
	height: 105px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.header__logo {
	width: 120px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	header {
		position: relative;
	}
	.header__inner {
		height: 84px;
	}
}

.modTtl01 {
	margin-bottom: 15px;
	text-align: center;
}
.modTtl01 span {
	display: inline-block;
	padding-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
	position: relative;
}
.modTtl01 span:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background-color: var(--purple);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:768px) {
}

.modTtl02 {
	margin-bottom: 20px;
	text-align: center;
}
.modTtl02__en {
	font-family: "DM Sans", sans-serif;
	font-weight: bold;
	font-size: 34px;
	color: var(--light-purple);
}
.modTtl02__jp {
	margin-top: -5px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width:768px) {
}

.modBtn01 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 335px;
	height: 50px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid var(--purple);
	color: var(--purple);
}
@media screen and (max-width:768px) {
	.modBtn01 {
	}
}

.modTable01 {
	max-width: 1060px;
	margin: 0 auto;
}
.modTable01 table {
	margin: 0 auto;
	border: 1px solid var(--gray9);
}
.modTable01 table th {
	font-weight: bold;
	vertical-align: middle;
	white-space: nowrap;
}
.modTable01 table th,
.modTable01 table td {
	font-size: 15px;
	text-align: center;
}
.modTable01 table thead {
	background-color: #fff;
}
.modTable01 table thead td a {
	display: inline-block;
	padding: 20px 15px;
	text-decoration: underline;
	color: var(--purple);
	font-weight: bold;
}
.modTable01 table tbody tr {
	background-color: var(--gray6);
}
.modTable01 table tbody tr:nth-child(even) {
	background-color: var(--gray9);
}
.modTable01 table tbody th,
.modTable01 table tbody td {
	padding: 15px;
	border: 1px solid #fff;
	vertical-align: middle;
}
.modTable01.modTable01--fitting tbody td {
	font-size: 13px;
}
.modTable01.modTable01--function tbody th {
	font-size: 12px;
	color: var(--purple);
	text-align: center;
	vertical-align: middle;
}
.modTable01__cap {
	margin-top: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 1.3;
}
.modTable01.modTable01--fitting tbody td {
	letter-spacing: -0.02em;
	line-height: 1.3;
}
.modTable01.modTable01--fitting tbody td.center span {
	text-align: left;
	letter-spacing: -0.15em;
	display: inline-block;
}
@media screen and (max-width:768px) {
	.modTable01 {
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.modTable01 table td {
		max-width: 160px;
		min-width: 160px;
		white-space: normal;
	}
	.modTable01--function td {
		width: 120px;
		min-width: 120px;
	}
	.modTable01 th {
		position: sticky;
		left: 0;
		z-index: 1;
	}
	.modTable01 table thead th {
		background-color: #fff;
	}
	.modTable01 table tbody tr th {
		background-color: var(--gray6);
		border-top: 1px solid #fff;
	}
	.modTable01 table tbody tr:nth-child(even) th {
		background-color: var(--gray9);
	}
	.modTable01__cap {
		position: sticky;
		left: 0;
		z-index: 1;
	}
	.modTable01.modTable01--function tbody th {
		font-size: 15px;
	}
	.modTable01.modTable01--function tbody th img {
		display: none;
	}
}

.modList01 {
	max-width: 640px;
	margin: 20px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px 12px;
}
.modList01__item {
	width: calc((100% - 36px) / 4);
	text-align: center;
}
.modList01__img {
	
}
.modList01__text {
	padding: 7px 0;
	min-height: 3.3em;
}
.modList01__btn {
	display: block;
	margin: 0 10px;
	height: 37px;
	line-height: 37px;
	background-color: var(--purple);
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width:768px) {
	.modList01 {
		max-width: inherit;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: scroll;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.modList01__item {
		width: calc(100vw / 375 * 150);
		min-width: 150px;
	}
	.modList01__item:first-of-type {
		margin-left: 20px;
	}
	.modList01__text {
		white-space: wrap;
		padding: 7px 5px;
	}
	#series06 .modList01 {
		overflow: auto;
		justify-content: center;
	}
}

.secLead {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
}
.secBtns {
	text-align: center;
}

.kvArea {
	transform: scale(1.05);
	transition-property: filter,opacity,transform !important;
}
.kvArea.aos-animate {
	transform: scale(1);
}
.kvArea img {
	width: 100%;
	height: auto;
}
@media screen and (max-width:768px) {
	.kvArea {
	}
}
.kvArea__inner {
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.siteContent {
}
@media screen and (max-width:768px) {
	.siteContent {
		padding-top: 0;
	}
}

.introductionSec {
	padding: 60px 0 90px;
	text-align: center;
}
.introductionSec__ttl {
	font-size: 24px;
}
.introductionSec__date {
	margin-top: 10px;
	color: var(--gray2);
	font-size: 12px;
	font-weight: 400;
}
.introductionSec__lead {
	margin-top: 35px;
	font-size: 15px;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	.introductionSec {
		padding: 30px 0 90px;
	}
	.introductionSec__ttl {
		font-size: 24px;
		font-weight: 300;
	}
	.introductionSec__lead {
	}
}

.pNav {
	margin: 0 0 45px;
	background-color: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
}
.pNav.is-fixed {
	
}
.pNav__list {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #969696;
}
.pNav__item {
	width: calc(100% / 3);
	height: 45px;
	border-bottom: 1px solid #969696;
	position: relative;
}
.pNav__item:not(:nth-child(3n)):before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #969696;
	transform: translateY(-50%);
}
.pNav__item > a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 7px;
	position: relative;
	font-size: 14px;
	text-align: center;
	color: var(--purple);
}
.pNav__item > a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 9px solid var(--purple);
	border-bottom: 0;
	position: absolute;
	left: 50%;
	bottom: 7px;
	transform: translateX(-50%);
}
.pNav__item > a.is-active {
	background-color: var(--purple);
	color: #fff;
}
.pNav__item > a.is-active:before {
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 9px solid #fff;
}
@media screen and (max-width:768px) {
}


.seriesSec {
	padding: 45px 0;

}
.seriesNav {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: 30px 0 0;
}
.seriesNav__item {
	max-width: 67px;
	flex: 1 1 0%;
}
.seriesNav__itemLink {

}
.seriesNav__itemImg {
	display: block;
}
.seriesNav__itemText {
	display: block;
	padding-bottom: 10px;
	text-decoration: underline;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-family: "DM Sans", sans-serif;
	color: var(--purple);
	letter-spacing: -0.01em;
	position: relative;
	margin: 5px -8px 0;
	line-height: 1.3;
}
.seriesNav__itemText:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 6px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	background-image: url(../images/nav_arrow01.svg);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:768px) {
	.seriesNav {
		justify-content: flex-start;
		white-space: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 30px 20px 0;
	}
	.seriesNav__item {
		max-width: inherit;
		min-width: 67px;
		width: calc(100vw / 375 * 67);
	}
}


.seriesIcon {
	width: 30px;
	display: block;
	margin: 0 auto 5px;
}
.seriesBlock {
	padding-top: 40px;
}
.seriesBlock__lead {
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
}
.seriesBlock__tag {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 15px;
	margin-top: 20px;
}
.seriesBlock__tagItem {
	color: var(--gray5);
}
@media screen and (max-width:768px) {
	.seriesBlock__tag {
		padding: 0 20px;
	}
}

.recommendSec {
	padding: 45px 0;
}

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

.compareSec {
	padding: 45px 0;
}
.compareBlock {
	padding: 40px 0 0;
}
@media screen and (max-width:768px) {
}

.featureSec {
	padding: 45px 0;
}
.featureList {
	display: flex;
	gap: 46px;
	margin: 60px auto 0;
	max-width: 760px;
}
.featureList__text {
	padding-top: 10px;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.featureList {
		max-width: inherit;
		padding: 0 20px;
		flex-wrap: wrap;
		gap: 30px 25px;
	}
	.featureList__item {
		width: calc((100% - 25px) /2);
	}
}

.serviceSec {
	padding: 45px 0;
}
.serviceList {
	display: flex;
	gap: 46px;
	margin: 60px auto 0;
	max-width: 760px;
}
.serviceList__item {
	display: block;
	flex: 1 1 0%;
}
.serviceList__text {
	background-color: var(--purple);
	height: 57px;
	line-height: 57px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width:768px) {
	.serviceList {
		max-width: inherit;
		flex-direction: column;
		gap: 40px;
		padding: 0 70px;

	}
}


.aboutSec {
	padding: 40px 0;
	background-color: var(--gray6);
}
.aboutSec__ttl {
	margin-bottom: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.aboutSec__lead {
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 auto 0;
	max-width: 760px;
}
.aboutList {
	display: flex;
	gap: 20px;
	margin: 30px auto 0;
	max-width: 760px;
}
.aboutList__item {
	flex: 1 1 0%;
}
.aboutList__ttl {
	text-align: center;
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 22px;
}
.aboutList__ttl span {
	display: block;
	font-style: Italic;
	font-size: 16px;
	font-family: EB Garamond;
	color: #242B33;
}
.aboutList__img {
	margin: 10px 0 15px;
}
.aboutList__text {
	font-size: 15px;
	line-height: 1.4;
}
@media screen and (max-width:768px) {
	.aboutSec__lead {
		padding: 0 20px;
	}
	.aboutList {
		max-width: inherit;
		flex-direction: column;
		gap: 40px;
		padding: 0 70px;
	}
	
}

footer {
	padding: 40px 0 20px;
	background-color: #fff;
}
.footer__inner {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px;
}
.footer__cont {
	display: flex;
	align-items: flex-end;
}
.footer__logo {
	width: 150px;
	margin-right: 30px;
}
.footer__sns {
	
}
.footer__snsLink {
	display: inline-block;
	width: auto;
	height: 20px;
	margin-right: 25px;
}
.footer__bnr {
	display: flex;
	margin-top: 38px;
}
.footer__bnrLink {
	width: 164px;
	margin-right: 18px;
}
.footer__bnrLink img {
	display: block;
	border: 1px solid var(--gray9);
}
.footer__bnrLink p {
	margin-top: 5px;
	color: var(--black);
	font-size: 10px;
	font-weight: 300;
	line-height: 1.5;
}
.copyright {
	padding-top: 20px;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	font-weight: 300;
}
@media screen and (max-width:768px) {
	footer {
	}
	.footer__inner {
		max-width: inherit;
	}
	.footer__cont {
		display: block;
	}
	.footer__logo {
		width: 122px;
		margin: 0 auto;
	}
	.footer__sns {
		margin: 25px 0 0;
		text-align: center;
	}
	.footer__snsLink:last-of-type {
		margin-right: 0;
	}
	.footer__bnr {
		margin-top: 45px;
	}
	.footer__bnrLink {
		width: auto;
		margin: 0;
	}
	.footer__bnrLink:nth-of-type(2) {
		margin-left: 10px;
	}
	.copyright {
		padding: 40px 0 15px;
		text-align: center;
	}
}




#scrollTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 20px;
	z-index: 1000;
}
#scrollTop > a {
	display: block;
	padding: 24px 0 0 5px;
	color: var(--gray8);
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
}
#scrollTop > a:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: var(--gray2);
	position: absolute;
	top: 0;
	left: 0;
}
#scrollTop > a:after {
	content: "";
	display: block;
	width: 14px;
	height: 1px;
	background-color: var(--gray2);
	position: absolute;
	top: 6px;
    left: -4px;
    transform: rotate(70deg);
}
@media screen and (max-width:768px) {
	#scrollTop {
		right: 0;
		bottom: 75px;
	}
	#scrollTop > a {
		padding: 45px 25px 0 0;
	}
	#scrollTop > a span {
		display: none;
	}
}
