@charset "utf-8";
/* CSS Document */
:hover{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.inner{
	padding: 64px 0;
	max-width: 910px;
	margin: auto;
}


/* **************************
header
************************** */
#headerwrap_fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 52px;
	background-color: #FFFFFF;
	border-bottom: solid 2px var(--main-color);
	padding: 4px 10px;
	z-index: 110;
}

#headerwrap_fixed .inner{
	max-width: 100%;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#headerwrap_fixed .logo img{
	width: 88px;
	height: auto;
}

#headerwrap_fixed .trial_link_btn{
	margin: 0;
}

#headerwrap_fixed .trial_link_btn a{
	width: 160px;
	background: #00D99C;
	padding: 12px;
	font-size: 12px;
	font-weight: bold;
}

#headerwrap_fixed .trial_link_btn a:hover{
	background: #01b17f;
}

main{
	padding-top: 48px;
}

/* **************************
topMv
************************** */
.topMv{
	text-align: center;
	background: #E6CFF7;
	color: #FFFFFF;
	font-family: yamamotoan-stdn,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.topMv .inner{
	max-width: 800px;
	margin:auto;
	padding: 80px 0px 112px;
	background: url(../img/lp-2021summer/top_bg@2x.png) no-repeat center;
	background-size: cover;
}

.topMv em{
    color: var(--main-color);
	font-size: 2.8vw;
	font-style: normal;
}

.topMv h1{
	padding-top: 1%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 6vw;
	border-bottom: solid 1px #FFFFFF;
	width: max-content;
	margin:auto;
}

.topMv h1 > span{
	text-align: center;
	font-size: 2vw;
}

.topMv aside{
	padding-top:16px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'Noto Sans Japanese',"Helvetica Neue",Helvetica,sans-serif,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic";
    font-size:14px;
}

.topMv aside dt{
	font-weight:normal;
	padding-bottom:4px;
}
.topMv aside dt:before{
	content:"[";
}
.topMv aside dt:after{
	content:"]";
}

p.lead-text{
	padding:16px 12px;
	max-width:910px;
	margin:auto;
}

/* **************************
report
************************** */
.report{
	background: #F4F4F4;
	padding-top: 16px;
}

.report .inner{
	padding-top: 24px;
}

.report .tab {
	position: -webkit-sticky;
	position: sticky;
	top: 72px;
	background: #f4f4f4;
	box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
	/* border-bottom: solid 1px #eaeaea; */
	z-index: 100;
}

.report .tab ul{
	display:flex;
	max-width: 640px;
	margin: 0 auto;
}

.report .tab ul li{
	width: 50%;
	text-align:center;
}

.report .tab ul li a{
	font-size: 18px;
	display: block;
	padding: 26px 12px 12px;
}

.report .tab ul li a.on{
	font-weight: bold;
	color: #22638b;
	border-bottom: solid 4px #22638b;
}

.heading[id]::before {
  content: "";
  display: block;
  height: 128px;
  margin-top: -128px;
  visibility: hidden;
}

/* graph */

.report #summary01{
	display:none;
}

