@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
	vertical-align: bottom;
	max-width: 100%;
}

a img {
  border: none;
}


a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 16px;
	line-height: 24px;
}
body {
	height: 100%;
	color: #191919;
	background:#000;
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


/* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
a{
	color: #191919;
	text-decoration:none;
}

a:hover{
	color: #f9f9f9;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}



/* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */

.pc-none,
.sp-sns,
#spmenu,
.spmenu{
	display:none;
}


/* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
#main{
	background-image: url("../images/bg.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment:fixed;
}

#top{
	background:#191919;
	color: #fff;
	width:100%;
	height: 25px;
	z-index: 900;
}

.top-inner{
	margin:0 auto;
	max-width:1040px;
}

#top-banner{
	background:url(../images/header.jpg) center no-repeat #000;
	padding:0;
	height:500px;
	text-align:center;
	padding-top:76px;
	font-size: 48px;
	color: #fff;
	text-shadow:2px 1px 0px #000;
	line-height: 132px;
}

#header{
	margin:0;
	width:100%;
	height:83px;
	background:#fff;
}

#header .fixheader {
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	height:83px;
	z-index: 1000;
	border-bottom: 3px solid #191919;
}

#header.fixed .fixheader {
	position: fixed;
	top: 0px;
}

.header-inner{
	margin:0 auto;
	max-width:1040px;
	height:64px;
	text-align:center;
	display: flex;
	justify-content: center;
}

h1{
	margin:0;
	font-size:10px;
	font-weight:normal;
	float:left;
}

h2{
	margin-left:15px;
	font-size:10px;
	font-weight:normal;
	float:left;
}


h3{
	font-size:12px;
	font-weight:normal;
	float:left;
	padding-top: 14px;
}

h3 img{
	width:180px;
	height: auto;
}

.loginform {
	padding-top: 17px;
	max-width: 810px;
	width: 100%;
}


.btn-login {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 0;
	width: 244px;
	background: url(../images/arrow.png) no-repeat right #fff;
}

.btn-login:hover {
	background: url(../images/arrow.png) no-repeat right #ddd;
	color: #191919;
}


.gnav {
	display: flex;
	height: 3rem;
	margin: 0 auto;
}

.gnav > li {
	flex: 0 0 24%;
}

.gnav li {
	list-style: none;
	position: relative;
	margin: 0 2px!important;
}

.gnav li a {
	background: #fff;
	display: block;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.gnav li li {
	height: 0;
	overflow: hidden;
	transition: .5s;
	margin: 0!important;
	
}

.gnav li:hover > ul > li {
	height: 3rem;
	overflow: visible;
}

.me01{
	background: #fff!important;
	color: #333!important;
	border: 1px solid #d68732;
	box-sizing: border-box;
	line-height: 42px!important;
}

.me02{
	background: #d68732!important;
	color: #fff!important;
}

.me02:hover{
	background: #de9f5b!important;
}

.me03{
	background: #fff!important;
	color: #333!important;
	border: 1px solid #c3c5c2;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 21px!important;
}

.me04{
	background: #c3c5c2!important;
	color: #fff!important;
}

.me04:hover{
	background: #cfd1ce!important;
}

.me05{
	background: #fff!important;
	color: #333!important;
	border: 1px solid #f5b1c0;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 21px!important;
}

.me06{
	background: #f5b1c0!important;
	color: #fff!important;
}

.me06:hover{
	background: #f7c1cd!important;
}

#menu-wrapper {
	background: #191919;
	width: 100%;
}

#menu-wrap {
	position: fixed;
	z-index: 500;
	top: 0;
	left: 0;
	width: 100%;
	background: #191919;
	transition: .3s;
	padding-top: 80px;
}

#menu{
	margin:0 auto;
	max-width: 1040px;
	background: #191919;
}

#menu li {
	list-style:none;
	float:left;
	width: 20%;
	text-align: center;
}

#menu li a{
	display:block;
	color: #fff;
	padding: 10px 0;
}

#menu li a:hover {
	background:#ddd;
	color: #191919;
}

.db {
	display: block;
}
.dn {
	display: none;
}

.video-container {
  position: relative;
  background: #000;
}




.toptop {
  position: absolute;
  text-align: center;
	font-size: 2vw;
	color: #fff;
	text-shadow:2px 1px 0px #000;
	line-height: 4vw;
	top:2.6%;
    left: 0;
	right: 0;
  margin: 0 auto;
filter: drop-shadow(2px 1px 0px rgba(0,0,0,1.0));
 }
 
 .toptop img{
 	width: 60%;
 }
  
.video-sidebar {
  position: absolute;
  text-align: center;
	padding:0;
	text-align:center;
	font-size: 2vw;
	color: #fff;
	text-shadow:2px 1px 0px #000;
	line-height: 4vw;
	top: 60%;
    left: 50%;
	transform: translate(-50%, -50%);
  margin: 0 auto;
  
  }
video {
  width: 80%;
  display: block;
  margin:  0 auto;
}

.imp{
	font-size: 26px;
	line-height: 34px;
}

/* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
.contents,
.contents2{
	margin: 0 auto;
	padding:20px;
	text-align:left;
	background:#fff;
}


.title{
	margin: 20px auto;
	text-align:center;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	width: 600px;
	font-size:32px;
	line-height: 1.2;
}

.s-title{
	text-align:center;
	font-size:20px;	
}

.news-area{
	margin: 40px auto;
	width:1040px;
	text-align:left;
}

.news-area dl {
	padding:30px 10px;
	border-bottom:1px solid #eee;
}

.news-area dt {
  float:left;
 
}

.news-area dd {
 	margin-left:90px;
}

.news-area a:hover {
	color: #999 !important;
}

.platform{
	margin: 0 auto;
	padding:50px 0;
	text-align:left;
	width: 940px;
	color: #fff;
}

h4{
	font-size:24px;
	font-weight:normal;
}


.dsp01{
	float: left;
	width: 250px;
}

.dsp02{
	float: left;
	width: 600px;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 40px;
}

.dsp03{
	padding-top: 20px;
}

.dsp04{
	margin: 40px auto;
	width: 680px;
}

.dsp04 li{
	float: left;
	margin: 0 10px;
}


.ssp-area{
	margin-top: 100px;
}

.ssp01{
	float: left;
	width: 600px;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 40px 0 0;
}

.ssp02{
	float: right;
	width: 250px;
}

.ssp03{
	padding-top: 20px;
	text-align: right;
}

.asp01{
	float: left;
	width: 250px;
}

.asp02{
	float: left;
	width: 600px;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 40px;
}


.asp-area{
	margin-top: 100px;
}


.btn-sign{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 0;
	background: url(../images/arrow.png) no-repeat right #fff;
	width: 320px;
	text-align: center;
	font-size: 16px;
}

.btn-sign:hover {
	background: url(../images/arrow.png) no-repeat right #ddd;
	color: #191919;
}

.btn-sign2{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 0;
	background: url(../images/arrow.png) no-repeat right #e77c07;
	width: 320px;
	text-align: center;
	font-size: 16px;
}

.btn-sign2:hover {
	background: url(../images/arrow.png) no-repeat right #ec9639;
	color: #191919;
}

.btn-sign3{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 0;
	background: url(../images/arrow.png) no-repeat right #fff;
	width: 320px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.btn-sign3:hover {
	background: url(../images/arrow.png) no-repeat right #eee;
	color: #191919;
}

.btn-sign4{
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #cecece;
	padding: 10px 0;
	background: url(../images/arrow.png) no-repeat right #f5b1c0;
	width: 320px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}

.btn-sign4:hover {
	background: url(../images/arrow.png) no-repeat right #f7c1cd;
	color: #191919;
}

.contact-area{
	margin: 0px auto;
	text-align:center;
	width:940px;
	padding: 30px 0;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	line-height: 34px;
	color: #fff;
}

.btn-contact{
	display: inline-block;
	box-sizing: border-box;
	border: 3px solid #191919;
	padding: 10px 0;
	background: url(../images/arrow.png) no-repeat right #fff;
	width: 550px;
	text-align: center;
	font-size: 20px;
	margin-top: 30px;
}

.btn-contact:hover {
	background: url(../images/arrow.png) no-repeat right #ddd;
	color: #191919;
}

.company-area{
	margin: 40px auto;
	max-width:1040px;
	text-align:left;
	font-size: 16px;
	line-height: 30px;
}

.company-area dl {
	padding:10px;
}

.company-area dt {
	float:left;
 
}

.company-area dd {
 	margin-left:160px;
	color:#333;
}

.about{
	float:left;
	width: 50%;
}

.company-photo{
	float:left;
	width: 50%;
	height: 260px;
}

#map {
	height:420px;
	width:100%;
	margin:0;
}



/*SSP DSP
================================================*/

#contents-title{
	margin: 0 auto;
	padding:50px 0 0;
	text-align:center;
	border-bottom: 10px solid #191919;
	/* background:url(../images/contents.jpg);	 */
}
.contents-title-area{
	background-color: rgba(255,255,255,0.8);
	font-size: 18px;
	line-height: 40px;
	padding: 30px 0;
}

