﻿@charset "utf-8";
/* =================================================

	共通設定
	
================================================= */
sup {
	font-size: 80%;
	vertical-align: baseline;
	position: relative;
	top: -0.8ex;
	left: 0.4ex;
	padding-right: 0.8ex;
}

img {
	vertical-align: top;
}

i{
	font-style: italic;
	padding-right: .5rem;
}


a:hover {
	opacity: 1;
}
a[href]:hover {
	opacity: 0.6;
}

.align-c{
	text-align: center;
}
.align-l{
	text-align: left;
}
.align-r{
	text-align: right;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}

.icon-blank{
	display: inline-block;
	background: url(../images/icon_window.png) left center no-repeat;
	padding-left: 15px;
}
.icon-blank01{
	display: inline-block;
	background: url(../images/icon_window.png) 70% center no-repeat;
	padding-left: 15px;
}
.icon_sizeS{
	max-height :44px;
}


@media screen and (max-width: 640px) {
		.icon-blank01{
		display: inline-block;
		background: url(../images/icon_window.png) 52% center no-repeat;
		padding-left: 15px;
	}
}
.icon-blank02{
	text-indent: 0;
	display: inline-block;
	background: url(../images/icon_window.png) right 1px center no-repeat;
	padding-right: 15px;
}
.icon-blank03{
	text-indent: 0;
	display: inline-block;
	background: url(../images/icon_window_on.png) right center no-repeat;
	padding-right: 15px;
}


.icon-blank04{
	display: inline-block;
	background: url(../images/icon_window.png) right center no-repeat;
	margin-left:20px;
	padding-right: 15px;
}

.icon-blank05{
	display: inline-block;
	background: url(../images/icon_window.png) right center no-repeat;
	margin-left:25px;
	margin-right:5px;
	padding-right: 15px;
}

.produce-annotation.icon-blank05{
	display: inline-block;
	background: url(../images/icon_window.png) left center no-repeat;
	margin-left: 0;
	padding-left: 32px;
}

.clr-green{
	color: #5c9c00;
}
.clr-purple{
	color: #574699;
}
.clr-red{
	color: #e7302b;
}
.clr-orange{
	color: #e62d28;
}
.clr-yellow{
	color: #e8cf74;
}
.clr-blue{
	color: #0f73b1;
}

.txt-link:link,
.txt-link:active,
.txt-link:visited{
	color: #608aff;
}
.txt-link:hover{
	text-decoration: underline;
	color: #608aff;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.sp-zoom img{
		zoom:.5;
	}
	.align-c-sp{
		text-align: center;
	}
	.align-l-sp{
		text-align: left;
	}
	.align-r-sp{
		text-align: right;
	}
}
/* ==========	コンテンツ -SP end- ========== */

/* =================================================

	看板画像等
	
================================================= */
/* .top_img
------------------------------------------------- */
.top_img {
	margin: 0;
	padding: 0;
}
	.top_img h2 img {
		width: 100%;
	}


/* .series-head
------------------------------------------------- */
.series-head {
	padding: 0;
	background-color: #000;
}
.series-head-block{
	border-top: 5px solid #000;
	padding: 15px 0 30px;
	line-height: 1;
	min-width: 960px;
	max-width: 1200px;
	min-height: 8rem;
	margin: 0 auto;
	background: #fff;
					position: relative;
}
.series-head-ttl{
	color: #ba8a17;
	font-size: 6rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 20px;
	position: absolute;
	left: 0;
	bottom: 2.8rem;
	z-index: 0;
	transition: bottom .4s ease;
}
.series-head-ttl a{
	color: inherit;
}
.series-head-ttl a:hover{
	opacity: 1;
}
.series-head-small{
	font-size: 3rem;
	vertical-align: bottom;
	margin-left: 8px;
	display: inline-block;
	padding-bottom: 2px;
}
.series-head-new{
	max-width: 40px;
	margin-left: 10px;
	padding: 2px 5px;
	background: #d80930;
	display: inline-block;
	flex: 0 0 40px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	vertical-align: bottom;
}
.series-head-new02{
}
.series-head-img{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 15px;
	max-width: calc(100% - 100px);
	flex: 0 0 auto;
}

.-top .series-head-img {
	max-width: 440px;
}


.series-head-img .img-list{
	display: flex;
	margin:0 auto 0 0;
	width: 100%;
	max-width: 100%;
}
.series-head-img .img-list li{
	position:relative;
	text-align:center;
	display:flex;
	align-items: flex-end;
	margin-left:10px;
	vertical-align:bottom;
}

.series-head-img .img-list li:first-child{
	margin-left: 0;
}
.series-head-img .img-list li img{
	width: 100%;
	vertical-align:bottom;
}
.series-head-img .img-list li:first-child{
	padding-left:0;
}
.series-head-img .img-list li .label{
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	font-size: 1rem;
	font-weight: 300;
	color: #838383;
	display: block;
	padding: 1px 0 2px;
	vertical-align:middle;
	width:55px;
	margin: auto;
}
.series-head-img .img-list li .label.zaiko{
	color:#FFF;
	background: #838383;
}

