@charset "UTF-8";

/*topimg
---------------------------------------------------------------------------*/
.topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 450px;
  z-index:1;
  box-shadow:inset 0 1px 5px rgba(96,51,11,.6);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image:url("../images/bg.jpg");
}

@media screen and (max-width: 800px) {
.topimg {
  background-attachment: scroll;
}
}

#top_row {
	display: block;
	width: 100%;
	height:auto;
	position:fixed;
	top:50%;
	margin-top:-150px;
	text-align: center;
	z-index: 1;
}

@media screen and (max-width: 800px) {
#top_row {
  position:absolute;
}
}

/* top_info
================================================== */
#top_info  {
  color: #fff;
  position: relative;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
  width:100%;
  max-width:1000px;
  margin:0 auto;
  box-sizing: border-box;
}

#top_info .cd-intro h2 {
  font-size: 2.4em;
  letter-spacing:0em;
  color: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  text-shadow:1px 1px 1px #000;
  margin-bottom:20px;
}

@media screen and (max-width: 800px) {
#top_info .cd-intro h2 {
  font-size: 2.2em;
}
}

@media screen and (max-width: 568px) {
#top_info .cd-intro h2 {
  font-size: 1.5em;
}
}

#top_info .top_text {
  width:100%;
  margin:10px auto 20px;
  text-shadow:1px 1px 1px #000;
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
  letter-spacing:0em;
}

@media screen and (max-width: 568px) {
#top_info .top_text {
  font-size:1.1em;
}
}

.top_text img{
  margin:0 auto 5%;
  width:195px;
  height:auto;
}

@media screen and (max-width: 800px) {
.top_text img{
  margin:0 auto;
}
}

/* product_info
--------------------------------------------------*/
.product_info {
    width: 100%;
	padding:3% 0;
	float:left;
	background:#FFF;
}

@media screen and (max-width: 800px) {
.product_info {
  padding:5% 0;
}
}

@media screen and (max-width: 568px) {
.product_info {
  padding:8% 0;
}
}

.ttl_product {
    box-sizing: border-box;
	width: 100%;
	padding:0 2% 1%;
	line-height:1.8;
	text-align: center;
	color: #000;
	margin-bottom:1%;
}

.ttl_product h3 {
  font-size: 2em;
  letter-spacing:0em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
}

@media screen and (max-width: 800px) {
.ttl_product h3 {
  font-size: 1.8em;
}
}

@media screen and (max-width: 568px) {
.ttl_product h3 {
  font-size: 1.4em;
  line-height:1.5;
  margin-top:10px;
}
}

.ttl_product p {
  margin-top:2%;
  font-size: 1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.ttl_product p {
  font-size: 1.1em;
  line-height:1.6;
  margin-top:20px;
}
}

.ttl_product .sps_logo img {
  width:195px;
  height:auto;
  margin:1% auto 3%;
}

.ttl_product .k40 img {
  width:240px;
  height:auto;
  margin:5% auto 0;
}

.full_ph{
    width:100%;
	margin:0 0;
	float:left;
	clear:both;
	}

.full_ph img {
  width:100%;
  height:auto;
}

.bgspace{
	width: 100%;
	height: 80vh;
	float:left;
}

/* product_syousai
--------------------------------------------------*/
.product_syousai {
    width: 100%;
	box-sizing: border-box;
	padding:2% 4% 3%;
	float:left;
	background:#FFF;
}

@media screen and (max-width: 800px) {
.product_syousai {
	padding:3% 4% 4%;
}
}

.productL {
    width: 45%;
	box-sizing: border-box;
	float:left;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:1% 2%;
}

@media screen and (max-width: 568px) {
.productL {
	width: 100%;
	padding:2%;
}
}

.productL_tx{
    font-size: 2.2em;
	font-weight:600;
	margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.productL_tx{
    font-size: 1.8em;
}
}

.productL_tx img{
    width: auto;
	height:141px;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productL_tx img{
    height:100px;
	margin-top:15px;
	margin-bottom:15px;
}
}

.productL_tx2{
    font-size: 1em;
	font-weight:500;
}

.productR {
    width: 55%;
	max-width:514px;
	box-sizing: border-box;
	float:right;
	padding:0 2%;
}


@media screen and (max-width: 800px) {
.productR {
	padding:0;
}
}

@media screen and (max-width: 568px) {
.productR {
	width: 100%;
	padding:2% 1%;
}
}

.productR li {
    width: 100%;
	box-sizing: border-box;
	float:left;
	padding:0;
}

.productR li img{
    width: 100%;
	height:auto;
	margin-bottom:30px;
}

