@charset "UTF-8";
/* CSS Document */
#robo_lp .fl_3{
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#robo_lp .bd_1{
border-bottom: 2px solid;
border-image: linear-gradient(to right, #e95400 0%, #ffae00 100%);
border-image-slice: 1;

}
#robo_lp .bd_2{
background: repeating-linear-gradient(-45deg, #e95400, #e95400 10px, white 10px, white 15px);
height: 5px;
margin-bottom: 20px;
}
#robo_lp .bd_3{
border-bottom: 1px solid #b7b7b7;

}
#robo_lp .ttl_bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0583cf+0,02a8c7+50,00c9c0+100 */
background: #e95400; /* Old browsers */
background: -moz-linear-gradient(left,  #e95400 0%, #e99400 50%, #ffcc00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e95400 0%,#e99400 50%,#ffcc00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e95400 0%,#e99400 50%,#ffcc00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e95400', endColorstr='#ffcc00',GradientType=1 ); /* IE6-9 */

	
}
#robo_lp .ttl{
	padding:10px 0;
	text-align: center;
	color: #FFF;
	font-size: 34px;
	
}
#robo_lp .ttl span{
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}
#robo_lp h3{
	position: relative;
	padding:20px 0;
	margin-bottom: 30px;
	color:  #e95400;
	font-size: 26px;

}
h4{
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#robo_lp .sub_ttl::before{
position: absolute;
bottom: 0;
left: 0;
height: 3px;
content: "";
display: block;
width: 60%;
background-color: #cba200;
left: 0;
right: 0;
	margin: auto;
border-radius: 2px;
}
#robo_lp .sub_ttl::after {
position: absolute;
bottom: -2px;
left: 20%;
height: 6px;
content: "";
display: block;
width: 30px;
background-color: #e95400;

}
#robo_lp .ttl_read{
	margin-top: -20px;
	font-size: 14px;
	margin-bottom: 20px;
	
}

#robo_lp .wrap{
	width:1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
	box-shadow: 0px 10px 10px -3px rgba(10,10,10,0.2);
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 999;
	padding-bottom:10px;
	background: #FFF;

}
#top-head img{
	width: 350px;
}

#top-head a,
#top-head {
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
	display: flex;
	position: absolute;
	right: 0;
	top: 10px;
}
#global-nav ul li {
    position: relative;
	text-align: center;
	
	line-height: 1.4;
}
#global-nav ul li a {
	
}
#robo_lp header ul li a{
	display: block;
	padding: 10px 40px;	
	border-right: solid 1px #e1e1e1;
}
/* Btn Hover */
 #robo_lp #top-head ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
 #robo_lp #top-head ul li:hover:after{
	background: #cba200;
	bottom: 5px;
}



#robo_lp header ul li::before {
    content: "";
    position: absolute;
    border-right: 1px solid #e95400;
    border-bottom: 1px solid #e95400;
    width: 8px;
    top: 30px;
    right:24px;
    height: 8px;
    transform: rotate(45deg);
}
#robo_lp header ul li span{
	display: block;
	font-size: 14px;
	color: #e95400;
}

/* Fixed */
#top-head.fixed img{
	width: 280px;
}
 #robo_lp #top-head.fixed ul li:after {
	bottom: 15;
	
}
#robo_lp #top-head.fixed ul li:hover:after {
	background: #cba200;
	bottom: 5px;
}
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 50px;
}
#top-head.fixed #global-nav ul li::before  {
top: 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 9999;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.side_bnr{
position: fixed;right: 0;z-index: 999;}

video {
	position: relative;
width:100%;
min-height: 100vh;
}
.mv_video {
  position: relative;
height: 0;
	min-height: 100vh;
overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards;
}
.mv_video #video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(1.05);
/*filter: grayscale(30%) contrast(60%);背景動画にかけるフィルタ*/
  /*transition: 0.3s;*/
}

@keyframes load {
  100% {
    opacity: 1;
  }
}
.table-mv {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}			
.mv_txt{
font-size: 120%;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    margin-top: 15%;
    z-index: 9999;
}
.table-mv .mv_txt .typ{
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px;
	}
.mv_txt img{
	width: 230px;
}

.mv_txt span:nth-child(n+21){
	 pointer-events: none;
	display: inline-block;
font-size: 260%;
font-feature-settings:pkna;
	font-style: italic;
}
.video_bl .bttn-jelly{
	margin-top: 20%;
	}
.video_bl a.video_button {
    -webkit-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -moz-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -ms-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: all 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    display: block;
    margin:auto;
    /*max-width: 180px;*/
    text-decoration: none;
    border-radius: 4px;
    padding: 20px 30px;
	position: absolute;
bottom:10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.6);
    box-shadow: rgba(255, 255, 255, 0.4) 0 0px 0px 2px inset;
}


