@charset "UTF-8";
/*margin はTOPにつける！！*/

/*margin-bottom は内容物の最後のbottomにつける！！*/

body {
	color: #fff;
	background-color: #000;
	letter-spacing: 0.05rem;
}

/*----------------------
フォント関連
----------------------*/

h3 {
	font-size: 1.5rem;
	font-family: source-han-serif-jpn-exl;
}

h4 {
	font-size: 1.2rem;
	/* font-weight: bold; */
}

h5 {
	font-weight: bold;
}

h3+*, h4+*, h5+* {
	margin-top: 7%;
}

img {
	vertical-align: top;
}

.center {
	text-align: center;
}

.kome {
	font-size: 0.8rem;
}

/*----------------------
テキスト配置関連
----------------------*/

#main {
	text-align: center;
}

#main .text_left {
	text-align: left;
}

.inner h3 span {
	display: inline-block;
}

/*----------------------
幅関連
----------------------*/

.inner {
	width: 95%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 10% 0;
}

#container * {
	box-sizing: border-box;
}

.compare {
	width: 80%;
	margin: 0 auto;
	max-width: 1100px;
}

/*----------------------
配置関連
----------------------*/

.posr {
	position: relative;
}

.pt0 {
	padding-top: 0;
}

section>*:last-child {
	padding-bottom: 80px;
}

.family, .room, .lady, .cliff, .live {
	margin-top: 5%;
}

.h3_sub {
	margin-top: 5%;
}

.s14 .clm2, .s15 .clm2 {
	margin-top: 8%;
}

.product_ul {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
}

.product_list {
	width: 48%;
	margin-top: 7%;
}

.product_icons {
	text-align: left;
}

.product .h5 {
	margin-top: 2%;
}

.pro-out {
	margin-top: 2%;
	padding-bottom: 7%;
}

.links kaiyu figure {
	margin: 0 auto;
	width: 85%;
}

/*----------------------
装飾関連
----------------------*/

.underline {
	text-decoration: underline;
}

.border_bottom {
	border-bottom: 1px solid;
}
.cssbtn a{
	border: 1px solid #fff;
	padding: 1em;
	margin-bottom: 1em;
	background: #921c1c;
	display: block;
}
.cssbtn a:hover{
	opacity: 0.7;
}

/*----------------------
背景
----------------------*/

.bg_white {
	background: #fff;
	color: #000;
}

.bg_gray {
	background: #2d2d2d;
	color: #e8e8e8;
}

.border {
	border: 1px solid;
	padding: 0.5rem;
	display: inline-block;
}

.border-white, .product_icons span {
	border: 1px solid #ddd;
	padding: 0.5rem;
}

.border-white {
	display: block;
	margin-bottom: 0.5rem;
}

.product_icons span {
	display: inline-block;
}

.product_links {
	margin-top: 5%;
}

.product_links li {
	margin-top: 1%;
}

