@charset "utf-8";
/*---------------------------------------
 Wordpress調整用
-----------------------------------------*/
.breadcrumb {
	display: none !important;
}
.no-sidebar .content .main {
	padding: 0;
}
.article h1,
h3.entry-card-productid,
.entry-categories-tags,
.under-entry-content {
	display: none !important;
}
/*---------------------------------------
 YouTube調整用
-----------------------------------------*/
.video-container,
.video-container .video,
.instagram-container,
.facebook-container {
	margin: 0 !important;
	max-width: unset;
}
/*---------------------------------------
 Common
-----------------------------------------*/
#micro-sc {
	background-color: #CCCCCC;
	color: #3B4044;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
#micro-sc section {
	margin: 0 auto;
	padding: 0 2rem;
}
section::before {
	content:'';
	display: block;
	margin-top: -2rem;
	padding-top: 2rem;
}
#micro-sc .micro-sc_cont {
	margin: 0 auto 4rem;
}
body > #micro-sc div:last-of-type .micro-sc_cont {
	margin: 0 auto;
}
#micro-sc .pc { display: block !important; }
#micro-sc .sp { display: none !important; }
#micro-sc ol, #micro-sc ul, #micro-sc li, #micro-sc dl, #micro-sc dt, #micro-sc dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
#micro-sc h1 {
	display: none;
}
#micro-sc h2 {
	background-color: unset;
	color: #0C3F88;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 2.5em;
	margin: 0 auto 2rem;
	padding: 0;
	text-align: center;
}
#micro-sc h2 strong {
	background-color: #1078B9;
	border-radius: 50% / 100% 100% 0 0;
	color: #FFC926;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25em;
	height: 7rem;
	padding: 1rem 0 0;
	width: 14rem;
}
#micro-sc h2 span {
	background-color: #1078B9;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-size: 0.65em;
	padding: 0.5rem 0;
	width: 100%;
}
#micro-sc h2 span em {
	font-size: 1.25em;
	font-style: normal;
}
#micro-sc h3 {
	border: none;
	color: #1078B9;
	display: flex;
	align-items: center;
	font-size: 2em;
	font-weight: bolder;
	line-height: 2;
	margin: 0 auto 1rem;
	padding: 0;
	width: 100%;
}
#micro-sc h3::before,
#micro-sc h3::after {
	background-color: #1078B9;
	content: "";
	flex-grow: 1;
	height: 0.25rem;
}
#micro-sc h3::before {
	margin-right: 1rem;
}
#micro-sc h3::after {
	margin-left: 1rem;
}
#micro-sc a {
	background-image: linear-gradient(#5c72ff, #01a7d4);
	border-radius: 0.25rem;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	grid-column: 2 / 5;
	grid-row: 8 / 9;
	height: 4rem;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
#micro-sc a:hover {
	background-image: linear-gradient(#01a7d4, #5c72ff);
	opacity: 1;
}
#micro-sc a::before {
	border: #FFFFFF 2px solid;
	border-radius: 0.15rem;
	box-sizing: border-box;
	content: "";
	height: 3.5rem;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	width: calc(100% - 0.5rem);
}
#micro-sc a i {
	font-size: 1.25rem;
	margin-left: 0.5rem;
}
#micro-sc img {
	max-width: 100%;
	vertical-align: top;
	width: fit-content;
}
/*---------------------------------------
 Key Visual
-----------------------------------------*/
#kv {
	aspect-ratio: 192 / 125;
	background-image: url(micro-sc_01.webp);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 6rem;
	text-indent: -9999px;
	width: 100%;
}
/*---------------------------------------
 Introduction
-----------------------------------------*/
#intro ul.intro_element {
	background-color: #FFFFFF;
	border-radius: 0.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 auto 6rem;
	padding: 1rem;
	width: calc(100% - 2rem);
}
#intro ul.intro_element.grid-1 li {
	width: 100%;
}
#intro ul.intro_element.grid-2 li {
	width: calc(50% - 0.5rem);
}
#intro ul.intro_element.grid-3 li {
	width: unset;
}
#intro ul.intro_element li.txt {
	flex-grow: unset;
	max-width: unset;
	text-align: center;
	width: 100% !important;
}
#intro ul.intro_element.grid-3 li.movie {
	aspect-ratio: 16 / 9;
	width: 100%;
}
#intro ul.intro_element.grid-3 li.movie iframe {
	height: 100%;
	width: 100%;
}
#intro ul.intro_element.grid-3 li.left {
	padding: 1rem 0 0;
	width: calc(45% - 2rem);
}
#intro ul.intro_element.grid-3 li.right {
	width: 55%;
}
#intro ul.intro_element.grid-3 li.right h4 {
	background-color: #1078B9;
	border: none;
	border-radius: 0.25rem;
	color: #FFFFFF;
	font-size: 1.25em;
	margin: 1rem 0;
	padding: 0.25rem 0;
	text-align: center;
	width: 100%;
}
#intro ul.intro_element.grid-3 li.right div {
	margin: 0 auto;
	width: fit-content;
}
/*---------------------------------------
 Product
-----------------------------------------*/
#product table {
	border-collapse: collapse;
	text-align: center;
}
#product table tr th,
#product table tr td {
	border: 2px solid #666666;
	line-height: 1.5;
	padding: 1rem;
	width: 25%;
}
#product table th {
	background-color: #C8D9FF;
}
#product table td {
	background-color: #FFFFFF;
}
#product table th.transparent {
	background-color: #CCCCCC;
	border: none;
}
#product table td a {
	border-radius: 5rem;
	font-size: 1rem;
	height: 3rem;
}
#product table td a::before {
	border: unset;
	border-radius: unset;
	box-sizing: unset;
	content: unset;
	height: unset;
	position: unset;
	top: unset;
	left: unset;
	width: unset;
}
#product .lineup {
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(9, 1fr);
	margin: 4rem auto 0;
}
#product .lineup.item1 {
	aspect-ratio: 192 / 101;
	background-image: url(micro-sc_09.webp);
}
#product .lineup.item2 {
	aspect-ratio: 192 / 101;
	background-image: url(micro-sc_14.webp);
}
#product .lineup.item3 {
	aspect-ratio: 192 / 113;
	background-image: url(micro-sc_15.webp);
}
#product .item-detail {
	background-color: rgba(156, 156, 156, 0.5);
	padding: 2rem;
}
#product .item-detail dl {
	background-color: #FFFFFF;
	border-radius: 0.25rem;
	margin: 0 auto 4rem;
	padding: 2rem;
}
#product .item-detail dl dt {
	border-bottom: #1078B9 1px solid;
	padding: 0 0 2rem;
	text-align: center;
}
#product .item-detail dl dd {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2rem 0 0;
}
#product .item-detail dl dd img {
	width: 45%;
}
#product .item-detail dl dd div {
	width: 52.5%;
}
#product .item-detail .movie {
	aspect-ratio: 16 / 9;
	background-color: #FFFFFF;
	border-radius: 0.25rem;
	padding: 2rem;
	width: 100%;
}
#product .item-detail .movie iframe {
	height: 100%;
	width: 100%;
}
/*---------------------------------------
 Relation
-----------------------------------------*/
#relation h3 {
	background-color: #1078B9;
	border: none;
	color: #FFFFFF;
	display: block;
	margin: 8rem auto 1rem;
	padding: 0.5rem 0;
	width: 100%;
}
#relation h3 span {
	border-top: #FFFFFF 3px solid;
	border-bottom: #FFFFFF 3px solid;
	display: block;
	text-align: center;
}
#relation h3::before,
#relation h3::after {
	background-color: none;
	content: none;
	flex-grow: unset;
	height: unset;
}
#relation dl {
	background-color: rgba(156, 156, 156, 0.5);
	border-radius: 0.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin: 1rem 0 4rem;
	padding: 2rem;
}
#relation dl dd {
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	flex-direction: column;
	justify-content: space-between;
	font-size: 1.15rem;
	padding: 2rem;
	width: calc(50% - 1rem);
}
#relation dl dd div {
	text-align: center;
	width: 100%;
}
/*---------------------------------------
 Rental
-----------------------------------------*/
#rental h3 {
	background-color: #1078B9;
	border: none;
	color: #FFFFFF;
	display: block;
	margin: 8rem auto 0;
	padding: 0.5rem 0;
	width: 100%;
}
#rental h3 span {
	border-top: #FFFFFF 3px solid;
	border-bottom: #FFFFFF 3px solid;
	display: block;
	text-align: center;
}
#rental h3::before,
#rental h3::after {
	background-color: none;
	content: none;
	flex-grow: unset;
	height: unset;
}
#rental dl {
	background-color: rgba(156, 156, 156, 0.5);
	border-radius: 0.25rem;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 4rem 2rem;
}
#rental dl dd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
	font-size: 1rem;
}
#rental dl dd strong {
	font-size: 1.65rem;
}
#rental dl dd a {
	background-image: linear-gradient(#FF4000, #FFBF00);
	width: 64%;
}
#rental dl dd a:hover {
	background-image: linear-gradient(#FFBF00, #FF4000);
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 960px) {
	#micro-sc .pc { display: none !important; }
	#micro-sc .sp { display: block !important; }
	#micro-sc {
		font-size: 18px;
	}
	#micro-sc h2 {
		font-size: 1.75em;
	}
	#micro-sc h2 strong {
		height: 5rem;
		width: 10rem;
	}
	#micro-sc h3 {
		margin: 0 auto;
	}
	#kv {
		margin: 0 auto 4rem;
	}
	#intro ul.intro_element {
		margin: 0 auto 4rem;
		padding: 1rem;
		width: calc(100% - 2rem);
	}
	#product .item-detail dl {
		padding: 1rem;
	}
	#product .item-detail dl dt {
		padding: 0 0 1rem;
	}
	#product .item-detail dl dd {
		margin: 1rem 0 0;
	}
	#product .item-detail .movie {
		padding: 1rem;
	}
	#relation dl {
		margin: 2rem 0 4rem
		padding: 1rem;
	}
	#relation dl dd {
		font-size: 1rem;
		padding: 1rem;
		width: calc(50% - 0.5rem);
	}
	#relation dl dd a {
		font-size: 1.15rem;
	}
}
@media only screen and (max-width: 720px) {
	#micro-sc {
		font-size: 14px;
	}
	#micro-sc h2 {
		margin: 0 auto 1rem;
	}
	#micro-sc h2 strong {
		height: 4rem;
		width: 8rem;
	}
	#micro-sc h2 span {
		font-size: 0.75em;
	}
	#micro-sc a {
		font-size: 1.25rem;
		height: 3rem;
	}
	#micro-sc a::before {
		height: 2.5rem;
	}
	#micro-sc a i {
		font-size: 1rem;
	}
	#kv,
	#product .item-detail dl {
		margin: 0 auto 2rem;
	}
	#product table td a {
		font-size: 0.8rem;
		height: 2rem;
	}
	#relation dl dd {
		font-size: 0.8rem;
	}
	#relation dl dd a {
		font-size: 1rem;
	}
}
@media only screen and (max-width: 480px) {
	#micro-sc {
		font-size: 10px;
		padding: 0 0 2re
	}
	#micro-sc section {
		padding: 0 0.5rem;
	}
	#micro-sc .micro-sc_cont {
		margin: 0 auto 2rem;
	}
	#micro-sc h2 strong {
		font-size: 1.5em;
		height: 3rem;
		width: 6rem;
	}
	#micro-sc h2 span {
		font-size: 0.65em;
	}
	#micro-sc h3 {
		margin: 0 auto;
	}
	#micro-sc a {
		font-size: 0.75rem;
		height: 2rem;
		padding: 0;
	}
	#micro-sc a::before {
		border: #FFFFFF 1px solid;
		height: 1.5rem;
	}
	#micro-sc a i {
		font-size: 0.75rem;
	}
	#kv,
	#product .item-detail dl {
		margin: 0 auto 1rem;
	}
	#product table td a {
		border-radius: 5rem;
		font-size: 0.5rem;
		height: 1rem;
	}
	#intro ul.intro_element {
		gap: 0.5rem;
		margin: 0 auto 1rem;
		padding: 0.5rem;
		width: calc(100% - 1rem);
	}
	#intro ul.intro_element.grid-2 li {
		width: calc(50% - 0.25rem);
	}
	#intro ul.intro_element.grid-3 li.left,
	#intro ul.intro_element.grid-3 li.right {
		margin: 0 auto;
		width: 75%;
	}
	#intro ul.intro_element.grid-3 li.right {
		padding: 0 0 1rem;
	}
	#intro ul.intro_element.grid-3 li.right h4 {
		margin: 0 0 0.5rem;
	}
	#product table tr th, #product table tr td {
		padding: 0.5rem;
	}
	#product .lineup {
		margin: 2rem auto 0;
	}
	#product .item-detail {
		padding: 0.5rem;
	}
	#product .item-detail dl {
		padding: 0.5rem;
	}
	#product .item-detail dl dt {
		padding: 0 0 0.5rem;
	}
	#product .item-detail dl dd {
		justify-content: center;
		margin: 0.5rem 0 0;
	}
	#product .item-detail dl dd img {
		width: 100%;
	}
	#product .item-detail dl dd div {
		margin: 0.5rem;
		width: 100%;
	}
	#product .item-detail .movie {
		padding: 0.5rem;
	}
	#relation dl {
		gap: 0.5rem;
		margin: 0.5rem 0 2rem;
		padding: 0.5rem;
	}
	#relation dl dd {
		align-items: center;
		padding: 1rem;
		width: 100%;
	}
	#relation dl dd div {
		font-size: 0.8rem;
	}
	#relation dl dd img {
		margin: 0.5rem 0;
		width: 60%;
	}
	#relation dl dd a {
		font-size: 0.75rem;
		width: 70%;
	}
	#rental dl {
		padding: 1.5rem 0.5rem;
	}
	#rental dl dd {
		font-size: 0.75rem;
		gap: 0.5rem;
	}
	#rental dl dd strong {
		font-size: 1rem;
	}
}