.video_bl a.video_button:hover {
    color: rgba(255, 255, 255, 0.85);
    box-shadow: rgba(233, 84, 0, 0.7) 0 0px 0px 40px inset;
}
.list li {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.list li.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
}
.mod-btn-wrap.more{
		margin-top:0;
	}
.mod-btn-wrap button{
	 padding: 0;
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-style: none;
	}
		.background {
  background-size: cover;
  position: relative;
  z-index: -2;
  width: calc(100vh * 1.78);
  height: 100vh;
margin: 0 auto;}
            
  .background-wrap {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}
    .background-movie {
      position: relative;
      display: flex;
      justify-content: center;
    }
    #background-movie-player {
      width: calc(100vh * 1.78);
      height: 100vh;
      flex: none;
    }
			ifream{
				min-width: 100%;
    min-height: 100%;
			}
 .mod-list-bullet li{
	 position: relative;
	 text-indent: 1em;
}
.mod-list-bullet > ul > li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #7ac2ec;
    position: absolute;
    top: 12px;
    left: 0;
}
.mod-list-bullet li::before{width: 6px;
    height: 6px;
    background-color: #ccc;
}			



.pc_only{
		display: block;
}
.sp_only{
		display: none;
}
@media screen and (max-width: 896px) {
	
	.mod-list-bullet > ul > li::before {
    top: 9px;
}
	#main-visual {
		height: 300px;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: #FFF;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 0;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: rgba(255,255,255,0.8);
		width: 100%;
		text-align: center;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
}
/* ----------------------------------------------------------------
    toggle
----------------------------------------------------------------- */
.primary-tgl {
  position: relative;
}
.primary-tgl button {
    font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "YuGothic", "MyYuGothicM", "Yu Gothic", sans-serif !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  border: 1px #cadce8 solid;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #666;
  background: none;
}
.primary-tgl button:hover,
.primary-tgl button:focus,
.primary-tgl button:active {
  border-width: 2px;
  background-color: #f2f7fb;
  padding: 0 19px;
}
.primary-tgl button:hover .tgl-icon,
.primary-tgl button:focus .tgl-icon,
.primary-tgl button:active .tgl-icon {
  right: 9px;
}
@media screen and (max-width: 767px) {
  .primary-tgl {
    border-radius: 0;
    border-top:none;
    border-right: none;
    border-bottom: none;
  }
}
.primary-tgl .tgl-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 4px;
  background-color: #cadce8;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .primary-tgl .tgl-icon {
    right: 9px;
  }
}
.primary-tgl .tgl-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primary-tgl .tgl-icon::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primary-tgl .tgl-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.primary-tgl .active .tgl-icon::after {
content: none;
}
.tgl-content-hdg {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tgl-content-hdg {
    font-size: 1.6rem;
  }
}

.tgl-content-hdg-lv2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .tgl-content-hdg-lv2 {
    font-size: 1.5rem;
  }
}

.m-toggle {
  padding: 0 20px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
  position: relative;
}
.m-toggle + .m-toggle {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .m-toggle + .m-toggle {
    margin-top: 10px;
  }
}
.m-toggle::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0183cf, #01cfbe);
}
.m-toggle .m-toggle-head {
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
}
.m-toggle .m-toggle-head button {
  display: block;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
  padding-right: 50px;
  background: none;
  border: none;
  text-align: left;
}
.m-toggle .m-toggle-head ._mark-Q {
  color: #01aac6;
  font-size: 2rem;
  width: 35px;
  font-weight: bold;
  line-height: 1;
}
.m-toggle .m-toggle-head .tgl-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  padding: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #01aac6;
  transform: translateY(-50%);
  font-size: 0;
}
.m-toggle .m-toggle-head .tgl-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.m-toggle .m-toggle-head .tgl-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, -50%);
}
.m-toggle .m-toggle-content {
  display: none;
}
.m-toggle .m-toggle-content .m-toggle-content-inner {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px #ececec solid;
}
.m-toggle .m-toggle-content ._mark-A {
  width: 35px;
  font-size: 2rem;
  font-weight: bold;
  color: #d8cb00;
  line-height: 1;
}
.m-toggle .m-toggle-content p {
  font-size: 1.6rem;
  -ms-flex: 1;
  flex: 1;
}
.m-toggle .m-toggle-head button .tgl-icon {
  background-color: #f4f4f4;
}
.m-toggle .m-toggle-head button .tgl-icon::after {
  content: none;
}
.m-toggle .m-toggle-head button .tgl-icon::before {
  background-color: #01aac6;
}