.series-head-release{
	font-size: 1.4rem;
	font-weight: 300;
	color: #b5b5b5;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}
.series-head-bnr{
	float: right;
	max-width: 250px;
	margin-left: 10px;
	display: flex;
	align-items: flex-end;
	flex: 0 0 20%;
}
.series-head-bnr a {
	max-width:100%;
	flex: 0 0 100%;
}
.series-head-spbnr{
	display: none;
}


.localnavi-fixed.fix .series-head-ttl{
	position: absolute;
	left: 0;
	bottom: -5.3rem;
	z-index: 100;
	font-size: 4.6rem;
	transition: font-size .4s ease;
}

.localnavi-fixed.fix .series-head-small{
	font-size: 1.4rem;
}


/* =================================================

	react出力部分
	
================================================= */
/* .localnavi-react-localhead
------------------------------------------------- */
.series-head-react-localhead{
	
}
.series-head-react-localhead .react-localhead-inner {
	display: flex;
}
.series-head-react-localhead .react-localheadmain-inner {
	margin-top: 18px;
	flex: 1 1 auto;
	padding-left: 30rem;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.series-head-react-localhead .produce-annotation {
	display: none;
}
.series-head-react-localhead .series-head-txt {
	display: inline-block;
	vertical-align: bottom;
}

.-top.series-head-react-localhead .series-head-txt {
	flex: 0 0 180px;
	margin-bottom: 0;
}

.series-head-react-localhead .produce-release {
	color: #b5b5b5;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: bottom;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {

	/* .series-head
	------------------------------------------------- */
	.series-head-block{
		padding: 10px;
		min-width: 0;
		max-width: none;
		min-height: 0;
		margin: 0;
		position: relative;
	}
	.series-head-ttl{
		font-size: 3rem;
		margin-top: 8px;
		margin-left: 0;
		position: static;
	}
	.series-head-small{
		font-size: 1.2rem;
		margin-left: 2px;
		width: auto;
	}
	.series-head-new{
		font-size: 1rem;
		margin-left: 2px;
		margin-bottom: 2px;
	}
	.series-head-img{
		display: none;
	}
	.series-head-release{
		font-size: 1rem;
		margin-left: 0;
		clear: both;
		width: 100%;
	}
	.series-head-bnr{
		display: none;
	}
	.series-head-spbnr {
    display: block;
    float: right;
    margin: 10px 40px 0 10px;
    max-width: 125px;
    width: 25vw;
  }
	.series-head-btn{
		position: absolute;
		right: 15px;
		top: 18px;
		width: 35px;
		height: 35px;
		cursor: pointer;
	}
	.localnavi-fixed.fix .series-head-ttl{
		position: static;
		font-size: 4rem;
	}
	.localnavi-fixed.fix .series-head-small{
		font-size: 2rem;
	}



	.series-headsp{
		transition: min-height .4s ease;
	}
	.series-headsp-inner{
		border-bottom: 1px solid #000;
		padding: 0 10px 10px;
		line-height: 1;
		position: relative;
		background-color: #fff;
	}
	.series-headsp-ttl{
		color: #ba8a17;
		font-size: 4rem;
		font-weight: normal;
		display: inline-block;
		vertical-align: bottom;
	}
	.series-headsp-ttl a{
		color: inherit;
		display: block;
	}
	.series-headsp-ttl a:hover{
		opacity: 1;
	}
	.series-headsp-small{
		font-size: 2rem;
		vertical-align: bottom;
		margin-left: 2px;
		display: inline-block;
		padding-bottom: 2px;
	}
	.series-headsp-new{
		background: #d80930;
		font-size: 1rem;
		font-weight: 300;
		color: #fff;
		margin-left: 2px;
		margin-bottom: 2px;
		display: inline-block;
		padding: 2px 5px;
		vertical-align: bottom;
	}
	.series-headsp-release{
		font-size: 1rem;
		font-weight: 300;
		color: #b5b5b5;
		display: inline-block;
		clear: both;
		vertical-align: bottom;
		width: 100%;
	}
	.series-headsp-point{
		display: none;
	}
	.js-navislide-btn{
		position: absolute;
		right: 13px;
		top: 14px;
		width: 25px;
		height: 23px;
		cursor: pointer;
	}

	.js-navislide-btn span {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		margin: auto;
		transform-origin: center;
		transition: all .3s ease;
		border-radius: 1px;
	}

	.js-navislide-btn span:nth-of-type(1) {
		top: 0;
	}

	.js-navislide-btn span:nth-of-type(2) {
		top: 10px;
	}

	.js-navislide-btn span:nth-of-type(3) {
		bottom: 0;
	}

	.js-navislide-btn.series-head-btn span:nth-of-type(1) {
		top: 10px;
		transform: rotate(-45deg);
	}

	.js-navislide-btn.series-head-btn span:nth-of-type(2) {
		opacity: 0;
	}

	.js-navislide-btn.series-head-btn span:nth-of-type(3) {
		bottom: 10px;
		transform: rotate(45deg);
	}



	.series-headsp.fix .series-headsp-inner{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		box-sizing: border-box;
		padding-bottom: 6px;
	}
	.series-headsp.fix .series-headsp-ttl{
		font-size: 2.5rem;
		padding: 5px 0;
	}
	.series-headsp.fix .series-headsp-small{
		font-size: 1.2rem;
	}
	.series-headsp.fix .series-headsp-new {
    margin-bottom: 5px;
    margin-left: 1px;
    padding: 1px 3px;
		transform: scale(.8);
		transform-origin: left top;
	}
	.series-headsp.fix .series-headsp-release{
		display: none;
	}
	.series-headsp.fix .series-headsp-release{
		display: none;
	}
	.series-headsp.fix .series-headsp-point{
		display: table;
		font-size: 1.1rem;
		font-weight: 300;
		background-color: #eaeaea;
		max-width: 90%;
	}
	.series-headsp.fix .series-headsp-point-l{
		display: table-cell;
		color: #fff;
		padding: 3px 15px 3px 5px;
		background: url(../images/bg-spcrumb.png) right center no-repeat;
		background-size: auto 32px;
	}
	.series-headsp.fix .series-headsp-point-s{
		display: table-cell;
		color: #535353;
		padding: 3px 5px;

	}
	.series-headsp.fix .series-headsp-inner.spSlideIn{
		animation: spSlide .4s ease .6s both;
	}

	/* =================================================

		react出力部分

	================================================= */
	/* .series-head-react-localhead
	------------------------------------------------- */
	.series-head-react-localhead{
	}
	.series-head-react-localhead .react-localheadmain-inner {
		padding-left: 0;
	}
	.series-head-react-localhead .series-head-new{
		margin-left: 5px;
	}
	.series-head-react-localhead .series-head-txt{
		clear: both;
		display: block;
	}
	.series-head-react-localhead .produce-release{
		clear: both;
    font-size: 1rem;
    margin-left: 0;
    width: 100%;
    color: #b5b5b5;
    display: inline-block;
    font-weight: 300;
    vertical-align: bottom;
	}
	.series-head-react-localhead .series-head-spbnr{
    display: none;
  }
	
	/* .series-headsp-react-main
	------------------------------------------------- */
	.series-headsp-react-main{	
	}
	.series-headsp-react-main .series-head-new{
    margin-left: 5px;
	}
	.series-headsp-react-main .produce-release{
		clear: both;
		color: #b5b5b5;
		display: inline-block;
		font-size: 1rem;
		font-weight: 300;
		vertical-align: bottom;
		width: 100%;
	}
	.series-headsp-react-main .produce-annotation{
		display: none;
	}

	.series-headsp.fix .series-headsp-react-main .series-head-txt{
		display: none;
	}
	.series-headsp.fix .series-headsp-react-main .series-head-ttl{
		font-size: 2.5rem;
    padding: 5px 0;
    color: #ba8a17;
    display: inline-block;
    font-weight: normal;
    vertical-align: bottom;
	}
	.series-headsp.fix .series-headsp-react-main .series-head-new{
		margin-bottom: 5px;
    margin-left: 5px;
    padding: 1px 3px;
    transform: scale(0.8);
    transform-origin: left top;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */



/* =================================================

	ローカルナビ
	
================================================= */
/* .localnavi
------------------------------------------------- */
.localnavi-fixed{
	height: 24.2rem;
	overflow: hidden;
}
.localnavi-fixed-inner{
	top: -200px;
	transition: margin .4s ease,top .4s ease;
}
.localnavi{
	font-size: 1.6rem;
	font-weight: 300;
	position: relative;
	z-index: 10;
	min-width: 960px;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	transition: padding .4s ease;
	padding-bottom: 5.8rem;
}
.localnavi .localnavi-list{
	float: left;
	margin: 0 1px;
}
.localnavi .localnavi-list:first-of-type{
	margin-left: 0;
}
.localnavi .localnavi-list:last-of-type{
	margin-right: 0;
}
.localnavi .localnavi-list > a{
	display: block;
	border: 2px solid transparent;
	border-bottom-width: 0;
	padding: 20px 20px;
	color: #555;
	position: relative;
	cursor: pointer;
}
.localnavi .localnavi-list > a:hover,
.localnavi .localnavi-list > a.active{
	border-color:#b5b5b5;
	box-shadow: 0 -4px 0 0 #fff inset;
	opacity: 1;
	z-index: 10;
}


.localnavi-menu{
	position: absolute;
	left: 0;
	right: 0;
	top: 62px;
	border: 2px solid #b5b5b5;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 8px 15px;
	background: #fff;
	min-height: 40px;
}
.localnavi-menu li{
	float: left;
	margin: 0 1px;
}
.localnavi-menu li a{
	display: block;
	padding: 10px 40px;
	color: #555;
	position: relative;
}
.localnavi-menu li a:hover,
.localnavi-menu li a.active{
	background: #a0a0a0;
	color: #fff;
	opacity: 1;
}
.localnavi-menu li:not(.localnavi-menu-spec) a:hover .icon-blank,
.localnavi-menu li:not(.localnavi-menu-spec) a.active .icon-blank{
	background-image: url(../images/icon_window_on.png);
}
.localnavi-menu li a:hover:after,
.localnavi-menu li a.active:after{
	content: "";
	border-width: 7px 5px;
	border-style: solid;
	border-color: #a0a0a0 transparent transparent;
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
}
.localnavi-menu li a:hover:after{
	border-top-color: #a0a0a0;
}
.localnavi-menu li.localnavi-menu-spec{
	padding: 10px 20px;
}
.localnavi-menu li.localnavi-menu-spec a{
	display: inline-block;
	padding: 0;
}
.localnavi-menu li.localnavi-menu-spec a:hover,
.localnavi-menu li.localnavi-menu-spec a.active{
	background: none;
	color: #555;
	opacity: .7;
}
.localnavi-menu li.localnavi-menu-spec a:hover:after,
.localnavi-menu li.localnavi-menu-spec a.active:after{
	display: none;
}

.localnavi-menu li.localnavi-lineup{
	float: right;
}
.localnavi-menu li.localnavi-lineup a{
	border: 2px solid #b5b5b5;
	box-sizing: border-box;
	padding: 8px 20px;
}
.localnavi-menu li.localnavi-lineup a:hover{
	background-color: #fff;
	color: #555;
	opacity: .7;
}
.localnavi-menu li.localnavi-lineup a:after{
	display: none;
}

.localnavi-menu-anchor{
	font-size: 1.3rem;
	font-weight: 300;
	padding: 8px 12px;
	background-color: #eee;
}
.localnavi-menu-anchor li{
	float: left;
	padding: 2px 0;
	margin-left: 35px;
	min-height: 2rem;
}
.localnavi-menu-anchor li a{
	display: block;
	padding-left: 15px;
	color: #555;
	background: url(../images/icon_anchor.png) left center no-repeat;
}
.localnavi-annotation{
	clear: both;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
	margin-top: 5px;
}

/*-- ローカルナビ追従用 --*/
.localnavi-fixed.fix .localnavi-fixed-inner{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.localnavi-fixed.fix .localnavi{
	padding-left: 220px;
}
.localnavi-fixed.fix .localnavi-fixed-inner.spSlideInPc{
	animation: spSlide .4s ease .6s both;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
/* .localnavi
------------------------------------------------- */
	.localnavi{
		min-width: 0;
		max-width: none;
		width: auto;
		margin: auto;
		background: none;
		border-top: 1px solid #17140b;
	}
	.localnavi .localnavi-list{
		float: none;
		margin: 0;
		border-bottom: 1px solid #17140b;
	}
	.localnavi .localnavi-list > a{
		display: block;
		border: 0 solid transparent;
		padding: 18px 10px 18px 20px;
		color: #555;
	}
	.localnavi .localnavi-list > a{
		background: url(../images/icon_tgl_open.png) 96% center no-repeat;
		background-size: 21px auto;
	}
	.localnavi .localnavi-list > a.active{
		padding-left: 10px;
		border-left: 10px solid #000;
		margin-top:1px;
		margin-bottom:1px;
	}
	.localnavi .localnavi-list > a:hover,
	.localnavi .localnavi-list > a.active{
		box-shadow:  0 0 0 0 #fff;
	}
	.localnavi .localnavi-list > a.tgl-active{
		background-image: url(../images/icon_tgl_close.png);
	}
	.localnavi-menu{
		position:static;
		border: 0 solid #b5b5b5;
		padding: 0;
		min-height: 0;
	}
	.localnavi-menu li{
		float: none;
		margin: 0;
		border-top: 1px solid #17140b;
		background-color: #e5e5e5;
	}
	.localnavi-menu li.localnavi-menu-spec{
		padding: 18px 10px 18px 20px;
	}
	.localnavi-menu li a{
		display: block;
		padding: 18px 10px 18px 40px;
		color: #555;
		background-image: url(../images/icon_navi.png);
		background-repeat:no-repeat;
		background-position:left 20px center;
	}
	.localnavi .localnavi-list:first-of-type .localnavi-menu a {
		background-image:none;
		padding-left:20px;
	}
	.localnavi .localnavi-list:first-of-type .localnavi-menu .localnavi-menu-spec a{
		padding-left: 0;
	}
	.localnavi-menu li:nth-of-type(1n).localnavi-menu-spec a {
    padding: 0;
	}
	.localnavi .localnavi-list:first-of-type li.localnavi-lineup a,
	.localnavi .localnavi-list:first-of-type li:first-of-type a {
		padding-left:40px;
		background-image: url(../images/icon_navi.png);
		background-repeat:no-repeat;
		background-position:left 20px center;
	}
	.localnavi .localnavi-list:first-of-type li.localnavi-lineup a:hover,
	.localnavi .localnavi-list:first-of-type li.localnavi-lineup a.active,
	.localnavi .localnavi-list:first-of-type li:first-of-type a:hover,
	.localnavi .localnavi-list:first-of-type li:first-of-type a.active {
		background-image: url(../images/icon_navi_active.png);
		background-color:#000;
		color:#FFF;
	}
	.localnavi-menu li a:hover,
	.localnavi-menu li a.active{
		background-color: #000;
		color: #fff;
		background-image: url(../images/icon_navi_active.png);
		background-repeat:no-repeat;
		background-position:left 20px center;
	}
	.localnavi-menu li:not(.localnavi-menu-spec) a:hover .icon-blank,
	.localnavi-menu li:not(.localnavi-menu-spec) a.active .icon-blank{
		background-image: url(../images/icon_window.png);
	}
	.localnavi-menu li a:hover:after,
	.localnavi-menu li a.active:after{
		display: none;
	}

	.localnavi-menu li.localnavi-lineup{
		float: none;
	}
	.localnavi-menu li.localnavi-lineup a{
		border-width: 0;
		padding: 18px 10px 18px 20px;
	}
	.localnavi-menu li.localnavi-lineup a:hover{
		background-color: inherit;
		color: #555;
		opacity: 1;
	}


	.localnavi-menu-anchor{
		display: none;
	}
	
	.localnavi-annotation-sp{
		clear: both;
		font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
		letter-spacing: 0.05em;
		font-size: 1.2rem;
		color: #898989;
		margin: -4rem 0 0;
		padding-bottom: 10rem;
	}

	/*-- ローカルナビ追従用 --*/
	.localnavi-fixed.fix .localnavi-fixed-inner{
	}
	.localnavi-fixed.fix .localnavi{
		padding-left: 0;
	}

	/*-- ローカルナビスライド用 --*/
	.localnavi-fixed{
		width: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		height:auto;
		height:100vh;
		overflow-y: auto;
		background: #fff content-box content-box;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: transform .4s ease;
		transition: transform .4s ease;
	}
	.localnavi-fixed.active{
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
	.localnavi-fixed.fix .localnavi-fixed-inner{
		position: static;
		background: #fff;
		margin-top: 0 !important;
	}
	
}
@keyframes spSlide {
	0% {transform: translateY(-200px);}
	100% {transform: translateY(0px);}
}
/* ==========	コンテンツ -SP end- ========== */


/* =================================================

	コンテンツ
	
================================================= */
/* .produce-wrap
------------------------------------------------- */
.produce-wrap{
	margin: 80px 0 50px;
}
.produce-sect{
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 2px solid #b5b5b5;
}
.produce-sect:last-of-type{
	border-bottom-width: 0;
	padding-bottom: 0;
}
.produce-sect .produce-inner{
	margin: 0 50px;
}
.produce-children{
	clear: both;
	border-top: 1px dotted #a9a9a9;
	padding-top: 25px;
	margin-top: 45px;
}
.produce-children.nobdr{
	border-top-width: 0;
}
.produce-children.pdt-s{
	padding-top: 5px;
}
.produce-child{
	border-top: 1px dotted #a9a9a9;
	padding: 50px 35px;
	margin-top: 50px;
}


.produce-grandchild{
	max-width: 625px;
	margin: 0 auto;
	clear: both;
	padding-bottom: 40px;
	border-top: 1px dotted #a9a9a9;
}
.produce-grandchild:first-of-type{
	border-top-width: 0;
}

.produce-smallwrap{
	
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-wrap{
		margin: 25px 0;
	}
	.produce-sect{
		margin-top: 25px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		border-bottom-width: 1px;
	}
	.produce-sect.nobdr{
		border-width: 0;
	}
	.produce-children.nobdr-sp{
		border-top-width: 0;
	}
	.produce-sect.nobdr-sp{
		border-width: 0;
	}
	.produce-sect .produce-inner{
		margin: 0;
	}
	.produce-children{
		margin-top: 25px;
		margin-left: -10px;
		margin-right: -10px;
		padding-top: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.produce-children.bdr-solid{
		border-style: solid;
	}
	
	.produce-smallwrap{
		padding-left:10px;
		padding-right:10px;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */

/* コピー
------------------------------------------------- */
.produce-copy{
	font-size: 1.8rem;
	font-weight: 900;
	clear: both;
	background-color: #000;
	color:#fff;
	display: inline-block;
	padding: 10px 50px 10px 20px;
	position: relative;
}
.produce-copy:before,
.produce-copy:after{
	content: "";
	border-width: 2.3rem 2rem;
	border-style: solid;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1px;
	margin: auto;
}
.produce-copy:before{
	top: -1px;
	border-color: #fff #fff transparent transparent;
}
.produce-copy:after{
	bottom: -1px;
	border-color: transparent #fff #fff transparent;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
/* コピー
------------------------------------------------- */
.produce-copy{
	font-size: 1rem;
	padding: 5px 25px 5px 10px;
}
.produce-copy:before,
.produce-copy:after{
	border-width: 1.2rem 1rem;
}

}
/* ==========	コンテンツ -SP end- ========== */


/* タイトル系
------------------------------------------------- */
.produce-ttl{
	font-size: 3rem;
	font-weight: 900;
	clear: both;
	color: #000;
	margin-top: 25px;
}

.produce-ttl.size-m{
	font-size: 2rem;
}
.produce-ttl.size-s{
	font-size: 1.5rem;
}

.produce-sub{
	font-size: 2.4rem;
	font-weight: 900;
	color: #777;
	margin-top: 5px;
	clear: both;
}
.produce-sub.black{
	color: #000;
}
.produce-sub.dblack{
	color: #535353;
}
.produce-sub.size-xs{
	font-size: 1.8rem;
}
.produce-sub.size-xxs{
	font-size: 1.6rem;
}
.produce-sub.size-s{
	font-size: 2rem;
}
.produce-sub.size-m{
	font-size: 2.2rem;
}
.produce-sub.size-l{
	font-size: 2.8rem;
}
.produce-sub.regular{
	font-weight: 300;
}
.produce-sub.bold{
	font-weight: bold;
}
.produce-sub.mgt-l{
	margin-top: 70px;
}
.produce-sub.mgt-lm{
	margin-top: 40px;
}
.produce-sub.mgt-m{
	margin-top: 20px;
}
.produce-sub.mgt-s{
	margin-top: 10px;
}

.produce-clrttl{
	color: #1297a1;
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 70px;
}
.produce-clrttl.lightblue{
	color: #1cbcff;
}
.produce-clrttl.lightgreen{
	color: #8fc31f;
}
.produce-clrttl.size-m{
	font-size: 1.8rem;
}
.produce-clrttl.size-l{
	font-size: 2rem;
}
.produce-clrttl.mgt-m{
	margin-top: 35px;
}
.produce-clrttl.mgt-s{
	margin-top: 5px;
}
.produce-clrttl.regular{
	font-weight: 300;
}

.produce-bgttl{
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	background: #00b6f1;
	border-radius: 3px;
	padding: 5px;
}
.produce-bgttl.type02{
	font-size: 1.8rem;
	font-weight: bold;
	background: #1297a1;
	border-radius: 0;
}
.produce-bgttl.type03{
	font-size: 2.4rem;
	background: #a0a0a0;
	border-radius: 0;
	padding: 2px;
}
.produce-bgttl.type04{
	font-size: 1.8rem;
	font-weight: 900;
	border-radius: 5px;
	padding: 10px;
}
.produce-bgttl.type05{
	font-size: 2rem;
	background: #eb6100;
	padding: 2px 2px 4px;
}
.produce-bgttl.type06{
	font-size: 2rem;
	background: #1297a1;
	padding: 2px 2px 4px;
}
.produce-bgttl.type07{
	font-size: 3rem;
	font-weight: bold;
	background: #dcdcdc;
	border-radius: 0;
	padding: 20px 10px;
	color:#535353;
	line-height: 1;
}
.produce-bgttl.type08{
	font-size: 1.4rem;
	font-weight: 900;
	background: #254061;
	border-radius: 2px;
	height: 5.6rem;
	line-height: 5.6rem;
}
.produce-bgttl.type09{
	font-size: 1.4rem;
	font-weight: 900;
	background: #558ed5;
	border-radius: 2px;
	height: 5.6rem;
	line-height: 5.6rem;
}
.produce-bgttl.type08 strong,

.produce-bgttl.type09 strong{
	font-weight:bold;
	padding-left: 10px;
	font-size: 1.9rem;
}
.produce-bgttl.type08 strong span,
.produce-bgttl.type09 strong span{
	font-size: 3rem;
}
.produce-bgttl.type10{
	font-size: 1.8rem;
	font-weight: bold;
	background: #535353;
	border-radius: 2px;
}
.produce-bgttl.type11{
	font-size: 1.8rem;
	font-weight: bold;
	background: #00b6f1;
	border-radius: 2px;
}
.produce-bgttl.type12{
	font-size: 1.8rem;
	font-weight: bold;
	background: #601986;
	border-radius: 2px;
}
.produce-bgttl.type13{
	font-size: 2rem;
	font-weight: bold;
	background: #000;
	border-radius: 2px;
}
.produce-bgttl.mgt-xl{
	margin-top: 60px;
}
.produce-bgttl.mgt-l{
	margin-top: 50px;
}
.produce-bgttl.mgt-m{
	margin-top: 20px;
}
.produce-bgttl.size-l{
	font-size: 2.2rem;
}
.produce-bgttl.size-m{
	font-size: 2rem;
}

.produce-bgttl .size-s{
	font-size: 70%;
	display: inline-block;
	vertical-align: baseline;
}

.produce-bdrttl{
	border: 1px solid #dedddb;
	border-radius: 3px;
	padding: 5px;
	clear: both;
	text-align: center;
}

.produce-flex .produce-clrttl{
	margin-top: 0;
}

.l-space_001{
	letter-spacing: -0.01rem;
}
.l-space_002{
	letter-spacing: -0.02rem;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
/* タイトル系
------------------------------------------------- */
	.produce-ttl{
		font-size: 2rem;
		margin-top: 12px;
	}
	.produce-sub{
		font-size: 1.6rem;
		margin-top: 3px;
	}
	
	.produce-sub.size-l{
		font-size: 1.6rem;
	}
	.produce-sub.size-s{
		font-size: 1.4rem;
	}
	.produce-sub.size-m{
		font-size: 1.1rem;
	}
	.produce-sub.size-xs{
		font-size: 1rem;
	}
	.produce-sub.size-xxs{
		font-size: 1rem;
	}
	.produce-sub.size-s-sp{
		font-size: 1rem;
	}
	.produce-sub.size-m-sp{
		font-size: 1.2rem;
	}
	.produce-sub.size-l-sp{
		font-size: 1.4rem;
	}
	.produce-sub.size-xl-sp{
		font-size: 1.6rem;
	}
	.produce-sub.mgt-m{
		margin-top: 10px;
	}
	.produce-sub.mgt-lm{
		margin-top: 30px;
	}
	.produce-sub.mgt-s-sp{
		margin-top: 10px;
	}
	
	
	.produce-clrttl{
		font-size: 1.2rem;
		margin-top: 25px;
	}
	.produce-clrttl.size-m{
		font-size: 1.4rem;
	}
	.produce-clrttl.size-l{
		font-size: 1.6rem;
	}
	.produce-clrttl.mgt-m{
		margin-top: 18px;
	}
	.produce-clrttl.size-s-sp{
		font-size: 1rem;
	}
	
	
	

	.produce-bgttl{
		font-size: 1.1rem;
		padding: 3px;
	}
	.produce-bgttl.type02{
		font-size: 1rem;
	}
	.produce-bgttl.type03{
		font-size: 1.2rem;
	}
	.produce-bgttl.type05{
		font-size: 1.2rem;
		padding: 1px 1px 2px;
	}
	.produce-bgttl.type06{
		font-size: 1.2rem;
		padding: 1px 1px 2px;
	}
	.produce-bgttl.type07{
		font-size: 1.5rem;
		padding: 5px;
		margin: 0 -10px;
	}
	.produce-bgttl.type07 img{
		width: 60px;
		height: auto;
	}
	.produce-bgttl.type08{
		font-size: .7rem;
		height: 2.8rem;
		line-height: 2.8rem;
	}
	.produce-bgttl.type09{
		font-size: .7rem;
		height: 2.8rem;
		line-height: 2.8rem;
	}
	.produce-bgttl.type08 strong,
	.produce-bgttl.type09 strong{
		padding-left: 5px;
		font-size: 1rem;
	}
	.produce-bgttl.type08 strong span,
	.produce-bgttl.type09 strong span{
		font-size: 1.5rem;
	}
	.produce-bgttl.type10{
		font-size: .9rem;
	}
	.produce-bgttl.type11{
		font-size: .9rem;
	}
	.produce-bgttl.type12{
		font-size: .9rem;
	}
	.produce-bgttl.type13{
		font-size: 1.5rem;
		margin-left: -10px;
		margin-right: -10px;
	}
	.produce-bgttl.mgt-xl{
		margin-top: 30px;
	}
	.produce-bgttl.mgt-l{
		margin-top: 25px;
	}
	.produce-bgttl.mgt-m{
		margin-top: 10px;
	}

	.produce-bgttl .size-s{
		font-size: 70%;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */


/* 本文
------------------------------------------------- */
.produce-str{
	font-size: 1.8rem;
	font-weight: bold;
	color: #777;
	margin-top: 30px;
	clear: both;
}
.produce-txt{
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
	margin-top: 30px;
	clear: both;
}
.produce-txt.dblack{
	color: #535353;
}
.produce-txt.mgt-xl{
	margin-top: 50px;
}
.produce-txt.mgt-m{
	margin-top: 10px;

}
.produce-txt.mgt-s{
	margin-top: 5px;
}
.produce-small{
	font-size: 1.5rem;
	font-weight: 300;
	color: #535353;
	margin-top: 15px;
	clear: both;
}
.produce-small.glay{
	color: #777;
}
.produce-small.mgt-s{
	margin-top: 5px;
}
.produce-small.pdb-l{
	padding-bottom: 40px;
}
.produce-ssmall{
	font-size: 1.4rem;
	font-weight: 300;
	color: #777;
	margin-top: 20px;
	clear: both;
}
.produce-ssmall.mgt-s{
	margin-top: 2px;
}
.produce-ssmall.mgt-m{
	margin-top: 10px;
}
.produce-ssmall.size-s{
	font-size: 1.3rem;
}
.produce-ssmall.glay{
	color: #898989;
}
.produce-txt.glaypar{
	margin:0;
	font-weight:normal;
	font-size:1.8rem;
	color: #818181;
	text-align: center;
}
.produce-clrtxt{
	color: #00b0ec;
	font-size: 2.4rem;
	font-weight: 900;
	margin-top: 20px;
}
.produce-clrtxt .size-s{
	font-size: 1.8rem;
}

.produce-border .produce-str,
.produce-border .produce-txt{
	color: #535353;
	margin-top: 15px;
}
.produce-border .produce-children .produce-txt{
	color: #777;
}
.produce-flex .produce-small{
	color: #777;
}

.produce-copyright{
	font-size: 1.2rem;
	font-weight: 300;
	color: #535353;
	margin-top: 4px;
}
.produce-copyright.glay{
	color: #777;
}



/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-str{
		font-size: 1.2rem;
		margin-top: 15px;
	}
	
	.produce-txt{
		font-size: 1.4rem;
		margin-top: 15px;
	}
	.produce-txt.mgt-xl{
		margin-top: 20px;
	}
	.produce-txt.mgt-m{
		margin-top: 5px;
	}
	.produce-txt.size-m-sp{
		font-size: 1.2rem;
	}
	.produce-txt.size-s-sp{
		font-size: 1rem;
	}

	.produce-small{
		font-size: 1.2rem;
		margin-top: 10px;
	}
	.produce-small.mgt-s{
		margin-top: 5px;
	}
	.produce-small.pdb-l{
		padding-bottom: 20px;
	}
	.produce-small.size-s-sp{
		font-size: 1rem;
		margin-top: 5px;
	}

	.produce-ssmall{
		font-size: 1rem;
		margin-top: 10px;
	}
	.produce-ssmall.mgt-m{
		margin-top: 5px;
	}
	.produce-ssmall.size-s{
		font-size: 1rem;
	}
	.produce-ssmall.mgt-l-sp{
		margin-top: 15px;
	}
	
	.produce-clrtxt{
		font-size: 1.4rem;
		margin-top: 10px;
	}
	.produce-clrtxt .size-s{
		font-size: 1.1rem;
	}

	.produce-border .produce-str,
	.produce-border .produce-txt{
		margin-top: 5px;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */


/* 画像コンテンツ
------------------------------------------------- */

.produce-img{
	margin-top: 40px;
	text-align: center;
	clear: both;
}
.produce-img.mgt-s{
	margin-top: 10px;
}
.produce-imgwrap{
	text-align: center;
}
.produce-imgwrap .produce-img{
	text-align: left;
	display: inline-block;
}
.produce-imgwrap .produce-img-txt {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  color: #777;
}

.produce-imgwrap .produce-img-txt.mgt {
	margin-top: 40px;
}
.produce-imgwrap .produce-img-txt.mgb {
	margin-bottom: 20px;
}
.produce-mv{
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {	
	.produce-img{
		margin-top: 20px;
	}
	.produce-img.mgt-s{
		margin-top: 5px;
	}	
	.produce-mv{
		margin-bottom: 20px;
	}
}
/* ==========	コンテンツ -SP end- ========== */



/* アイコン系リスト
------------------------------------------------- */
.produce-icon{
	margin-top: 20px;
	clear: both;
}
.produce-icon li{
	display: inline-block;
	margin-right: 15px;
}

.number-list{
}
.number-list dt{
	margin-bottom: 5px;
}
.number-list dt:before,
.number-list li:before{
	content: "1";
	border: 1px solid #1297a1;
	color:#1297a1;
	font-size: 1.4rem;
	font-weight: 300;
	padding: 0 7px;
	margin-right: 4px;
}
.number-list dd,
.number-list li{
	margin-top: 20px;
}
.number-list dt.num2:before,
.number-list li.num2:before{
	content: "2";
}
.number-list dt.num3:before,
.number-list li.num3:before{
	content: "3";
}
.number-list dt.num4:before,
.number-list li.num4:before{
	content: "4";
}
.number-list dt.num5:before,
.number-list li.num5:before{
	content: "5";
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-icon{
		margin-top: 10px;
	}
	.produce-icon li{
		zoom:.5;
	}
	
	.number-list dt:before,
	.number-list li:before{
		font-size: 1rem;
		padding: 0 5px;
	}
	.number-list dd,
	.number-list li{
		margin-top: 10px;
	}
}
/* ==========	コンテンツ -SP end- ========== */



/* コンテンツ系リスト
------------------------------------------------- */
.produce-flex{
	margin-top: 15px;
	display: flex;
	flex-flow: row wrap;
	overflow: hidden;
}
.produce-flex.vertical{
	flex-direction: column;
}
.produce-flex.around{
	justify-content: space-around;
}
.produce-flex.between{
	justify-content:space-between;
}
.produce-flex.center{
	justify-content:center;
}

.produce-flex li{
	width: 100%;
	flex: 0 1 100%;
	float: left;
	box-sizing: border-box;
}
.produce-flex.align li{
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}
.produce-flex.column2pc li{
	width: 50%;
	max-width: 50%;
	flex-basis:50%;
}
.produce-flex.column3pc li{
	width: 33.33%;
	max-width: 33.33%;
	flex-basis:33.33%;
}
.produce-flex.column4pc li{
	width: 25%;
	max-width: 25%;
	flex-basis:25%;
}
.produce-flex.column5pc li{
	width: 20%;
	max-width: 20%;
	flex-basis:20%;
}
.produce-flex.column2pc li:nth-of-type(2n+1),
.produce-flex.column3pc li:nth-of-type(3n+1),
.produce-flex.column4pc li:nth-of-type(4n+1),
.produce-flex.column5pc li:nth-of-type(5n+1){
	clear: left;
}

.produce-flex.columnpd10 {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
}
.produce-flex.columnpd10 li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.produce-flex.columnpd15 {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
}
.produce-flex.columnpd15 li {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.produce-flex.columnpd20 {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.produce-flex.columnpd20 li {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.produce-flex.columnpd30 {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
}
.produce-flex.columnpd30 li {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.produce-flex.columnpd40 {
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -40px;
}
.produce-flex.columnpd40 li {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.produce-flex.column2 .flex-item{
	flex: 0 0 calc(50% - 50px);
}
.produce-flex.column2 .flex-item--grbdr{
	margin-top: 60px;
	padding: 40px 30px 60px;
	flex: 0 0 36%;
	flex: 0 0 calc(50% - 180px);
	border: 2px solid #1296a2;
	border-radius: 8px;
}

.produce-flex.column2 .flex-item:nth-child(1){
	margin-right: 2%;
}
.produce-flex.column2 .flex-item:nth-child(2){
	margin-left: 2%;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-flex{
		margin-top: 10px;
	}
	.produce-flex.row-sp{
		flex-direction: row;
	}
	.produce-flex.column1sp li{
		width: 100%;
		max-width: 100%;
		flex-basis:100%;
	}
	.produce-flex.column2sp li{
		width: 50%;
		max-width: 50%;
		flex-basis: 50%;
	}
	.produce-flex.column3sp li{
		width: 33.33%;
		max-width: 33.33%;
		flex-basis:33.33%;
	}
	.produce-flex.column4sp li{
		width: 25%;
		max-width: 25%;
		flex-basis:25%;
	}
	.produce-flex.column5sp li{
		width: 20%;
		max-width: 20%;
		flex-basis:20%;
	}
	.produce-flex.column1sp li:nth-of-type(n+1),
	.produce-flex.column2sp li:nth-of-type(n+1),
	.produce-flex.column3sp li:nth-of-type(n+1),
	.produce-flex.column4sp li:nth-of-type(n+1),
	.produce-flex.column5sp li:nth-of-type(n+1){
		clear: none;
	}
	.produce-flex.column1sp li:nth-of-type(n+1),
	.produce-flex.column2sp li:nth-of-type(2n+1),
	.produce-flex.column3sp li:nth-of-type(3n+1),
	.produce-flex.column4sp li:nth-of-type(4n+1),
	.produce-flex.column5sp li:nth-of-type(5n+1){
		clear: left;
	}
	.produce-flex.column2 .flex-item{
		flex: 0 0 calc(80%);
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.produce-flex.column2 .flex-item:nth-child(1){
		margin-right: 0px;
	}
	.produce-flex.column2 .flex-item:nth-child(2){
		margin-left: 0px;
	}
	.produce-flex.column2 .flex-item--grbdr{
		margin-top: 20px;
	}
}
/* ==========	コンテンツ -SP end- ========== */





/* コンテンツ2分割系
------------------------------------------------- */
.produce-separate{
	margin-top: 70px;
}
.produce-separate li{
	float: left;
	width: 50%;
	border-left: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding-bottom: 20px;
}
.produce-separate li:nth-of-type(2n+1){
	border-left-width: 0;
	clear: left;
}
.produce-separate li .separate-img,
.produce-separate li .separate-txt{
	margin: 0 20%;
	font-size: 1.5rem;
}
.produce-separate li .separate-txt{
	margin-top: 15px;
}

/*-- 画像とテキスト並びコンテンツ --*/
.produce-logolist{
	margin: 30px 20px 0;
	overflow: hidden;
}
.produce-logolist li{
	padding: 20px 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.produce-logolist li.no-border{
	border:none;
}

.produce-logolist-l{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
}
.produce-logolist-r{
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
	padding-left: 1%;
}

.produce-logolist-ra{
	display: table-cell;
	vertical-align: middle;
	width: 75%;
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
}

.produce-logolist.type02 .produce-logolist-l{
	width: 10%;
}
.produce-logolist.type02 .produce-logolist-r{
	width: 90%;
	padding-left: 0;
}


.produce-logolist.type03{
	margin: 0;
}
.produce-logolist.type03 li{
	margin: 0 0 8px;
	border-bottom-width: 0;
	padding: 0;
	display: table;
	width: 100%;
}
.produce-logolist.type03 .produce-logolist-inner{
	vertical-align: middle;
	width: 100%;
	overflow: hidden;
	display: table-cell;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
}
.produce-logolist.type03 .produce-logolist-inner-img{
	float: left;
	width: auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.produce-logolist.type03 .produce-logolist-inner-txt{
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
	padding-left: 10px;
	float: left;
	width: 330px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.produce-logolist.type03 .produce-logolist-r{
	padding-left: 0;
}

.produce-logolist.type04 .produce-logolist-l{
	width: 29%;
}
.produce-logolist.type04 .produce-logolist-r{
	width: 71%;
	padding-left: 0;
}

.produce-border .produce-logolist{
	margin: 0;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	
	.produce-logolist{
		margin: 15px -10px 0;
	}
	.produce-logolist li{
		margin: 0;
		padding: 10px 15px;
	}
	.produce-logolist-l{
		box-sizing: border-box;
		padding-right: 10px;
		width: 30%;
	}
	.produce-logolist-r{
		font-size: 1rem;
		width: 70%;
	}
	
	.produce-logolist-ra{
		font-size: 1rem;
		width: 70%;
	}
	
	.produce-logolist.type03{
		margin-top: 15px;
	}
	.produce-logolist.type03 li{
		margin: 0 0 4px;
	}
	.produce-logolist.type03 .produce-logolist-inner{
	}
	.produce-logolist.type03 .produce-logolist-inner-txt{
		font-size: 1rem;
		font-weight: 300;
		width: 160px;
	}
	.produce-logolist.type03 .produce-logolist-inner-txt strong{
		font-size: 1.2rem;
		font-weight: bold;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */



/* 枠系コンテンツ
------------------------------------------------- */
.produce-border{
	border: 1px solid #dedddb;
	border-radius: 3px;
	padding: 20px 35px 35px;
	margin-top: 30px;
	clear: both;
}
.produce-border.type02{
	border-width: 1px 0;
	border-radius: 0;
	padding: 15px 0 50px;
}
.produce-border.pd-s{
	padding: 10px 0;
}
.produce-border.mgt-l{
	margin-top: 50px;;
}
.produce-point{
	border: 1px solid #dfdedc;
	border-radius: 3px;
	box-shadow: inset 0 0 27px rgba(0,0,0,.05);
	padding: 30px;
	margin-top: 30px;
	clear: both;
}

.produce-glaybox{
	border-radius: 4px;
	background-color: #eee;
	padding: 20px 30px;
	margin-top: 45px;
	clear: both;
}
.produce-border + .produce-glaybox,
.produce-glaybox + .produce-glaybox{
	margin-top: 35px;
}
.glaybox-l{
	float: left;
	width: 40%;
}
.glaybox-ttl{
	font-size: 1.8rem;
	font-weight: 900;
	color: #535353;
}
.glaybox-txt{
	font-size: 1.5rem;
	font-weight: 300;
	color: #777;
	margin-top: 15px;
}
.glaybox-r{
	float: right;
	width: 60%;
}
.glaybox-r li{
	float: left;
	padding-left: 20px;
	width: 50%;
	box-sizing: border-box;
}
.glaybox-annotation{
	color: #777;
	font-size: 1.3rem;
	font-weight: 300;
}
.glaybox-annotation dt{
	color: #535353;
	font-size: 1.6rem;
	font-weight: 300;
}
.glaybox-annotation dd{
	color: #777;
	font-size: 1.3rem;
	font-weight: 300;
	margin-top: 5px;
}
.glaybox-annotation dd + dt{
	margin-top: 20px;
}
.glaybox-annotation p{
	text-indent: -1.6rem;
	padding-left: 1.6rem;
}
.glaybox-annotation .mgt-l{
	margin-top: 15px;
}
.glaybox-annotation .medium{
	font-weight: 900;
}
.produce-glaybox a:link,
.produce-glaybox a:active,
.produce-glaybox a:visited { text-decoration: none; color: #608aff; }
.produce-glaybox a:hover { text-decoration: underline; color: #608aff; }


.border-list li{
	border: 1px solid #dedddb;
	border-radius: 3px;
	padding: 10px 4px;
	font-size: 1.6rem;
	font-weight: 900;
	color: #777;
	text-align: center;
}


.produce-bdrflex{
	border: 1px solid #535353;
	border-radius: 2px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 46%;
	margin: 25px auto 0;
	padding: 5px 10px;
	overflow: hidden;
}
.produce-bdrflex.mgt-l{
	margin-top: 80px;
}
.produce-bdrflex li{
	display: inline-block;
}
.produce-bdrflex-txt{
	font-size: 1.5rem;
	font-weight: bold;
	color: #777;
}
.produce-bdrflex-txt.size-m{
	font-size: 1.7rem;
}
.produce-bdrflex-txt.size-l{
	font-size: 3rem;
}
.produce-bdrflex-txt.clr01{
	color: #601986;
}
.produce-bdrflex-txt.clr02{
	color: #a4005b;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-border{
		border-radius: 2px;
		padding: 10px;
		margin-top: 15px;
	}
	.produce-border-sp{
		border: 1px solid #dedddb;
		clear: both;
		border-radius: 2px;
		padding: 10px;
		margin-top: 15px;		
	}
	.produce-border.mgt-s-sp{
		margin-top: 10px;;
	}
	.produce-border.mgt-l-sp{
		margin-top: 30px;;
	}
	.produce-border.type02{
		padding: 7px 0 25px;
	}
	.produce-border.type03{
		border-width: 1px 0;
		border-radius: 0;
		padding: 10px 20px 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.produce-border.nobdr-sp{
		border-width: 0;
		border-radius: 0;
		padding: 0;
	}
	
	

	.produce-glaybox{
		padding: 10px;
		margin-top: 25px;
	}
	.produce-border + .produce-glaybox,
	.produce-glaybox + .produce-glaybox{
		margin-top: 15px;
	}
	
	.glaybox-l{
		float: none;
		width: 100%;
	}
	.glaybox-ttl{
		font-size: 1.2rem;
	}
	.glaybox-txt{
		font-size: 1.1rem;
		margin-top: 10px;
	}
	.glaybox-r{
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	.glaybox-r li{
		padding-left: 8px;
	}
	.glaybox-r li:first-of-type{
		padding-left: 0;
	}
	
	.glaybox-annotation{
		font-size: 1rem;
	}
	.glaybox-annotation dt{
		font-size: 1rem;
	}
	.glaybox-annotation dd{
		font-size: 1rem;
	}
	.glaybox-annotation dd + dt{
		margin-top: 10px;
	}
	.glaybox-annotation p{
		text-indent: -1.2rem;
		padding-left: 1.2rem;
	}
	.glaybox-annotation .mgt-l{
		margin-top: 10px;
	}
	
	.border-list li{
		padding: 5px 2px;
		font-size: 1rem;
	}	
	
	
	.produce-bdrflex{
		width: 90%;
		margin-top: 15px;
		padding: 5px;
	}
	.produce-bdrflex.mgt-l{
		margin-top: 40px;
	}
	.produce-bdrflex-txt{
		font-size: .7rem;
	}
	.produce-bdrflex-txt.size-m{
		font-size: .8rem;
	}
	.produce-bdrflex-txt.size-l{
		font-size: 1.5rem;
	}
}
/* ==========	コンテンツ -SP end- ========== */




/* ご注意
------------------------------------------------- */
.produce-notice{
	border: 1px solid #a00400;
	width: 100%;
	display: table;
	padding: 14px;
	box-sizing: border-box;
	margin-top: 35px;
}
.produce-notice li{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	font-weight: 300;
	color: #a00400;
	padding: 0 10px;
}
.produce-notice .produce-notice-ttl{
	font-size: 1.6rem;
	font-weight: 900;
	width: 70px;
	text-align: center;
	border-right: 1px solid #a00400;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-notice{
		padding: 3px;
		margin-top: 20px;
	}
	.produce-notice li{
		font-size: .8rem;
		padding: 0 10px;
	}
	.produce-notice .produce-notice-ttl{
		font-size: .8rem;
		width: 40px;
	}
}
/* ==========	コンテンツ -SP end- ========== */



/* テーブル要素
------------------------------------------------- */
.table-box{
	table-layout: fixed;
	width: 100%;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #535353;
	font-weight: 300;
	margin-top: 15px;
}
.table-box th,
.table-box td{
	text-align: center;
	vertical-align: middle;
	padding: 8px;
	word-break: break-all;
}
.table-box th{
	border-right: 1px solid #fff;
	font-size: 1.4rem;
	background-color: #dbdbdb;
}
.table-box th:last-child{
	border-right-width: 0;
}
.table-box td{
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	font-size: 1.2rem;
}
.table-box td .small{
	display: inline-block;
	font-size: 1rem;
}

.table-box .table-separate{
	background-image: url(../images/bdr-table.png);
	background-size: 100% 100%;
}
.table-box .table-separate-inner{
	position: relative;
	min-height: 3rem;
}
.table-box .table-separate-lb{
	position: absolute;
	left: 0;
	bottom: 0;
}
.table-box .table-separate-rt{
	position: absolute;
	right: 0;
	top: 0;
}

.table-box.type02{
	border-right-width: 0;
}
.table-box.type02 th{
	border-right-color: #acacac;
}
.table-box.type02 th:first-child,
.table-box.type02 td:first-child{
	text-align: left;
	border-left-width: 0;
}


.table-box.type03{
	border-right-width: 0;
	font-weight: 300;
}
.table-box.type03 th{
	background-color: #e5e5e5;
	border-right-color: #b5b4b4;
}
.table-box.type03 td{
	font-weight: normal;
}
.table-box.type03 th:first-child,
.table-box.type03 td:first-child{
	text-align: left;
	border-left-width: 0;
	width: 28%;
}
.table-box.type03 td:first-child{
	font-weight: 300;
}
.table-box.type03 tr:nth-of-type(odd) td{
	background-color: #f8f8f8;
}
.table-box.type03 tr td.bg-white:first-child{
	background-color: #fff;
}
.table-box.type03 tr td.bdr-l:first-child{
	border-left-width: 1px;
}

.table-box .rowafter-cell th.align-c,
.table-box .rowafter-cell td.align-c{
	text-align: center;
}




/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.table-box{
		margin-top: 10px;
	}
	.table-box th,
	.table-box td{
		padding: 2px;
	}
	.table-box th{
		font-size: 1rem;
	}
	.table-box td{
		font-size: 1rem;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* 動画コンテンツ
------------------------------------------------- */
.produce-movie{
	border-radius: 3px;
	padding: 20px;
	margin: 5px auto 0;
	width: 572px;
	color: #fff;
	clear: both;
	background: linear-gradient(#010101, #5e5d5d);
}
.produce-movie.mgt-l{
	margin-top: 50px;
}
.produce-movie .movie-ttl{
	font-size: 1.5rem;
}
.produce-movie .movie-box{
	border: 1px solid #fff;
	margin-top: 5px;
}
.produce-movie .produce-annotation{
	color:#c8c8c8;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-movie{
		padding: 0;
		width: 100%;
	}
	.produce-movie.mgt-l{
		margin-top: 25px;
	}
	.produce-movie .movie-ttl{
		padding: 10px 5px;
		font-size: 1.1rem;
	}
	.produce-movie .movie-box{
		margin-top: 0;
		border-right-width: 0;
		border-left-width: 0;
	}
	.produce-movie .movie-box iframe{
		max-width: 100%;
		height: 55vw;
	}
	.produce-movie .produce-annotation{
		padding: 5px;
		margin: 0;
	}
}
/* ==========	コンテンツ -SP end- ========== */

/* ボタン
------------------------------------------------- */

.btn-arw{
	background: url(../../images/icon/bg_arrow_right_off.gif) left center no-repeat;
	padding-left: 20px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 300;
}
.btn-arw.type02{
	font-size: 1.4rem;
	color: #038231;
}
.btn-arw.mgt-l{
	margin-top: 20px;
}
.btn-clr{
	margin-top: 5px;
}
.btn-clr.mgt-s{
	margin-top: 15px;
}
.btn-clr.mgt-m{
	margin-top: 35px;
}
.btn-clr.mgt-l{
	margin-top: 60px;
}
.btn-clr.mg-c{
	margin-left: auto;
	margin-right: auto;
}
.btn-clr.mg-r {
  margin-left: auto;
  margin-right: 0;
}

.btn-clr.mg_auto {
	margin-left: auto;
	margin-right: auto;
}

.btn-clr a{
	background-color: #028330;
	padding: 10px;
	border-radius: 2px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #fff;
	display: block;
}
.btn-clr a.mirukore {
  background-color: #fff;
  padding: 23px 0;
  border-radius: 0;
  border: 4px solid #a0a0a0;
  font-size: 1.6rem;
  font-weight: 300;
  color: #535353;
  display: block;
  text-align: center;
  line-height: 1;
}
.btn-clr .btn-arw{
	display: block;
	text-align: center;
}
.btn-clr.size-s{
	max-width: 190px;
	min-width: 150px;
}
.btn-clr.size-m{
	max-width: 350px;
}
.btn-clr.size-l{
	max-width: 470px;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.btn-arw{
		background-size: 10px;
		padding-left: 15px;
		font-size: 1rem;
	}
	.btn-arw.type02{
		font-size: 1rem;
	}
	.btn-arw.mgt-l{
		margin-top: 10px;
	}
	.btn-clr{
		margin-top: 5px;
	}
	.btn-clr.mgt-s{
		margin-top: 10px;
	}
	.btn-clr.mgt-m{
		margin-top: 15px;
	}
	.btn-clr.mgt-l{
		margin-top: 30px;
	}
	.btn-clr a{
		padding: 8px;
		font-size: 1rem;
	}
	.btn-clr.size-s{
		max-width: 100px;
		min-width: 80px;
	}
	.btn-clr.size-l{
		max-width: none;
	}
	
	.btn-clr-sp-c{
		text-align: center;
	}
	.btn-clr-sp-c .btn-clr{
		display: inline-block;
		text-align: left;
		float: none;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* 吹き出し
------------------------------------------------- */
.produce-tips{
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #1297a1;
	border-radius: 50%;
	padding: 10px 20px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	margin-left: -10%;
}
.produce-tips:after{
	content: "";
	position: absolute;
	right: -25px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-width: 5px 20px;
	border-style: solid;
	border-color: transparent transparent transparent #1297a1;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}

.produce-tips.type02{
	background-color: #ec6941;	
	padding: 20px 15px;
}
.produce-tips.type02:after{
	border-left-color: #ec6941;	
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-tips{
		font-size: 1rem;
		padding: 7px 10px 5px;
		margin-right: 5px;
		margin-left: 0;
	}
	.produce-tips:after{
		right: -13px;
		bottom: 3px;
		border-width: 3px 10px;
	}

	.produce-tips.type02{
		background-color: #ec6941;	
		padding: 12px 8px 10px;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */


/* 一文字目装飾系
------------------------------------------------- */
.produce-firsttxt{
	position: relative;
	padding-left: 100px
}
.firsttxt-circle{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: #1297a1;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 27px 7px;
	border-radius: 50%;
	height: 3rem;
	margin: auto;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-firsttxt{
		padding-left: 0;
	}
	.firsttxt-circle{
		position: static;
		font-size: 1.4rem;
		padding: 3px;
		margin-bottom: 10px;
		border-radius: 3px;
		height: auto;
		display: block;
	}
}

/* 注釈
------------------------------------------------- */
.produce-annotation {
	clear: both;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
	margin-top: 15px;
}
.produce-annotation a:link,
.produce-annotation a:active,
.produce-annotation a:visited { text-decoration: none; color: #608aff; }
.produce-annotation a:hover { text-decoration: underline; color: #608aff; }

p.produce-annotation,
span.produce-annotation,
.produce-annotation p,
.produce-annotation dt,
.produce-annotation dd,
.produce-annotation li{
	text-indent: -1.8rem;
	padding-left: 1.8rem;
	display: block;
}
p.produce-annotation.indent-l,
span.produce-annotation.indent-l,
.produce-annotation.indent-l p,
.produce-annotation.indent-l dt,
.produce-annotation.indent-l dd,
.produce-annotation.indent-l li,
.produce-annotation .indent-num{
	text-indent: -2.4rem;
	padding-left: 2.4rem;
}
.produce-annotation.mgt-l,
.produce-annotation .mgt-l{
	margin-top: 45px;
}
.produce-annotation.mgt-s,
.produce-annotation .mgt-s{
	margin-top: 5px;
}

.produce-annotation-list{
	clear: both;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	color: #898989;
	margin: 45px 50px 0;
}

.produce-annotation-list + .produce-annotation-list{
	margin-top: 20px;
}
.produce-annotation-list li{
	margin-top: 2px;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}
.produce-annotation-list--ind{
	padding-left:1em;
	text-indent: -1em;
}

.recycle-bl{
	margin: 30px 50px 0;
}
.recycle-bl .recycle-ttl {
	color: #777;
	font-size: 1.4rem;
	font-weight: 900;
}
.recycle-bl .recycle-txt {
	color: #898989;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","NotoSansCJKjp","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 1.4;
	margin-top: 10px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-annotation {
		font-size: 1rem;
		margin-top: 8px;
	}
	p.produce-annotation,
	span.produce-annotation,
	.produce-annotation p,
	.produce-annotation dt,
	.produce-annotation dd,
	.produce-annotation li{
		text-indent: -1.5rem;
		padding-left: 1.5rem;
	}
	p.produce-annotation.indent-l,
	span.produce-annotation.indent-l,
	.produce-annotation.indent-l p,
	.produce-annotation.indent-l dt,
	.produce-annotation.indent-l dd,
	.produce-annotation.indent-l li,
	.produce-annotation .indent-num{
		text-indent: -1.8rem;
		padding-left: 1.8rem;
	}
	.produce-annotation.mgt-l {
		margin-top: 20px;
	}
	.produce-annotation.mgt-s {
		margin-top: 5px;
	}

	.produce-annotation-list{
		font-size: 1rem;
		margin-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.produce-annotation-list + .produce-annotation-list{
		margin-top: 20px;
	}
	.produce-annotation-list li{
		margin-top: 3px;
		text-indent: -1.5rem;
		padding-left: 1.5rem;
	}
	


	.recycle-bl{
		margin: 20px 15px 0;
	}
	.recycle-bl .recycle-ttl {
		font-size: 1.2rem;
	}
	.recycle-bl .recycle-txt {
		font-size: 1rem;
		margin-top: 5px;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* ページトップ
------------------------------------------------- */
.produce-sect .produce-top{
	clear: both;
	margin-top: 25px;
	overflow: hidden;
}
.produce-sect:last-of-type .produce-top{
	display: none;
}
.produce-sect .produce-top a{
	float: right;
	width: 44px;
	height: 40px;
	background: #999 url(../images/icon_pagetop.png) center center no-repeat;
	border-radius: 2px;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-sect .produce-top{
		margin-top: 10px;
		display: none;
	}
	.produce-sect .produce-top a{
		width: 22px;
		height: 20px;
		background-size: 12px auto;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* =================================================

	コンテンツ -ページ固有記述-
================================================= */
/* 寸法図
------------------------------------------------- */
.spec-box{
	border: 1px solid #bdbcb8;
	border-radius: 2px;
	margin-top: 30px;
}

.spec-ttl{
	font-size: 1.4rem;
	font-weight: 300;
	color: #000;
	padding: 4px 10px 4px 15px;
	cursor: pointer;
}
.spec-name{
	float: left;
}
.spec-btn{
	float: right;
}
.spec-btn.open{
	display: block;
}
.active .spec-btn.open{
	display: none;
}
.spec-btn.close{
	display: none;
}
.active .spec-btn.close{
	display: block;
}
.spec-body{
	padding: 20px 25px 25px 30px;
	border-top: 1px solid #bdbcb8;
}
.spec-box-l{
	float: left;
	width: 68%;
	padding-right: 20px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
}
.spec-box-l_wrap{
	flex: 1 1 auto;
	margin-bottom: 20px;
}
.spec-box-l_wrap:first-child{
	max-width: 100%;
	flex: 0 0 100%;
	display: flex;
	
}
.spec-box-l_wrap .spec-txt {
	max-width: 50%;
	flex: 0 0 50%;
}
.spec-txt{
	font-size: 1.4rem;
	font-weight: 300;
	color: #535353;
	margin-top: 15px;
}

.spec-txt strong{
	font-weight: 900;
	display: block;
}

.spec-txt-2{
	font-size: 1.4rem;
	font-weight: 300;
	color: #535353;
	margin: 5px 0px 20px 20px ;
}

.spec-img{
	flex: 0 0 auto;
	text-align: center;
}
.spec-img.-front{
	flex: 0 0 63%;
	text-align: right;
}
.spec-img.-back{
	flex: 0 0 35%;
	text-align: left;
}
.spec-box-r{
	width: 32%;
	float: right;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #bdbcb8;
	border-radius: 5px;
}
.spec-in-ttl{
	font-size: 1.4rem;
	font-weight: 900;
	color: #535353;	
}
.spec-box-in-l{
	box-sizing: border-box;
}
.spec-in-txt{
	font-size: 1.4rem;
	font-weight: 300;
	color: #696969;
	padding: 3px 0;
	border-bottom: 1px dotted #bdbcb8;
}
.spec-in-txt:last-of-type{
	border-bottom-width: 0;
}
.spec-in-list li{
	font-size: 1.4rem;
	font-weight: 300;
	color: #696969;
	padding: 3px 0;	
}
.spec-in-list li:before{
	content: "A";
	font-size: 1rem;
	font-weight: 300;
	margin-right: 3px;
	border: 1px solid #696969;
	border-radius: 50%;
	padding: 0 5px;
	line-height: 1;
}
.spec-in-list li:nth-of-type(2):before{
	content: "B";
}
.spec-in-list li:nth-of-type(3):before{
	content: "C";
}
.spec-in-list li:nth-of-type(4):before{
	content: "D";
}
.spec-in-list li:nth-of-type(5):before{
	content: "E";
}
.spec-box-in-r{
	float: right;
	width: 50%;
	box-sizing: border-box;
}
.spec-inner-btn{
	clear: both;
	padding-top: 20px;
}
.spec-inner-btn li{
}

.icon-setup{
	background: url(../images/icon26.jpg) left center no-repeat;
	padding: 10px 0 10px 50px;
	box-sizing: border-box;
	min-height: 40px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.spec-box{
		margin-top: 20px;
	}

	.spec-ttl{
		font-size: 1.4rem;
		padding: 4px 10px;
	}
	.spec-btn{
		width: 11px;
	}
	.spec-btn img{
		vertical-align: baseline;
	}
	.spec-body{
		padding: 10px;
	}
	.spec-box-l{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
		flex-flow: column nowrap;
	}
	.spec-box-l_wrap{
		
	}
	.spec-txt{
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.spec-txt-2{
		font-size: 1.0rem;
		margin-top: 15px;
	}
	.spec-img{
		margin-top: 20px;
		text-align: center;
	}
	.spec-img.-back img{
		max-width: 56%;
    margin-left: -8px;
	}
	.spec-box-r{
		width: 100%;
		float: none;
		padding: 12px 0 0;
		border-width: 0;
		border-radius: 0;
		margin-top: 12px;
	}
	.spec-in-ttl{
		font-size: 1rem;
	}
	.spec-box-in-l{
		padding-right: 10px;
	}
	.spec-in-txt{
		font-size: 1rem;
		padding: 2px 0;
	}
	.spec-in-list li{
		font-size: 1rem;
		padding: 4px 0;	
	}
	.spec-in-list li:before{
		padding: 0 5px;
	}
	.spec-box-in-r{
	}
	.spec-inner-btn{
		padding-top: 15px;
		text-align: center;
	}
	.spec-inner-btn li{
		display: inline-block;
		width: 100%;
	}
	.spec-inner-btn .btn-clr{
		width: 100%;
		max-width: none;
	}
	.icon-setup{
		background-size: 20px;
		padding: 5px 0 5px 25px;
		min-height: 20px;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* ゲーム
------------------------------------------------- */
.game-ttl{
	font-size: 3.2rem;
	font-weight: bold;
	color: #1297a1;
	text-align: center;
	height: 4px;
	background: #1297a1;
}
.game-ttl span{
	background-color: #fff;
	display: inline-block;
	margin-top: -2.2rem;
	padding: 0 4px;
}


.game-aside{
	margin-top: 40px;
	border: 1px solid #dbdbdb;
	border-bottom-width: 0;
}
.game-aside li{
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	background: url(../images/icon_arw.png) 30% center no-repeat;
}
.game-aside li span{
	display: block;
	float: left;
	padding: 20px 20px 20px 70px;
	box-sizing: border-box;
	width:70%;
}
.game-aside li .game-aside-l{
	width:30%;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.game-ttl{
		margin: 20px -10px 15px;
		font-size: 1.6rem;
		height: 3px;
	}
	.game-ttl span{
		margin-top: -1.1rem;
		padding: 0 4px;
	}

	.game-aside{
		margin-top: 20px;
	}
	.game-aside li{
		font-size: 1rem;
		background-position: 25% center;
		background-size: 10px 7px;
	}
	.game-aside li span{
		padding: 10px 2% 10px 5%;
		width:75%;
	}
	.game-aside li .game-aside-l{
		width:25%;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */


/* レグザリンク
------------------------------------------------- */
.function-regza-link{
	background: url(../images/img_function_03_06_pc.jpg) center top no-repeat;
	margin: 15px auto 0;
	padding-top: 180px;
	max-width: 770px;
}
.function-regza-link li{
	padding: 0 10px;
	width: 33.33%;
	box-sizing: border-box;
}
.function-regza-link .produce-small{
	flex-grow: 1;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	.function-regza-link{
		background: url(../images/img_function_03_06_sp.jpg) 15px 20px no-repeat;
		background-size: 86% auto;
		margin: 15px -5px 0;
		padding-top: 0;
		max-width: none;
	}
	.function-regza-link li:first-of-type{
		margin-left: 50%;
	}
	.function-regza-link li{
		padding: 0 5px 30px;
		min-height: 73vw;
	}
	.function-regza-link.column2sp .produce-flex:nth-of-type(3n){
		clear: none;
	}
	.function-regza-link.column2sp .produce-flex:nth-of-type(2n){
		clear: left;
	}
	.function-regza-link .produce-small{
		flex-grow: 1;
	}
	.function-regza-link .btn-clr{
		max-width: none;
	}
}
/* ==========	コンテンツ -SP end- ========== */



/* タイムシフト
------------------------------------------------- */
.timeshift-box{
	max-width:744px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
}
.timeshift-box .produce-flex{
	margin-top: 0;
}

/* レグザリモコン
------------------------------------------------- */
.controller-box{
	display: flex;
	clear: both;
	margin-top: 60px;
}
.controller-box-l{
	float: left;
	width: 275px;
	box-sizing: border-box;
}
.controller-box-r{
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.controller-inner li{
	display: flex;
	margin-top: 50px;
}
.controller-inner li:first-of-type{
	margin-top: 0;
}
.controller-thumb{
	float: left;
	width: 200px;
	box-sizing: border-box;
	padding-right: 20px;
}
.controller-txtbox{
	float: left;
	width: 72%;
	box-sizing: border-box;
}

.controller-boxArrow{
	position: relative;
}

.controller-boxArrow::before{
	content: '';
	width: 155px;
	min-height: 60px;
	position: absolute;
	z-index: -1;
}
.controller-boxArrow:nth-child(1)::before{
	background: url("../images/img_comfortable_01_02_arrow.png") left center / 155px auto  no-repeat;
	left: -155px;
	height: 108px;
}

.controller-boxArrow:nth-child(2)::before{
	background: url("../images/img_comfortable_01_03_arrow.png") left center / 155px auto  no-repeat;
	left: -155px;
	height: 108px;
}
.controller-boxArrow:nth-child(3)::before{
	background: url("../images/img_comfortable_01_04_arrow.png") left center / 155px auto  no-repeat;
	left: -155px;
	height: 85px;
}

.controller-boxArrow:nth-child(4)::before{
	background: url(../images/img_comfortable_01_05_arrow.png) left center / 165px 80px no-repeat;
	left: -155px;
	height: 185px;
	top: -50px;
}
.controller-boxArrow:nth-child(5)::before{
	background: url(../images/img_comfortable_01_06_arrow.png) left center / 155px 190px no-repeat;
	left: -155px;
	top: -160px;
	height: 265px;
}




/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	.controller-box{
		display: block;
		margin-top: 30px;
	}
	.controller-box-l{
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		text-align: center;
	}
	.controller-box-r{
		float: none;
		width: 100%;
	}
	.controller-inner{
		margin-bottom: 20px;
	}
	.controller-inner li{
		margin-top: 20px;
	}
	.controller-inner li:first-of-type{
		margin-top: 30px;
	}
	.controller-thumb{
		width: 38%;
		padding-right: 10px;
		margin-top: 4px;
	}
	.controller-txtbox{
		width: 62%;
	}
	.controller-txtbox .produce-sub{
		margin-top: 0;
	}
	.controller-boxArrow::before{
		display: none;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* SeeQVault
------------------------------------------------- */
.produce-sqv-box{
	max-width: 768px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	border: 1px solid #bababa;
}
.produce-sqv-ttl{
	font-size: 2.4rem;
	font-weight: 300;
	padding-bottom: 2px;
	color: #fff;
	text-align: center;
	background-color: #bababa;
}
.produce-sqv-img{
	float: left;
	width: 55%;
	padding: 8px 0 15px 20px;
	box-sizing: border-box;
}
.produce-sqv-r{
	float: right;
	width: 45%;
	padding: 10px 10px 15px 20px;
	box-sizing: border-box;
}
.produce-sqv-arw{
}
.produce-sqv-arw p{
	padding-bottom: 50px;
	background: url(../images/icon_arw02.jpg) 20px 75% no-repeat;
}
.produce-sqv-arw p:last-of-type{
	padding-bottom: 0;
	background: none;
}
.produce-sqv-txt{
	font-size: 1.6rem;
	font-weight: 300;
	color: #535353;
}


.produce-sqvlist{
	
}
.produce-sqvlist li{
	clear: both;
	margin-top: 100px;
}
.produce-sqvlist li:first-of-type{
	margin-top: 50px;
}
.produce-sqvlist-l{
	width:35%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.produce-sqvlist-r{
	width: 65%;
	float: left;
	box-sizing: border-box;
}
.produce-sqvlist-ttl{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	border-radius: 50%;
	box-sizing: border-box;
	max-width: 230px;
}
.produce-sqvlist-txt{
	color: #535353;
	font-size: 1.8rem;
	font-weight: 300;
	margin-top: 40px;
}


.produce-sqvaside{
	max-width: 770px;
	margin: 0 auto;
	position: relative;
}
.produce-sqvaside-icon{
	position: absolute;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	padding: 45px 0;
}
.produce-sqvaside-ttl{
	text-align: center;
	font-size: 2.1rem;
	font-weight: 300;
	color: #535353;
	padding: 15px 0;
}
.produce-sqvaside-ttl .clr-red{
	color: #ab1622;
}
.produce-sqvaside-ttl .clr-blue{
	color: #0c8bc8;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-sqv-box{
		max-width: none;
		margin-top: 15px;
	}
	.produce-sqv-ttl{
		font-size: 1.2rem;
	}
	.produce-sqv-img{
		float: none;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	.produce-sqv-r{
		float: none;
		width: 100%;
		padding: 10px 5px;
	}
	.produce-sqv-arw{
	}
	.produce-sqv-arw p{
		padding-bottom: 15px;
		background: url(../images/icon_arw02.jpg) center 90% no-repeat;
		background-size: 12px;
	}
	.produce-sqv-arw p:last-of-type{
		padding-bottom: 0;
		background: none;
	}
	.produce-sqv-txt{
		font-size: 1rem;
		text-align: center;
	}
	
	.produce-sqvlist{
	}
	.produce-sqvlist li{
		margin-top: 25px;
		padding-top: 20px;
		border-top: 1px dotted #e5e5e5;
	}
	.produce-sqvlist li:first-of-type{
		margin-top: 12px;
		padding-top: 0;
		border-top-width: 0;
	}
	.produce-sqvlist-l{
		width:100%;
		float: none;
		padding-right: 0;
	}
	.produce-sqvlist-r{
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.produce-sqvlist-ttl{
		padding: 15px 5px;
		max-width: 120px;
		font-size: 1rem;
		margin: 0 auto;
	}
	.produce-sqvlist-txt{
		font-size: 1.2rem;
		margin-top: 10px;
		text-align: center;
	}


	.produce-sqvaside{
		max-width: none;
		margin-bottom: 12px;
	}
	.produce-sqvaside-icon{
		font-size: 1.2rem;
		padding: 10px;
		text-align: center;
	}
	.produce-sqvaside-ttl{
		text-align: left;
		font-size: 1.2rem;
		padding: 0 0 0 65px;
	}	
	
}
/* ==========	コンテンツ -SP end- ========== */

/* 地デジビューティPRO
------------------------------------------------- */
.produce-beautyPro-anchor {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 -15px 40px;
  padding-top: 30px;
}
.produce-beautyPro-anchor li {
  flex: 0 1 180px;
  display: flex;
  margin: 0 15px;
}
.produce-beautyPro-anchor li a {
  flex: 1 1 auto;
  display: block;
  text-align: center;
  padding: 12px 10px 40px;
  color: #fff;
  background-color: #1297a1;
  position: relative;
  border-radius: 5px;
}
.produce-beautyPro-anchor li a:after {
  position: absolute;
  content: "";
  border-width: 12px 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #fff;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.produce-beautyPro-unit {
  max-width: 870px;
  margin: 0 auto;
  position: relative;
}

.produce-beautyPro-unit-icon {
  position: absolute;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  padding: 30px 0;
  min-width: 85px;
}

.produce-beautyPro-unit-ttl {
  font-size: 1.6rem;
  font-weight: 300;
  color: #777;
  padding: 15px 0 15px 100px;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
  .produce-beautyPro-anchor {
    flex-flow: row wrap;
    margin: 0 0 10px;
    padding-top: 15px;
  }
  .produce-beautyPro-anchor li {
    flex: 1 1 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
  .produce-beautyPro-anchor li a {
    padding: 6px 5px 20px;
    border-radius: 3px;
  }
  .produce-beautyPro-anchor li a:after {
    border-width: 6px 4px;
  }

  .produce-beautyPro-unit-icon {
    font-size: 1.4rem;
    padding: 25px 0;
    min-width: 70px;
  }

  .produce-beautyPro-unit-ttl {
    font-size: 1.4rem;
    padding: 5px 0 5px 75px;
  }
}

/* ざんまいスマートアクセス
------------------------------------------------- */
.smart-access-block{
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.smart-access-sect{}
.smart-access-list{
	margin-top: 40px;
}

.smart-access-list li{
	margin-top: 25px;
}
.smart-access-list-l{
	float: left;
	width: 38%;
}
.smart-access-list-r{
	float: right;
	width: 61%;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {

	.smart-access-block{
		max-width:none;
		margin-top: 45px;
	}
	.smart-access-sect{}
	.smart-access-list{
		margin-top: 40px;
	}

	.smart-access-list li{
		margin-top: 25px;
	}
	.smart-access-list-l{
		float: left;
		width: 38%;
	}
	.smart-access-list-r{
		float: right;
		width: 61%;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* まるごとチャンネル
------------------------------------------------- */
.marugotochannel-box{
	clear: both;
	margin-top: 45px;
	min-height: 32.4rem;
	position: relative;
}
.marugotochannel-box .channel-box01,
.marugotochannel-box .channel-box02,
.marugotochannel-box .channel-box03{
	position: absolute;
	width: 23%;
}
.marugotochannel-box .channel-box01{
	left: 0;
	top: 0;
}
.marugotochannel-box .channel-box02{
	right: 0;
	top: 0;
}
.marugotochannel-box .channel-box03{
	right: 0;
	top: 13rem;
}
.marugotochannel-box .channel-ttl{
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px;
	position: relative;
}
.marugotochannel-box .channel-ttl.type01{
	background-color: #ff971d;
}
.marugotochannel-box .channel-ttl.type02{
	background-color: #1cbcff;
}
.marugotochannel-box .channel-ttl.type03{
	background-color: #00d100;
}
.marugotochannel-box .channel-ttl:before,
.marugotochannel-box .channel-ttl:after{
	content: "";
	border-width: 1.7rem 1.2rem;
	border-style: solid;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.marugotochannel-box .channel-ttl.type01:before{
	top: -1px;
	right: -12px;
	border-color: #fff #fff transparent transparent;
}
.marugotochannel-box .channel-ttl.type01:after{
	bottom: -1px;
	right: -12px;
	border-color: transparent #fff #fff transparent;
}
.marugotochannel-box .channel-ttl.type02:before,
.marugotochannel-box .channel-ttl.type03:before{
	top: -1px;
	left: -12px;
	border-color: transparent transparent #fff #fff;
}
.marugotochannel-box .channel-ttl.type02:after,
.marugotochannel-box .channel-ttl.type03:after{
	bottom: -1px;
	left: -12px;
	border-color: #fff transparent transparent #fff;
}
.marugotochannel-box .channel-img{
	text-align: center;
	position: relative;
	z-index: 10;
	width: 53%;
	margin: 0 auto;
}


/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	.marugotochannel-box{
		margin-top: 30px;
		min-height: 0;
	}
	.marugotochannel-box .channel-box01,
	.marugotochannel-box .channel-box02,
	.marugotochannel-box .channel-box03{
		position: relative;
		width: auto;
		top: 0;
		left: 0;
	}
	.marugotochannel-box .channel-box01:after,
	.marugotochannel-box .channel-box02:after,
	.marugotochannel-box .channel-box03:after{
		content: "";
		position: absolute;
		width: 1px;
		height: auto;
		margin: auto;
		background-color: #000;
	}
	.marugotochannel-box .channel-box01:after{
		left: 10px;
		top: 0;
		bottom: 0;
		background-color: #ff971d;
	}
	.marugotochannel-box .channel-box02:after{
		right: 10px;
		top: 0;
		height: 260px;
		background-color: #1cbcff;
	}
	.marugotochannel-box .channel-box03:after{
		left: 10px;
		top: -20px;
		height: 40px;
		background-color: #00d100;
	}
	.marugotochannel-box .channel-box01{
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.marugotochannel-box .channel-box01 .produce-txt{
		padding-left: 20px;
	}
	.marugotochannel-box .channel-box02{
		float: right;
		width: 50%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-bottom: 10px;
	}
	.marugotochannel-box .channel-box02 .produce-txt{
		padding-right: 20px;
	}
	.marugotochannel-box .channel-box03{
		padding-top: 12px;
	}
	.marugotochannel-box .channel-ttl{
		font-size: .8rem;
		padding: 4px;
	}
	.marugotochannel-box .channel-ttl:before,
	.marugotochannel-box .channel-ttl:after,
	.marugotochannel-box .channel-ttl.type01:before,
	.marugotochannel-box .channel-ttl.type01:after,
	.marugotochannel-box .channel-ttl.type02:before,
	.marugotochannel-box .channel-ttl.type03:before,
	.marugotochannel-box .channel-ttl.type02:after,
	.marugotochannel-box .channel-ttl.type03:after{
		display: none;
	}
	.marugotochannel-box .channel-img{
		width: 100%;
	}
	.marugotochannel-box .channel-img img{
		width: 100%;
	}
	
}
/* ==========	コンテンツ -SP end- ========== */


/* ハードディスクのラインアップ
------------------------------------------------- */
.hdlineup-list{
	margin-top: 35px;
}
.hdlineup-list-l{
	width: 48%;
	float: left;
}
.hdlineup-list-r{
	width: 48%;
	float: right;
}

.hdlineup-list-inner{
	padding-top: 25px;
	text-align: center;	
}
.hdlineup-list-inner-l{
	float: left;
	width: 49%;
}
.hdlineup-list-inner-r{
	float: right;
	width: 49%;
}
.hdlineup-list-border{
	border: 1px solid #254061;
	border-radius: 0 0 4px 4px;
	margin-top: 30px;
}
.hdlineup-list-sttl{
	background-color: #254061;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	padding: 5px;
}
.type02 .hdlineup-list-border{
	border-color:#558ed5;
}
.type02 .hdlineup-list-sttl{
	background-color: #558ed5;
}
.hdlineup-list-aside{
	padding: 10px 0 15px;
}
.hdlineup-list-txt{
	font-size: 1.4rem;
	font-weight: 300;
	color: #777;
	padding: 3px 0;
	vertical-align: baseline;
}
.hdlineup-list .clr-orange{
	color: #f19149;
}
.hdlineup-list .size-xl{
	font-size: 3.5rem;
}
.hdlineup-list .size-l{
	font-size: 1.8rem;
}
.hdlineup-list .size-m{
	font-size: 1.5rem;
}
.hdlineup-list .size-s{
	font-size: 1.2rem;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {

	.hdlineup-list{
	}
	.hdlineup-list-l{
		width: 100%;
		padding-left:20px;
		padding-right:20px;
		box-sizing: border-box;
		float: none;
		margin-top: 20px;
	}
	.hdlineup-list-r{
		width: 100%;
		padding-left:20px;
		padding-right:20px;
		box-sizing: border-box;
		float: none;
		margin-top: 20px;
	}

	.hdlineup-list-inner{
	}
	.hdlineup-list-inner-l{
	}
	.hdlineup-list-inner-r{
	}
	.hdlineup-list-border{
		margin-top: 15px;
	}
	.hdlineup-list-sttl{
		font-size: .8rem;
		padding: 2px;
	}
	.hdlineup-list-img{
		margin: 0 10%;
	}
	.hdlineup-list-aside{
		padding: 5px;
	}
	.hdlineup-list-txt{
		font-size: .7rem;
		padding: 3px 0;
	}
	.hdlineup-list .size-xl{
		font-size: 1.5rem;
	}
	.hdlineup-list .size-l{
		font-size: 1rem;
	}
	.hdlineup-list .size-m{
		font-size: .7rem;
	}
	.hdlineup-list .size-s{
		font-size: .6rem;
	}
}
/* ==========	コンテンツ -SP end- ========== */


/* 固有class
------------------------------------------------- */

.quality0207box{
	max-width: 706px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.quality0301box{
	max-width: 944px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.quality0403box,
.quality0404box{
	max-width: 704px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.quality0505box{
	max-width: 704px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;		
}

.quality0506box{
	max-width: 684px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}

.quality0508box{
	margin-top: 40px;
	margin-left: -15px;
	margin-right: -15px;
}
.quality0508box li{
	padding: 0 15px;
}
.quality0508box .produce-bgttl,
.quality0508box .produce-small{
	margin-left: 15px;
	margin-right: 15px;
}
.quality0508box .produce-small{
	margin-bottom: 40px;
}
.quality0508box li .separate-img{
	margin-top: 40px;
	margin-bottom: 30px;
}
.quality0508box li .separate-txt{
	margin: 0;
}


.quality0509box,
.quality0509box02{
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 50px;
}
.quality0509box li,
.quality0509box02 li{
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #d9d9d9;
}
.quality0509box .produce-flex.vertical > :nth-child(2),
.quality0509box02 .produce-flex.vertical > :nth-child(2){
	flex-grow: 1;
}
.quality0509box li:last-of-type,
.quality0509box02 li:last-of-type,
.quality0509box li:nth-of-type(3n),
.quality0509box02 li:nth-of-type(3n){
	border-right-width: 0;
}

.quality0511box{
	margin-top: 30px;
}
.quality0511box li .separate-small{
	font-size: 1.4rem;
	font-weight: 900;
	color: #777;
}
.quality0511box li .separate-img{
	margin-top: 25px;
}



.quality0511box04	{
	position: relative;
}
.quality0511box04	li{
	position: relative;
}
.quality0511box04	ul{
	margin-top: 35px;
	margin-left: -15px;
	margin-right: -15px;
}
.quality0511box04 >	li:nth-of-type(2) ul{
	margin:15px 0 0;
}
.quality0511box04	ul li{
	padding: 0 15px;
	border-right: 1px solid #d9d9d9;
}
.quality0511box04	ul li:last-of-type{
	border-right-width: 0;
}
.quality0511box04 .quality0511box04-img{
	position: absolute;
	left: 0;
	right: 0;
	top: 24rem;
}
.quality0511box04 .quality0511box04-first{
	padding-bottom: 450px;
}
.quality0511box04 .quality0511box04-last{
	position: relative;
	z-index: 10;
}
.quality0511box04 .point-num{
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
}
.quality0511box04 .point-num01{
	left: 0;
	top: -220px;
	width: 320px;
	height: 295px;
	background: url(../images/img_quality_04_06_cursor01.png) left top no-repeat;
} 
.quality0511box04 .point-num02{
	left: 175px;
	left:-webkit-calc(50% - 370px);
	left:calc(50% - 370px);
	bottom: -57px;
	width: 237px;
	height: 246px;
	background: url(../images/img_quality_04_06_cursor03.png) left top no-repeat;
} 
.quality0511box04 .point-num03{
	left: 530px;
	left:-webkit-calc(50% - 20px);
	left:calc(50% - 20px);
	bottom: -57px;
	width: 37px;
	height: 147px;
	background: url(../images/img_quality_04_06_cursor04.png) left top no-repeat;
} 
.quality0511box04 .point-num04{
	left: 795px;
	left:-webkit-calc(50% + 245px);
	left:calc(50% + 245px);
	bottom: -57px;
	width: 130px;
	height: 252px;
	background: url(../images/img_quality_04_06_cursor02.png) left top no-repeat;
}


.quality0511box02{
	margin-left: -20px;
	margin-right: -20px;
}
.quality0511box02 li{
	padding: 0 20px;
	border-right: 1px solid #d9d9d9;
}
.quality0511box02	li:last-of-type{
	border-right-width: 0;
}
.quality0511box02 .produce-flex.vertical > :nth-child(3){
	flex-grow: 1;
}


.quality0511box03.produce-flex{
	margin-left: 80px;
	margin-right: 80px;
}
.quality0511box03.produce-flex li{
	width: 18%;
	max-width: 18%;
	flex-basis: 18%;
	margin: 0 1% 12px;
}

.soundBox0101{
	max-width: 860px;
	margin: 0 auto;
}

.sound0103box{
	margin-top: 70px;
	margin-left: -20px;
	margin-right: -20px;
}
.sound0103box li{
	padding: 0 20px 20px;
	border-right: 1px solid #d9d9d9;
}
.sound0103box	li:last-of-type{
	border-right-width: 0;
}

.sound0107box{
}
.sound0107box li.sound0107box-l{
	width: 45%;
	max-width: 45%;
	flex-basis: 45%;
	box-sizing: border-box;
}
.sound0107box li.sound0107box-c{
	width: 10%;
	max-width: 10%;
	flex-basis: 10%;
	align-self: center;
	box-sizing: border-box;
	padding: 0 20px;
}
.sound0107box li.sound0107box-r{
	width: 45%;
	max-width: 45%;
	flex-basis: 45%;
	box-sizing: border-box;
}

.sound0108box,
.sound0109box,
.sound0110box,
.sound0111box{
	max-width: 840px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}
.sound0108box li,
.sound0109box li,
.sound0110box li,
.sound0111box li{
	text-align: center;
}

.sound0201box{
	max-width: 840px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.sound0201box li{
	padding: 0 10px;
}
.sound0301box{
	margin-top: 0;
}
.sound0301box li{
	padding-right: 20px;
}
.sound0301box li > :nth-child(2){
	flex-grow: 1;
}
.sound0301box li .produce-img{
	width: 300px;
}




.design0101box {
	margin-top: 35px;
}
.design0101box-list{
	border-bottom: 1px solid #a0a0a0;
	background: right top no-repeat;
	font-size: 2.4rem;
	font-weight: 300;
	color: #777;
	box-sizing: border-box;
}
.design0101box-list:last-of-type{
	border-bottom-width: 0;
}
.design0101box-list01{
	background-image: url(../images/img_design_01_02.jpg);
	background-position: right bottom;
	min-height: 541px;
	padding: 200px 0 0 3%;
	padding-left: -webkit-calc(50% - 440px);
	padding-left: calc(50% - 440px);
}

/*--=============== M540X ===============--*/
.produce-flex.column2pc li.design0101box-inner.d01_left{
	max-width:100%;
	margin:0 0 54px;
	flex-basis: 43%;
}
.produce-flex.column2pc li.design0101box-inner.d01_left div{
	text-align: right;
}

.produce-flex.column2pc li.design0101box-inner.d01_left div img{
	vertical-align: bottom
}

.produce-flex.column2pc li.design0101box-inner.d01_right{
	max-width:100%;
	margin:0 0 54px;
	flex-basis: 57%;
}

.produce-flex.column2pc li.design0101box-inner.d01_right div{
	text-align: left
}
.produce-flex.column2pc li.design0101box-inner.d01_right div img{
	vertical-align: bottom
}
/*--=============== /M540X ===============--*/
.design0101box-list02{
	background-image: url(../images/img_design_01_03.jpg);
	background-position: 80% top;
	background-position: -webkit-calc(100% - 185px) bottom;
	background-position: calc(100% - 185px) bottom;
	min-height: 682px;
	padding: 295px 0 0 3%;
	padding-left: -webkit-calc(50% - 440px);
	padding-left: calc(50% - 440px);
}
.design0101box-list03{
	background-image: url(../images/img_design_01_04.jpg);
	min-height: 561px;
	padding: 270px 0 0 3%;
	padding-left: -webkit-calc(50% - 440px);
	padding-left: calc(50% - 440px);
}


.design0102img {
	border-bottom: 1px solid #898989;
}

.design0103box{
	max-width: 900px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	text-align: center;
}
.design0103box-l{
	width: 40%;
	max-width: 40%;
	flex-basis: 40%;
}
.design0103box-r{
	width: 60%;
	max-width: 60%;
	flex-basis: 60%;
	margin-top: 55px;
}

.design0201box{
	padding-top: 40px;
}
.design0201box-l{
	width: 70%;
	float: left;
	text-align: right;
}



.design0201box-r{
	width: 30%;
	float: right;
	padding-left: 20px;
	box-sizing: border-box;
	clear: right;
}


.design0203{
	max-width: 880px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.function0101.produce-logolist li{
	border-top:1px dotted #dedede;
}

.function0102.produce-logolist-r{
	width:75%;
}


.function0101.mgt-l{
	margin-top:75px;
}

.function0101.produce-annotation{
	margin-top:58px
}

.function0107box{
	margin-top: 60px;
	width: 100%;
}
.function0107box-l{
	float: left;
	width: 422px;
}
.function0107box-r{
	float: left;
	width: 678px;
	width: -webkit-calc(100% - 422px);
	width: calc(100% - 422px);
}

.function0201box{
	max-width: 778px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.function0201box-l{
	float: left;
	text-align: left;
	clear: none;
}
.function0201box-r{
	float: right;
	clear: none;
}

.function0202box{
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.function0302box{
	margin-top: 55px;
	margin-left: -20px;
	margin-right: -20px;
}
.function0302box li{
	padding: 0 20px;
	border-right: 1px solid #d9d9d9;
}
.function0302box	li:last-of-type{
	border-right-width: 0;	
}

.function0303box{
	margin-top: 65px;
	margin-left: -25px;
	margin-right: -25px;
}
.function0303box li{
	padding: 0 25px;
}
.function0305box li{
	padding: 0 25px;
	border-right: 1px solid #d9d9d9;
}
.function0303box	li:last-of-type,
.function0305box	li:last-of-type{
	border-right-width: 0;	
}
.function0303box li :nth-child(2),
.function0305box li :nth-child(2){
	flex-grow: 1;
}
.function0303box li .produce-img,
.function0305box li .produce-img{
	text-align: left;
}
.function0303box.produce-table{
	padding: 0 110px;
}
@media screen and (max-width: 640px){
	.function0303box.produce-table{
		padding: 0;
	}
}

.comfortable0304box{
	margin-top: 60px;
	margin-left: -25px;
	margin-right: -25px;
}
.function0304box li{
	padding: 0 25px;
	border-right: 1px solid #d9d9d9;
}
.function0304box li:last-of-type{
	border-right-width: 0;
}


.produce-txt.function0304box{
	margin-bottom: 90px;
}


.produce-txt.change-size{
	font-size: 1.4vw;
}

@media screen and (min-width: 1200px){
	.produce-txt.change-size{
		font-size: 1.6rem;
	}
}



.function0404box{
	padding-left: 10%;
}
.function0404box-l{
	float: left;
	clear: left;
	margin-top: 20px;
	width: 23%;
	box-sizing: border-box;
}
.function0404box-r{
	float: left;
	padding-left: 2%;
	font-size: 1.4rem;
	font-weight: 300;
	color: #535353;
	margin-top: 20px;
	width: 77%;
	box-sizing: border-box;
}

.function0407box{
	max-width: 323px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.function0410box{
	margin-left: -20px;
	margin-right: -20px;
}
.function0410box li{
	padding: 0 20px;
	border-right: 1px solid #d9d9d9;
}
.function0410box li:last-of-type{
	border-right-width: 0;
}

.function0414box{
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
}
.function0414box li{
	padding: 0 20px;
}

.comfortable0401box {
	margin-top: 45px;
}
.comfortable0403box.produce-img{
	margin:0 0 70px;
}
.comfortable0404.produce-icon li{
	vertical-align: bottom;
}

.table-box td.align-l{
	text-align: left;
	padding:0 5px 0 22px;
}


.rec0101box{
	margin-left: -10px;
	margin-right: -10px;
}
.rec0101box li{
	width: 30%;
	max-width: 30%;
	flex-basis: 30%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
}
.rec0101box-ttl{
	font-size: 1.4rem;
	font-weight: bold;
	color: #777;
	text-align: center;
}
.rec0101box-ttl span{
	text-align: left;
	display: inline-block;
}
.rec0101box li .produce-img{
	margin-top: 5px;
}


.rec0102box {
	margin-top: 25px;
}
.rec0102box li{
	padding: 0 10px;
}


.rec0103box{
	max-width: 729px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}

.rec0103box02{
	margin-left: -25px;
	margin-right: -25px;
}
.rec0103box02 li{
	padding: 0 25px 20px;
}
.rec0103box02 .produce-ssmall p {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
}

.rec0103box03{
	margin-top: 30px;
}
.rec0103box03 li{
	padding: 0 20px 20px;
	border-right: 1px solid #d9d9d9;
}
.rec0103box03 li:last-of-type{
	border-right-width: 0;
}

.rec0103box04{
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}

.rec0103box05{
	max-width: 625px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}
.rec0103box05-l{
	float: left;
	width: 54%;
	background: url(../../z810x/images/img_recording_01_21.png) right 80px no-repeat;
}
.rec0103box05-r{
	float: right;
	width: 40%;
}

.rec0103box06{
	max-width: 625px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
	position: relative;
}
.rec0103box06-img{
	width: 46%;
	position: absolute;
	left: 0;
	top: 0;
}
.rec0103box06-r{
	margin-left: 48%;
}




.rec0104box{
	margin-left: 32%;
}
.rec0104box02{
	max-width: 625px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}

.rec0104box03{
	margin-top: 10px;
}
.rec0104box03-l{
	float: left;
	width: 290px;
	position: relative;
}
.rec0104box03-iblock{
	display: inline-block;
	text-align: left;
}
.rec0104box03-arw01:after{
	content: "";
	background: url(../images/img_recording_01_30.png) left top no-repeat;
	width: 330px;
	height: 138px;
	position: absolute;
	left: 5px;
	bottom: -45px;
}
.rec0104box03-arw02:after{
	content: "";
	background: url(../images/img_recording_01_33.png) left top no-repeat;
	width: 129px;
	height: 28px;
	position: absolute;
	left: 205px;
	bottom: 75px;
	display: block;
}
.rec0104box03-r{
	float: right;
	width: 290px;
	padding-top: 11px;
}
.rec0104box03-r .produce-small img{
	vertical-align: baseline;
	padding: 0 1px;
}

.rec0104box03 a{
	position: relative;
	display: block;
}


.rec0105box{
	max-width: 950px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.rec0105box li{
	padding: 0 30px;
	text-align: center;
}

.rec0105box02{
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;	
}
.rec0105box02-l{
	float: left;
}
.rec0105box02-r{
	float: right;
}
.rec0105box02-inner{
	padding-left: 40px;
	padding-right: 40px;
}
.rec01-icon li{
	vertical-align:middle;
}

.rec0201box{
	margin-top: 50px;
	text-align: center;
}
.rec0201box-inner-l,
.rec0201box-inner-r{
	display: inline-block;
}
.rec0201box-inner-l{
	width: 24%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.rec0201box-inner-r{
	width: 64%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 10px;
}
.rec0201box-inner-img{
	text-align: center;
}

.rec0201box02{
	margin-left: -15px;
	margin-right: -15px;
}
.rec0201box02 li{
	padding: 0 15px;
}

.rec0201box02{
	
}
.rec0201box02-ttl{
	font-size: 1.6rem;
	font-weight: bold;
	color: #777;
	padding: 10px 0 10px 50px;
	position: relative;
}
.rec0201box02-num{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1.6rem;
	height: 3.4rem;
	color:#fff;
	background-color: #72cff4;
	border-radius: 50%;
	padding: 4px 12px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
}

.rec0201box02-img{
	text-align: center;
	margin-top: 10px;
}


.rec02-icon li{
	margin-right: 12px;
	vertical-align: bottom;
}

.rec02-table, .rec02-table th, .rec02-table td{
	border: 1px solid #c4c4c4;
	border-collapse: collapse;
	color:#777;
	font-size: 16px;
	font-weight: 300;
	text-align: center
}
.rec02-table td.bg-ed.align-l{
	text-align: left;
	padding-left:20px;
}


.rec02-table td,.rec02-table th {
	padding: 3px;
	width: 178px;
	height: 25px;
}
.rec02-table{
	margin-top: 26px;
}
.rec02-table td.x2,.rec02-table th.x2 {
	width: 356px;
}

.rec02-tableth {
	background: #f0e6cc;
}

.rec02-table.no-border, .rec02-table th.no-border, .rec02-table td.no-border{
	border:none;
}
td.bg-a3,th.bg-a3{
	background-color:#a3a3a3;
	color:#fff;
}
td.bg-ed,th.bg-ed{
	background-color:#ededed;
	color:#777;
	
}


.rec0301box{
	max-width: 704px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;	
}


.rec0311box{
	margin-top: 25px;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cacaca;
}
.rec0311box li{
	padding: 0 20px;
	border-right: 1px solid #d9d9d9;
	margin-bottom: 45px;
}
.rec0311box li:nth-of-type(3n){
	border-right-width: 0;
}

.rec03box.produce-img{
	display: inline-block;
}

.rec03-subttl{
	margin:36px 0 42px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #777;
	text-align: center;
	height: 2px;
}
.rec03-subttl span{
	background-color: #fff;
	display: inline-block;
	margin-top: 3rem;
	padding: 0 4px;
}
.rec03-txt{
	font-size:1.8rem;
	font-weight: 300;
}

.rec03-txt.clr-yellow{
	color:#92844a;
}

.rec03-txt.clr-purple{
	color:#971165;
}

.rec03-txt.clr-blue{
	color:#007bcd;
}

.rec03-flex{
	margin:42px 0 24px;
	display: flex;
	flex:1 1 auto;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 100%;
}

.rec03-flex-item{
	margin:0 30px;
	flex: 1 1 30%;
}
.rec03-box.img-item.mgt-l{
	margin:48px 0 0 0;
}
.rec03-box.produce-border{
	padding:20px 35px;
}
.rec03-box .produce-icon{
	display: inline-block;
	width: 15%;
	margin:7px 0;
}
.rec03-box .produce-annotation-list{
	display:inline-block;
	width: 75%;
	margin:2px 0 0;
}

.rec03-box.produce-annotation.icon-blank{
	padding-left:34px;
}
/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {

	
	.quality0207box{
		max-width: 706px;
		margin-top: 45px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.quality0301box{
		max-width: 944px;
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.quality0403box{
		max-width: none;
		margin-top: 25px;
	}
	.quality0403box li{
		margin-top: 20px;
		text-align: center;
	}
	.quality0403box li:first-of-type{
		margin-top: 0;
	}

	.quality0404box ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.quality0404box li{
		padding: 0 5px;
		text-align: center;
	}
	
	.quality0505box{
		max-width: 704px;
		margin-top: 45px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;		
	}

	.quality0506box{
		max-width: 684px;
		margin-top: 35px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}

	.quality0508box{
		margin-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.quality0508box li{
		padding-left: 10px;
		padding-right: 10px;
	}
	.quality0508box .produce-bgttl,
	.quality0508box .produce-small{
		margin-left: 10px;
		margin-right: 10px;
	}
	.quality0508box .produce-small{
		margin-bottom: 20px;
	}
	.quality0508box li .separate-img{
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.quality0508box li .separate-txt{
		margin: 0;
	}


	.quality0509box{
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.quality0509box li{
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
		border-right-width: 0;
	}
	.quality0509box02{
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
	.quality0509box02 li{
		margin-top: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.quality0509box02 li:nth-of-type(1n){
		border-right-width: 0;
	}
	.quality0509box02 li img{
		zoom:.5;
	}

	.quality0511box{
		margin-top: 12px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.quality0511box li{
		padding: 0 10px;
	}
	.quality0511box li .separate-small{
		font-size: 1rem;
		text-align: left;
	}
	.quality0511box li .separate-img{
		margin-top: 8px;
	}



	.quality0511box04	{
	}
	.quality0511box04	li{
		position: relative;
	}
	.quality0511box04	ul{
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.quality0511box04 >	li:nth-of-type(2) ul{
		margin:0;
	}
	.quality0511box04	ul li{
		padding: 0 0 10px;
		border-right-width: 0;
	}
	.quality0511box04 li .produce-ttl{
		font-size: 1rem;
		font-weight: bold;
		color: #777;
	}
	.quality0511box04 .quality0511box04-img{
		position: static;
	}
	.quality0511box04 .quality0511box04-first {
		padding-bottom: 0;
	}
	.quality0511box04 .quality0511box04-first li{
		border-bottom: 1px solid #d9d9d9;
	}
	.quality0511box04 .quality0511box04-first li:last-of-type{
		border-bottom-width: 0;
	}
	.quality0511box04 .point-num{
		text-indent: 0;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		background: #fff;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		border: 2px solid #1297a1;
		color: #1297a1;
	}
	.quality0511box04 .point-num01{
		left: 2%;
		top: 15px;
		top: 7vw;
	}
	.quality0511box04 .point-num02{
		left: 20%;
		top: 80px;
		top: 33vw;
	}
	.quality0511box04 .point-num03{
		left: auto;
		right: 25%;
		top: 127px;
		top: 48vw;
	}
	.quality0511box04 .point-num04{
		left: auto;
		right: 3%;
		top: 80px;
		top: 33vw;
	}
	.quality0511box04 .quality0511box04-spttl01,
	.quality0511box04 .quality0511box04-spttl02,
	.quality0511box04 .quality0511box04-spttl03,
	.quality0511box04 .quality0511box04-spttl04{
		text-align: left;
		color: #1297a1;
		background: none;
		position: relative;
		margin-top: 20px;
		padding: 10px 0 10px 40px;
		font-size: 1.2rem;
	}
	.quality0511box04 .quality0511box04-spttl01:before,
	.quality0511box04 .quality0511box04-spttl02:before,
	.quality0511box04 .quality0511box04-spttl03:before,
	.quality0511box04 .quality0511box04-spttl04:before{
		content: "1";
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		background: #fff;
		border-radius: 50%;
		width: 35px;
		height: 35px;
		border: 2px solid #1297a1;
		color: #1297a1;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}
	.quality0511box04 .quality0511box04-spttl02:before{
		content: "2";
	}
	.quality0511box04 .quality0511box04-spttl03:before{
		content: "3";
	}
	.quality0511box04 .quality0511box04-spttl04:before{
		content: "4";
	}


	.quality0511box02{
		margin-left: 0;
		margin-right: 0;
	}
	.quality0511box02 li{
		padding: 0;
		border-right-width: 0;
		border-bottom-width: 1px solid #d9d9d9;
	}
	.quality0511box02	li:last-of-type{
		border-bottom-width: 0;
	}
	.quality0511box02-imgwrap{
		width: 225px;
		margin: 0 auto;
	}
	.quality0511box02-imgwrap .produce-img{
		width: 50%;
		max-width: 50%;
		flex: 0 1 50%;
		float: left;
		box-sizing: border-box;
		padding: 0 8px;
	}


	.quality0511box03.produce-flex{
		margin-left: 0;
		margin-right: 0;
	}
	.quality0511box03.produce-flex li{
		width: 31%;
		max-width: 31%;
		flex-basis: 31%;
		display: table;
	}
	.quality0511box03.produce-flex li p{
		display: table-cell;
		vertical-align: middle;
		height: 3rem;
	}


	.sound0103box{
		margin-top: 35px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.sound0103box li{
		padding: 20px 10px;
		border-right-width: 0;
		border-top: 1px dotted #d9d9d9;
	}

	
	.sound0107box{
	}
	.sound0107box li.sound0107box-l{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.sound0107box li.sound0107box-c{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 10px;
	}
	.sound0107box li.sound0107box-c img{
		zoom:.5;
	}
	.sound0107box li.sound0107box-r{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 10px;
	}
	

	.sound0108box,
	.sound0109box,
	.sound0110box,
	.sound0111box{
		max-width: 840px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}
	.sound0108box li,
	.sound0109box li,
	.sound0110box li,
	.sound0111box li{
		text-align: center;
	}

	.sound0201box{
		max-width: 100%;
		margin-top: 20px;
	}
	.sound0201box li{
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 20px;
	}
	.sound0201box .sound0201box-wrap{
		text-align: center;
	}
	.sound0201box .sound0201box-inner{
		text-align: left;
		display: inline-block;
	}
	
	.sound0301box{
		margin-top: 0;
	}
	.sound0301box li{
		margin-top: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.sound0301box li .produce-img{
		width: auto;
	}


	.design0101box {
		margin-top: 15px;
	}
	.design0101box-list{
		font-size: 1.2rem;
	}
	.design0101box-list01{
		background-image: url(../images/img_design_01_02.jpg);
		background-size: 200px auto;
		min-height: 200px;
		padding: 90px 0 0 20px;
	}
	.design0101box-list02{
		background-image: url(../images/img_design_01_03.jpg);
		background-size: 90px auto;
		background-position: 90% top;
		background-position: -webkit-calc(100% - 35px) bottom;
		background-position: calc(100% - 35px) bottom;
		min-height: 350px;
		padding: 135px 0 0 20px;
	}
	.design0101box-list03{
		background-image: url(../images/img_design_01_04.jpg);
		background-size: 185px auto;
		min-height: 185px;
		padding: 75px 0 0 20px;
	}

	.design0103box{
		margin-top: 15px;
	}
	.design0103box-l{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	.design0103box-r{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		margin-top: 20px;
	}

	.design0201box{
		padding-top: 10px;
	}
	.design0201box-l{
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.design0201box-r{
		width: 100%;
		float: left;
		padding-left: 0;
		clear: none;
	}


	.design0203{
		margin-top: 20px;
	}


	.function0107box{
		margin-top: 10px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.function0107box-l{
		float: none;
		width: 100%;
		text-align: center;
	}
	.function0107box-r{
		float: none;
		width: 100%;
	}

	.function0201box{
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.function0201box-l{
		float: none;
		text-align: left;
		clear: both;
		max-width: 170px;
		margin: 25px auto 0;
	}
	.function0201box-r{
		float: none;
		clear: both;
	}
	.function0107box-r img{
		width: 47px;
	}
	
	.function0202box{
		max-width: 624px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.function0202box02{
		max-width: 170px;		
	}
	.function0202box03{
		margin-top: 0;
	}
	
	.comfortable0302box-ttl{
		margin-top: 15px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.function0302box{
		margin: 0;
	}
	.function0302box li{
		padding: 15px 0 25px;
		border-right-width: 0;
		border-bottom: 1px solid #d9d9d9;
	}
	.function0302box li:last-of-type{
		border-bottom-width: 0;
		padding-bottom: 0;
	}
	
	.function0303box{
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
	}
	.function0303box li{
		padding: 15px 0;
		margin: 0;
		border-right-width: 0;
		border-bottom: 1px solid #d9d9d9;
	}
	.function0303box	li:last-of-type{
		border-bottom-width: 0;	
		padding-bottom: 0;
	}

	.function0304box{
		margin-top: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	.function0304box li{
		padding: 15px 0 ;
		border-right-width: 0;
	}
	
	.function0305box{
		margin-top: 25px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.function0305box li{
		padding: 0 0 15px;
		margin: 0;
		border-right-width: 0;
		border-bottom: 1px solid #d9d9d9;
	}
	.function0305box	li:last-of-type{
		border-bottom-width: 0;	
	}
	
	
	
	.function0403box{
		border-width: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.function0404box{
		padding-left: 0;
	}
	.function0404box-l{
		margin-top: 10px;
		width: 100%;
		text-align: center;
		float: none;
	}
	.function0404box-r{
		float: none;
		padding-left: 0;
		font-size: 1.4rem;
		margin-top: 10px;
		width: 100%;
	}

	.function0407box{
		max-width: 323px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.function0410box{
		margin-left: 0;
		margin-right: 0;
	}
	.function0410box li{
		padding: 0;
		border-right-width: 0;
	}
	
	.function0414box{
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.function0414box li{
		padding: 0;
		margin-top: 20px;
	}
	.function0414box .produce-txt{
		margin-top: 10px;
	}
	
	


	.rec0101box{
		margin-left: -10px;
		margin-right: -10px;
	}
	.rec0101box li{
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		text-align: left;
		display: table;
		table-layout: fixed;
		padding: 0 10px 10px;
		box-sizing: border-box;
	}
	.rec0101box-ttl{
		font-size: 1rem;
		display: table-cell;
		width: 50%;
		box-sizing: border-box;
		padding-right: 10px;
		vertical-align: middle;
		text-align: left;
	}
	.rec0101box-ttl span{
		text-align: left;
		display: inline-block;
	}
	.rec0101box li .produce-img{
		margin-top: 0;
		display: table-cell;
		width: 50%;
	}


	.rec0102box {
		margin-top: 15px;
	}
	.rec0102box li{
		padding: 0;
	}
	.rec0102box	.rec0102box-img{
		padding: 15px 0;
		text-align: center;
	}


	.rec0103box{
		max-width: 729px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}

	.rec0103box02{
		margin-left: -15px;
		margin-right: -15px;
	}
	.rec0103box02 li{
		padding: 0 15px 15px;
	}
	.rec0103box02 .produce-ssmall p {
		padding-left: 1.2rem;
		text-indent: -1.2rem;
	}

	.rec0103box03{
		margin: 15px -10px 0;
	}
	.rec0103box03 li{
		padding: 0 10px 10px;
	}
	.rec0103box03 .produce-img{
		margin-top: 10px;
	}

	.rec0103box04{
		max-width: 625px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}
	.rec0103box04 .produce-clrttl{
		margin-top: 20px;
	}

	.rec0103box05{
		max-width: none;
		margin-top: 23px;	
	}
	.rec0103box05-l{
		background-position: right 40px;
		background-size: 20px 23px;
	}
	.rec0103box05-r{
		float: right;
		width: 40%;
	}
	.rec0103box05 .btn-clr{
		margin-right: 15px;
		margin-right: 8vw;
		min-width: 100px;
		max-width: none;
	}

	.rec0103box06{
		max-width: none;
		margin-top: 23px;
	}
	.rec0103box06-img{
		width: 146px;
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 12px;
	}
	.rec0103box06-r{
		margin-left: 0;
	}
	.rec0103box06 .btn-clr{
		margin-right: 15px;
		margin-right: 8vw;
		min-width: 100px;
		max-width: none;
	}




	.rec0104box{
		margin-top: 20px;
		margin-left: 0;
	}
	
	.rec0104box02{
		max-width: 625px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}

	.rec0104box03{
		margin-top: 10px;
	}
	.rec0104box03-l{
		float: left;
		width: auto;
		max-width: 50%;
		padding-right: 2%;
		box-sizing: border-box;
	}
	.rec0104box03-iblock{
		font-size: 1rem;
	}
	.rec0104box03-arw01:after{
		content: "";
		background: url(../images/img_recording_01_30.png) left top no-repeat;
		background-size: contain;
		width: 106%;
		height: 138px;
		left: 1.7%;
		bottom: -58%;
		bottom: -webkit-calc(50% - 132px);
		bottom: calc(50% - 132px);
	}
	.rec0104box03-arw02:after{
		content: "";
		background: url(../images/img_recording_01_33.png) left top no-repeat;
		background-size: contain;
		width: 37%;
		height: 21px;
		left: 72%;
		bottom: -46%;
		bottom: -webkit-calc(49% - 6px);
		bottom: calc(49% - 6px);
	}
	.rec0104box03-r{
		float: right;
		width: auto;
		max-width: 50%;
		padding-left: 2%;
		padding-top: 11px;
		box-sizing: border-box;
	}
	.rec0104box03-r .produce-small{
		margin-top: 5px;
	}
	.rec0104box03-r .produce-small img{
		zoom:.8;
	}
	.rec0104box03 a{
	}



	.rec0105box{
		max-width: none;
		margin-top: 10px;
	}
	.rec0105box li{
		padding: 0 15px;
	}

	.rec0105box02{
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;	
	}
	.rec0105box02-l{
		width: 40%;
		font-size: 1rem;
	}
	.rec0105box02-r{
		width: 80%;
		margin-top: -10%;
	}
	.rec0105box02-inner{
		padding-left: 0;
		padding-right: 0;
	}
	.rec0105box02-inner .table-box{
		table-layout: auto;
	}


	.rec0201box{
		margin-top: 15px;
		position: relative;
	}
	.rec0201box-inner-l{
		width: 100%;
		padding: 45px 10px 0 45%;
		min-height: 320px;
		min-height: 54vw;
		box-sizing: border-box;
	}
	.rec0201box-inner-r{
		width: 100%;
		text-align: center;
		padding: 0 10px;
	}
	.rec0201box-inner-l .rec0201box-inner-img{
		position: absolute;
		left: 10px;
		top: 0;
		width: 40%;
	}

	.rec0201box02{
		margin-left: 0;
		margin-right: 0;
	}
	.rec0201box02 li{
		padding: 15px 0 0;
	}
	
	.rec0201box02-ttl{
		font-size: 1rem;
		padding: 5px 0 5px 25px;
	}
	.rec0201box02-num{
		padding: 2px 6px;
		font-size: 1.5rem;
		height: 1.8rem;
		width: .9rem;
	}
	.rec0201box02-img{
		margin-top: 5px;
	}
	.rec0201box02-img img{
		zoom:.5;
	}


	.rec0301box{
		max-width: 704px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;	
	}
	.rec0301box .btn-clr{
		margin-right: 15px;
		margin-right: 8vw;
		min-width: 100px;
		max-width: none;
	}


	.rec0311box{
		margin-top: 10px;
		margin-left: 0;
		margin-right: 0;
		border-bottom-width: 0;
	}
	.rec0311box li{
		padding: 10px 0;
		border-right-width: 0;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 0;
	}
	.rec0311box li:last-of-type{
		border-bottom-width: 0;
	}
	
	.rec03-subttl{
		font-size: 1.2rem;
		margin: 10px 0;
		text-align: center;
		height: auto;
	}
	.rec03-subttl span{
		display: block;
		width: 80%;
		margin: auto;
		margin-top: 20px;
	}
	.rec03-border{
		border-width: 0;
		padding: 0;
		margin: 0;
	}
	.rec03-flex{
		margin:20px 0 12px;
		display: flex;
		flex:1 1 auto;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: flex-start;
	}

	.rec03-flex-item{
		flex: 0 1 100px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		margin:0 0 10px;
		width: 100%;
	}
	.rec03-flex-item .rec03-flex-item:last-of-type{
		margin-bottom: 0;
	}
	.rec03-flex-item .img-item{
		flex: 0 0 165px;
		padding-right: 15px;
		box-sizing: border-box;
		max-width: 150px;
	}
	.rec03-flex-item .rec03-txt{
		flex: 1 1 auto;
		text-align: left;
		font-size: 1.2rem;
	}
}
/* ==========	コンテンツ -SP end- ========== */




/* =================================================

	TOP
	
================================================= */
#top .is-tophide{
	display: none;
}

#top .label-new{
	background: #d80930;
	font-size: 1.4rem;
	font-weight: 300;
	color: #fff;
	margin-left: 10px;
	margin-bottom: 2px;
	display: inline-block;
	padding: 1px 5px 2px;
	vertical-align:middle;
	position: absolute;
	top:-18px;
	left:-8px;
}

#top .list-wrap a,
#top .list-wrap {
	transition: box-shadow 0.5s ease;
}

#top .produce-wrap {
	margin-top:50px;
}
#top .series-head-block {
	border:0;
}
#top .series-head-ttl{
	opacity: 0;
	transition: opacity .4s ease;
}
#top .series-head-new {
	display:none;
}
#top .fix .series-head-ttl{
	opacity: 1;
}
#top .series-head-img {
	width: 58%;
}
#top .series-head-txt {
	display:inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	color: #333333;
	clear: both;
	margin-left:20px;
	vertical-align: super;
	padding-right: 10px;
}

.produce-mv_inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.produce-mv_inner_wrap{
	max-width: 24%;
	flex: 0 1 24%;
	margin-bottom: 200px;
	padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
	.produce-mv_inner_wrap{
		margin-bottom: 100px;
	}
}
.produce-mv_inner_wrap a{
	display: block;
}
.produce-mv_inner_wrap_item{
	position: relative;
}

.produce-mv_inner_wrap_item_img{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.produce-mv_inner_wrap_item_img{
		max-height: 260px;
		overflow: hidden;
	}
}

.produce-mv_inner_wrap_item_img img{
	width: 100%;
	transition: transform .3s ease;
}
.produce-mv_inner_wrap_item_txt{
	width: calc(100% - 20px);
	min-height: 260px;
	margin:0 auto;
	padding: 30px 20px;
	background: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	transition: box-shadow .4s ease, background .3s ease;
}

.produce-mv_inner_wrap_item_txt::after{
	content: '';
	width: 50%;
	height: 100%;
	display: block;
	background: rgba(0,0,0, 0);
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 1px 90px 50px rgba(0,0,0,0.3)
}



.produce-mv_inner_wrap_item_txt_head{
	line-height: 1.2;
	color: #ba8a17;
	font-size: 2.4rem;
}
.produce-mv_inner_wrap_item_txt_body{
	margin-top: 28px;
	line-height: 1.75;
	color: #333333;
	font-size: 1.6rem;
}



#top .main-img {
	background:#f9f9f9;
}


#top .main-img li.main-img-l {
	position:relative;
	width: 61.67%;
	max-width: 61.67%;
	flex-basis: 61.67%;
	background: #cedcd4
}
#top .main-img li.main-img-l ul.main-img-l-icon li{
	flex:1 1 auto;
	width: auto;
	max-width: 100%;
	margin-right: 10px;
}
#top .main-img li.main-img-l ul li img{
	width: auto;
	height: auto;
}
#top .main-img li.main-img-l ul li.long img{
	width: 140px;
	height: auto;
}

#top .main-img li.main-img-r {
	width: 38.33%;
	max-width: 38.33%;
	flex-basis: 38.33%;
	text-align:center;
}

#top .main-img li.main-img-l ul{
	display: flex;
	flex:1 1 auto;
	position: absolute;
	top: 32px;
	left: auto;
	right: 0;
}

#top .main-img li.main-img-l .img-ttl {
	position:absolute;
	top: 140px;
	right: 0px;
	font-size:2rem;
	color:#fff;
}
#top .main-img li.main-img-l .img-item .img-item-icon {
	position: absolute;
	left: 480px;
	bottom: 85px;
}

#top .main-img li.main-img-l .img-item .img-item-icon2 {
	position: absolute;
	left: 550px;	
	bottom: 85px;
}

#top .main-img li.main-img-l .img-item .img-item-icon3 {
	position: absolute;
	left: 190px;	
	bottom: 24px;
}

#top .main-img-r .img-ttl p{
	margin-top:10px;
	font-size:6.5rem;
	color:#ba8a17;
	line-height: 1;
}
#top .main-img li.main-img-r .img-ttl small {
	font-size:3.0rem;
	margin-left:10px;
	display: inline-block;
	vertical-align: baseline;
	position: relative;
}
#top .main-img li.main-img-r .img-txt {
	margin-top:5px;
	font-size:2.4rem;
	color:#fff;
}
#top .main-img li.main-img-r .img-item {
	margin-top:20px;
	padding-bottom: 20px;
	position: relative;
}
#top .main-img li.main-img-r .img-item img {
    width: auto;
}
#top .img-ttl p{
	color:#333;
	font-size:1.8rem;
}
#top .img-ttl p.release{margin-top: 20px;
	font-size: 1.6rem;
	color: #333;
}
#top .img-note{
	padding:0;
	color:#333;
	font-size:1.2rem;
	position: absolute;
	left:8px;
	right: 8px;
	bottom:8px;
}
#top .img-txt p{
	color:#333;
	font-size:2.0rem;
}
#top .main-img-container{
	display: flex;
	flex: 1 1 auto;
}

@media screen and (min-width:961px) and (max-width:1200px) {
	#top .main-img li.main-img-l ul.main-img-l-icon{
		top:16px;
	}
	
	#top .main-img li.main-img-r .img-ttl {
		font-size:6vw;
	}
	#top .main-img li.main-img-r .img-ttl small {
		font-size:3.3vw;
	}
	#top .main-img li.main-img-r .img-txt {
    font-size: 1.8vw;
	}
	#top .main-img-r .img-ttl p{
		margin-top: 0;
	}
	#top .label-new {
    font-size: 1rem;
	}
	#top .img-note{
		font-size: 1rem;
	}
	#top .img-ttl p{
	font-size:1.5rem;
	}
	
}

@media screen and (min-width:641px) and (max-width:960px) {
	#top .main-img li.main-img-l ul{
		top:10px;
	}
	
	#top .main-img li.main-img-r .img-ttl {
		font-size: 5.9rem;
	}
	#top .main-img li.main-img-r .img-ttl small {
		font-size: 3.2rem;
	}
	#top .main-img li.main-img-r .img-txt {
		font-size: 1.8rem;
	}
	#top .main-img-r .img-ttl p{
		margin-top: 0;
	}
	#top .label-new {
    font-size: 1rem;
	}
	#top .img-note{
		font-size: 1rem;
	}
	#top .img-ttl p{
		font-size:1.4rem;
	}
}
@media screen and (max-width:640px) {

	.produce-mv_inner{
		display: block;
	}
	.produce-mv_inner_wrap{
		padding-bottom: 120px;
    margin-bottom: 60px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.produce-mv_inner_wrap_item_txt{
		height:170px;
		min-height: auto;
		padding: 20px 20px;
		bottom: -120px;
	}
	.produce-mv_inner_wrap_item_txt_head{
		font-size: 1.8rem;
	}
	.produce-mv_inner_wrap_item_txt_body{
		margin-top: 16px;
		font-size: 1.4rem;
	}
	.is-hideSp{
		display: none;
	}
	.main-img-l {
		min-height: 200px;
	}
	.main-img-l .img-item {
		width: 80%;
	}
	
	#top .main-img .produce-flex {
		margin: 0;
	}
	#top .main-img li.main-img-l {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	#top .main-img li.main-img-l ul.main-img-l-icon{
		top:10px;
		right:10px;
		left: auto;
	}
	#top .main-img li.main-img-l ul.main-img-l-icon li{
		margin-right: 5px;
	}
	#top .main-img li.main-img-l ul.main-img-l-icon li img{
		width: 60px;
	}
	#top .main-img li.main-img-l ul.main-img-l-icon li.long img{
		width: 80px;
	}
	#top .main-img li.main-img-l .img-ttl {
		top:17vw;
	}
	#top .main-img li.main-img-l .img-ttl p{
		top: 0;
    left: 0;
		font-size: 3vw;
	}
	
	#top .main-img li.main-img-l .img-item .img-item-icon {
		position: absolute;
		left: 195px;
		bottom: 40px;
		width: 30px;
	}
	
#top .main-img li.main-img-l .img-item .img-item-icon2 {
		position: absolute;
		left: 270px;
		bottom: 40px;
		width: 30px;
	}

#top .main-img li.main-img-l .img-item .img-item-icon3 {
		position: absolute;
		left: 80px;
		bottom: 70px;
		width: 30px;
	}
	
	
	#top .main-img li.main-img-r .img-item {
    margin-top: 4%;
	}
	#top .label-new {
    font-size: 1.4rem;
    font-size: 2.5vw;
	}
	#top .main-img li.main-img-r {
		padding-bottom:13px;
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		text-align:center;
	}
	#top .main-img li.main-img-r img {
		max-width:396px;
		width:64%;
	}
	#top .img-note{
		font-size: 1rem;
	}
}


#top .produce-ttl {
	margin-bottom:10px;
	font-size:4rem;
	color:#898989;
}
#top .produce-sub {
	margin:0;
	font-size:2rem;
	color:#333333;
}
#top .list-img{
	margin-bottom:5px;
}
#top .list-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	margin-bottom:10px;
}

#top .box01 {
	border-bottom-width: 0;
}
#top .box01 ul {
	margin:30px -10px -15px;
}
#top .box01 li {
	display: flex;
	width: 100%;
	padding: 0 10px 15px;
}
#top .box01 li a {
	display: flex;
	width: 100%;
	padding: 20px;
	transition: all .4s ease;
	background-color: #f5f5f5;
}

#top .box01 li a .list-unit {
	flex: 0 0 60%;
	max-width: 60%;
	padding-left: 20px;
	box-sizing: border-box;
}


#top .box01 li a .list-img {
	flex: 0 0 40%;
}

#top .list-img {
	margin-bottom: 5px;
}

#top .list-ttl {
	font-size: 1.8rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}

#top .box01 li a .list-txt {
	font-size: 1.6rem;
	font-weight: 300;
	color: #333;
}


#top .box01 a:hover {
	opacity: 1;
	background-color: #fff;
	box-shadow: inset 0 0 0 10px #d6d6d6;
}
#top .box02 {
	margin-top: 0;
}
#top .box02 .list-wrap a{
	display:block;
}
#top .box02 .list-wrap a:hover {
	box-shadow: inset 0 0 0 10px #d6d6d6;
	opacity: 1;
}
#top .box02 .produce-top-block {
	position:relative;
	margin: 0;
	padding:10px 20px 10px 50.5%;
	min-height: 33rem;
	border-top:solid 2px #b5b5b5;
}
#top .box02 .produce-ttl {
	font-size:2.4rem;
	color:#333;
}
#top .box02 .list-img{
	position: absolute;
	top: 40px;
	bottom: 0;
	left:20px;
	margin: auto;
	margin-bottom: 0;
	width: 45%;
}
#top .box02 .list-img .produce-annotation{
	font-size: .9rem;
}
#top .box02 .list-tag {
	margin-bottom: 45px;
}
#top .box02 .list-tag li{
	padding:0 15px 0 0;
}
#top .box02 .list-tag a {
	display: block;
	border:solid 3px #b5b5b5;
	padding:10px;
	width: 100%;
	color:#333;
	font-size:1.8rem;
	font-weight: 300;
	box-sizing: border-box;
}
#top .box02 .list-tag a:hover {
	box-shadow: inset 0 0 0 5px #d6d6d6;
}
#top .box02 .list-ttl {
	display:block;
	margin-top:12px;
	margin-bottom:20px;
}
#top .list-txt {
	font-size: 1.6rem;
	font-weight: 300;
	color: #333;
	margin-bottom:30px;
}

#top .box03 {
	margin-top:70px;
}
#top .box03 .produce-sub {
	margin-bottom: 20px;
}
#top .box03 .list-txt {
	font-size:2rem;
	color:#2a80b9;
	font-weight:bold;
}
#top .box03 .list-wrap {
	border:solid 1px #d6d6d6;
	margin-top: 20px;
}
#top .box03 .list-wrap:hover {
	box-shadow: inset 0 0 0 10px #d6d6d6;
}
#top .box03 .list-wrap a:hover {
	opacity: 1;
}
#top .box03 .list-wrap ul li {
	padding:20px;
}
#top .box03 .produce-flex ul li {
	min-height:20rem;
	padding:20px;
}
#top .box03 .produce-flex li:nth-of-type(1) {
	width: 66.038%;
	max-width: 66.038%;
	flex-basis: 66.038%;
}
#top .box03 .produce-flex li:nth-of-type(2) {
	width: 33.3%;
	max-width: 33.3%;
	flex-basis: 33.3%;
}


