
html {
	
}

body {
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	min-width: 320px;
	color: #262626;
}

body .lp1en {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}


img, video {
	vertical-align: bottom;
	width: 100%;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

a {
	box-sizing: border-box;
	text-decoration: none;
	color: #000;
}

figure {
	
}

figure img {
	width: 100%;
	line-height: 1;
}

#plp02 {
	max-width: 1340px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}


@media (width <= 1000px) {
	
}

@media (width <= 640px) {
	#plp02 {
		padding-right: 0;
		padding-left: 0;
	}
}


/* @group .more */

.more {
	padding-bottom: 80px;
	padding-top: 40px;
}

.more p {
	max-width: 300px;
	font-weight: 500;
	margin-right: auto;
	margin-left: auto;
}

.more p a {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #1A69B8;
	color: white;
	border-radius: 100px;
	text-align: center;
	letter-spacing: 0.1em;
}

@media (width <= 1200px) {
	
}

@media (width <= 640px) {
	.more {
		padding-bottom: 60px;
		padding-top: 40px;
	}
	.more p {
		max-width: 240px;
		min-width: 120px;
	}
	.more p a {
		font-size: 16px;
		padding-bottom: 16px;
		padding-top: 16px;
		font-weight: 800;
	}
}

/* @end */

/* @group .media */

.media {
	padding-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.media img, .media video {
	aspect-ratio: 4/3;
	object-fit: cover;
}

@media (width <= 1200px) {
	
}

@media (width <= 640px) {
	.media {
		padding-left: 0;
		padding-right: 0;
	}
	
	.media img, .media video {
		aspect-ratio: 1/1;
	}
}

/* @end */

/* @group .text-center */

.text-center {
	text-align: center;
	/*margin-top: 60px;*/
	padding-bottom: 40px;
}

.text-center p {
	/*word-break: keep-all;
	overflow-wrap: anywhere;*/
	/*white-space: nowrap;*/
	padding-top: 0.5em;
	font-size: 20px;
	line-height: 1.65em;
	/*font-weight: 600;*/
	font-weight: 400;
}

.text-center p br.sp {
	display: none;
}

@media (width <= 1200px) {
	.text-center p {
		font-size: 18px;
	}
}

@media (width <= 640px) {
	.text-center {
		padding-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.text-center p {
		font-size: 16px;
	}
	.text-center p br.sp {
		display: inline;
		/*white-space: nowrap;*/
	}
}

/*@media (width <= 350px) {
	.text-center p {
		font-size: 13px;
	}
}*/

/* @end */

/* @group section */

section {
	margin-bottom: 50px;
	text-align: center;
}

section .inner {
	border-radius: 16px;
}

section header {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

section header p {
	font-size: 16px;
	margin-bottom: 15px;
	opacity: 0.6;
	letter-spacing: 0.05em;
	font-weight: 500;
}

section header h3 {
	font-size: 33px;
	line-height: 1.4em;
	font-weight: 600;
}

@media (width <= 1200px) {
	section .inner {
		border-radius: 12px;
	}
}

@media (width <= 640px) {
	section {
		margin-right: 15px;
		margin-left: 15px;
	}
	section .inner {
		border-radius: 10px;
	}
	section header {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	
	section header p {
		font-size: 11px;
		margin-bottom: 10px;
	}
	
	section header h3 {
		font-size: 22px;
	}
}

/* @end */

/* @group .icon */

.icon {
	padding-top: 30px;
	padding-bottom: 80px;
	
}

.icon ul {
	display: flex;
	justify-content: center;
}

.icon ul li {
	padding-right: 10px;
	padding-left: 10px;
}

.icon ul li figure {
	width: 90px;
}

@media (width <= 1200px) {
	
}

@media (width <= 640px) {
	.icon {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.icon ul li {
		padding-right: 5px;
		padding-left: 5px;
	}
	
	.icon ul li figure {
		width: 78px;
	}
}

/* @end */

/* @group .children */

.children {
/*	max-width: 1440px;*/
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
}

.children .item {
	padding: 20px 15px;
}

.children .item figure img {
	border-radius: 10px;
}

.children .item-content {
	padding: 10px;
	text-align: left;
}

.children .item-content h4 {
	font-size: 22px;
	line-height: 1.1em;
	font-weight: 600;
	margin-top: 7px;
}

.children .item-content .text {
	font-size: 16px;
	line-height: 1.9em;
}

.children .item-content .text p {
	margin-top: 0.8em;
}




@media (width <= 1200px) {
	.children {
		flex-wrap: wrap;
		padding-right: 20px;
		padding-left: 20px;
	}
	.children .item {
		width: 50%;
	}
	.children .item-content h4 {
		font-size: 20px;
	}
	
	.children .item-content .text {
		font-size: 16wpx;
	}
}

@media (width <= 640px) {
	.children {
		flex-wrap: wrap;
		padding-right: 0;
		padding-left: 0;
	}
	.children .item {
		width: 100%;
	}
	.children .item-content h4 {
		font-size: 18px;
		padding-top: 0;
	}
	
	.children .item-content .text {
		font-size: 14px;
		padding-top: 2px;
	}
	.children .item figure img {
		border-radius: 7px;
		aspect-ratio: 3/4;
		object-fit: cover;
	}
}

/* @end */

/* @group .grid */

.grids {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 55px;
	text-align: left;
}

.grids .item {
	position: relative;
}

.grids .item .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	margin: 25px;
}

.grids .item figure img {
	width: 100%;
	border-radius: 7px;
}

.grids .item .item-content h4 {
	font-weight: 600;
	font-size: 32px;
	letter-spacing: 0.1em;
}

.grids .item .item-content .text {
	margin-top: 5px;
	text-align: left;
}

.grids .item .item-content .text p {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8em;
}

@media (width <= 1200px) {
	.grids {
		grid-template-columns: 1fr 1fr;
		gap: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (width <= 640px) {
	.grids {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	.grids .item figure img {
		aspect-ratio: 3/4;
		object-fit: cover;
	}
}

/* @end */

.inner.dark {
	color: #fff;
}

.inner.dark .text-center p {
	font-weight: 300;
}

.symbol {
    font-size: 1.4em; /* 見た目の違いを軽減 */
	line-height: 0.8em;
	font-weight: 200;
}

/* @group header */

#header {
	width: 100%;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	
	transform: translateY(-50%);
	transition: all .3s ease-in;
	opacity: 0;
}

#header.show {
	transform: translateY(0);
	transition: all .4s ease-out;
	opacity: 1;
}

#header .inner {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 40px 0;
}

#header .inner h1 {
	border-radius: 7px;
	background-color: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#header .inner h1 a {
	display: block;
	padding: 15px 20px;
}

#header .inner h1 a img {
	width: 160px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

@media (width <= 1200px) {
	
}

@media (width <= 640px) {
	#header {
		
	}
	#header .inner {
		max-width: 300px;
		padding-top: 10px;
	}
	#header .inner h1 a img {
		width: 120px;
	}
}