@media screen and (max-width: 800px) {
.productR li img{
	margin-bottom:15px;
}
}

.productR p{
    font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.3em;
	font-weight:600;
	margin:10px auto;
}

@media screen and (max-width: 800px) {
.productR p{
  font-size: 1.1em;
}
}

@media screen and (max-width: 568px) {
.productR p{
  font-size: 1em;
  margin:5px auto;
  font-weight:500;
}
}

/* product_syousai2
--------------------------------------------------*/
.product_syousai2 {
    width: 100%;
	box-sizing: border-box;
	padding:3% 4% 4%;
	float:left;
	color:#FFF;
  background-color:#000;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 38% 100%;;
  background-image:url("../images/sec04_bg.jpg");
}

@media screen and (max-width: 800px) {
.product_syousai2 {
  background-size: 0 0;
}
}

.productR2 {
    width: 55%;
	box-sizing: border-box;
	float:right;
	padding:0 2%;
	font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.productR2 {
    width: 100%;
	padding: 2% 0;
}
}

.productR2_tx{
    font-size: 2.2em;
	font-weight:600;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productR2_tx{
    font-size: 1.5em;
}
}

.productR2_tx img{
    width: auto;
	height:141px;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productR2_tx img{
    height:100px;
	margin-top:15px;
	margin-bottom:15px;
}
}

.productR2 dl{
    margin:15px 0;
	width:100%;
	display:table;
}

.productR2 dt{
   width:34px;
   vertical-align:middle;
   display:table-cell;
   letter-spacing	: 0em;
}

.productR2 dt span{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	width:18px;
	height:18px;
	line-height:1;
	vertical-align:middle;
	display:table-cell;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 6px 6px;
	text-align: center;
	background-color:#616161;
}

.productR2 dd{
    display:table-cell;
	font-size:15px;
}

.stp_tx{
    width:100%;
	float:left;
	margin:20px 0;
}

@media screen and (max-width: 568px) {
.stp_tx{
	margin:10px 0;
}
}

.stp_tx img{
    width:70%;
	max-width:277px;
	margin:0 15px 0 0;
	float:left;
}

@media screen and (max-width: 568px) {
.stp_tx img{
    width:100%;
	margin:0 0 15px 0;
}
}

.stp_tx p{
    padding:5px 0;
	font-size:12px;
}

@media screen and (max-width: 568px) {
.stp_tx p{
    width:100%;
	clear:both;
}
}

.stp_tx .udlw{
    padding:5px;
	border-bottom:1px solid #FFF;
	margin-bottom:5px;
}

.productR3_tx{
	margin-top:30px;
	margin-bottom:20px;
}

.productR3_tx img{
    width: auto;
	height:141px;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productR3_tx img{
    height:100px;
	margin-top:15px;
	margin-bottom:15px;
}
}

.productR3_tx .widt60{
    font-size: 2.2em;
	font-weight:600;
	float:left;
	width:35%;
}

@media screen and (max-width: 800px) {
.productR3_tx .widt60{
	padding:0 2%;
	width:100%;
	box-sizing: border-box;
}
}
@media screen and (max-width: 568px) {
.productR3_tx .widt60{
    font-size: 1.8em;
}
}

.productR3_tx .widt40{
	float:right;
	width:62%;
}

@media screen and (max-width: 800px) {
.productR3_tx .widt40{
	padding:2% 0 2% 0;
	width:100%;
	margin-top:5%;
	box-sizing: border-box;
}
}

.productR3_tx .widt40 li{
	margin-bottom:15px;
	float:left;
	font-size:0.9em;
}

.productR3_tx .widt40 img{
    width: 35%;
	height:auto;
	float:right;
}

@media screen and (max-width: 800px) {
.productR3_tx .widt40 img{
    width: 20%;
}
}

@media screen and (max-width: 568px) {
.productR3_tx .widt40 img{
    width: 35%;
	margin-top:10px;
}
}

.productR3_tx .widt40 .wd4_tx{
    width: 60%;
	height:auto;
	float:left;
}

@media screen and (max-width: 800px) {
.productR3_tx .widt40 .wd4_tx{
    width: 75%;
}
}

@media screen and (max-width: 568px) {
.productR3_tx .widt40 .wd4_tx{
    width: 62%;
}
}

.productR3_tx .widt40 .udlw{
    padding:5px;
	margin-bottom:5px;
	font-size:1.2em;
}

.productR3_tx .widt40 .udlw span{
    padding:1px 8px;
	border:1px solid #FFF;
	font-size:14px;
	margin-right:10px;
}