#robo_lp .mv{
	position: relative;
}
#robo_lp .mv .mv_area{
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
	margin-top:95px;
}
#wrapper_bgVideo{
	position: absolute!important;
	margin-top:95px;
}
#youtube-wrap {
  position: relative;
  width: 100%;
}

#robo_lp .mv .mv_area{
	font-size: 30px;
	color: #FFF;
}
#robo_lp .mv .mv_area p{
	font-size: 50px;
	font-weight: bold;
}
#robo_lp .main{
	margin-bottom: 50px;
	margin-top: -8px;
position: relative;
z-index: 9;
}
#robo_lp .cp_read{
	background: #e95400;
	padding: 10px 0;
text-align: center;
color: #FFF;
font-size: 30px;
font-weight: bold;
	}
#robo_lp .concept{
	background:url("../img/concept_bg.jpg");
	height:100%;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	padding-top: 37.1%;
	position: relative;
	z-index: 5;
}
#robo_lp #news{
	background: #fff !important;
	position: relative;
	z-index:2;
}
#robo_lp #news,
#robo_lp #weekly,
#robo_lp #product,
#robo_lp #pickup{
	padding-top: 80px;
    margin-top:-80px;
	
	padding-bottom: 50px;
}
#robo_lp #weekly{	
background: -webkit-repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
    background: -o-repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
    background: repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
	position: relative;
	z-index:1;
}
#robo_lp #weekly a:hover{	
	opacity: 0.8;
}
#robo_lp #weekly .video_bl{
	position: relative;
	width: 30%;
	margin: 0 auto;
	display: flex;
	background: #fff;
	padding: 30px;
	box-shadow: 0px 10px 10px -3px rgba(10,10,10,0.5);
	
}
#robo_lp #weekly .video_bl span{
	display: block;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
}
#robo_lp #weekly .video_bl.second{
	margin-left: 10px;
}
#robo_lp #weekly .coming_soon{
	position: relative;
	width: 30%;
	background: #f4f4f4;
	padding: 30px;
	margin-left: 10px;
	box-shadow: 0px 10px 10px -3px rgba(10,10,10,0.5);
	
}
#robo_lp #weekly .coming_soon span{
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
}
#robo_lp #weekly .video_bl ifream{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#robo_lp #weekly .video_bl{
	
}
#robo_lp #weekly .video_bl img{
	width:100%;
}
#robo_lp #weekly .video_bl a{
	text-align: center;
	display: block;
	margin: 0 auto;
}
#robo_lp #product{
	background: #f4f4f4;
	position: relative;
}

#robo_lp #product .fl_bloc{
}
#robo_lp #product .fl_bloc li:first-child{
	border-right:solid 1px #626262;
	-webkit-flex-basis: 196px;
    flex-basis: 196px;
	line-height: 2;
}
#robo_lp #product .fl_3 li:nth-child(2),
#robo_lp #product .fl_3 li:nth-child(3){
	-webkit-flex-basis: 378px;
    flex-basis: 378px;
	padding: 15px 0;
}
#robo_lp #product .year_2,
#robo_lp #product .year_1,
#robo_lp #product .mon{
	border-top: solid 1px #626262 !important; 
	margin-bottom: 25px;
}
#robo_lp #product .year_2 li:nth-child(2){
	background: #e1f1f9;
}
#robo_lp #product .year_2 li:nth-child(3){
	background: #f2fafe;
}
#robo_lp #product .year_1 li:nth-child(2){
	background: #f9f3e1;
}
#robo_lp #product .year_1 li:nth-child(3){
	background: #fffcf5;
}
#robo_lp #product .mon li:nth-child(2){
	background: #f9e1e1;
}
#robo_lp #product .mon li:nth-child(3){
	background: #fff5f5;
}
#robo_lp #product .fl_3 li:nth-child(2){
	border-right:solid 1px #626262;
}
#robo_lp #product .fl_3{
	border: solid 1px #626262;
	border-top: none;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	
}
#robo_lp #product .fl_2{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
	align-items: flex-end;
}
#robo_lp #product .fl_2 .bloc_1,
#robo_lp #product .fl_2 .bloc_2{
	padding:5px 0;
	text-align: center;
	border: solid 1px #626262;
	border-bottom: none;
	-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
	font-size: 26px;
	font-weight: bold;
	color:#FFF;
	width: 378px;
	
}
#robo_lp #product .fl_2 .bloc_1{
	background: #e95400;
	border-right: none;
}
#robo_lp #product .fl_2 .bloc_2{
	background: #ffcc00;
}