.report .summary .group{
	background: #FFFFFF;
	padding: 24px;
	margin-bottom: 64px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.report .summary .group aside{
	display:flex;
	align-items: center;
	margin-bottom:2%;
	padding:12px 24px;
	background: #f5f5f4;
	/* border: solid 2px #e8e4d5; */
}

.report .summary .group aside h2{
	font-size:14px;
	background: #22638b;
	color:#FFFFFF;
	padding:8px;
	margin-right:16px;
}

.report .summary .group aside li{
	color: #22638b;
	font-size:14px;
	margin: 2px 0;
}

.report .summary .column1{
}

.report .summary .column2{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	position: relative;
}

.report .summary .column2 .graph,
.report .summary .column2 .description{
	width: 49%;
}

.report .summary .column2 .graph{
	order:1;
}

.report .summary .column2 .description{
	order:2;
}

.report .summary .graph{
	border-bottom: solid 1px #c7c7c7;
	/* border-radius: 8px; */
	background: #FFFFFF;
	padding:24px;
	margin-bottom:2%;
	position: relative;
	min-height: 300px;
	text-align: center;
}

.report .summary .description{
	border-radius: 8px;
	background: #f5f5f4;
	padding:24px;
	margin-bottom:2%;
	position: relative;
	min-height: 300px;
	text-align: left;
}

.report .summary .description h2{
	color:#22638b;
}

.report .summary .description p{
	padding-top:12px;
}

.report .summary h2{
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

.report .summary .graph h2{
	border-left: solid 4px #22638b;
	margin-bottom: 12px;
	padding-left: 12px;
}

.report .summary h2 > span{
	font-weight:normal;
	font-size: 12px;
	display: block;
	padding-top:6px;
	color:#5f5f5f;
}

.report .summary .group .wrap{
	position:relative;
}
.report .summary .popup{
	background: rgb(4 82 121 / 90%);
	padding: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 320px;
	max-height: 156px;
	margin:auto;
	border-radius:8px;
}

.report .summary .popup h3{
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	display: table;
	margin: auto;
}

.report .summary .popup .trial_link_btn a{
	font-size: 14px;
	font-weight: bold;
	padding: 8px;
	border-radius: 25px;
	background: #00D99C;
	color: #FFFFFF;
	display: block;
	padding: 12px;
	box-shadow: 0 4px 0 0 rgb(15 175 130 / 100%);
}

/* aside */
.report aside{
	font-size:12px;
}

.report aside dl{
	display:flex;
}

.report aside dt{
	font-weight: normal;
}

.report aside dt:after{
	content:"："
}

/* **************************
trial
************************** */
.trial{
	padding: 56px 0;
}

.trial .title{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.trial .title .badge{
	background: #FF4027;
	color: #FFFFFF;
	margin-right: 24px;
	padding: 12px;
	font-weight: bold;
	position: relative;
}

.trial .title .badge:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 13px solid #FF4027;
}

.topMv .trial .title .sp-badge{
	display: none;
}

.trial .title h2{
	font-weight: bold;
	font-size: 32px;
	text-align: left;
	color: #A17F09;
}

.trial .title h2 > em{
	display: block;
	font-style: normal;
	font-size: 18px;
	padding-bottom: 0.3em;
	color: #000000;
}

.trial .title h2 > em span{
	color: #FF4027;
}

.trial_link_btn{
	max-width: 240px;
	margin: 24px auto 0;
	text-align: center;
}

/* **************************
feature
************************** */
.feature{
	background: url(../img/lp-2021summer/feature_bg.jpg) center;
	background-size: cover;
	color: #FFFFFF;
}

.feature .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 104px 0;
}

.feature h2{
	width: 100%;
	font-size: 32px;
	font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    padding: 0.5em 0 1.5em;
}

.feature h2 > span{
    display:block;
    padding-top:8px;
    font-size: 20px;
}

.feature .text{
	width: 45%;
}

.feature .text aside{
	background: #FFFFFF;
	border-radius: 4px;
	padding: 1em;
	margin-top: 24px;
	color: #A68514;
	font-size: 15px;
}

.feature .text aside h4{
	font-size: 18px;
	padding-bottom: 0.4em;
}

.feature .text aside h4:before{
	content: "＜";
}

.feature .text aside h4:after{
	content: "＞";
}

.feature .text aside ul{
	list-style: disc;
	padding-left: 24px;
}

.feature .text aside li{
	line-height: 1.5em;
}

.feature .img{
	width: 50%;
}

/* **************************
function
************************** */

/* function_list */
.function-list{
	background: #F9F5E8;
	text-align: center;
	padding: 40px;
}

.function-list h1{
	color: #A68514;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 32px;
}

.function-list ul{
	display: flex;
	justify-content: space-between;
	max-width: 680px;
	margin: auto;
}

.function-list ul li{
	width: 30%;
	text-align: center;
}

.function-list ul li figure{
	padding-bottom: 0.5em;
}

.function-list ul li img{
	max-width: 80px;
	width: 100%;
	height: auto;
}

/* function-box */
.function_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #CFCFCF;
}

.function_box .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.function .img{
	order: 1;
	width: 48%;
	text-align: center;
}

.function .text{
	order: 2;
	width: 40%;
	margin: auto;
}

.function .text h2{
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
	align-items: center;
	padding-left: 56px;
	margin-bottom: 12px;
}

.function .text h2 > em{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 4px;
}

.competitor_search .text h2{
	background: url(../img/lp-2021summer/icon_search.svg) no-repeat;
	background-size: 48px;
}

.aggregate_report .text h2{
	background: url(../img/lp-2021summer/icon_aggregate.svg) no-repeat;
	background-size: 48px;
}

.creative_watch .text h2{
	background: url(../img/lp-2021summer/icon_watch.svg) no-repeat;
	background-size: 48px;
}

.program_list .text h2{
	background: url(../img/lp-2021summer/icon_program.svg) no-repeat;
	background-size: 48px;
}

.aggregate_report img{
	max-width: 320px;
	width: 100%;
}

/* **************************
footer
************************** */
.page_ft_copyright{
	text-align: center;
}

@media screen and (min-width: 1280px) {
/* **************************
topMv
************************** */
.topMv em{
	font-size: 36px;
}

.topMv h1{
	font-size: 72px;
}

.topMv h1 > span{
	font-size: 28px;
}
}

@media screen and (max-width: 910px) {
.inner{
	padding: 8% 5%;
}

.feature .inner{
	padding: 8% 5%;
}

}

@media screen and (max-width: 768px) {
/* **************************
header
************************** */
#headerwrap_fixed {
	height: 48px;
	padding: 6px 10px;
}

#headerwrap_fixed .trial_link_btn a{
	width: 120px;
	padding: 8px;
	/* border-radius: 15%/ 50%; */
}

/* **************************
topMv
************************** */
main{
	padding-top: 40px;
}