.contents-title{
	font-size:48px;
	color: #fff;
	font-weight:bold;
	padding: 50px 0 20px;
	
}

.contents-title02{
	font-size:18px;
	color: #fff;
	font-weight:bold;
	padding: 0 0 50px;
}

.ssp-contents{
	text-align: center;
	padding: 50px 0;
	font-size: 18px;
	line-height: 40px;
}

.ssp-contents2{
	width: 1040px;
	text-align: left;
	margin: 0 auto;
	padding: 50px 0;
	font-size: 18px;
	line-height: 40px;
}

.indentback{
  text-indent: -3em;
  padding-left: 2.5em;
}

.ssp-txt01{
	font-size: 24px;
}

.title02{
	margin: 20px auto;
	text-align:center;
	padding-bottom:40px;
	border-bottom:2px solid #191919;
	width: 1040px;
	font-size:40px;
	line-height: 1.2;
}

.service{
	width:1000px;
	margin: 0 auto;
}

.service li{
	float:left;
	width:250px;
	text-align: center;
}

.service li img{
	width:200px;
	height: 240px;
}

.service-title{
	border: 1px solid #a7a7a7;
	color: #707070;
	width: 160px;
	margin: 15px auto;
	font-size: 14px;
}

.flow{
	width:1000px;
	margin: 0 auto 30px;
}