#robo_lp #product .side_ttl{
padding: 18px 20px;
border-left: 5px solid #002a5d;
font-weight: bold;
line-height: 1.42857;
color: #FFF;
font-size: 25px;

}
#robo_lp #product .bl{
	background-size: auto auto;
background-color: rgba(0, 87, 192, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.13) 3px, rgba(255, 255, 255, 0.13) 4px );
}
#robo_lp #product .yel.side_ttl{
	border-left: 5px solid #e87e00;
}
#robo_lp #product .yel{
	background-size: auto auto;
background-color: rgba(238, 176, 69, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.13) 3px, rgba(255, 255, 255, 0.13) 4px );
}
#robo_lp #product .led{
	background-size: auto auto;
background-color: rgba(235, 129, 129, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 255, 255, 0.13) 3px, rgba(255, 255, 255, 0.13) 4px );
}
#robo_lp #product .led.side_ttl{
	border-left: 5px solid #e80000;
}
#robo_lp #product .btn_Area a{
	width: 220px;
	color: #FFF;
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 8px;
	margin-top: 10px;
	font-size: 16px;
	padding: 10px 0;
	position: relative;
box-shadow: rgba(0, 0, 0, 0.0666667) 0px 1px 1px, rgba(0, 0, 0, 0.0666667) 0px 2px 2px, rgba(0, 0, 0, 0.0666667) 0px 4px 4px, rgba(0, 0, 0, 0.0666667) 0px 8px 8px, rgba(0, 0, 0, 0.0666667) 0px 16px 16px;
}
#robo_lp #product .btn_Area a::before {
content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    right: 10px;
    margin: auto;
    box-sizing: border-box;
    border: 8px solid transparent;
    border-left: 8px solid #FFF;   /* 好みで色を変えてください */  
}
#robo_lp #product .btn_Area.btn01 a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feccb1+0,f17432+50,ea5507+51,fb955e+100;Red+Gloss+%232 */
background: rgb(254,204,177); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,204,177,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(254,204,177,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feccb1', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
border:solid 1px #FCA15F;
}
#robo_lp #product .btn_Area.btn02 a{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
border:solid 1px #fbdf93;
}
#robo_lp #product .btn_Area.btn01 a:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fca15f+0,f2a532+50,f77b00+51,fca15f+100 */
background: rgb(252,161,95); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,161,95,1) 0%, rgba(242,165,50,1) 50%, rgba(247,123,0,1) 51%, rgba(252,161,95,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,161,95,1) 0%,rgba(242,165,50,1) 50%,rgba(247,123,0,1) 51%,rgba(252,161,95,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,161,95,1) 0%,rgba(242,165,50,1) 50%,rgba(247,123,0,1) 51%,rgba(252,161,95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca15f', endColorstr='#fca15f',GradientType=0 ); /* IE6-9 */
border:solid 1px #ffb76b;
}
#robo_lp #product .btn_Area.btn02 a:hover {
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe196+0,fcdf4e+49,f7ca00+51,ffe196+100 */
background: rgb(255,225,150); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,225,150,1) 0%, rgba(252,223,78,1) 49%, rgba(247,202,0,1) 51%, rgba(255,225,150,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,225,150,1) 0%,rgba(252,223,78,1) 49%,rgba(247,202,0,1) 51%,rgba(255,225,150,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,225,150,1) 0%,rgba(252,223,78,1) 49%,rgba(247,202,0,1) 51%,rgba(255,225,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe196', endColorstr='#ffe196',GradientType=0 ); /* IE6-9 */

border:solid 1px #FFE196;
}