.productL4 {
    width: 60%;
	box-sizing: border-box;
	float:left;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:1% 2%;
}

@media screen and (max-width: 568px) {
.productL4 {
    width: 100%;
	padding:2% 0;
}
}

.productL4_tx{
    font-size: 2.2em;
	font-weight:600;
	margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.productL4_tx{
    font-size: 1.8em;
}
}

.productL4_tx img{
    width: auto;
	height:141px;
	margin-bottom:10px;
}

@media screen and (max-width: 568px) {
.productL4_tx img{
    height:100px;
	margin-top:15px;
	margin-bottom:5px;
}
}

.productL4 li{
	width: 50%;
	box-sizing: border-box;
	float:left;
	padding:2% 4% 2% 0;
	font-size:16px;
}

@media screen and (max-width: 800px) {
.productL4 li{
    width: 100%;
	padding:2% 0;
}
}

.productL4 li dl{
    padding:5px;
	margin-bottom:10px;
	font-size:20px;
	display:table;
	line-height:1;
}

.productL4 li dt{
	vertical-align:middle;
	display:table-cell;
}

.productL4 li dd{
	padding-top:5px;
}

.productL4 li dt span{
    padding:1px 8px;
	border:1px solid #000;
	font-size:14px;
	margin-right:10px;
}

.productL4 li .txt{
	font-size:1em;
}

.productR4 {
    width: 40%;
	max-width:514px;
	box-sizing: border-box;
	float:right;
	padding:0 2%;
}

@media screen and (max-width: 568px) {
.productR4 {
    width: 100%;
	padding:2% 0 0;
}
}

.productR4 li {
    width: 100%;
	box-sizing: border-box;
	float:left;
	padding:0;
}

.productR4 li img{
    width: 100%;
	max-width:381px;
	height:auto;
	margin-bottom:30px;
}

@media screen and (max-width: 568px) {
.productR4 li img{
    wmargin-bottom:0;
}
}

.productL5 {
    width: 50%;
	box-sizing: border-box;
	float:left;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:0 2% 2%;
}

@media screen and (max-width: 800px) {
.productL5 {
    width: 100%;
	padding:0 0 2%;
}
}

.productL5_tx{
    font-size: 2.2em;
	font-weight:600;
	margin-bottom:30px;
}

@media screen and (max-width: 568px) {
.productL5_tx{
    font-size: 1.8em;
	margin-bottom:15px;
}
}

.productL5_tx img{
    width: auto;
	height:141px;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productL5_tx img{
    height:100px;
	margin-bottom:15px;
}
}

.productL5_tx2{
    font-size: 1em;
	font-weight:400;
	margin-bottom:30px;
}

@media screen and (max-width: 568px) {
.productL5_tx2{
	margin-bottom:20px;
}
}

.productL5_ph{
    width:100%;
	float:left;
	max-width:274px;
	margin-bottom:20px;
}

.productL5_ph img{
    width:100%;
	height:auto;
}

.productR6 {
    width: 50%;
	box-sizing: border-box;
	float:right;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding:0 2% 2%;
}

@media screen and (max-width: 800px) {
.productR6 {
    width: 100%;
	padding:2% 0;
}
}

.productR6_tx{
    font-size: 2.2em;
	font-weight:600;
	margin-bottom:30px;
}

@media screen and (max-width: 568px) {
.productR6_tx{
    font-size: 1.8em;
	margin-bottom:15px;
}
}

.productR6_tx img{
    width: auto;
	height:141px;
	margin-bottom:20px;
}

@media screen and (max-width: 568px) {
.productR6_tx img{
    height:100px;
	margin-top:15px;
	margin-bottom:15px;
}
}

.productR6_tx2{
    font-size: 1em;
	font-weight:400;
	margin-bottom:30px;
}

@media screen and (max-width: 568px) {
.productR6_tx2{
	margin-bottom:20px;
}
}

.productR6_ph{
    width:100%;
	float:left;
	max-width:274px;
	margin-bottom:20px;
}

.productR6_ph img{
    width:100%;
	height:auto;
}

.movie{
	width: 100%;
	background: #fff;
	padding: 5% 0;
}
.movie .inner{
	width: 838px;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
.movie .inner{
	width: 100%;
}
}

.movie .inner p{
	display: inline-block;
	color: #000;
	font-size: 22px;
	border: 1px solid #000;
	padding: 5px 30px;
}

@media screen and (max-width: 800px) {
.movie .inner p{
	font-size: 18px;
}
}

.movie .inner .youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 30px;
}

@media screen and (max-width: 800px) {
.movie .inner .youtube{
	margin-top: 20px;
}
}

.movie .inner .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}