#top .spec_mainfunction {
    margin-top: 55px;
    margin-bottom: 40px;
    overflow: hidden;
}

#top .spec_mainfunction .siries_function {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#top .spec_mainfunction .siries_function > li:first-child {
    width: 18.18%;
}

#top .spec_mainfunction .siries_function li:first-child {
    padding: 30px 0 0 18px;
    font-size: 1.8rem;
    font-weight: 300;
    width: 200px;
}
#top .spec_mainfunction .siries_function li {
    padding-left: 30px;
}
#top .spec_mainfunction .siries_function li {
    box-sizing: border-box;
    display: table-cell;
}
#top .spec_mainfunction .siries_function > li:nth-child(n+2) {
    width: 27.27%;
}

#top .spec_mainfunction .siries_function li:nth-child(n+2) {
    width: calc((100% - 120px) / 3);
    border-left: 1px solid #c9c9c9;
}
#top .spec_mainfunction .siries_function .col2 li:nth-child(odd) {
	padding-right: 10px;
}
#top .spec_mainfunction .siries_function .col1,
#top .spec_mainfunction .siries_function .col2,
#top .spec_mainfunction .siries_function .col3 {
    clear: both;
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    display: table;
    box-sizing: border-box;
    color: inherit;
}
#top .spec_mainfunction .siries_function .col1:first-child,
#top .spec_mainfunction .siries_function .col2:first-child,
#top .spec_mainfunction .siries_function .col3:first-child {
    margin-top: 0;
}
#top .spec_mainfunction .siries_function .function_ttl {
    font-size: 1.5rem;
    font-weight: 300;
}
#top .spec_mainfunction .siries_function .col1 ul,
#top .spec_mainfunction .siries_function .col2 ul,
#top .spec_mainfunction .siries_function .col3 ul {
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
			padding-right: 10px;
}