#robo_lp #product .btn_Area.btn02:hover {
  background-color: #ffcc00;
  background-image: -webkit-linear-gradient(top, #ffcc00, #e95400);
  background-image: linear-gradient(to bottom, #ffcc00, #e95400);
}
#robo_lp #product .btn_Area a:active {
  background: #e95400;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
  color: #e95400;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}
/*ボタン*/
.mod-btn:hover::before,
.mod-btn:focus::before{
  border: 3px solid #e95400;
}
.mod-btn:hover > .text,
.mod-btn:focus > .text {

}
.mod-btn-wrap {
margin-top: 30px;
text-align: center;
}
.mod-btn {
background-color: transparent;
display: inline-block;
vertical-align: middle;
position: relative;
text-decoration: none;
}

.mod-btn.of-medium::before {
border-radius: 100px;
}
.mod-btn::before {
position: absolute;
top: 0;
left: 0;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
border-radius: 100px;
display: block;
width: 100%;
height:85%;
content: "";
border: 2px solid #e95400;
background-color: #fff;
}
.display-more-button{
	margin-top: 10px;
}
.display-more-button a{
	display: block;
padding: 5px 0;
	width: 145px;
	margin: 0 auto;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
border-radius: 100px;
border: 2px solid #e95400;
background-color: #fff;
}

.display-more-buttonn a:hover{
  border: 3px solid #e95400;
}
.mod-btn.of-medium > .text {
font-size: 16px;
padding: 8px 41px 8px 24px;
}
.mod-btn > .text {
position: relative;
display: -ms-flexbox;
display: flex;
height: 100%;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
font-size: 1.4rem;
color: #333;
padding: 7px 36px 6px 16px;
z-index: 10;
}
.mod-btn.of-medium::after {
right: 21px;
}
.mod-btn::after {
position: absolute;
top: 44%;
right: 18px;
display: inline-block;
width: 9.5px;
height: 9.5px;
border-top: 2px solid #e95400;
border-right: 2px solid #e95400;
content: "";
transform: rotate(45deg) translateY(-50%);
z-index: 10;
}
.mod-btn2::after {
top: 39%;
border-top:none;
border-right: 2px solid #e95400;
border-bottom: 2px solid #e95400;
content: "";
transform: rotate(45deg) translateY(-50%);
z-index: 10;
}
/*news*/
.mod-list-news, .mod-list-news-02 {
margin-top: 30px;
margin-right: 0;
margin-left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	font-size: 14px;
}
.mod-list-news > .item, .mod-list-news-02 > .item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: start;
align-items: flex-start;
padding: 10px 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 1000px;
}
.mod-list-news > .item:nth-child(odd), .mod-list-news-02 > .item:nth-child(odd) {
background-color: #f4f4f4;
}
.mod-list-news > .item:nth-child(even), .mod-list-news-02 > .item:nth-child(even) {
background-color: #fff;
}
.mod-list-news > .item > .list > dt > .title > .date, .mod-list-news-02 > .item > .list > dt > .title > .date {
color: #666;
}
.mod-list-news > .item > .list > dt > .title > .new, .mod-list-news-02 > .item > .list > dt > .title > .new {
margin-left: 10px;
color: #e90000;
}
.mod-list-news > .item > .list, .mod-list-news-02 > .item > .list {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 0 10px;
}
.mod-list-news > .item > .list.of-label > dt, .mod-list-news-02 > .item > .list.of-label > dt {
-ms-flex: 0 0 320px;
flex: 0 0 320px;
}
.mod-list-news > .item > .list > dd, .mod-list-news-02 > .item > .list > dd {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
color: #005180;
}
.mod-txt-label.of-label-green-01 {
border-color: #e95400;
color: #e95400;
}

.mod-list-news > .item > .list.of-label > dt > .title, .mod-list-news-02 > .item > .list.of-label > dt > .title {
width: 140px;
}
.mod-list-news > .item > .list > dt > .title, .mod-list-news-02 > .item > .list > dt > .title {
display: inline-block;
}
.mod-txt-label {
display: inline-block;
border: 1px solid transparent;
font-size: 12px;
border-radius: 3px;
padding: 2px 11px;
background-color: #fff;
}
.mod-list-news > .item > .list > dd a, .mod-list-news-02 > .item > .list > dd a {
color: #005180;
text-decoration: none;
}
.mod-list-news > .item > .list > dd a:hover, .mod-list-news-02 > .item > .list > dd a:hover, .mod-list-news > .item > .list > dd a:focus, .mod-list-news-02 > .item > .list > dd a:focus {
text-decoration: underline;
}.mod-link-icon {
vertical-align:0;
max-height: 1em;
width: auto;
top: .15em;
position: relative;
margin: 0 7px;
}
.mod-box-3 {
margin-top: 30px;
border: 2px solid #e0dc9f;
padding: 16px 19px;
	margin-bottom: 20px;
}
.mod-box-3 > .content {
margin-top: 16px;
line-height: 1.8;
}
.mod-list-bullet.of-type-2 > ul > li::before{
width: 6px;
height: 6px;
background-color: #ccc;
}
.mod-txt-bold.of-type-3 {
    color: #d9300a;
}
.grid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 30px auto!important;
}
.grid.col3 > * {
  width: 33.333%;
}
.grid.col2 > * {
width: 50%;
}
/*.footer-tgl-list > * {
padding-left: 10px;
}*/
.footer-link > li {
padding-top: 23px;
}
.footer-link > li a {
font-size: 15px;
position: relative;
padding-left: 20px;
color: #666;
}
.footer-link > li a::before {
content: "";
display: block;
position: absolute;
left: 0;
top: 5px;
width: 6px;
height: 6px;
border-top: 1px #9d9d9d solid;
border-right: 1px #9d9d9d solid;
transform: rotate(45deg);
}
.footer-content._border-line {

padding: 18px 0;
}
.content-inner {
width: 98%;
margin: 0 auto;
}
.footer-tgl-list {
margin-left: -10px;
background-color: #fff;
}
.footer-tgl-list .primary-tgl {
display: -ms-flexbox;
display: flex;
margin-right:10px;
}