.product_links li a {
	text-align: left;
	display: block;
	color: #000;
	padding: 0.25rem;
	position: relative;
	background: #c1c1c1;
	background: -moz-linear-gradient(top, #c1c1c1 0%, #e8e8e8 49%, #bababa 51%, #f4f4f4 51%, #bababa 51%, #cccccc 100%);
	background: -webkit-linear-gradient(top, #c1c1c1 0%, #e8e8e8 49%, #bababa 51%, #f4f4f4 51%, #bababa 51%, #cccccc 100%);
	background: linear-gradient(to bottom, #c1c1c1 0%, #e8e8e8 49%, #bababa 51%, #f4f4f4 51%, #bababa 51%, #cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#cccccc', GradientType=0);
}

.product_links li i {
	position: absolute;
	right: 0.5rem;
	line-height: 1.7;
}

.manual_btn {
	margin: 8% auto 0;
	padding: 5% 0;
	width: 95%;
}

/*----------------------
看板
----------------------*/

.hero {
	width: 100%;
	background: url(../images/hero_bg.png) no-repeat center center / 200%;
}

.hero .inner {
	position: relative;
	padding-top: 0;
	/* padding-bottom: 0; */
}

.hero .clm2 li {
	margin-top: 5%;
}

.hero .k4 {
	width: 20%;
	margin: 0 auto;
}

.hero .posa {
	position: absolute;
	width: 30%;
	bottom: 45%;
	right: 2%;
}

.hero_catch {
	width: 60%;
	margin: 10% auto 0;
}

/*----------------------
メニュー
----------------------*/

.navi {
	background: #ae2221;
}

.navi-inner {
	display: flex;
	flex-wrap: wrap;
}

.navi-inner li {
	width: 100%;
}

.navi-inner li a {
	display: block;
	padding: 3%;
	border-bottom: 1px solid hsl(0, 68%, 34%);
	color: #fff;
}

/*----------------------
中身
----------------------*/

.poem {
	line-height: 2.5;
}

.rimocon_img {
	width: 80%;
	margin: 5% auto;
}

.direct dd {
	margin-top: 8%;
}

.compare>*:first-child {
	margin-top: 7%;
}

.s1 .rec {
	background: #9a0000;
	padding: 0.25em 0.5em;
	margin-right: 0.5em;
	display: inline-block;
}

.s2 .tv_btn {
	width: 40%;
}
.s1 .inner,
.s2 .inner,
.s3 .inner,
.s4 .inner,
.s10 .inner {
	max-width: 100%;
}

.s3 dl {
	background: #fff;
}

.s3 dt {
	padding: 3rem 0;
	color: #000;
	font-family: "Noto Sans Japanese-sb";
	font-size: 1.2rem;
}

.s3 dt span {
	display: block;
	margin-bottom: 1rem;
}

.s3 dt span:last-child {
	margin-bottom: 0;
}

.s3 dd span {
	position: absolute;
	border: 1px solid #000;
	padding: 0 1rem;
	bottom: 5px;
	right: 5px;
	color: #000;
	background: #ffffffaa;
}

.product_icons span {
	padding: 0 0.25rem;
	display: inline-block;
	margin-top: 5%;
}

.channel {
	/* width: 60%;
	display: block; */
}

.dolby {
	width: 60%;
	display: block;
}

.s4 li div {
	padding-top: 20%;
}

.s4 li h5 {
	font-style: italic;
	font-size: 1.8rem;
	font-family: "Noto Sans Japanese-el";
	margin-top: -1.5rem;
	margin-left: 0.5rem;
}

.s4 li p.ope {
	font-family: "Noto Sans Japanese-m";
}

.s4 li span {
	display: inline-block;
}

.s4 .ope1, .s4 .ope2 {
	font-size: 1.8rem;
}

.s4 .ope2 {
	color: #5ed867;
}

.s4 p:not([class]) {
	font-size: 0.9rem;
	margin-top: -0.25rem;
}

.flamingo {
	width: 65%;
}

/*----------------------
動画
----------------------*/

/*撮影動画*/

.youtube {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0% auto 0;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*スマホのみ適応 -767pxまで- */

@media screen and (max-width: 767px) {
	#container {
		margin-top: 80px;
	}
	.hero {
		margin-top: -80px;
	}
	.hero_logo_img {
		width: 60%;
	}
	#main .text_left_sm {
		text-align: left;
		display: block;
	}
	.s2 li.arrow {
		height: 65px;
	}
	.s2 li.arrow img {
		transform: rotate(90deg);
		max-width: 65px;
		padding: 10px;
	}
	.compare-inner li {
		margin-top: 10%;
	}
	.product dl {
		display: flex;
		justify-content: space-between;
		margin-bottom: 1rem;
	}
	.product dd {
		flex-basis: 48%;
	}
	.s5 .bold {
		font-weight: bold;
	}
	.product_list:nth-child(-n+2) {
		margin-top: 0;
	}
	.bscsimg {
		margin-top: 3%;
	}
}

/*タブレット以上適応 -768px以上- */

@media screen and (min-width: 768px) {
	#container {
		margin-top: 38px;
	}
	.inner {
		width: 100%;
		padding: 2% 0;
	}
	.clm2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.clm2>* {
		/* flex: 1; */
		width: 49%;
	}
	/*-----------------------
		看板
		------------------------*/
	.hero {
		background: url(../images/hero_bg.png) no-repeat center center / 120%;
	}
	#main .hero .inner {
		padding-top: 0;
		padding-bottom: 3%;
		position: relative;
	}
	.hero_tv {
		position: relative;
	}
	.hero_tv .keeper, .hero_tv .logo, .hero_tv .k4 {
		position: absolute;
	}
	.hero_tv .body {
		width: 43%;
		margin: 0 12% 0 auto;
		/* padding: 0 0 15%; */
	}
	.hero_tv .keeper {
		width: 40%;
		margin: 3%;
	}
	.hero_tv .logo {
		width: 30%;
		left: 7%;
		bottom: 15%;
	}
	.hero_catch {
		margin: 0;
	}
	.hero .clm2 {
		/* justify-content: flex-start; */
	}
	.hero .clm2 .logo {
		margin-top: 0;
		align-self: flex-end;
	}
	.hero_img {
		width: 100%;
	}
	.hero .posa {
		position: absolute;
		width: 20%;
		bottom: 15%;
		left: 50%;
	}
	.tvcm {
		width: 60%;
		margin: 0 auto;
	}
	/*------------------------
		ナビ
		------------------------*/
	.navi-inner li {
		width: auto;
		flex: 1;
		border-right: 1px solid #cc5856;
	}
	.navi-inner li a {
		border-bottom: none;
	}
	.rimocon_img {
		width: 60%;
		margin: 0 auto;
	}
	.s3 .rimo span {
		right: auto;
		left: 10px;
	}
	.right_wrap, .left_wrap {
		position: relative;
	}
	.s1 .right_wrap {
		background: url(../images/s1_bg.PNG) no-repeat left center / 70%;
	}
	.s2 .right_wrap {
		background: url(../images/s2_bg.PNG) no-repeat left center / 70%;
	}
	.s3 .right_wrap {
		background: url(../images/s3_bg.PNG) no-repeat left center / 70%;
	}
	.s4 .left_wrap {
		background: url(../images/s4_bg.PNG) no-repeat right center / 70%;
	}
	.s10 .right_wrap {
		background: url(../images/s10_01.png) no-repeat left center / 70%;
	}
	.right_wrap .right {
		background: rgb(0, 0, 0);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.8) 100%);
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 500px;
		padding-right: 2%;
		padding-left: 60%;
	}
	.left_wrap .left {
		background: rgb(0, 0, 0);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 500px;
		padding-left: 2%;
		padding-right: 60%;
	}
	.right > *,
	.left > *{
		min-height: 0%;
	}
	.s1 .right .img{
		width: 80%;
	}
	.hero .k4 {
		width: 10%;
		right: 1%;
		top: 1%;
	}
	.right .text, .right .img, .left .text {
		margin-top: 5%;
	}
	.s14 .text, .s15 .text, .s11 .text {
		text-align: left;
		padding-left: 1rem;
	}
	.s4 .inner {
		/* padding-top: 0; */
	}
	.s4 .ope1, .s4 .ope2 {
		font-size: 1.5rem;
	}
	.s4 li p.ope {
		line-height: 1.25;
	}
	.s9 .compare-inner {
		max-width: 60%;
		margin: 0 auto;
	}
	.cheetah {
		margin: 0 auto;
	}
	.break::before {
		content: "\A";
		white-space: pre;
	}
	.s1 .ceiling {
		min-height: 120px;
	}
	.s2 .bg div {
		max-width: 360px;
		font-size: 1.4rem;
		margin-right: 5%;
		margin-left: auto;
	}
	.s2 ul {
		width: 80%;
		margin: 10vh auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.s2 li.main {
		flex: 5;
	}
	.s2 li.arrow img {
		width: auto;
		padding: 20px;
	}
	.s3 dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.s3 dl:nth-child(even) {
		flex-direction: row-reverse;
	}
	.s3 dt {
		flex-basis: 40%;
	}
	.s3 dd {
		flex-basis: 60%;
	}
	.s3 dd span {
		padding: 0 2rem;
		bottom: 10px;
		right: 10px;
		font-size: 1rem;
	}
	.s3 dd .rimo span {
		left: 10px;
		right: auto;
	}
	.s4 ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.s4 li {
		flex-basis: 30%;
	}
	/* .product .inner {
		padding-bottom: 0;
	} */
	.product h4, .product h5, .s16 h4 {
		text-align: left;
	}
	.product h4 {
		font-family: 'source-han-serif-jpn-exl';
	}
	.product_ul {
		justify-content: flex-start;
	}
	.product_list {
		width: 23%;
		margin-top: 0;
		margin-right: 2%;
	}
	.kaiyu img {
		width: 100%;
	}
}