#top .spec_mainfunction .siries_function .col1 li{
	display: block;
	width: 100%;
}
#top .spec_mainfunction .siries_function .col1 li:first-child {
	width: 100%;
}
#top .spec_mainfunction .siries_function .col1 li:nth-child(n+2) {
	border-left: none;
}

#top .spec_mainfunction .siries_function li {
    box-sizing: border-box;
    display: table-cell;
}

#top .spec_mainfunction .siries_function li {
    padding-left: 30px;
}

#top .spec_mainfunction .siries_function li:first-child {
    padding: 30px 0 0 18px;
    font-size: 1.8rem;
    font-weight: 300;
    width: 120px;
}

#top .spec_mainfunction .siries_function .col1 li,
#top .spec_mainfunction .siries_function .col2 li,
#top .spec_mainfunction .siries_function .col3 li {
    padding: 0;
}
#top .spec_mainfunction .siries_function .col3 li {
    border: 0;
    float: left;
    width: 32%;
    max-width: 32%;
    flex-basis: 32%;
    padding: 0 10px 0 0;
}


#top .spec_mainfunction .siries_function .col1 a,
#top .spec_mainfunction .siries_function .col2 a,
#top .spec_mainfunction .siries_function .col3 a {
    color: inherit;
}
#top .spec_mainfunction .siries_function li img {
    margin-top: 10px;
}
#top .spec_mainfunction .siries_function .function_txt {
    margin-top: 10px;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
}
#top .spec_mainfunction .siries_function .col2 li {
    border: 0;
    float: left;
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
}