.primary-tgl {
position: relative;
}
.primary-tgl > button {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
min-height: 50px;
padding: 0 20px;
border: 1px #cadce8 solid;
border-radius: 5px;
font-size: 18px;
color: #666;
background: none;
}
.primary-tgl  .tgl-icon {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
padding: 4px;
background-color: #cadce8;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
	text-indent:100%;
white-space:nowrap;
overflow:hidden;
}
.primary-tgl .tgl-icon::before {
content: "";
display: block;
width: 20px;
height: 4px;
position: absolute;
border-radius: 20px;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.primary-tgl .tgl-icon::after {
content: "";
display: block;
width: 4px;
height: 20px;
position: absolute;
border-radius: 20px;
background-color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}


.primary-tgl > button:hover .tgl-icon, .primary-tgl > button:focus .tgl-icon, .primary-tgl > button:active .tgl-icon {
right: 9px;
}
.grid > .col1 {
width: 100%;
}
.mod-box-4 {
margin-top: 30px;
padding: 18px 20px;
background-color: #f2f7fb;
}
.mod-txt .text {
line-height: 1.8;
}

.footer-content_gry{
padding: 20px 0;
background: #f4f4f4;
}
.footer-site-nav, .footer-site-nav-2 {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
width: 98%;
}
.footer-site-nav > li a, .footer-site-nav-2 > li a {
display: block;
font-size: 14px;
padding: 0 10px;
border-right: 1px #000 solid;
}
.footer-bottom, .footer-bottom-2 {
padding: 17px 0;
font-size: 14px;
text-align: center;
}

.page-top-btn {
position: fixed;
right: 10px;
bottom: 70px;
z-index: 1000;
width: 60px;
height: 60px;
margin-left: auto;
border-radius: 50%;
border: 2px #e95400 solid;
font-size: 12px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
background-color: rgba(209, 209, 209, .5);
opacity: .4;
transition: opacity 1s;
z-index: 9999;
}
.page-top-btn .page-top-btn-inner {
display: block;
width: 100%;
height: 100%;
border-radius: 50%;
}
.page-top-btn .page-top-btn-inner a {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 100%;
border-radius: 50%;
}
.page-top-btn .page-top-btn-inner a::before {
display: block;
width: 8px;
height: 8px;
border-top: 2px #e95400 solid;
border-right: 2px #e95400 solid;
background: none;
content: "";
transform: rotate(-45deg);
}
.page-top-btn .page-top-btn-inner a span {
color: #e95400;
}
.page-top-btn .page-top-btn-inner a:focus,
.page-top-btn .page-top-btn-inner a:active {
  background-color: rgba(233, 84, 0, .8);
}
.page-top-btn .page-top-btn-inner a:focus span,
.page-top-btn .page-top-btn-inner a:active span {
  color: #fff;
}
.page-top-btn .page-top-btn-inner a:focus::before,
.page-top-btn .page-top-btn-inner a:active::before {
  border-color: #fff;
}
.page-top-btn:hover {
  background-color: rgba(233, 84, 0, .8);
}
.page-top-btn:hover a span {
  color: #fff;
}
.page-top-btn:hover a::before {
  border-color: #fff;
}
.mod-tbl table {
    width: 100%;
    table-layout: fixed;
    position: relative;
}
.mod-tbl table tr {
    border-bottom: 1px solid #f4f4f4;
}

.mod-tbl > .inner::before, .mod-tbl > .inner::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ececec;
    z-index: 10;
}
.mod-tbl > .inner::before, .mod-tbl > .inner::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ececec;
    z-index: 10;
}
.mod-tbl > .inner::after {
    bottom: 0;
}
.mod-tbl {
    margin-top: 30px;
}
.mod-hdg-8 + [class*="mod-"] {
    margin-top: 13px !important;
}
.mod-hdg-8 {
    margin-top: 30px;
}
.mod-note {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    font-size: 14px;
    position: relative;
    
}
.mod-note + .mod-note, .mod-note + .mod-note-list {
    margin-top: 10px;
}
.mod-tbl table tbody th {
    text-align: left;
    background-color: #fcfcfc;
}
.mod-tbl table th, .mod-tbl table td {
    padding: 7px 10px;
    font-weight: normal;
}
.mod-txt-bold {
    font-style: normal;
    font-weight: bold;
}
@media screen and (max-width: 1200px) {
	
	#robo_lp .wrap{
		width:94%;
	}
}
@media screen and (max-width: 896px) {
	.pc_only{
		display: none;
	}
	.sp_only{
		display: block;
	}
	.mod-btn{
		width:145px;
	}
	img{
      max-width:100%;
      height:auto;
      margin-left:auto;
      margin-right:auto;
	vertical-align: top;
    width: auto;
}
	#robo_lp #news,
	#robo_lp #weekly,
	#robo_lp #product {
padding-top: 56px;
margin-top: -56px;
padding-bottom: 30px;
}
	#top-head{
		background: #FFF;
}
	#top-head img {
