@charset "utf-8";
/*---------------------------------------
 Wordpress調整用
-----------------------------------------*/
.breadcrumb {
	display: none !important;
}
.no-sidebar .content .main {
	padding: 0 !important;
}
.article h1,
h3.entry-card-productid,
.entry-categories-tags,
.under-entry-content {
	display: none !important;
}
.entry-content {
	margin: 0 !important;
}
footer {
	padding: 0 2rem 0.5rem !important;
}
@media only screen and (max-width: 480px) {
	footer {
		padding: 0 0.5rem 0 !important;
	}
}
/*---------------------------------------
 Common
-----------------------------------------*/
#truth {
	background-color: #9E9E9E;
	color: #000000;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
}
#truth section {
	margin: 0 auto;
	padding: 0 4rem;
}
section::before {
	content:"";
	display: block;
	margin-top: -2rem;
	padding-top: 2rem;
}
#truth .truth_cont {
	margin: 0 auto 6rem;
	position: relative;
}
#truth div:last-child .truth_cont {
	margin: 0 auto;
}
#truth .pc { display: block !important; }
#truth .sp { display: none !important; }
#truth ol, #truth ul, #truth li, #truth dl, #truth dt, #truth dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
#truth h1 {
	display: none;
}
#truth a.btn {
	border-radius: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 1.25em;
	padding: 0.5rem 0;
	width: 100%;
}
#truth a.btn i {
	margin: 0 0 0 0.5rem;
}
#truth img {
	max-width: 100%;
	vertical-align: top;
	width: fit-content;
}
.slant-bg {
	margin: 0;
	overflow: hidden;
	padding: 0 0 10rem;
	position: relative;
	top: 0;
	width: 100%;
}
.slant-bg::before {
	background-color: #9E9E9E;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skewY(-5deg) translateY(-5rem);
}
/*---------------------------------------
 Key Visual
-----------------------------------------*/
#kv {
	aspect-ratio: 16 / 9;
	background-image: url(img/truth_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	padding: 0 0 2rem;
	position: relative;
	text-indent: -9999px;
	width: 100%;
}
#kv-anime {
	animation: fuwafuwa 2s infinite;
	aspect-ratio: 47 / 20;
	margin: 0 auto;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25% !important;
}
@keyframes fuwafuwa {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2rem);
	}
	100% {
		transform: translateY(0);
	}
}
/*---------------------------------------
 Introduction
-----------------------------------------*/
#introduction {
	background-color: #9E9E9E;
	padding: 2rem 0 0;
}
#introduction h2 {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 3em;
	margin: 0 0 4rem;
	padding: 2rem 0;
}
#introduction h2 span {
	width: 100%;
}
#introduction h2 span strong {
	border-bottom: #000 2px solid;
}
#introduction img {
	display: inline-block;
	margin: 0 auto;
	width: 75%;
}
/*---------------------------------------
 Point
-----------------------------------------*/
#point {
	position: relative;
}
#point::before {
	background-color: #FFFFFF;
	content: "";
	margin: -4rem 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: skewY(-5deg);
}
#point h2 {
	background-color: unset;
	display: flex;
	flex-wrap: wrap;
	font-size: 5em;
	font-weight: 900;
	margin: -2rem 0 2rem;
	padding: 0;
	position: relative;
	text-align: left;
	transform: rotate(-5deg);
}
#point h2 span {
	width: 100%;
}
#point h2 span strong {
	color: #061342;
}
#point dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point dl dt {
	width: 100%;
	margin: 4rem auto 0;
}
#point dl dt h3 {
	background-color: #000000;
	border: unset;
	border-radius: 5rem;
	color: #FFFFFF;
	font-size: 2em;
	margin: 0 auto 2rem;
	padding: 0.5rem 4rem;
	width: fit-content;
}
#point dl dd:nth-of-type(odd) {
	width: 35%;
}
#point dl dd:nth-of-type(even) {
	font-size: 1.15em;
	text-align: left;
	width: 60%;
}
#point dl dd h4 {
	border: unset;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	margin: 0 0 1rem;
	padding: 0;
}
#point dl dd h4 strong {
	font-size: 1.5em;
}
/*---------------------------------------
 Product
-----------------------------------------*/
#product h2 {
	background-color: unset;
	color: #FFFFFF;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.75em;
	line-height: 1.25;
	margin: 2rem 0;
	padding: 0;
}
#product h2 strong {
	font-size: 1.5em;
}
#product h2 span {
	color: #fcff00;
	font-size: 1.5em;
}
#product h2 span em {
	font-size: 1.5em;
	font-style: normal;
}
#product .item {
	background-color: #FFFFFF;
	font-size: 1.25em;
	margin: 0 0 4rem;
	padding: 2rem;
}
#product .item:last-child {
	margin: 0;
}
#product .item h3 {
	border-top: #087eb5 2px solid;
	border-right: unset;
	border-bottom: #087eb5 2px solid;
	border-left: unset;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.25em;
	line-height: 1.25;
	margin: 1rem 0 2rem;
	padding: 1rem 0;
}
#product .item h3 span {
	display: block;
	font-size: 0.75em;
	font-weight: normal;
	width: 100%;
}
#product .item .item-detail {
	display: flex;
	align-items: self-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