#top .box05 {
	text-align:center;
}
#top .box05 .produce-sub {
	margin-bottom:65px;
}
#top .box05 .hdd-icon {
	margin-left:-25px;
	margin-bottom:60px;
}
#top .box05 .hdd-icon li {
	display:inline-block;
	margin-left:10px;
	max-width: 60px;
}
#top .box05 .hdd-icon li.ratio {
	padding: 0 2px;
	box-sizing: border-box;
}
#top .box05 .produce-annotation {
	margin-bottom:30px;
}
#top .box05 .produce-note {
	padding:20px 0;
	font-size:1.5rem;
	font-weight: 900;
	color:#777;
	border:solid 1px #d6d6d6;
	border-radius: 2px;
}

#top .box06 ul {
	text-align:center;
}
#top .box06 .list-ttl {
	position:relative;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size:2rem;
	color:#fff;
	font-weight: 900;
	background:#000;
	margin-bottom:20px;
	height:8rem;
	border-radius: 4px;
}
#top .box06 .list-ttl:after {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 17px 8px 0 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #000;
}
#top .box06 .list-sub {
	font-size:1.8rem;
	color:#2a80b9;
	font-weight: bold;
	min-height: 5rem;
}
#top .box06 .list-txt {
	font-size:1.4rem;
}
#top .box06 li {
	width: 32.728%;
	max-width: 32.728%;
	flex-basis: 32.728%;
	margin: 0 auto;
}
#top .box06 .produce-top-flex
.produce-top-flex-list-first {
	width: 66.365%;
	max-width: 66.365%;
	flex-basis: 66.365%;
}
#top .box06 .produce-top-flex
.produce-top-flex-list .produce-top-flex-inner li {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}
#top .box06 .produce-top-flex
.produce-top-flex-list-first
.produce-top-flex-inner li {
	width: 49.316%;

	max-width: 49.316%;
	flex-basis: 49.316%;
}
#top .box06 .list-box {
	padding:20px;
	border:solid 2px #d6d6d6;
	box-sizing:border-box;
	height: 27rem;
}
#top .box06 .produce-flex {
	margin-top: 40px;
}
#top .box06 .produce-flex ul {
	margin-top:0;
	margin-bottom:0;
}
#top .box06 a {
	display:block;
}
#top .box06 a:hover {
	opacity: 0.5;
}