.flow li{
	float:left;
	width:250px;
	text-align: center;
}

.flow li img{
	width:200px;
	height: 150px;
}

.flow-title{
	margin: 15px auto 5px;
	font-weight: bold;
}

.flow-txt{
	padding: 0 20px;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}

.ssp-contents table{
    margin: 30px auto;
    padding: 0;
    width: 1000px;
	border:1px solid #a7a7a7;
	font-size: 14px;
}

.ssp-contents tr td {
    font-size: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
	border:1px solid #a7a7a7;
}

.ssp-contents th {
    font-size: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
	border:1px solid #a7a7a7;
	background: #eee;
}

.b-size{
	width:450px;
}

.reco{
	width:100px;
}

.b-orange{
	color: #e56b06;
	font-size: 24px!important;
}

.txt-contents{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
	font-size: 15px;
	line-height: 30px;
}

.midashi{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #191919;
	margin: 15px 0;
}

.block {
  width: 100%;
  margin: 10px auto;
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-area li {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  color: #191919;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.tab-area li.select {
  cursor: default;
  background: #eee;
}

.tab-content .main-area {

  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-content .hide {
  display: none;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.indent-2 {
	padding-left:2em;
	text-indent:-1em;
}

.answer{
	background: #eee;
	padding: 5px 15px;

}

/* ---------------------------------------------------------------------
Form
--------------------------------------------------------------------- */
.contact{
	width: 900px;
	margin: 10px auto;
}

.contact table{
	width:100%;
	border:#ccc 1px solid;
	background-color:#fff;
	margin:4px auto 20px;
	font-size: 16px;

}

.contact th{
	width:250px;
	text-align:left;
	padding:20px 0 20px 10px;
	border:#ccc 1px solid;
	font-weight:bold;
	color:#191919;
	background:#eee;
	font-weight:normal;
}


.contact td{
	padding:10px;
	text-align:left;
	border:#ccc 1px solid;
}

.need{
	font-size: 12px;
	background: #ff811c;
	padding: 3px 8px;
	border-radius: 5px;
	margin-left: 5px;
    color: #fff;
}

.contct-label{
	padding:20px 0 20px 10px;
	border:#ccc 1px solid;
	text-align: center;
	color:#fff;
	background:#191919;
}



.btn-primary {
	width: 180px!important;
	margin: 0 auto!important;
	display: block!important;
    color: #fff!important;
    border-color: #e66b00!important;
    background-color: #ff811c!important;
}

.btn-primary:hover {
    color: #fff!important;
    border-color: #a84f00!important;
    background-color: #cc5f00!important;
}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#footer{
	background:#191919;
	padding:0;
	text-align:center;
	color:#fff;
}

#footer ul{
	width: 749px;
	margin: 20px auto;
}

#footer li{
	float: left;
	width: 249px;
	border-right: 1px solid #fff;
}

#footer li:last-child{
	border-right:none;
}

#footer a{
	color: #fff;
	display: block;
}


#footer .logo {
	padding:20px 0;
}

#footer .logo img{
	width: 180px;
}

address {
	border-top:1px solid #fff; 
	background: #000;
	margin:0px auto;
	padding:20px 0;
}

/* ---------------------------------------------------------------------
cd-fixed
--------------------------------------------------------------------- */
.middle-fix01{
	width:100%;
	padding: 50px 0;
	margin: 0;
	background:url(../images/middle01.jpg);	

}


.cd-fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

}