#product .item .item-detail img {
	width: 35%;
}
#product .item .item-detail ul {
	width: 62.5%;
}
#product .item .item-detail ul li {
	font-size: 0.75em;
	margin: 0 0 1.75rem;
	padding-left: 1.25em;
	text-align: left;
	text-indent: -1.25em;
	width: 100%;
}
#product .item .item-detail ul li:last-child {
	margin: 0;
	padding-left: unset;
	text-indent: unset;
	width: 100%;
}
#product .item .item-detail ul li strong {
	color: #087eb5;
	font-size: 1.25em;
}
/*---------------------------------------
 Info
-----------------------------------------*/
#info {
	padding: 0 0 6rem;
}
#info h3 {
	border: unset;
	color: #FFFFFF;
	font-size: 2.75em;
	line-height: 1;
	margin: 0 0 1rem;
	padding: 0;
}
#info img {
	display: block;
	margin: 0 auto;
	width: 90%;
}
@media only screen and (max-width: 1024px) {
	#introduction h2 {
		font-size: 3em;
	}
	#point h2 {
		font-size: 4em;
	}
}
@media only screen and (max-width: 960px) {
	#truth {
		font-size: 16px;
	}
	#truth section {
		padding: 0 2rem;
	}
	#introduction h2 {
		font-size: 2.5em;
	}
	#point h2 {
		font-size: 3.3em;
		line-height: 1.25;
	}
	#product h2 {
		font-size: 1.5em;
	}
	#product .item {
		margin: 0 0 2rem;
	}
	#product .item .item-detail img {
		width: 40%;
	}
	#product .item .item-detail ul {
		width: 57.5%;
	}
	#info h3 {
		font-size: 2em;
	}
}
@media only screen and (max-width: 720px) {
	#introduction h2 {
		font-size: 2.25em;
	}
	#point h2 {
		font-size: 3em;
	}
	#point dl dd:nth-of-type(even) {
		font-size: 1em;
	}
	#product h2 {
		font-size: 1.5em;
	}
	#product .item {
		font-size: 1em;
	}
	#info h3 {
		font-size: 2.5em;
	}
}
@media only screen and (max-width: 480px) {
	#truth section {
		padding: 0 1.5rem;
	}
	#truth .truth_cont {
		margin: 0 auto 4rem;
	}
	#truth .pc { display: none !important; }
	#truth .sp { display: block !important; }
	.slant-bg {
		padding: 0 0 8rem;
	}
	#kv-anime {
		width: 35% !important;
	}
	@keyframes fuwafuwa {
		50% {
			transform: translateY(1rem);
		}
	}
	#introduction h2 {
		font-size: 1.25em;
		margin: 0 0 2rem;
		padding: 1rem 0;
	}
	#point::before {
		margin: -4rem 0 -2rem;
	}
	#point h2 {
		font-size: 1.5em;
		margin: -4rem 0 0;
	}
	#point dl {
		justify-content: center;
	}
	#point dl dt {
		margin: 3rem auto 0;
	}
	#point dl dt h3 {
		font-size: 1em;
		margin: 0 auto 1rem;
		width: auto;
	}
	#point dl dd:nth-of-type(odd) {
		width: 75%;
	}
	#point dl dd:nth-of-type(even) {
		font-size: 0.9em;
		width: 100%;
	}
	#point dl dd h4 {
		justify-content: center;
		margin: 0.5rem 0;
	}
	#point dl dd h4 strong {
		font-size: 1.35em;
	}
	#product h2 {
		font-size: 0.9em;
		margin: 1rem 0;
	}
	#product h2 span em {
		font-size: 1.1em;
	}
	#product h2 strong,
	#product h2 em {
		font-size: 1.25em;
	}
	#product .item {
		font-size: 0.8em;
		margin: 0 0 1.5rem;
		padding: 1rem;
	}
	#product .item h3 {
		font-size: 1em;
		line-height: 1.15;
		margin: 0.5rem 0 1rem;
		padding: 0.5rem 0;
	}
	#product .item .item-detail {
		justify-content: center;
	}
	#product .item .item-detail img {
		width: 75%;
	}
	#product .item .item-detail ul {
		width: 100%;
	}
	#product .item .item-detail ul li {
		font-size: 0.9em;
		margin: 0 0 1rem;
	}
	#info {
		padding: 0 0 4rem;
	}
	#info h3 {
		font-size: 1.1em;
		margin: 0 0 0.5rem;
	}
	#info img {
		width: 100%;
	}
}