width: 45%;
}
	#top-head.fixed img {
width: 45%;
}
	#robo_lp .wrap {
width: 98%;
}
#robo_lp .cp_read{
	padding: 10px 0;
font-size: 18px;
	}
	#robo_lp .concept {
height: 0;
background-size: 100%;
}
	
#robo_lp .ttl {
font-size: 24px;
}
	#robo_lp h3 {
font-size: 20px;
padding:10px 0;
}
	#robo_lp .sub_ttl::before{
		width:100%;
		height:2px;
	}
	#robo_lp .sub_ttl::after{
		left:0;
bottom: -1px;
		height:4px;
	}
	
	#global-nav ul{
		display:block;
	}
#global-nav{
	width: 50%;
right: 0;
	}
	#robo_lp .fl_3{
		display:block;
	}
	#robo_lp #weekly .video_bl{
		width: 60%;
	}
	#robo_lp #weekly .video_bl.second{
	margin: 10px auto;
		margin-left: auto;
}
	#robo_lp #weekly .coming_soon{
		width: 60%;
		margin: 0 auto;
		height: 170px;
		margin-top: 10px;
	}
	#robo_lp #product .fl_bloc li:first-child{
		flex-basis:33.3%;
		-webkit-flex-basis:33.3%;
	}
	#robo_lp #product .fl_2 .bloc_1, #robo_lp #product .fl_2 .bloc_2{
		font-size:16px;
	}
	#robo_lp #product .side_ttl{
		font-size:13px;
	}
	
	#robo_lp #product .btn_Area a{
		width: 90%;

	}
	#robo_lp .read .wrap{
		width:88%;
		font-size:14px;
	}
	.mod-list-news > .item > .list, .mod-list-news-02 > .item > .list{
		display:block;
	}	
	#robo_lp #product .fl_bloc li:first-child{
		flex-basis:100%;
		-webkit-flex-basis:100%;
		line-height:1.5;
		border-right: none;
	}
	#robo_lp #product .fl_2 .bloc_1,
	#robo_lp #product .fl_2 .bloc_2{
		width:100%;
	}
	#robo_lp #product .side_ttl{
	padding: 10px 0px;
    display: table-caption;
	}
	#robo_lp #product .fl_3{
		display:table;
		width:99.9%;
		font-size:13px;
	}
	#robo_lp #product .fl_3 li:nth-child(2){
		display: table-cell;
		width: 50%;
	}
	#robo_lp #product .fl_3 li:nth-child(2),
	#robo_lp #product .fl_3 li:nth-child(3){
		
	}
	footer .footer-content _border-line{
		width: 98%;
		margin: 0 auto;
	
	}
	.footer-link > li a {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    color: #666;
}
	.footer-link > li {
    padding-top: 10px;
}
	.grid.col3 > * {
    width: 50%;
}
	.grid.col2 > * {
    width: 100%;
}
	.primary-tgl > button{
		font-size: 14px;
	}
	.primary-tgl .tgl-icon{
		font-size: 0;
	}
	.mod-box-4 {
    margin-top: 15px;
    padding: 12px 15px;
}
	
	.footer-site-nav > li a, .footer-site-nav-2 > li a{
		font-size: 12px;
	}
	.footer-site-nav, .footer-site-nav-2{
		flex-wrap: wrap;
	}
	.footer-content_gry{
		padding:10px 0 0;
	}
	.footer-bottom, .footer-bottom-2{
		font-size: 10px;
		
	}
	.footer-tgl-list .primary-tgl{
		margin-right: 0;
	}
	.footer-content._border-line {
padding: 0;
}
	.mv_video #video{
		width: 100%;
		top: 58%;
	}
	.mv_video {
    height: 0;
	padding-top:62%;
		min-height: auto;
	}
	.mv_txt {
font-size: 80%;
}
	
	#background-movie-player {