.topMv .inner{
	max-width: 800px;
	margin:auto;
	padding: 48px 0;
	background: url(../img/lp-2021summer/top_bg@2x.png) no-repeat center;
	background-size: cover;
}
.topMv em{
	font-size: 5vw;
}

.topMv h1{
	font-size: 9vw;
	padding-top: 4px;
	padding-bottom: 4px;
}

.topMv h1 > span{
	font-size: 3.6vw;
}

.topMv aside{
    padding-top: 12px;
    font-size:12px;
}

p.lead-text{
	font-size:14px;
}

/* **************************
report
************************** */
.report .tab {
	top: 40px;
}

.report .tab ul li a{
	font-size: 15px;
}

.report .summary .group{
	padding: 16px;
	margin-bottom: 24px;
}

.report .summary .column1 .graph{
	padding-left: 0;
	padding-right: 0;
}

.report .summary .column2{
	display: inherit;
}

.report .summary .column2 .graph,
.report .summary .column2 .description{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.report .summary .column2 .description{
	min-height:inherit;
	background:none;
	padding-top: 10px;
	padding-left:0;
	padding-right:0;
}

.report .summary .description p{
	font-size:14px;
}

.report .summary .graph h2{
	text-align: center;
	border-left: none;
}

.report .summary .graph .card{
	width: 60%;
	height:auto;
}

.report .summary .graph .sp{
	display:inline-block;
}

.report .summary .group aside{
	display: inherit;
	padding:8px;
}

.report .summary .group aside h2{
	font-size:13px;
	color: #22638b;
	background:none;
	padding:0;
	margin-right:0;
}

.report .summary .group aside h2:before{
	content:"＜"
}

.report .summary .group aside h2:after{
	content:"＞"
}

.report .summary .group aside li{
	/* color: #847332; */
	font-size:13px;
	margin:0;
}

/* aside */
.report aside dl{
	display:inherit;
}

.report aside dt{
	font-weight: bold;
}

.report aside dt:before{
	content:"＜"
}

.report aside dt:after{
	content:"＞"
}

/* popup */
.report .summary .popup{
	/* padding:16px; */
	/* position: absolute; */
	top: -4%;
	/* bottom: 40px; */
	/* right: 0; */
	/* left: 0; */
	max-width: 256px;
	max-height: 120px;
	/* margin:auto; */
	/* border-radius:8px; */
}

.report .summary .popup h3{
	font-size:13px
}
.report .summary .popup .trial_link_btn{
	margin-top: 12px;
	width: 180px;
}


/* **************************
feature
************************** */
.feature h2{
	font-size: 20px;
	text-align: center;
	padding-top: 72px;
	padding-bottom: 1em;
	background: url(../img/lp-2021summer/ordr_logo.svg) no-repeat top center;
	background-size: 136px auto;
}

.feature h2 > span{
	font-size: 16px;
}

.feature .text{
	width: 100%;
	padding-top: 1em;
	order: 2;
}

.feature .img{
	width: 85%;
	margin: auto;
	text-align: center;
	order: 1;
}

.feature img {
	width: 100%;
}

/* **************************
trial
************************** */
.trial .title{
	display: inherit;
	position: relative;
}

.trial .title .badge{
	display: block;
	width: fit-content;
	margin: 0 auto 16px auto;
}

.trial .title .badge br{
	display: none;
}

.trial .title .badge:after{
  content: "";
  position: absolute;
  top: 100%;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 13px;
  margin: auto;
  border: 10px solid transparent;
  border-top: 13px solid #FF4027;
}

.trial .title h2{
	font-size: 28px;
	text-align: center;
}

.trial .title h2 > em{
	font-size: 15px;
}

.trial_link_btn a{
	font-size: 18px;
}

/* **************************
function
************************** */
/* function_list */
.function-list{
	padding: 32px 24px;
}

.function-list h1{
	font-size: 22px;
	padding-bottom: 16px;
}

.function-list ul li{
	font-size: 12px;
	width: 23%;
}

.function-list ul li br{
	display:none
}

.function-list ul li img{
	max-width: 56px;
}

.function .img{
	order: 2;
	width: 90%;
	margin: 0 auto 1em;
}

.function .text{
	order: 1;
	width: 100%;
	padding-bottom: 1em;
	text-align: center;
}

.function .text h2{
	justify-content: center;
	padding-left: inherit;
	padding-top: 64px;
}

.competitor_search .text h2{
	background: url(../img/lp-2021summer/icon_search.svg) no-repeat top center;
	background-size: 48px;
}

.aggregate_report .text h2{
	background: url(../img/lp-2021summer/icon_aggregate.svg) no-repeat top center;
	background-size: 48px;
}

.creative_watch .text h2{
	background: url(../img/lp-2021summer/icon_watch.svg) no-repeat top center;
	background-size: 48px;
}

.program_list .text h2{
	background: url(../img/lp-2021summer/icon_program.svg) no-repeat top center;
	background-size: 48px;
}

.function .text p{
	text-align: left;
}
}