#top .box06 .list-box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#top .box06 .produce-top-flex-list {
	float: left;
}
#top .box06 .list-txt{
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
}
#top .box06 .list-img{
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	max-width: 100%;
}
#top .box06 .list-btn-wrap{
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	display: flex;
}
#top .box06 .list-btn{
	flex: 1 1 auto;
}
#top .box06 .list-btn-wrap .list-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size:1.6rem;
	background:#118135;
	color:#fff;
	min-height:5rem;
	margin:auto;
}

/* =================================================

	react出力部分

================================================= */
/* .series-head-react-localhead
------------------------------------------------- */
#top .series-head-react-localhead{
}
#top .series-head-react-localhead .react-localheadmain-inner {
	padding-left: 0;
}
#top .series-head-react-localhead .produce-release{
	clear: both;
	color: #333333;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	margin-left: 0;
	vertical-align: bottom;
}
#top .series-head-react-localhead .produce-annotation{
	display: block;
	clear: both;
}
#top .produce-trophylist{
	display: none;
}

/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	
	#top .series-head-block{
		border-top: 5px solid #000;
	}
	#top .series-head-ttl{
		opacity: 1;
	}
	#top .series-head-new{
		display: inline-block;
	}
	#top .series-head-txt {
		margin-left:0;
		clear: both;
    color: #b5b5b5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    vertical-align: bottom;
    width: 100%;
	}
	#top .series-head-txt .produce-annotation {
		margin-top:5px;
		display: none;
	}
	#top .main-img .produce-flex {
		margin: 0;
	}
	#top .main-img li.main-img-l {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
	}
	#top .main-img li.main-img-r {
		width: 100%;
		max-width: 100%;
		flex-basis: 100%;
		text-align:center;
	}
	#top .main-img li.main-img-r img {
		max-width:396px;
		width:64%;
	}
			
	#top .produce-ttl {
    font-size: 2rem;
	}
	#top .produce-sub {
		font-size:1.2rem;
	}
	#top .box01 ul {
    margin-top: 20px;
    margin-bottom: -10px;
		margin-left: -20px;
    margin-right: -20px;
	}
	#top .box01 li {
    padding: 0 0 10px;
    margin-bottom: 0;
	}
	
	#top .list-ttl {
    font-size: 1rem;
    margin-bottom: 5px;
	}
	#top .list-txt {
    font-size: 0.8rem;
    margin-bottom: 10px;
	}
	
	#top .box01 ul {
    margin-top: 20px;
    margin-bottom: -10px;
	}
	
	#top .box01 li {
		padding: 10px;
		margin-bottom: 0;
	}
	#top .box01 .list-wrap:hover {
		box-shadow:none;
	}
	#top .box02 .list-wrap li {
    width: 25%;
    max-width: 25%;
    flex-basis: 25%;
	}
	#top .box02 .list-tag {
		margin-bottom:0;
		padding: 0 10px;
	}
	#top .box02 .list-tag a {
		font-size:1.2rem;
		padding: 3px;
	}
	#top .box02 .list-wrap a:hover {
		box-shadow: none;
	}
	#top .box02 .produce-ttl {
		position: relative;
		font-size:2rem;
		word-break:break-all;
		padding-left: 0;
		margin-bottom:20px;
	}
	#top .box02 .list-ttl {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 1.6rem;
	}
	#top .box02 .list-txt {
		font-size:1.4rem;
		padding-top:0;
	}
	#top .box02 .produce-top-block {
		padding:0 10px 20px;
		margin: 0 -10px;
		border-top-width: 1px;
	}
	#top .box02 .list-img {
		position:static;
		width: 100%;
		margin-bottom:15px;
		text-align: center;
	}
	#top .box02 .list-wrap ul li {
		padding:1%;
	}
	#top .box02 ul ul .list-tag {
		margin-top:15px;
		margin-bottom:10px;
	}
	#top .box02 ul ul .list-tag li {
    font-size: 1.2rem;
    line-height: 1.4;
	}
	
	#top .box03 {
		margin-top:35px;
	}
	#top .produce-sect.box03{
		border-bottom-width:0;
	}
	#top .box03 .produce-flex li,
	#top .box03 .produce-flex li:nth-of-type(1),
	#top .box03 .produce-flex li:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
		padding:0;
	}
	#top .box03 .list-wrap ul li {
		padding:10px;
	}
	#top .box03 .list-wrap:hover {
		box-shadow: none;
	}
	#top .box03 .list-txt {
		font-size:1rem;
	}
	#top .box03 .list-txt br {
		display:none;
	}
	.produce-sect .produce-inner {
    margin: 0;
	}

	#top .spec_mainfunction {
		margin-top: 0px;
		padding: 0 15px;
	}
	
	

	#top .spec_mainfunction .siries_function {
		display: block;
		width: 100%;
	}

	#top .spec_mainfunction .siries_function .function_ttl {
		border-bottom: 1px dashed #c9c9c9;
		padding-bottom: 5px;
	}
	

	
	#top .spec_mainfunction .siries_function li:first-child {
		width: auto;
		font-size: 1.6rem;
		text-align: center;
	}
	#top .spec_mainfunction .siries_function .col3 li {
		width: 50%;
		max-width: 50%;
		flex: 1 1 50%;
	}
	
	
	
	#top .spec_mainfunction .siries_function li {
    display: block;
    padding: 0;
}
	#top .spec_mainfunction .siries_function li li:first-child {
		width: auto;
		font-size: 1.6rem;
	}
	
	
	#top .spec_mainfunction .siries_function li:nth-child(n+2) {
    width: 100%;
    border-left: none;
	}

	#top .spec_mainfunction .siries_function .col1 a,
	#top .spec_mainfunction .siries_function .col2 a,
	#top .spec_mainfunction .siries_function .col3 a {
		display: table;
		margin: 0 -5px;
		margin-top: 20px;
		width: 100%;
		text-align: left;
		color: inherit;
	}
	#top .spec_mainfunction .siries_function .col1 a div,
	#top .spec_mainfunction .siries_function .col2 a div,
	#top .spec_mainfunction .siries_function .col3 a div,
	#top .spec_mainfunction .siries_function .function_txt {
		display: table-cell;
		width: 40%;
		vertical-align: middle;
	}
	#top .spec_mainfunction .siries_function .col1 a div {
		width: 50%;
	}
	#top .spec_mainfunction .siries_function .col1 a div img {
		margin-left: 4%;
		transform-origin: left bottom;
	}

	#top .spec_mainfunction
	.siries_function li img {
		margin-top: 0;
	}
	#top .spec_mainfunction .siries_function img {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
	}

	#top .spec_mainfunction
	.siries_function .function_txt {
		width: 50%;
		box-sizing: border-box;
	}
	#top .spec_mainfunction .siries_function .col1 ul,
	#top .spec_mainfunction .siries_function .col2 ul,
	#top .spec_mainfunction .siries_function .col3 ul {
    padding-right: 0px;
	}		
	
	
	
	
	#top .box05 .produce-sub {
		margin-bottom: 30px;
	}
	#top .box05 .hdd-icon {
    margin-left: -15px;
    margin-bottom: 30px;
	}
	#top .box05 .hdd-icon li {
    margin-left: 15px;
    width : 18% ;
    width : -webkit-calc(20% - 15px) ;
    width : calc(20% - 15px) ;
		max-width: 35px;
	}
	#top .box05 .produce-annotation {
		font-size:0.8rem;
	}
	
	#top .box05 .produce-annotation {
		font-size:0.8rem;
		text-align:left;
	}
	#top .box05 .produce-note {
    padding: 10px;
    font-size: 1rem;
		text-align:left;
	}
	
	#top .box06 li {
		width:48.093%;
		max-width: 48.093%;
    flex-basis: 48%;
		margin-right: 1%;
		margin-left: 1%;
	}
	#top .box06 .produce-top-flex .produce-top-flex-list-first {
		width:100%;
		max-width: 100%;
    flex-basis: 100%;
	}
	
	#top .box06 .produce-top-flex .produce-top-flex-list-first .produce-top-flex-inner li,
	#top .box06  .produce-top-flex .produce-top-flex-list-first li {
		width:48.093%;
		max-width: 48.093%;
    flex-basis: 48.093%;
	}
	#top .box06 .produce-top-flex-list:nth-of-type(n+1) {
		margin-top: 20px;
	}
	#top .box06 .list-box {
		padding:10px;
	}
	#top .box06 .produce-top-flex-list:nth-of-type(n+1) .list-box{
		min-height: 14rem;
	}
	#top .box06 .list-ttl {
    font-size: 1rem;
    margin-bottom: 15px;
    height: 5rem;
	}
	#top .box06 .list-ttl:after {
    bottom: -8px;
    border-width: 8px 4px 0 4px;
	}
	#top .box06 .list-sub {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
		font-size:0.9rem;
		margin-bottom: 13px;
		min-height: 2.8rem;
	}
	#top .box06 .list-txt {
		font-size:1rem;
	}
	#top .box06 .list-btn {
    font-size: 0.6rem;
    min-height: 3rem;
	}
	#top .box06 .produce-flex {
		margin: 0;
	}
	#top .box06 .list-btn-wrap .list-btn {
		font-size:0.8rem;
		min-height: 4rem;
	}
	
	/* =================================================

		react出力部分

	================================================= */
	#top .series-head-react-localhead .produce-release{
		clear: both;
    color: #b5b5b5;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    margin-left: 0;
    vertical-align: bottom;
    width: 100%;
	}
	#top .series-head-react-localhead .react-localheadmain-inner {
		padding-left: 0;
		width: auto;
		border-right-width: 0;
	}
	#top .series-headsp.fix .series-headsp-react-main .series-head-txt{
		display: none;
	}
	#top .produce-trophylist{
		display: block;
	}
	#top .produce-trophylist .series-head-trophy{
		display: block;
		border-bottom: 1px solid #a1a1a1;
	}
	#top .produce-trophylist .series-head-trophy li{
		display: table;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
	}
	#top .produce-trophylist .series-head-trophy .trophy-img{
		display: table-cell;
		vertical-align: middle;
		width: 35px;
	}
	#top .produce-trophylist .series-head-trophy .trophy-txt{
		display: table-cell;
		vertical-align: middle;
		font-size: 1rem;
		font-weight: 300;
		color: #bbb;
		padding-left: 10px;
	}
}
/* ==========	コンテンツ -SP end- ========== */





/* =================================================

	回遊リンク

================================================= */
.locallink-foot{
	margin: 30px 15px;
	border-top: 2px solid #b5b5b5;
	padding-top: 30px;
	text-align: center;
}

.locallink-foot-next {
	display:inline-block;
	background: url(../images/bg_nav.jpg) left center no-repeat;
	background-size: 100%;
	margin: auto;
	margin-bottom: 30px;
	max-width: 100%;
	min-width:80%;
	min-height: 61px;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}
.locallink-foot-next a {
	padding: 16px 10px;
	box-sizing: border-box;
}

.locallink-foot-next a,
.locallink-foot-next a:hover,
.locallink-foot-next a.active{
    display: block;
    color: #FFF;
		opacity: 1;
}

.locallink-foot-link {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-left: -1%;
  margin-top: -3px;
}

.locallink-foot-link li {
  display: flex;
  flex-flow: row wrap;
  font-size: 1.3rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #333;
  width: 49%;
  max-width: 49%;
  flex-basis: 49%;
  margin-left: 1%;
  margin-top: 3px;
  margin-bottom: 0;
  text-align: center;
  min-height: 50px;
}

.locallink-foot-link li a {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
  color: #777;
  border: 3px solid #b5b5b5;
  padding: 5px 0;
}

.locallink-foot-link li a:hover,
.locallink-foot-link li a.active {
  color: #777;
  opacity: 1;
  border-color: #000;
  background-color: #000;
}

.locallink-foot-link li a.active {
  color: #FFF;
}

.locallink-foot-link li a:hover,
.locallink-foot-link li a.active {
  color: #FFF;
  opacity: 1;
}
.locallink-foot-pickup{
	padding-top: 15px;
}
.locallink-foot-pickup::before{
  content: "M540X PICKUP";
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
}

.locallink-foot-pickup li{
	margin-bottom: 10px;
}

.locallink-foot-pickup li a{
	display: block;
	background: #f5f5f5 url(../images/icon_pickup.png) right center no-repeat;
	background-size: 17px auto;
	background-origin: content-box;
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;
	padding: 15px;
	text-align: left;
}