/* @end */

/* @group #hero */

#hero {
	margin-right: 0;
	margin-left: 0;
}

#hero .inner {
	position: relative;
}

#hero figure img {
	aspect-ratio: 16/9;
	object-fit: cover;
	border-radius: 0 0 16px 16px;
}

#hero #hero-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:flex;
	flex-flow: column;
	justify-content: space-between;;
	
}

#hero #hero-content h2 {
	max-width: 780px;
	text-align: center;
	margin-top: 14%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 80px;
	padding-left: 80px;
}

#hero #hero-content .more {
}

#hero #hero-content .more p a {
	background-color: rgba(255, 255 ,255, .8);
	color: #000;
}

@media (width <= 1200px) {
	#hero figure img {
		aspect-ratio: 4/3;
		border-radius: 0 0 10px 10px;
	}
}

@media (width <= 640px) {
	#hero figure img {
		aspect-ratio: 3/4;
		border-radius: 0;
	}
	#hero #hero-content h2 {
		max-width: 400px;
		padding-right: 40px;
		padding-left: 40px;
	}
}

/* @end */



/* @group #lead-text */

#lead-text {
	
}

#lead-text .inner {
	background-color: #fff;
}

#lead-text p {
	font-weight: 600;
}

/* @end */



/* @group #system */

#system {
	
}

#system .inner {
	background-color: #CECECE;
}

/* @end */

/* @group #setup */

#setup {
	
}

#setup .inner {
	background-color: #D9D9D9;
}

/* @end */

/* @group #module */

#module {
	
}

#module .inner {
	background-color: #262626;
	/*background-color: #E6E6E6;*/
}

#module .children .item ul.thumbs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

#module .children .item figure img {
	border-radius: 5px;
}

#module .children .item-content h4 {
	font-size: 24px;
	letter-spacing: 0.075em;
}

#module .children .item-content .text {
	opacity: 0.8;
}

@media (width <= 1200px) {
	#module .children .item-content h4 {
		font-size: 22px;
	}
}

@media (width <= 640px) {
	#module .children .item-content h4 {
		font-size: 19px;
	}
	#module .children .item figure img {
		aspect-ratio: 1/1;
	}
}

/* @end */

/* @group #model */

#model {
	
}

#model .inner {
	background-color: #262626;
	/*background-color: #eee;*/
}

@media (width <= 1000px) {
	
}

@media (width <= 640px) {
	#model {
		margin-left: 0;
		margin-right: 0;
	}
	#model .inner {
		border-radius: 0;
	}

}


/* @end */

/* @group #flexispot */

#flexispot {
	
}

#flexispot .inner {
	background-color: #000;
}

/* @end */

/* @group #dashboard */

#dashboard {
	
}

#dashboard .inner {
	background-color: #DFDBD9;
}

/* @end */

/* @group #last-text */

#last-text {
	
}

#last-text .inner {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}


#lead-text p {
	font-weight: 600;
}

@media (width <= 640px) {
	#lead-text .text-center {
		padding-bottom: 0;
	}
}


/* @end */

/* @group #brand */

#brand {
	
}

#brand .inner {
	padding: 120px 40px 40px;
}


#brand #brand-content {
	
}

#brand #brand-content h2 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

#brand #brand-content h2 img {
	max-width: 700px;
}

#brand #brand-content {
	
	background-size: cover;
	background-position: top center;
}

#brand .more a {
	background-color: #fff;
	color: #1A69B8;
}


@media (width <= 1000px) {
}

@media (width <= 640px) {
	#brand .inner {
		padding: 100px 20px 60px;
	}
	#brand #brand-content h2 {
		padding-bottom: 0;
	}
}


/* @end */

/* @group #sns */

#sns {
	
}

#sns .inner {
	display: inline-block;
	background-color: #272727;
	padding: 30px 40px;
}

#sns h2 {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sns ul {
	display: flex;
	justify-content: center;
}

#sns li {
	
}

#sns li a {
	display: block;
	padding: 20px;
}
#sns li img {
	width: 40px;
	height: 40px;
}

@media (width <= 1200px) {
	
}

@media (width <= 640px) {
	#sns .inner {
		display: block;
	}
	#sns li a {
		padding: 15px;
	}
	#sns li img {
		width: 32px;
		height: 32px;
	}
}

/* @end */

/* @group footer */

footer {
	
}

footer #copyright {
	text-align: center;
	font-size: 14px;
	padding: 50px;
	letter-spacing: 0.1em;
}

/* @end */