/*PC以上適応*/

@media screen and (min-width: 1280px) {
	/*----------------------
	フォント関連
	----------------------*/
	html {
		font-size: 18px;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.5rem;
	}
	#container {
		margin-top: 36px;
	}
	.hero_text {
		/* width: 60%; */
	}
	.hero .posa {
		left: 47%;
	}
	.hero_itemname {
		padding-top: 0.55rem;
	}
	.s2 .bgimg {
		display: none;
	}
	.s2 .bg p {
		font-size: 1.6rem;
	}
	.s2 ul {
		width: 70%;
		margin: 20vh auto;
	}
	.s2 dt .step {
		font-size: 1.6rem;
	}
	.s2 dt .step span {
		font-size: 2.6rem;
		margin-bottom: 1rem;
	}
	.s2 dt p:not([class]) {
		font-size: 1.8rem;
	}
	.s3 {
		padding: 0;
	}
	.s3 dd span {
		bottom: 15px;
		right: 15px;
		font-size: 1.2rem;
	}
	.s4 li h5 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.s4 li p.ope {
		line-height: 1.5;
		font-size: 1.2rem;
	}
	.s4 .ope1, .s4 .ope2 {
		font-size: 2rem;
	}
	.s5 .inner {
		width: 80%;
	}
	.s7 .clm2 {
		width: 80%;
		margin: 5% auto 0;
	}
	.s7 .clm2 li {
		padding: 0 5%;
	}
	.compare-inner li {
		/* margin-right: 1%; */
	}
	.s13 .inner, .s14 .inner, .s15 .inner {
		/* padding: 5% 0px; */
	}
	.s14 .clm2, .s15 .clm2 {
		margin: 8% auto 0;
		/*max-width: 80%;*/
		max-width: 65%;
	}
	.s15 .clm2:nth-child(1) {
		margin-top: 0;
	}
	.s10 .box_img {
		padding-top: 1.5rem;
	}
	.kome.text_left {
		padding-top: 5%;
		padding-left: 5%;
	}
	.manual_btn a {
		padding: 3% 8%;
		font-size: 1.5rem;
	}
	#main .product .inner, .s16 .inner {
		width: 90%;
	}
	.product_ul {
		width: 100%;
	}
	.product_list {
		width: 17%;
		margin-top: 0;
		margin-right: 8%;
	}
	.go-plaza {
		margin-top: 8%;
	}
	.kaiyu img {
		max-width: 342px;
	}
}

@media screen and (min-width: 1600px) {
	.hero .clm2 li {
		margin-top: 2%;
	}
	.hero_tv .keeper {
		max-width: 530px;
		margin: 3% 6%;
	}
	.hero_tv .logo {
		max-width: 400px;
		bottom: 25%;
		left: 9%;
	}
	.hero .clm2 .logo {
		flex-basis: 40%;
		max-width: 40%;
	}
	.hero .posa {
		width: 16%;
	}
}