width:100%;
height: 40vh;
flex: none;
}
	.background {
width: 100%;
height:40vh;
}
.mv_txt_bl {
margin-top: 55px;
}
.mv_txt span:nth-child(n+21){
font-size: 130%;
}
.mv_txt img {
width: 130px;
}
video {
min-height: 58vh !important;
}
	.video_bl a.video_button{
		padding: 10px 20px;
	}
.min-hei{
		display: block;
	}

}
@media screen and (max-width: 320px) {
	.background {
width: 100%;
height:40vh;
}
	.mv_txt {
    font-size: 80%;
}
.mv_video {
min-height: 32vh;
}

}

/*追加20210208*/
.table {
	display: table;
	justify-content: center;
}
#pickup{
background: -webkit-repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
background: -o-repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
background: repeating-linear-gradient(-45deg,#f7f7f7 0,#f7f7f7 2px,#fff 2px,#fff 6px);
position: relative;
z-index: 4;

}


#pickup .table{
	padding: 50px 0 40px;
	display: table-cell;
}
#pickup .icon img{
	width: 200px;
}
#pickup .icon,
#pickup .txt{
	vertical-align: middle;
	padding: 0 10px;
	display: table-cell;
}
#pickup .txt{
	line-height: 1.8;
}
#pickup .txt span{
	display: block;
	font-size: 20px;
}
#pickup .ttl-p-pick{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

#pickup .ttl-pick{
  position: relative;
  padding:15px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	font-size: 22px;
	font-weight: bold;
	background: #FFF;
	color: #b3a774;
	margin-bottom: 10px;
}

#pickup .ttl-pick:before,
#pickup .ttl-pick:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

#pickup .ttl-pick:before {
  top: 0;
}

#pickup .ttl-pick:after {
  bottom: 0;
}
#pickup h4{
	text-align: center;
	background: #cba200;
	margin: 0;
	padding: 10px;
	font-size: 28px;
	color: #FFF;
}
#robo_lp .bd_4 {
background: repeating-linear-gradient(-45deg, #cba200, #cba200 10px, white 10px, white 15px);
height: 5px;
margin-bottom: 20px;
}
/*accordion*/
.accordionBlock {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer;
}

.accordionBlock .accordionTtl {
  display: block;
  position: relative;
  padding: 15px 15px 15px 30px;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #e95400;
  cursor: pointer;
	margin-top: 20px;
}

.accordionBlock .accordionTtl:hover,
.accordionBlock .accordionTtl:active,
.accordionBlock .content-entry.open .accordionTtl {
	background: #cba200;
}

.accordionTtl{
  position: relative;
}
.accordionTtl::before {
  content: "もっと見る";
  position: absolute;
  display: block;
	top: 35%;
	right: 40px;
	font-size: 13px;
}
.accordionTtl:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordionTtl.open::before {
 content: "閉じる";
  position: absolute;
  display: block;
	top: 35%;
	right: 40px;
	font-size: 13px;
}
.accordionTtl.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordionCont{
  display: none;
padding: 20px 10px;
	line-height: 2;
	background: #f4f4f4;
}

/* CSS for CodePen */
.accordionBlock {
  width: 100%;
  margin: 10px auto;
}
.read .content .ttl-p{
	font-size: 18px;
	font-weight: bold;
}
#robo_lp .wrap.note-mb{
	margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
	#robo_lp #product .btn_Area a::before{
		right:-10px;
	}
	.flex {
    display: block;
}
	#pickup .icon img{
		display: block;
		text-align: center;
		margin-bottom: 10px;
}
	#pickup .icon,
	#pickup .txt{
		display:block;
	}
	#pickup h4{
		font-size: 20px;
	}
	#pickup .table {
    padding: 30px 0 20px;
    display: table-cell;
}
	#pickup .ttl-p-pick {
    font-size: 18px;
}
	#pickup .ttl-pick {
    -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    font-size: 18px;
    margin-bottom: 10px;
}
	#pickup .txt span{
	font-size:16px;
	}
	.accordionCont p{
		font-size:14px;
	}
	.accordionBlock .accordionTtl{
		padding:10px 120px 10px 10px;
		font-size:14px;
	}
	.accordionTtl:after{
		right:15px;
	}
	.accordionTtl::before,
	.accordionTtl.open::before{
		right:32px;
	}
	
}
@media screen and (max-width: 414px) {
	.mv_video {
    padding-top: 75%;
}
}

@media screen and (max-width: 320px) {
	.mv_video {
    padding-top: 20%;
}
}