/* ---------------------------------------------------------------------
▼2412_修正
--------------------------------------------------------------------- */
.me03 {
	line-height: 42px !important;
}
#footer .logo img {
	width: 180px;
	height: auto;
}
.fv-container {
	position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 554px;
    background-image: url(../images/top_fv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	display: flex;
	align-items: center;
}
.fv-container img {
	max-width: 100%;
}
.fv-area {
	margin: 0 auto;
	max-width: 1000px;
}
.fv-text {
	max-width: 662px;
    margin: 0 auto 30px;
	text-align: center;
}
.fv-area-text {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 15px;
}
.fv-area-text span {
	background-color: #fff;
	padding: 0 5px;
}
.video-sidebar {
	position: static;
	text-shadow:none;
	transform: none;
	color: #191919;
	font-weight: 600;
}
.video-sidebar .count_text {
	font-size: 32px;
}
.fv-btn-list {
	display: flex;
	justify-content: center;
}
.fv-btn-list li:not(:last-of-type) {
margin-right: 3%;
}
.custom-button {
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 16px;
background-color: #f18e1d;
color: #fff;
text-decoration: none;
border-radius: 10px;
width: 100%;
width: 310px;
box-sizing: border-box;
gap: 10px;
font-size: 18px;
font-weight: 600;
border: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
.custom-button:hover {
background-color: #e97106;
}
}
.button-icon {
width: 40px;
height: 40px;
flex-shrink: 0;
}

a:hover img.button-icon {
    opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
}

.button-text {
flex-grow: 1;
text-align: center;
}

.button-arrow {
flex-shrink: 0;
}
.button-arrow::after {
content: '\25B6';
display: inline-block;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
line-height: 1;
}

.gnav {
	justify-content: end;
}
#contents-title {
	background: url(../images/bance_contents.jpg);
	background-position: center;
    background-size: cover;
	padding: 30px 0 0;
}
#contents-title img {
	max-width: 340px;
    height: auto;
    margin-bottom: 10px;
}
#contents-title .general_page {
	padding: 20px 0 20px;
}

#contents-title.contents-title-dsp {
	background: url(../images/bance_dsp_contents.jpg);
	background-position: center;
    background-size: cover;
}
#contents-title.contents-title-ssp {
	background: url(../images/bance_ssp_contents.jpg);
	background-position: center;
    background-size: cover;
}
#contents-title.contents-title-asp {
	background: url(../images/bance_asp_contents.jpg);
	background-position: center;
    background-size: cover;
}


input, textarea {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.wpcf7-form-control.wpcf7-radio.wpcf7-validates-as-required {
display: inline-block !important;
}
input[type="radio"].wpcf7-validates-as-required {
display: inline-block !important;
}
.wpcf7-form .wpcf7-radio {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.wpcf7-form .wpcf7-radio label {
display: inline-flex;
align-items: center;
gap: 4px;
white-space: nowrap;
}

.mb60 {
	margin-bottom: 60px;
}

.partner_logo_list {
display: grid;
grid-template-columns: 32% 32% 32%;
grid-gap: 1rem 2%;
width: 80%;
margin: 20px auto;
}
.partner_text {
	margin-bottom: 30px;
}

.title_item {
position: relative;
display: inline-block;
margin-bottom: 2em;
font-weight: bold;
font-size: 36px;
line-height: 1.2;
}
.title_item::before {
content: '';
position: absolute;
bottom: -25px;
display: inline-block;
width: 60px;
height: 4px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #e56b06;
}
.asp_box {
	display: flex;
	justify-content: space-between;
}
.asp_box_img {
width: 35%;
}
.asp_box_txt {
width: 60%;
text-align: left;
}

.tabs-format .tab-area li {
border: 1px solid #e56b06;
color: #e56b06;
}
.tabs-format .tab-area li.select {
background-color: #e56b06;
color: #fff;
border: 1px solid #e56b06;
}
.tabs-format .tab-content .main-area {
        padding-top: 50px;
}
.tabs-format-box {
	display: flex;
	justify-content: space-between;
	width: 70%;
	margin: 0 auto;
}
.tabs-format-img {
	width: 30%;
	height: auto;
}
.tabs-format-box dl {
	width: 55%;
	text-align: left;
}
.tabs-format-box dt {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.tabs-format-box dd div {
	padding: 10px 0;
	border-bottom: 1px dotted #858585;
	display: flex;
}
.tabs-format-box dd .tabs-format-tit {
width: 25%;
font-weight: bold;
}
.tabs-format-box dd .tabs-format-txt {
width: 75%;
}

#contents-title img.asp {
    max-width: 420px;
}

.asp_list {
	display: flex;
	justify-content: space-between;
}
.asp_list li {
	width: 31%;
}
.asp_list_img {
	width: 35%;
	margin: 0 auto 20px;
}
.asp_list_txt {
	text-align: left;
}
.asp_list_tit {
	color: #e56b06;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}