/* =================================================

	コンテンツ -1200px-960px-
	
================================================= */
@media screen and (max-width: 1200px) and (min-width: 641px){

/* .series-head
------------------------------------------------- */
	.series-head-ttl{
		font-size: 5rem;
		margin-left: 20px;
		bottom: 3.25rem;
	}
	.series-head-small{
		font-size: 2rem;
		margin-left: 8px;
	}
	.series-head-new{
		font-size: 1.4rem;
		padding: 2px 5px;
	}
	.series-head-img{
		margin-left: 15px;
	}
	.series-head-release{
		font-size: 1.4rem;
		margin-left: 20px;
		width: 12%;
	}
	.series-head-bnr{
		width: 20%;
	}
	.series-head-block {
		min-height: 6.1rem;
	}
	/* =================================================

		react出力部分

	================================================= */
	/* .localnavi-react-localhead
	------------------------------------------------- */
	.series-head-react-localhead .react-localheadmain-inner {
		padding-left: 25rem;
		width: 36%;
	}

/* =================================================

	ローカルナビ
	
================================================= */
/* .localnavi
------------------------------------------------- */
	.localnavi{
		font-size: 1.6rem;
	}
	.localnavi .localnavi-list > a{
		padding: 20px 14px;
	}

	.localnavi-menu{
		padding: 8px 15px;
	}
	.localnavi-menu li a{
		padding: 10px 20px;
	}
	.localnavi-menu li.localnavi-menu-spec{
		padding: 10px 20px;
	}

}

@media screen and (min-width: 641px) and (max-width: 1050px){
	.localnavi .localnavi-list > a{
		font-size: 1.4rem;
		line-height: 1.6;
		padding-left: 10px;
		padding-right: 10px;
	}
}



/* =================================================

	no-js
	
================================================= */
.no-js .localnavi-menu{
	display: none;
}
.no-js .active + .localnavi-menu{
	display: block;
}



.disp {
	display: none;
}

/* ok google追加時に作成
------------------------------------------------- */
.produce-add{
	padding-top: 50px;
}

.produce-hr{
	background-color: #b2b2b2;
	height: 1px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;	
}
.produce-hr_inner{
	display: inline-block;
	background-color: #fff;
	position: relative;
	top: -.8em;
	padding: 0 15px;
	font-size: 2rem;
	font-weight: bold;
	color: #777777;
}

.produce-split{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 -30px;
}
.produce-split_list{
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	padding: 0 30px;
	box-sizing: border-box;
	max-width: 50%;
}

.produce-ttlIcon{
	background-color: #e8e8e8;
	padding: 10px 10px 10px 70px;
	border-radius: 100px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #535353;
	margin-bottom: 35px;
	position: relative;
}

.produce-ttlIcon::after{
	content:attr(data-icon);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #8c8c8c;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 300;
	padding-top: .25em;
	box-sizing: border-box;
}


.produce-orderList{
	font-size: 1.6rem;
	font-weight: 300;
	color: #777;
}
.produce-orderList_list{
	padding-bottom: 35px;
	margin-bottom: 20px;
	background: url(../images/icon_next.png) center bottom no-repeat;
}
.produce-orderList_list.-img{
	text-align: center;
}
.produce-orderList_list:last-of-type{
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}

.produce-circlefill{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	background-color: #8c8c8c;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	padding-top: .15em;
	box-sizing: border-box;
}
/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.produce-add{
		padding-top: 25px;
	}

	.produce-hr{
		margin-top: 10px;
		margin-bottom: 30px;	
	}
	.produce-hr_inner{
		top: -.8em;
		padding: 0 6px;
		font-size: 1.4rem;
	}

	.produce-split{
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		margin: 0;
	}
	.produce-split_list{
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0 0 30px;
		max-width: 100%;
	}

	.produce-ttlIcon{
		padding: 5px 5px 5px 35px;
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	.produce-ttlIcon::after{
		width: 30px;
		height: 30px;
		font-size: 2rem;
		padding-top: .02em;
	}


	.produce-orderList{
		font-size: 1.1rem;
	}
	.produce-orderList_list{
		padding-bottom: 20px;
		margin-bottom: 10px;
		background-size: 25px auto;
	}
	.produce-orderList_list.-img{
	}
	.produce-orderList_list:last-of-type{
	}

	.produce-circlefill{
		margin: 0 5px;
		width: 20px;
		height: 20px;
		font-size: 1.1rem;
		padding-top: .02em;
	}
}




.googleFont{
	font-family: "メイリオ", Meiryo, Arial, Helvetica, "sans-serif";
}



.produce-bgttl.type14 {
    font-size: 1.8rem;
    font-weight: 300;
    background: #1e95a0;
    border-radius: 2px;
}




/* bscs4k */
.bscs4k-ttl{
	font-size: 2.4rem;
	font-weight: 900;
	color: #1e969f;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bscs4k-img{
	text-align: center;
	margin-bottom: 70px;
}
.bscs4k-unit{
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	margin: 40px -40px -10px;
}
.bscs4k-unit_list{
	padding: 0 40px;
	flex: 0 0 50%;
	max-width: 50%;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.bscs4k-unit_list:nth-of-type(2n+1){
	border-right: 1px solid #ccc;
}
.bscs4k-unit_img{
	text-align: center;
	margin-bottom: 10px;
}
.bscs4k-unit_item{
	font-size: 2.4rem;
	font-weight: 900;
	color: #1e969f;
	margin-bottom: 10px;
}
.bscs4k-unit_txt{
	padding-bottom: 50px;
}

.bscs4k-aside{
	padding: 50px;
	border: 1px solid #ccc;
	position: relative;
	margin-top: 150px;
}
.bscs4k-aside_head{
	position: absolute;
	left: 0;
	right: 0;
	top: -150px;
	text-align: center;
}
.bscs4k-aside_ttl{
	margin: -51px -51px 40px;
	background-color: #1e969f;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 300;
	color: #fff;padding: 10px;
}

.bscs4k-aside_txt{
	margin-bottom: 80px;
}

.bscs4k-aside_order{
	position: relative;
	padding-left: 80px;
}
.bscs4k-aside_order::before{
	content: "";
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	background-color: #000;
}
.bscs4k-aside_order_list{
	color: #1e969f;
	position: relative;
	margin-bottom: 50px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 50px;
}
.bscs4k-aside_order_list::before{
	content: "1";
	position: absolute;
	left: -80px;
	top: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	line-height: 1.1;
}

.bscs4k-aside_order_list:nth-of-type(1)::before{
	content: "1";
}
.bscs4k-aside_order_list:nth-of-type(2){
	margin-bottom: 390px;
}
.bscs4k-aside_order_list:nth-of-type(2)::before{
	content: "2";
}
.bscs4k-aside_order_list:nth-of-type(3){
	margin-bottom: 295px;
}
.bscs4k-aside_order_list:nth-of-type(3)::before{
	content: "3";
}
.bscs4k-aside_order_pos{
	position: absolute;
	left: 0;
	right: 0;
	top: 3.2em;
	margin: auto;
	text-align: center;
}
.bscs4k-aside_order_pos.-left{
	text-align: left;
}
.bscs4k-aside_order_list:nth-of-type(3) .bscs4k-aside_order_pos{
	top: 4em;
}
.bscs4k-aside_order_small{
	padding-bottom: 20px;
	font-size: 1.3rem;
	font-weight: 300;
	color: #ee0000;
	text-align: left;
}

.bscs4k-aside_img{
	position: relative;
	padding-left: 80px;
}
/* ==========	コンテンツ -SP begin- ========== */
@media screen and (max-width: 640px) {
	.bscs4k-ttl{
		font-size: 1.4rem;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.bscs4k-img{
		margin-bottom: 35px;
	}
	.bscs4k-unit{
		margin: 20px -20px -5px;
	}
	.bscs4k-unit_list{
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.bscs4k-unit_list:nth-of-type(2n+1){
	}
	.bscs4k-unit_img{
		margin-bottom: 5px;
	}
	.bscs4k-unit_item{
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.bscs4k-unit_txt{
		padding-bottom: 25px;
		font-size: 1.2rem;
	}

	.bscs4k-aside{
		padding: 10px;
		margin-top: 15.5vw;
	}
	.bscs4k-aside_head{
		top: -15.5vw;
	}
	.bscs4k-aside_ttl{
		margin: -11px -11px 20px;
		font-size: 1.2rem;
		padding: 5px;
	}

	.bscs4k-aside_txt{
		font-size: 1.2rem;
		margin-bottom: 40px;
	}

	.bscs4k-aside_order{
		padding-left: 35px;
	}
	.bscs4k-aside_order::before{
		left: 12px;
	}
	.bscs4k-aside_order_list{
		margin-bottom: 40px;
		height: 25px;
		font-size: 1.2rem;
	}
	.bscs4k-aside_order_list::before{
		left: -35px;
		width: 25px;
		height: 25px;
		font-size: 2rem;
	}

	.bscs4k-aside_order_list:nth-of-type(1)::before{
	}
	.bscs4k-aside_order_list:nth-of-type(2){
		margin-bottom: 65vw;
	}
	.bscs4k-aside_order_list:nth-of-type(2)::before{
	}
	.bscs4k-aside_order_list:nth-of-type(3){
		margin-bottom: 45vw;
	}
	.bscs4k-aside_order_list:nth-of-type(3)::before{
	}
	.bscs4k-aside_order_pos{
	}
	.bscs4k-aside_order_pos.-left{
	}
	.bscs4k-aside_order_list:nth-of-type(3)	.bscs4k-aside_order_pos{
		top: 6em;
	}
	.bscs4k-aside_order_small{
		font-size: 1rem;
		padding-bottom: 10px;
	}

	.bscs4k-aside_img{
		padding-left: 40px;
	}
}
/* =================================================

	転倒防止

================================================= */
.design01box{
	display: -ms-flexbox; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: flex;
	justify-content: center;
	align-content: flex-start;
}

.design01box-l{
	flex: 0 0 45%;
	margin: 0 2.5%;
}

.design01box-r{
	flex: 0 0 45%;
	margin: 0 2.5%;
}
.design01box:last-child .design01box-l li{
	max-width: 320px;
}
.design01box:last-child .design01box-r li{
	max-width: 320px;
}

/* ==========	コンテンツ -SP begin- ========== */

@media screen and (max-width: 640px) {
	.design01box{
		display: -ms-flexbox; 
		display: -webkit-box; 
		display: -webkit-flex; 
		display: flex;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
	}

	.design01box-l,
	.design01box-r{
		flex: 100%;
		margin: 20px 0;
	}
	
	.design01box:last-child .design01box-l{
		margin-bottom: 0;
	}
	
	.design01box:last-child .design01box-r{
		margin: 0;
	}
	.design01box:last-child .design01box-l li{
		max-width: none;
	}
	.design01box:last-child .design01box-r li{
		max-width: none;
	}
}
/* ==========	コンテンツ -SP end- ========== */
.red-line{
	position: relative;
}

.red-line::after{
	content: '';
	position: absolute;
	display: block;
	width: 130%;
	height: 2px;
	background: red;
	transform: rotate(-32deg);
	transform-origin: left top;
}

#top .produce-mv_inner_wrap a:hover .produce-mv_inner_wrap_item_txt{
	background: #fff;
	box-shadow: inset 0 0 0 10px #d6d6d6;
}

/* =============================

	受信するには

================================ */
.satellite {
  min-width: 960px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  color: #333;
  line-height: 1.8;
	margin-top: 60px;
}

.satellite a {
  color: #2095f2;
}

.satellite .satellite-br {
  white-space: nowrap;
  display: inline-block;
}

.satellite .satellite-header {
  background: #bedaf2 url(../img/mv_bg.jpg) center center no-repeat;
  background-size: cover;
}

.satellite .satellite-header.-low {
  background-image: url(../img/mv_bg_low.jpg);
}

.satellite .satellite-header_inner {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  position: relative;
  box-sizing: border-box;
}

.satellite .satellite-header_mv_img02 {
  text-align: center;
  display: block;
}

.satellite .satellite-header_counter {
  background: url(../img/mv_tv.png) left 150px no-repeat, url(../img/mv_tv_bg_pc.png) center top no-repeat;
  background-size: contain, auto;
  width: 437px;
  height: 425px;
  position: absolute;
  top: 45px;
  left: 58%;
  box-sizing: border-box;
  padding-top: 180px;
  text-align: center;
}

.satellite .satellite-nav {
  padding-top: 25px;
  background: #bedaf2;
  line-height: 1.4;
}

.satellite .satellite-nav_inner {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: auto;
  box-sizing: border-box;
}

.satellite .satellite-nav_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -10px;
}

.satellite .satellite-nav_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
  margin: 0 10px;
}

.satellite .satellite-nav_link {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px 6px 0 0;
  background: #2095f2;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 5px;
}

.satellite .satellite-nav_link.is-current, .satellite .satellite-nav_link:hover {
  opacity: 1;
  background-color: #fff;
  color: #2095f2;
}

.satellite .satellite-main_inner {
  max-width: 1130px;
  width: 100%;
  padding: 80px 15px 0;
  margin: auto;
  box-sizing: border-box;
}

.satellite .satellite-counter_txt {
  margin-bottom: 10px;
}

.satellite .satellite-counter_st {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 10px;
}

.satellite .satellite-counter_en {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}

.satellite .satellite-counter_num {
  -webkit-flex: 0 0 46px;
  flex: 0 0 46px;
  margin: 0 2px;
  border-radius: 3px;
  width: 46px;
  height: 69px;
  background-color: #000;
  position: relative;
}

.satellite .satellite-counter_num::before, .satellite .satellite-counter_num::after {
  content: "";
  height: 34px;
  width: 46px;
  position: absolute;
  left: 0;
}

.satellite .satellite-counter_num::before {
  top: 0;
  transform-origin: center bottom;
  background: url(../img/num_counter_0.png) 10px 10px no-repeat, url(../img/bg_counter_num_top.png) 0 top no-repeat;
  background-size: auto,cover;
  backface-visibility: hidden;
  z-index: 5;
  transform: rotateX(0deg);
}

.satellite .satellite-counter_num::after {
  bottom: 0;
  transform-origin: center top;
  background: url(../img/num_counter_0.png) 10px -24px no-repeat, url(../img/bg_counter_num_btm.png) 0 top no-repeat;
  background-size: auto,cover;
  backface-visibility: hidden;
  z-index: 5;
  transform: rotateX(0deg);
}

.satellite .satellite-counter_num.is-load::before {
  -webkit-animation: countHL 0.6s ease both 1s;
  animation: countHL 0.6s ease both 1s;
}

.satellite .satellite-counter_num.is-load::after {
  -webkit-animation: countFL 0.6s ease both 1s;
  animation: countFL 0.6s ease both 1s;
}

.satellite .satellite-counter_num_head, .satellite .satellite-counter_num_foot {
  position: absolute;
  left: 0;
  width: 46px;
}

.satellite .satellite-counter_num_head::before, .satellite .satellite-counter_num_head::after, .satellite .satellite-counter_num_foot::before, .satellite .satellite-counter_num_foot::after {
  content: "";
  height: 34px;
  width: 46px;
  position: absolute;
  left: 0;
}

.satellite .satellite-counter_num_head {
  top: 0;
}

.satellite .satellite-counter_num_head::before, .satellite .satellite-counter_num_head::after {
  top: 0;
  transform-origin: center bottom;
  background: url(../img/num_counter_0.png) 10px 10px no-repeat, url(../img/bg_counter_num_top.png) 0 top no-repeat;
  background-size: auto,cover;
}

.satellite .satellite-counter_num_head::before {
  backface-visibility: hidden;
  z-index: 1;
  transform: rotateX(0deg);
}

.satellite .satellite-counter_num_head.is-num0::before {
  background-image: url(../img/num_counter_0.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num0::after {
  background-image: url(../img/num_counter_9.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num1::before {
  background-image: url(../img/num_counter_1.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num1::after {
  background-image: url(../img/num_counter_0.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num2::before {
  background-image: url(../img/num_counter_2.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num2::after {
  background-image: url(../img/num_counter_1.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num3::before {
  background-image: url(../img/num_counter_3.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num3::after {
  background-image: url(../img/num_counter_2.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num4::before {
  background-image: url(../img/num_counter_4.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num4::after {
  background-image: url(../img/num_counter_3.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num5::before {
  background-image: url(../img/num_counter_5.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num5::after {
  background-image: url(../img/num_counter_4.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num6::before {
  background-image: url(../img/num_counter_6.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num6::after {
  background-image: url(../img/num_counter_5.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num7::before {
  background-image: url(../img/num_counter_7.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num7::after {
  background-image: url(../img/num_counter_6.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num8::before {
  background-image: url(../img/num_counter_8.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num8::after {
  background-image: url(../img/num_counter_7.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num9::before {
  background-image: url(../img/num_counter_9.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-num9::after {
  background-image: url(../img/num_counter_8.png), url(../img/bg_counter_num_top.png);
}

.satellite .satellite-counter_num_head.is-play::before {
  display: block;
  -webkit-animation: countH 0.4s ease both;
  animation: countH 0.4s ease both;
}

.satellite .satellite-counter_num_head.is-pause::before {
  display: none;
  -webkit-animation: countHP 0.4s ease both;
  animation: countHP 0.4s ease both;
}

.satellite .satellite-counter_num_foot {
  bottom: 0;
}

.satellite .satellite-counter_num_foot::before, .satellite .satellite-counter_num_foot::after {
  bottom: 0;
  transform-origin: center top;
  background: url(../img/num_counter_0.png) 10px -24px no-repeat, url(../img/bg_counter_num_btm.png) 0 top no-repeat;
  background-size: auto,cover;
}

.satellite .satellite-counter_num_foot::after {
  backface-visibility: hidden;
  z-index: 1;
  transform: rotateX(-180deg);
}

.satellite .satellite-counter_num_foot.is-num0::before {
  background-image: url(../img/num_counter_0.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num0::after {
  background-image: url(../img/num_counter_9.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num1::before {
  background-image: url(../img/num_counter_1.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num1::after {
  background-image: url(../img/num_counter_0.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num2::before {
  background-image: url(../img/num_counter_2.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num2::after {
  background-image: url(../img/num_counter_1.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num3::before {
  background-image: url(../img/num_counter_3.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num3::after {
  background-image: url(../img/num_counter_2.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num4::before {
  background-image: url(../img/num_counter_4.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num4::after {
  background-image: url(../img/num_counter_3.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num5::before {
  background-image: url(../img/num_counter_5.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num5::after {
  background-image: url(../img/num_counter_4.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num6::before {
  background-image: url(../img/num_counter_6.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num6::after {
  background-image: url(../img/num_counter_5.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num7::before {
  background-image: url(../img/num_counter_7.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num7::after {
  background-image: url(../img/num_counter_6.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num8::before {
  background-image: url(../img/num_counter_8.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num8::after {
  background-image: url(../img/num_counter_7.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num9::before {
  background-image: url(../img/num_counter_9.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-num9::after {
  background-image: url(../img/num_counter_8.png), url(../img/bg_counter_num_btm.png);
}

.satellite .satellite-counter_num_foot.is-play::after {
  -webkit-animation: countF 0.4s ease both;
  animation: countF 0.4s ease both;
}

.satellite .satellite-counter_num_foot.is-pause::after {
  -webkit-animation: countFP 0.4s ease both;
  animation: countFP 0.4s ease both;
}

.satellite .satellite-ttl {
  font-size: 3.5rem;
  font-weight: 900;
  color: #333;
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.6;
}

.satellite .satellite-ttl.-low {
  font-size: 3rem;
}

.satellite .satellite-ttl.-mg {
  margin-top: -15px;
}

.satellite .satellite-leda {
  font-size: 1.6rem;
  font-weight: 900;
  color: #898989;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 55px;
}

.satellite .satellite-img {
  text-align: center;
  margin-bottom: 40px;
}

.satellite .satellite-logos {
  background-color: #e8f3db;
  position: relative;
}

.satellite .satellite-logos::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  border-color: #fff transparent transparent transparent;
  margin: auto;
  border-width: 35px 20px;
  border-style: solid;
  width: 0;
  height: 0;
  top: 0;
  bottom: auto;
}

.satellite .satellite-logos_inner {
  max-width: 1130px;
  width: 100%;
  padding: 60px 15px 20px;
  margin: auto;
  box-sizing: border-box;
}

.satellite .satellite-logos_ttl {
  font-size: 1.6rem;
  font-weight: 900;
  color: #009fe7;
}

.satellite .satellite-logos_unit {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 -8px 20px;
}

.satellite .satellite-logos_list {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: block;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 1px;
  /*background-color: #fff;*/
  width: 170px;
  height: 80px;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.satellite .satellite-logos_list_small {
  display: block;
  margin: 5px 0px 0px -35px;
  font-size: 1.2rem;
  font-weight: 300;
}

.satellite .satellite-logos_list.-red {
  background-color: #e2007d;
}

.satellite .satellite-logos_list.-blue {
  background-color: #009fe7;
}

.satellite .satellite-logos_list.-add::after {
  content: "（有料）";
  font-size: 1.1rem;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: -1.1em;
  color: #535353;
}

.satellite .satellite-logos_small {
  text-align: right;
  font-size: 1.7rem;
  font-weight: 300;
  color: #0075c1;
  padding: 10px 0;
}

.satellite .satellite-logos_small_inner {
  display: inline-block;
  border-bottom: 1px solid #0075c1;
  margin-bottom: 5px;
}

.satellite .satellite-hr_list img {
  width: 100%;
  height: auto;
}

.satellite .satellite-body {
  font-size: 2rem;
  font-weight: 300;
  color: #333;
  text-align: center;
  margin-bottom: 75px;
}

.satellite .satellite-body.-var01 {
  margin-top: -30px;
  margin-bottom: 55px;
}

.satellite .satellite-body.-var02 {
  margin-top: -40px;
}

.satellite .satellite-txt {
  font-size: 1.6rem;
  font-weight: 300;
  color: #333;
  margin-bottom: 55px;
}

.satellite .satellite-dl {
  margin-bottom: 50px;
}

.satellite .satellite-dl.-mb {
  margin-bottom: 120px;
}

.satellite .satellite-dl_fill {
  background-color: #2095f2;
  text-align: center;
  padding: 10px;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.4;
}

.satellite .satellite-dl_fill.-l {
  padding: 3px 10px 6px;
  font-size: 3.3rem;
}

.satellite .satellite-tabel {
  margin-bottom: 35px;
}

.satellite .satellite-tabel_cap {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.satellite .satellite-tabelMain {
  width: 100%;
  border-right: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}

.satellite .satellite-tabelMain_th, .satellite .satellite-tabelMain_td {
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 300;
  border-left: 2px solid #b5b5b5;
  border-top: 2px solid #b5b5b5;
  text-align: left;
  vertical-align: top;
}

.satellite .satellite-tabelMain_th {
  width: 140px;
}

.satellite .satellite-tabelMain_unit li {
  display: inline-block;
}

.satellite .satellite-clr {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2297f4;
  margin-bottom: 15px;
}

.satellite .satellite-aside {
  width: 100%;
  margin: 0 auto 30px;
}

.satellite .satellite-aside_btn {
  margin-bottom: 10px;
}

.satellite .satellite-aside_link {
  display: block;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #2297f4;
  padding: 20px 10px;
  position: relative;
  box-shadow: 6px 6px 0 #bcdefa;
  line-height: 1.4;
}

.satellite .satellite-aside_link::after {
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../../_shared/img/icon_win.gif) left top no-repeat;
  background-size: contain;
}

.satellite .satellite-aside_small {
  font-size: 1.4rem;
  font-weight: 300;
  color: #555;
}

.satellite .satellite-note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: 300;
  color: #898989;
}

.satellite .satellite-note.-pb {
  margin-bottom: 80px;
}

.satellite .satellite-note.-pb02 {
  margin: 30px 0 0;
}

.satellite .satellite-note.-large {
  text-indent: -2.4em;
  padding-left: 2.4em;
}

.satellite .satellite-note a {
  text-decoration: underline;
}

.satellite .satellite-note a:hover {
  opacity: 1;
  text-decoration: none;
}

.satellite .satellite-note02 {
  font-size: 1.4rem;
  font-weight: 300;
  color: #555;
  text-indent: -1.8em;
  padding-left: 1.8em;
  margin-bottom: 40px;
}

.satellite .satellite-calc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.satellite .satellite-calc_list {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 120px;
}

.satellite .satellite-calc_list::before, .satellite .satellite-calc_list::after {
  content: "";
  width: 14px;
  height: 60px;
  background-color: #2095f2;
  border-radius: 2px;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.satellite .satellite-calc_list::after {
  transform-origin: center;
  transform: -webkit-rotate(90deg);
  transform: rotate(90deg);
}

.satellite .satellite-calc_list:last-of-type {
  padding-right: 0;
}

.satellite .satellite-calc_list:last-of-type::before, .satellite .satellite-calc_list:last-of-type::after {
  display: none;
}

.satellite .satellite-calc_img {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}

.satellite .satellite-calc_txt {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}

.satellite .satellite-line {
  display: block;
  width: 100%;
  max-width: 740px;
  height: 4px;
  margin: auto;
  background-color: #2095f2;
  margin-bottom: 60px;
}

.satellite .satellite-add.-bdr {
  border: 1px solid #cfcfcf;
  padding: 50px;
  margin-bottom: 40px;
}

.satellite .satellite-add_img {
  text-align: center;
  margin-bottom: 90px;
}

.satellite .satellite-add_img.-mb {
  margin-bottom: 20px;
}

.satellite .satellite-add_hr {
  display: block;
  border: none;
  width: 740px;
  height: 1px;
  margin: 0 auto 80px;
  background-color: #cfcfcf;
}

.satellite .satellite-under {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 50px;
}

.satellite .satellite-under_inner {
  display: inline-block;
  border-bottom: 4px solid #2095f2;
  padding-bottom: 5px;
}

.satellite .satellite-under_mark {
  color: #2095f2;
  background-color: rgba(255, 255, 255, 0);
}

.satellite .satellite-bdr {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 2px solid #b5b5b5;
  border-radius: 10px;
  padding: 30px 50px 50px;
}

.satellite .satellite-bdr.-mbL {
  margin-bottom: 60px;
}

.satellite .satellite-bdr_img {
  text-align: center;
  margin-bottom: 30px;
}

.satellite .satellite-bdr_img img {
  width: 100%;
}

.satellite .satellite-bdr_ttl {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 10px;
}

.satellite .satellite-bdr_txt {
  font-size: 1.6rem;
  font-weight: 300;
}

.satellite .satellite-bdr_small {
  padding-top: 15px;
  font-size: 1.2rem;
  color: #898989;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.satellite .satellite-bdr_item {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.6rem;
  font-weight: 900;
}

.satellite .satellite-feature {
  text-align: center;
  margin-bottom: 100px;
}

.satellite .satellite-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 0 -10px;
}

.satellite .satellite-grid_list {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 10px 40px;
  box-sizing: border-box;
  max-width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.satellite .satellite-grid_list.-column {
  -webkit-flex-flow: colmun nowrap;
  flex-flow: colmun nowrap;
}

.satellite .satellite-split {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.satellite .satellite-split_st {
  -webkit-flex: 0 1 47%;
  flex: 0 1 47%;
  padding: 0 60px 40px;
  box-sizing: border-box;
  max-width: 47%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.satellite .satellite-split_en {
  -webkit-flex: 0 1 53%;
  flex: 0 1 53%;
  padding: 0 60px 40px;
  box-sizing: border-box;
  max-width: 53%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.satellite .satellite-qa_list {
  margin-bottom: 40px;
}

.satellite .satellite-qaBox {
  border: 2px solid #b5b5b5;
  border-radius: 10px;
  padding: 18px 18px 18px 8px;
}

.satellite .satellite-qaBox_q {
  font-size: 1.8rem;
  font-weight: 900;
  color: #2095f2;
  padding: 10px 10px 10px 60px;
  position: relative;
}

.satellite .satellite-qaBox_q::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/icon_q.png) left top no-repeat;
  width: 76px;
  height: 76px;
}

.satellite .satellite-qaBox_icon {
  position: absolute;
  right: -70px;
  top: 0;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #b5b5b5;
  border-radius: 5px;
}

.satellite .satellite-qaBox_icon::before, .satellite .satellite-qaBox_icon::after {
  content: "";
  width: 30px;
  height: 6px;
  background-color: #b5b5b5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform .4s ease;
}

.satellite .satellite-qaBox_ttl {
  background-color: #dcdcdc;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 70px;
  position: relative;
  cursor: pointer;
}

.satellite .satellite-qaBox_ttl.is-open .satellite-qaBox_icon::after {
  transform: rotate(0deg);
}

.satellite .satellite-qaBox_ttl.is-close .satellite-qaBox_icon::after {
  transform: rotate(90deg);
}

.satellite .satellite-qaBox_body {
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  padding: 10px 10px 10px 90px;
  position: relative;
}

.satellite .satellite-qaBox_body::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  margin: auto;
  background: url(../img/icon_a.png) left top no-repeat;
  width: 76px;
  height: 76px;
}

.satellite .satellite-qaBox_txt {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.satellite .satellite-qaBox_txt:only-child {
  min-height: 80px;
  margin-bottom: 0px;
}

.satellite .satellite-qaDl {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 300;
}

.satellite .satellite-qaDl_ttl::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  background-color: #2095f2;
  margin-right: 4px;
}

.satellite .satellite-qaDl_box {
  margin-bottom: 25px;
}

.satellite .satellite-icon {
  display: inline-block;
  vertical-align: middle;
}

.satellite .satellite-icon.-blueSquare {
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #009fe7;
  width: 24px;
  height: 18px;
}

.satellite .satellite-icon.-redSquare {
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #e2007d;
  width: 24px;
  height: 18px;
}

.satellite .satellite-table {
  margin-bottom: 80px;
}

.satellite .satellite-table.-spShow {
  margin-bottom: 0;
}

.satellite .satellite-table_ttl {
  background-color: #9e9e9e;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.satellite .satellite-table_ttl.-black {
  background-color: #000;
}

.satellite .satellite-table_unit {
  width: 100%;
  border-bottom: 3px solid #acacac;
  border-right: 1px solid #d9d9d9;
}

.satellite .satellite-table_unit.-slim {
  margin-bottom: 1px;
  border-bottom: 1px solid #d9d9d9;
}

.satellite .satellite-table_unit.-h1 {
  height: 34px;
}

.satellite .satellite-table_unit.-h2 {
  height: 70px;
}

.satellite .satellite-table_unit td, .satellite .satellite-table_unit th {
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  padding: 5px;
}

.satellite .satellite-table_unit_head th {
  background-color: #e5e5e5;
}

.satellite .satellite-table_unit_head td {
  background-color: #f7f7f7;
  border-top-width: 0;
}

.satellite .satellite-table_unit_tr[data-clr="red"] {
  background-color: #ffeded;
}

.satellite .satellite-table_unit_tr[data-clr="pink"] {
  background-color: #feedff;
}

.satellite .satellite-table_unit_tr[data-clr="green"] {
  background-color: #f4fff0;
}

.satellite .satellite-table_unit_tr[data-clr="blue"] {
  background-color: #f2f7ff;
}

.satellite .satellite-table_unit_tr.-first {
  border-top: 3px solid #acacac;
}

.satellite .satellite-table_unit_tr.-first td, .satellite .satellite-table_unit_tr.-first th {
  border-top-width: 0;
}

.satellite .satellite-tableSp {
  display: none;
}

.satellite .satellite-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -20px;
}

.satellite .satellite-flex_list {
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
  padding: 0 20px;
  margin-bottom: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

@-webkit-keyframes countH {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@-moz-keyframes countH {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@keyframes countH {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes countF {
  0% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes countF {
  0% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes countF {
  0% {
    transform: rotateX(-180deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes countHP {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@-moz-keyframes countHP {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@keyframes countHP {
  0% {
    transform: rotateX(180deg);
  }
  100% {
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes countFP {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-moz-keyframes countFP {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes countFP {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes countHL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@-moz-keyframes countHL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@keyframes countHL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@-webkit-keyframes countFL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@-moz-keyframes countFL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@keyframes countFL {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(180deg);
  }
}
@media screen and (max-width: 1200px) {
  .satellite .satellite-header_counter {
    left: 53%;
  }

  .satellite .satellite-nav_link {
    font-size: 2.2rem;
  }

  .satellite .satellite-ttl {
    font-size: 3.3rem;
  }

  .satellite .satellite-ttl.-low {
    font-size: 2.8rem;
  }

  .satellite .satellite-leda {
    font-size: 1.5rem;
  }

  .satellite .satellite-logos_list {
    font-size: 1.8rem;
  }

  .satellite .satellite-logos_list.-add::after {
    font-size: 1.1rem;
  }

  .satellite .satellite-logos_small {
    font-size: 1.5rem;
  }

  .satellite .satellite-body {
    font-size: 1.8rem;
  }

  .satellite .satellite-txt {
    font-size: 1.5rem;
  }

  .satellite .satellite-split_st {
    padding: 0 30px 40px;
  }

  .satellite .satellite-split_en {
    padding: 0 30px 40px;
  }
}
@media screen and (min-width: 641px) {
  .satellite .is-hidePc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #container {
    margin-top: 0;
  }

  #content {
    min-width: 0;
  }

  .satellite .is-hideSp {
    display: none;
  }

  .satellite {
    min-width: 0;
    width: 100%;
		margin-top: 30px;
  }

  .satellite .satellite-left {
    text-align: left;
  }

  .satellite .satellite-header {
    background: #bedaf2 url(../img/mv_bg_sp.jpg) center center no-repeat;
    background-size: cover;
    min-height: 0;
  }

  .satellite .satellite-header.-low {
    background-image: url(../img/mv_bg_low_sp.jpg);
    background-position: center top;
    background-size: contain;
  }

  .satellite .satellite-header_inner {
    max-width: 100%;
    padding: 0;
  }

  .satellite .satellite-header_mv {
    min-height: 180vw;
  }

  .satellite .satellite-header_mv.-low {
    min-height: 55vw;
    margin-bottom: -15vw;
  }

  .satellite .satellite-bscs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
  }

  .satellite .satellite-header_mv_img02 {
    position: absolute;
    top: 230vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 600px;
    text-align: center;
  }

  .satellite .satellite-header_counter {
    background: url(../img/mv_tv.png) left 180px no-repeat, url(../img/mv_tv_bg_sp.png) center top no-repeat;
    background-size: 437px auto,300px auto;
    width: 437px;
    height: 455px;
    position: absolute;
    top: 44vw;
    left: -150px;
    right: -150px;
    margin: auto;
    padding-top: 210px;
    transform: scale(0.5);
    transform-origin: center top;
  }

  .satellite .satellite-nav {
    position: relative;
    z-index: 1;
    padding-top: 15px;
  }

  .satellite .satellite-nav.-low {
    background: -webkit-linear-gradient(to bottom, rgba(190, 218, 242, 0) 0%, #bedaf2 40%);
    background: linear-gradient(to bottom, rgba(190, 218, 242, 0) 0%, #bedaf2 40%);
  }

  .satellite .satellite-nav_inner {
    padding: 0 15px;
  }

  .satellite .satellite-nav_unit {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin: 0 -5px;
  }

  .satellite .satellite-nav_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
    margin: 0;
    padding: 0 5px 10px;
    box-sizing: border-box;
    max-width: 50%;
  }

  .satellite .satellite-nav_link {
    border-radius: 3px;
    font-size: 1.2rem;
    padding: 6px 3px;
  }

  .satellite .satellite-main_inner {
    padding: 20px 15px 0;
  }

  .satellite .satellite-ttl {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .satellite .satellite-ttl.-low {
    font-size: 1.4rem;
  }

  .satellite .satellite-leda {
    font-size: 1.1rem;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .satellite .satellite-img {
    text-align: center;
    margin-bottom: 120px;
  }

  .satellite .satellite-logos::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    border-color: #fff transparent transparent transparent;
    margin: auto;
    /*border-width: 16px 10px;

    border-style: solid;*/
    width: 0;
    height: 0;
    top: 0;
    bottom: auto;
  }

  .satellite .satellite-logos_inner {
    padding: 30px 8px 0;
  }

  .satellite .satellite-logos_ttl {
    font-size: 1.3rem;
  }

  .satellite .satellite-logos_unit {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 -4px 0px;
  }

  .satellite .satellite-logos_list {
    -webkit-flex: 0 0 calc(33% - 8px);
    flex: 0 0 calc(33% - 8px);
    margin: 0 4px 10px;
    width: 90px;
    width: -webkit-calc(33% - 8px);
    width: calc(33% - 8px);
    max-width: -webkit-calc(33% - 8px);
    max-width: calc(33% - 8px);
    height: 85px;
    font-size: 1.3rem;
  }

  .satellite .satellite-logos_list_small {
    font-size: 1rem;
    margin: 0 4px 10px 0px;
  }

  .satellite .satellite-logos_list.-add::after {
    bottom: auto;
    top: .4em;
    right: .1em;
    font-size: 1rem;
    color: #000;
    transform: scale(0.7);
    transform-origin: right top;
  }

  .satellite .satellite-logos_small {
    font-size: 1.2rem;
    padding: 5px 0;
    text-align: left;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }

  .satellite .satellite-logos_small_inner {
    display: inline;
  }

  .satellite .satellite-body {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }

  .satellite .satellite-body.-var01 {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  .satellite .satellite-body.-var02 {
    margin-top: -10px;
  }

  .satellite .satellite-txt {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }

  .satellite .satellite-dl {
    margin-bottom: 15px;
  }

  .satellite .satellite-dl.-mb {
    margin-bottom: 30px;
  }

  .satellite .satellite-dl_fill {
    padding: 3px 5px 4px;
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .satellite .satellite-dl_fill.-l {
    font-size: 1.5rem;
  }

  .satellite .satellite-tabel {
    margin-bottom: 10px;
  }

  .satellite .satellite-tabel_cap {
    font-size: 1.4rem;
  }

  .satellite .satellite-tabelMain {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .satellite .satellite-tabelMain_th, .satellite .satellite-tabelMain_td {
    padding: 5px;
    font-size: 1.2rem;
    border-left-width: 1px;
    border-top-width: 1px;
  }

  .satellite .satellite-tabelMain_th {
    width: 50px;
  }

  .satellite .satellite-clr {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }

  .satellite .satellite-aside {
    margin: 0 auto 10px;
  }

  .satellite .satellite-aside_btn {
    margin-bottom: 5px;
  }

  .satellite .satellite-aside_link {
    font-size: 1.4rem;
    padding: 5px;
    box-shadow: 2px 2px 0 #bcdefa;
  }

  .satellite .satellite-aside_small {
    font-size: 1rem;
  }

  .satellite .satellite-note {
    font-size: 1rem;
  }

  .satellite .satellite-note.-pb {
    margin-bottom: 40px;
  }

  .satellite .satellite-note.-pb02 {
    margin: 0;
  }

  .satellite .satellite-note02 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .satellite .satellite-calc {
    margin-bottom: 10px;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .satellite .satellite-calc_list {
    padding: 0 0 40px;
  }

  .satellite .satellite-calc_list::before, .satellite .satellite-calc_list::after {
    width: 7px;
    height: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 10px;
  }

  .satellite .satellite-calc_list:last-of-type {
    padding-bottom: 0;
  }

  .satellite .satellite-calc_list:last-of-type::before, .satellite .satellite-calc_list:last-of-type::after {
    display: none;
  }

  .satellite .satellite-calc_txt {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .satellite .satellite-line {
    height: 2px;
    margin-bottom: 30px;
  }

  .satellite .satellite-add.-bdr {
    padding: 20px;
    margin-bottom: 20px;
  }

  .satellite .satellite-add_img {
    margin-bottom: 40px;
  }

  .satellite .satellite-add_img.-mb {
    margin-bottom: 10px;
  }

  .satellite .satellite-add_hr {
    width: 90%;
    margin-bottom: 40px;
  }

  .satellite .satellite-under {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }

  .satellite .satellite-under_inner {
    border-bottom-width: 1px;
  }

  .satellite .satellite-bdr {
    border-width: 1px;
    border-radius: 5px;
    padding: 12px 15px 15px;
  }

  .satellite .satellite-bdr.-mbL {
    margin-bottom: 20px;
  }

  .satellite .satellite-bdr_img {
    margin-bottom: 15px;
  }

  .satellite .satellite-bdr_ttl {
    font-size: 1.4rem;
  }

  .satellite .satellite-bdr_txt {
    font-size: 1.1rem;
  }

  .satellite .satellite-bdr_small {
    padding-top: 10px;
    font-size: 1rem;
  }

  .satellite .satellite-bdr_item {
    font-size: 1.2rem;
  }

  .satellite .satellite-feature {
    margin-bottom: 30px;
  }

  .satellite .satellite-grid {
    margin: 0;
  }

  .satellite .satellite-grid_list {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0 0 5px;
  }

  .satellite .satellite-split {
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .satellite .satellite-split_st {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 0 20px;
    max-width: none;
  }

  .satellite .satellite-split_en {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 0 20px;
    max-width: none;
  }

  .satellite .satellite-qa_list {
    margin-bottom: 10px;
  }

  .satellite .satellite-qaBox {
    border-width: 1px;
    border-radius: 3px;
    padding: 5px;
  }

  .satellite .satellite-qaBox_q {
    font-size: 1.2rem;
    padding: 3px;
  }

  .satellite .satellite-qaBox_q::before {
    left: -30px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .satellite .satellite-qaBox_icon {
    right: -25px;
    width: 20px;
    height: 20px;
    border-width: 1px;
  }

  .satellite .satellite-qaBox_icon::before, .satellite .satellite-qaBox_icon::after {
    width: 12px;
    height: 2px;
  }

  .satellite .satellite-qaBox_ttl {
    margin-bottom: 10px;
    margin-right: 25px;
    margin-left: 0;
    padding-left: 35px;
  }

  .satellite .satellite-qaBox_body {
    font-size: 1.2rem;
    padding: 3px 3px 3px 40px;
  }

  .satellite .satellite-qaBox_body::before {
    left: 5px;
    width: 30px;
    height: 30px;
    background-size: contain;
  }

  .satellite .satellite-qaBox_txt {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }

  .satellite .satellite-qaBox_txt:only-child {
    min-height: 20px;
    margin-bottom: 0px;
  }

  .satellite .satellite-qaDl {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }

  .satellite .satellite-qaDl_ttl::before {
    width: 5px;
    height: 5px;
    margin-right: 1px;
  }

  .satellite .satellite-qaDl_box {
    margin-bottom: 8px;
  }

  .satellite .satellite-table {
    display: none;
  }

  .satellite .satellite-table.-spShow {
    display: block;
    margin-bottom: 20px;
  }

  .satellite .satellite-table_ttl {
    background-color: #9e9e9e;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 5px;
  }

  .satellite .satellite-table_ttl.-black {
    font-size: 1.2rem;
    padding: 5px 3px;
    line-height: 1.2;
  }

  .satellite .satellite-table_unit.-h1 {
    height: 50px;
  }

  .satellite .satellite-table_unit.-h2 {
    height: 101px;
  }

  .satellite .satellite-table_unit td, .satellite .satellite-table_unit th {
    padding: 3px;
    font-size: 1.2rem;
  }

  .satellite .satellite-tableSp {
    display: block;
    margin-bottom: 60px;
  }

  .satellite .satellite-tableSp_ttl {
    background-color: #9e9e9e;
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    padding: 5px;
  }

  .satellite .satellite-tableSp_unit {
    width: 100%;
    font-size: 1.3rem;
    table-layout: fixed;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }

  .satellite .satellite-tableSp_unit_head, .satellite .satellite-tableSp_unit_th, .satellite .satellite-tableSp_unit_td,
  .satellite .satellite-tableSp_unit td {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    text-align: left;
    vertical-align: middle;
    line-height: 1.4;
    padding: 5px;
    height: 2em;
  }

  .satellite .satellite-tableSp_unit_head {
    background-color: black;
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px 10px 5px;
    height: 2em;
  }

  .satellite .satellite-tableSp_unit_th {
    background-color: #e5e5e5;
  }

  .satellite .satellite-tableSp_unit_td {
    background-color: #f7f7f7;
  }

  .satellite .satellite-tableSp_unit_tr .satellite-tableSp_unit_head {
    background: black 98% center no-repeat;
    background-size: 20px auto;
  }

  .satellite .satellite-tableSp_unit_tr.is-open .satellite-tableSp_unit_head {
    background-image: url(../img/icon_slide_off.png);
    border-right: 1px solid #d9d9d9;
  }

  .satellite .satellite-tableSp_unit_tr.is-close .satellite-tableSp_unit_head {
    background-image: url(../img/icon_slide_on.png);
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="red"] {
    background-color: #fff;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="red"] .satellite-tableSp_unit_head {
    color: #333333;
    background-color: #ffeded;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="pink"] {
    background-color: #fff;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="pink"] .satellite-tableSp_unit_head {
    color: #333333;
    background-color: #feedff;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="green"] {
    background-color: #fff;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="green"] .satellite-tableSp_unit_head {
    color: #333333;
    background-color: #f4fff0;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="blue"] {
    background-color: #fff;
  }

  .satellite .satellite-tableSp_unit_tr[data-clr="blue"] .satellite-tableSp_unit_head {
    color: #333333;
    background-color: #f2f7ff;
  }

  .satellite .satellite-tableSp_unit_slide {
    display: none;
  }

  .satellite .satellite-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0 -5px;
  }

  .satellite .satellite-flex_list {
    -webkit-flex: 1 1 30%;
    flex: 1 1 30%;
    padding: 0 5px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
}
/*-- notice 17/12/05 add --*/
.satellite-bscs {
  min-width: 960px;
  max-width: 1230px;
  box-sizing: border-box;
  margin: 0 auto 0px;
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.satellite-bscs_bnr {
  cursor: pointer;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.satellite-bscs_modal {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 90%;
  max-width: 900px;
  padding: 0 15px;
  z-index: 10001;
}

.satellite-bscs_modal_close {
  position: absolute;
  right: .2em;
  top: -1.4em;
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  cursor: pointer;
}

.satellite-bscs_modal_movie {
  text-align: center;
}

.satellite-bscs_modal_movie iframe {
  max-width: 100%;
}

.satellite-bscs_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}



@media all and (max-width: 640px) {
  .satellite-bscs {
    min-width: 0;
    width: auto;
    margin: 0 auto 0px;
    padding: 0 10px;
  }

  .satellite-bscs_bnr {
    padding: 5px;
  }

  .satellite-bscs_modal {
    padding: 0 10px;
  }

  .satellite-bscs_modal_movie iframe {
    width: 100%;
    height: 50vw;
  }
}
.no-js .satellite-bscs_modal {
  display: block;
  position: static;
  width: auto;
  max-width: 900px;
  padding: 0;
  margin-top: 40px;
  border: 1px solid #a0a0a0;
}

.no-js .satellite-bscs_overlay,
.no-js .satellite-bscs_modal_btm {
  display: none;
}

.satellite .satellite-calc_list_mod {
  justify-content: flex-end;
}
.satellite .satellite-calc_list_mod::before {
  display: block;
  content: "";
  width: 14px;
  height: 60px;
  background-color: #2095f2;
  border-radius: 2px;
  position: absolute;
  right: 50px;
  top: auto;
  bottom: 35px;
  margin: 0;
}
.satellite .satellite-calc_list_mod::after {
  display: block;
  content: "";
  width: 14px;
  height: 60px;
  background-color: #2095f2;
  border-radius: 2px;
  position: absolute;
  right: 50px;
  top: 135px;
  bottom: 0;
  margin: auto;
}
.satellite .satellite-calc_img_mod {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.satellite-under--mt {
  margin-top: 50px;
}
.satellite-cover {
  padding: 0 40px;
}
.satellite-note--bdr {
  padding-bottom: 80px;
  border-bottom: 1px solid #cfcfcf;
}
.satellite-logos_list_small--alt {
  margin-left: 0;
  text-align: right;
  color: #898989;
}
.satellite-iconContainer {
  margin-bottom: 10px;
}

@media all and (max-width: 640px) {
  .satellite .satellite-iconContainer {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .satellite .satellite-calc_list_mod {
    justify-content: flex-end;
  }
  .satellite .satellite-calc_list_mod::before {
    width: 7px;
    height: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 10px;
    margin: auto;
  }
  .satellite .satellite-calc_list_mod::after {
    width: 7px;
    height: 20px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 10px;
  }
}



/* top icon text */
.icon-topTxt-mirukore {
	padding-right: 60px;
	background: url("../images/icon_top_53.png") right center / 68px auto no-repeat;
}

@media screen and (max-width: 640px) {
	.icon-topTxt-mirukore {
		-webkit-background-size: 40px auto;
		background-size: 40px auto;
	}
}

/* 動画配信サービス ロゴリスト */
.o-distribute {
	margin: 30px auto 60px;
	padding-top: 10px;
	padding-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: 1px solid #dedede;
}
.o-distribute_list {
	margin: 20px 1% 0;
	max-width: 10.5%;
	flex: 0 0 10.5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.o-distribute_list img {
	width: 100%;
}

.o-distribute_list_ajust {
	max-width: 52px;
}
@media screen and (max-width: 640px) {
	.o-distribute {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.o-distribute_list {
		max-width: 23%;
		flex: 0 0 23%;
	}
	.o-distribute_list_ajust {
		max-width: 30px;
	}	
	.o-distribute_list_ajust02 {
		max-width: 52px;
	}
}

/* サイズアップの目安 */

.imgSizeup {
	margin-bottom: 80px;
	padding: 0 20px;
}
@media screen and (max-width: 640px) {
	.imgSizeup {
		margin-bottom: 40px;
	}
}
/* sound */
.produce-img-right {
    text-align: right;
    margin: -40px 0px 0px 50px;
}
@media screen and (max-width: 640px){
	.produce-img-right {
			width: 30%;
			margin: 15px 5px 5px 240px;
	}
}

.is-hidePc {
	display: none;
}
@media screen and (max-width: 640px) {
	.is-hidePc {
			display: block;
	}
}

