@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view,
.sp_menu_btn {
	display: none;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

/** *********************** **/

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 5px solid rgba(175,41,35,1.0);
  border-radius: 50%;
  border-right: 5px solid rgba(175,41,35,0.2);
  border-top: 5px solid rgba(175,41,35,0.2);
  content: "";
  height: 100px;
  width: 100px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** *********************** **/

html {
	overflow-x: hidden;
}
body {
	min-width: 1100px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
	position: relative;
	padding-top: 76px;
	-webkit-font-smoothing: antialiased;
	/*overflow-x: hidden;*/
}

/** *********************** **/

header {
	width: 100%;
	height: 76px;
	position: absolute;
	top: 0;
	left: 0;
}
header.fixed {
	width: 100%;
	height: 76px;
	background: rgba(255,255,255,0.8);
	box-shadow: 1px 2px 0px 0px rgba(0,0,0,0.05);
	animation: menufixed 0.5s linear;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
@keyframes menufixed {
  0% {
    top: -100px;
	opacity: 0;
  }
  100% {
    top: 0px;
	opacity: 1;
  }
}
.header {
	width: 100%;
	height: 76px;
	position: relative;
}
.header h1 {
	width: 330px;
	float:left;
  padding: 24px 0px 0px 30px;
}
.header ul {
	float:right;
  padding: 22px 30px 0px 0px;
}
.header li {
	float: left;
	height: 30px;
}
.header li:nth-of-type(1) {
	margin-right: 10px;
}
.header li:nth-of-type(1) a:link,
.header li:nth-of-type(1) a:visited,
.header li:nth-of-type(1) a:active {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #bf1116;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #bf1116;
	background: #fff;
	transition: all 0.3s linear;
}
.header li:nth-of-type(1) a:hover {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #bf1116;
	background: #bf1116;
	transition: all 0.3s linear;
}
.header li:nth-of-type(2) a:link,
.header li:nth-of-type(2) a:visited,
.header li:nth-of-type(2) a:active {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	border: 2px solid #bf1116;
	background: #cb393d;
	transition: all 0.3s linear;
}
.header li:nth-of-type(2) a:hover {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #cb393d;
	text-align: center;
	border-radius: 15px;
	border: 2px solid #bf1116;
	background: #fff;
	transition: all 0.3s linear;
}

.header .btn_right {
  display: block;
  width: 200px;
  float: left;
}
.header .btn_left {
  display: block;
  width: 300px;
  float: left;
}


/** *********************** **/

.mv_area_wrap {
	width: 100%;
	height: 622px;
	background: -moz-linear-gradient( #ffd0d0 0%, #fff5e7 100%);
	background: -webkit-linear-gradient( #ffd0d0 0%, #fff5e7 100%);
	background: linear-gradient( #ffd0d0 0%, #fff5e7 100%);
	margin-bottom: 35px;
}
.mv_area_right {
	width: 100%;
	height: 622px;
  background: url("../../../img/influencer/pc_img/mv_bg_rigiht.png") no-repeat bottom right;
	background-size: 407px auto;
}
.mv_area {
	width: 1100px;
	height: 622px;
	margin: 0 auto;
	position: relative;
}
.mv_area::before {
	content: "";
	width: 840px;
	height: 634px;
	background: url("../../../img/influencer/pc_img/mv_bg_left.png") no-repeat;
	background-size: 840px auto;
	position: absolute;
	top: -10px;
	left: -100px;
}
.mv_area dd {
	width: 369px;
	position: absolute;
	top: 42px;
	left: -55px;
}
.mv_area dt {
	width: 473px;
	position: absolute;
	top: 165px;
	left: 55px;
}
.mv_area p {
	width: 499px;
	position: absolute;
	top: 300px;
	left: 35px;
}
.mv_area h2 {
	width: 499px;
	position: absolute;
	top: 357px;
	left: 35px;
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.mv_area h2 span {
	color: #bf1116;
}
.mv_area h3 {
	width: 397px;
	position: absolute;
	top: 395px;
	left: 85px;
}
.mv_btn {
	width: 388px;
	height: 72px;
	position: absolute;
	top: 440px;
	left: 85px;
}
.mv_btn a:link,
.mv_btn a:visited,
.mv_btn a:hover,
.mv_btn a:active {
	display: block;
	width: 388px;
	height: 72px;
	border-radius: 36px;
	font-size: 25px;
	line-height: 72px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: -webkit-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: linear-gradient(to right, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	position: relative;
}
.mv_btn a::after {
	content: "";
	width: 388px;
	height: 72px;
	border-radius: 36px;
	border: 2px solid #000;
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}
.mv_btn a:hover::after {
	content: "";
	width: 388px;
	height: 72px;
	border-radius: 36px;
	border: 2px solid #000;
	background: rgba(255,255,255,0.20);
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}
.mv_img {
	width: 360px;
	position: absolute;
	top: 110px;
	right: 220px;
}

/** *********************** **/

.mv_btm_wrap {
	background: #fff;
	margin-bottom: 30px;
	/*display: flex;
	width: 100vw;
	height: 37px;
	overflow: hidden;*/
}
.mv_btm_wrap img {
	width: auto;
	height: 37px !important;
}
/*.mv_btm_wrap img:first-child {
  animation: slide1 40s -20s linear infinite;
  width: auto !important;
  height: 100% !important;
}
.mv_btm_wrap img:last-child {
  animation: slide2 40s linear infinite;
  width: auto !important;
  height: 100% !important;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}*/

/** *********************** **/

.cnt_01_wrap {
	width: 100%;
	background: #fff;
	padding: 0 0 45px 0;
}
.cnt_01 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_01 h3 {
	width: 307px;
	height: 152px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 115px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 40px auto;
}
.cnt_01 h3::before {
	content: "";
	width: 489px;
	height: 124px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_01.png") no-repeat;
	background-size: 489px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -245px;
}
.cnt_01 figure {
	width: 955px;
	margin: 0 auto 20px auto;
}
.cnt_01 dt {
	width: 433px;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_02.png") no-repeat bottom center;
	background-size: 433px auto;
	padding-bottom: 15px;
	margin: 0 auto 20px auto;
}
.cnt_01 dd {
	width: 610px;
	margin: 0 auto 5px auto;
}
.cnt_01 p {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.cnt_01 p span {
	color: #bf1116;
}

/** *********************** **/

.cnt_02_wrap {
	width: 100%;
	background: #fffcf5 url("../../../img/influencer/pc_img/cnt_02_bg.png") no-repeat bottom right;
	background-size: 2000px auto;
	padding: 65px 0 210px 0;
}
.cnt_02 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_02 h3 {
	width: 307px;
	height: 118px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 80px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 50px auto;
}
.cnt_02 h3::before {
	content: "";
	width: 405px;
	height: 89px;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_01.png") no-repeat;
	background-size: 405px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -203px;
}
.cnt_02 dt {
	width: 752px;
	margin: 0 auto 30px auto;
}
.cnt_02 dd {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 60px;
}
.cnt_02_li_01 {
	width: 1030px;
	margin: 0 auto 45px auto;
	position: relative;
}
.cnt_02_li_01::after {
	content: "";
	width: 364px;
	height: 43px;
	background: url("../../../img/influencer/pc_img/cnt_02_arrow.png") no-repeat;
	background-size: 364px auto;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -182px;
}
.cnt_02_li_01 li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.cnt_02_li_01 li:nth-of-type(1) {
	width: 378px;
	height: 345px;
	border-radius: 10px;
	padding-top: 45px;
	box-shadow: 0px 0px 8px 2px rgba(113,107,95,0.09);
	background: #fff url("../../../img/influencer/pc_img/cnt_02_illust_01.png") no-repeat bottom 20px center;
	background-size: 134px auto;
}
.cnt_02_li_01 li:nth-of-type(2) {
	width: 248px;
	height: 248px;
	border-radius: 124px;
	padding-top: 80px;
	box-shadow: 0px 0px 8px 2px rgba(113,107,95,0.09);
	background: -moz-linear-gradient( #bba679 0%, #bba679 60%, #decfb0 100%);
	background: -webkit-linear-gradient( #bba679 0%, #bba679 60%, #decfb0 100%);
	background: linear-gradient( #bba679 0%, #bba679 60%, #decfb0 100%);
	margin: 0 12px;
	position: relative;
}
.cnt_02_li_01 li:nth-of-type(2)::after {
	content: "";
	width: 235px;
	height: 64px;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_05.png") no-repeat;
	background-size: 235px auto;
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -117px;
}
.cnt_02_li_01 li:nth-of-type(3) {
	width: 378px;
	height: 345px;
	border-radius: 10px;
	padding-top: 45px;
	box-shadow: 0px 0px 8px 2px rgba(113,107,95,0.09);
	background: #fff url("../../../img/influencer/pc_img/cnt_02_illust_02.png") no-repeat bottom 28px center;
	background-size: 219px auto;
}
.cnt_02_li_01 li:nth-of-type(1) h4 {
	background: url("../../../img/influencer/pc_img/cnt_02_txt_03.png") no-repeat top 35px center;
	background-size: 167px auto;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 50px;
}
.cnt_02_li_01 li:nth-of-type(3) h4 {
	background: url("../../../img/influencer/pc_img/cnt_02_txt_04.png") no-repeat top 35px center;
	background-size: 167px auto;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 50px;
}
.cnt_02_li_01 li:nth-of-type(1) p,
.cnt_02_li_01 li:nth-of-type(3) p {
	width: 296px;
	height: 46px;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_bg_02.png") no-repeat;
	background-size: 296px auto;
	margin: 0 auto;
	font-size: 21px;
	line-height: 41px;
	font-weight: 400;
	text-align: center;
}
.cnt_02_li_01 li:nth-of-type(2) h4 {
	width: 149px;
	margin: 0 auto 15px auto;
}
.cnt_02_li_01 li:nth-of-type(2) p {
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}
.cnt_02 h5:nth-of-type(1) {
	width: 473px;
	height: 77px;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_bg_03.png") no-repeat;
	background-size: 463px auto;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding-top: 35px;
	padding-left: 10px;
	margin: 0 auto 15px auto;
}
.cnt_02_li_02 {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.cnt_02_li_02 li {
	width: 92px;
	height: 92px;
	border-radius: 46px;
	padding-top: 16px;
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba(113,107,95,0.09);
	display: inline-block;
	margin: 0 10px;
}
.cnt_02_li_02 li img {
	width: 60px;
	height: auto;
}
.cnt_02 h5:nth-of-type(2) {
	width: 100%;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_bg_04.png") no-repeat top center;
	background-size: 329px auto;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding-top: 140px;
	margin: 0 auto 165px auto;
}
.cnt_02_li_03 {
	width: 100vw;
	/*display: flex;
	height: 133px !important;
	overflow: hidden;*/
}
.cnt_02_li_03 img {
	width: auto;
	height: 133px !important;
}
/*.cnt_02_li_03 img:first-child {
  animation: slide3 40s -20s linear infinite;
  width: auto !important;
  height: 100% !important;
}
.cnt_02_li_03 img:last-child {
  animation: slide4 40s linear infinite;
  width: auto !important;
  height: 100% !important;
}
@keyframes slide3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}*/

/** *********************** **/

.cnt_03_wrap {
	width: 100%;
	padding: 0 0 45px 0;
}
.cnt_03 {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
}
.cnt_03 h3 {
	width: 307px;
	height: 138px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 40px auto;
}
.cnt_03 h3::before {
	content: "";
	width: 605px;
	height: 123px;
	background: url("../../../img/influencer/pc_img/cnt_03_txt_01.png") no-repeat;
	background-size: 605px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -303px;
}
.cnt_03_txt_01 {
	width: 445px;
	height: 30px;
	background: url("../../../img/influencer/pc_img/cnt_03_txt_bg_01.png") no-repeat;
	background-size: 445px auto;
	margin: 0 auto 25px auto;
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
}
.cnt_03 dt {
	font-size: 25px;
	line-height: 28px;
	font-weight: 700;
	margin-bottom: 65px;
}
.cnt_03 dt span {
	display: inline-block;
	width: 421px;
	height: 42px;
	background: url("../../../img/influencer/pc_img/cnt_03_txt_02.png") no-repeat;
	background-size: 421px auto;
	margin-right: 10px;
	text-indent: -9876px;
}
.cnt_03 dd {
	display: inline-block;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	padding-left: 85px;
	position: relative;
	vertical-align: top;
	margin-bottom: 60px;
}
.cnt_03 dd span {
	font-size: 165px;
	line-height: 1;
	font-weight: 700;
	color: #f28d8d;
	position: absolute;
	top: -83px;
	left: 0;
}
.cnt_03 div:nth-of-type(1) {
	width: 1010px;
	min-height: 370px;
	position: relative;
	background: url("../../../img/influencer/pc_img/cnt_03_img_01.png") no-repeat left center;
	background-size: 505px auto;
	padding: 160px 0 35px 505px;
	margin-bottom: 70px;
}
.cnt_03 div:nth-of-type(2) {
	width: 1010px;
	min-height: 370px;
	padding-right: 505px;
	position: relative;
	background: url("../../../img/influencer/pc_img/cnt_03_img_02.png") no-repeat right center;
	background-size: 505px auto;
	padding: 160px 505px 35px 0;
	margin-bottom: 70px;
}
.cnt_03 div:nth-of-type(3) {
	width: 1010px;
	min-height: 370px;
	padding-left: 505px;
	position: relative;
	background: url("../../../img/influencer/pc_img/cnt_03_img_03.png") no-repeat left center;
	background-size: 505px auto;
	padding: 160px 0 35px 505px;
	margin-bottom: 70px;
}
.cnt_03 div:nth-of-type(4) {
	width: 1010px;
	min-height: 370px;
	padding-right: 505px;
	position: relative;
	background: url("../../../img/influencer/pc_img/cnt_03_img_04.png") no-repeat right center;
	background-size: 505px auto;
	padding: 160px 505px 35px 0;
	margin-bottom: 55px;
}
.cnt_03 div::before {
	content: "";
	width: 1px;
	height: 100%;
	border: 1px dashed #fbe0e0;
	position: absolute;
	top: 0;
	left: 505px;
}
.cnt_03 div::after {
	content: "";
	width: 1010px;
	height: 1px;
	border: 1px dashed #fbe0e0;
	position: absolute;
	bottom: -35px;
	left: 0;
}
.cnt_03 div h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 30px;
	position: relative;
}
.cnt_03 div h4 span {
	color: #f28d8d;
}
.cnt_03 div h4 sup {
	font-size: 50%;
}
.cnt_03 div:nth-of-type(1) h4::before {
	content: "01";
	width: 100%;
	font-size: 208px;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	top: -180px;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(2) h4::before {
	content: "02";
	width: 100%;
	font-size: 208px;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	top: -180px;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(3) h4::before {
	content: "03";
	width: 100%;
	font-size: 208px;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	top: -180px;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(4) h4::before {
	content: "04";
	width: 100%;
	font-size: 208px;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	top: -180px;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div p {
	font-size: 16px;
	line-height: 26px;
}
.cnt_03_txt_02 {
	font-size: 13px;
	line-height: 19px;
	text-align: right;
}

/** *********************** **/

.cnt_04_wrap {
	width: 100%;
	background: #ffe0e0;
	padding: 50px 0 55px 0;
}
.cnt_04 {
	width: 988px;
	margin: 0 auto;
	text-align: center;
}
.cnt_04 h3 {
	width: 307px;
	height: 138px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 30px auto;
}
.cnt_04 h3::before {
	content: "";
	width: 632px;
	height: 115px;
	background: url("../../../img/influencer/pc_img/cnt_04_txt_01.png") no-repeat;
	background-size: 632px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -316px;
}
.cnt_04 p {
	width: 583px;
	height: 39px;
	background: url("../../../img/influencer/pc_img/cnt_04_txt_bg_01.png") no-repeat;
	background-size: 583px auto;
	margin: 0 auto 25px auto;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_04 div {
	width: 988px;
	background: #fff;
	padding: 6px 6px 40px 6px;
}
.cnt_04 div figure:nth-of-type(1) {
	width: 976px;
	margin-bottom: 40px;
}
.cnt_04 div h4 {
	width: 751px;
	height: 39px;
	background: url("../../../img/influencer/pc_img/cnt_04_txt_bg_02.png") no-repeat;
	background-size: 751px auto;
	margin: 0 auto 25px auto;
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.cnt_04 div figure:nth-of-type(2) {
	width: 810px;
	margin: 0 auto;
}

/** *********************** **/

.cnt_05_wrap {
	width: 100%;
	padding: 50px 0 0 0;
}
.cnt_05_01 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_05_01 h3 {
	width: 307px;
	height: 128px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 90px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 30px auto;
}
.cnt_05_01 h3::before {
	content: "";
	width: 356px;
	height: 88px;
	background: url("../../../img/influencer/pc_img/cnt_05_txt_01.png") no-repeat;
	background-size: 356px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -178px;
}
.cnt_05_01 p {
	width: 449px;
	height: 39px;
	background: url("../../../img/influencer/pc_img/cnt_05_txt_bg_01.png") no-repeat;
	background-size: 449px auto;
	margin: 0 auto 25px auto;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_05_01 dl {
	padding-top: 185px;
	background: url("../../../img/influencer/pc_img/cnt_05_img_01.png") no-repeat top center;
	background-size: 172px auto;
	text-align: center;
	margin-bottom: 20px;
}
.cnt_05_01 dt {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}
.cnt_05_01 dt span {
	color: #f28d8d;
}
.cnt_05_01 dd {
	font-size: 16px;
	line-height: 1;
}
.cnt_05_01 figure {
	width: 616px;
	margin: 0 auto;
}
.cnt_05_02 {
	width: 100%;
	background: #fffcf5;
	padding: 105px 0 50px 0;
	margin: -65px auto 0 auto;
	text-align: center;
}
.cnt_05_02 h4 {
	width: 609px;
	margin: 0 auto 20px auto;
}
.cnt_05_02 dl {
	width: 660px;
	margin: 0 auto;
}
.cnt_05_02 dl:nth-of-type(3)::after {
	content: "";
	width: 660px;
	height: 1px;
	background: #bba679;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.cnt_05_02 dt {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 6px;
}
.cnt_05_02 dt:nth-of-type(3) {
	position: relative;
	margin-bottom: 44px;
}
.cnt_05_02 dt:nth-of-type(3)::after {
	content: "";
	width: 660px;
	height: 1px;
	background: #bba679;
	position: absolute;
	left: 0;
	bottom: -22px;
}
.cnt_05_02 dt span {
	color: #bba679;
}
.cnt_05_02 dd {
	text-align: right;
	font-size: 36px;
	line-height: 1;
	font-weight: 700;
	padding-right: 25px;
}
.cnt_05_02 dd span {
	color: #bba679;
}

/** *********************** **/

.cnt_06_wrap {
	width: 100%;
	background-color: #fff;
	background-image:
	radial-gradient(#ffeded 20%, transparent 20%),
	radial-gradient(#ffeded 20%, transparent 20%);
	background-size: 10px 10px;
	background-position: 0 0, 5px 5px;
	padding: 40px 0 45px 0;
}
.cnt_06 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_06 h3 {
	width: 307px;
	height: 138px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 100px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 30px auto;
}
.cnt_06 h3::before {
	content: "";
	width: 528px;
	height: 110px;
	background: url("../../../img/influencer/pc_img/cnt_06_txt_01.png") no-repeat;
	background-size: 528px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -264px;
}
.cnt_06_txt_01 {
	width: 388px;
	height: 35px;
	background: url("../../../img/influencer/pc_img/cnt_06_txt_bg_01.png") no-repeat;
	background-size: 388px auto;
	margin: 0 auto 20px auto;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_06 figure {
	width: 307px;
	margin: 0 auto 35px auto;
}
.cnt_06 ul {
	width: 905px;
	margin: 0 auto;
}
.cnt_06 li {
	width: 273px;
	float: left;
	margin-right: 43px;
	position: relative;
}
.cnt_06 li:nth-of-type(3) {
	margin-right: 0;
}
.cnt_06 li:nth-of-type(1)::after,
.cnt_06 li:nth-of-type(2)::after {
	content: "";
	width: 22px;
	height: 66px;
	background: url("../../../img/influencer/pc_img/cnt_06_arrow.png") no-repeat;
	background-size: 22px auto;
	position: absolute;
	top: 130px;
	right: -33px;
}
.cnt_06 li h4 {
	margin-top: 23px;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
.cnt_06 li p {
	font-size: 16px;
	line-height: 28px;
}

/** *********************** **/

.cnt_07_wrap {
	width: 100%;
	background: #fffcf5;
	padding: 50px 0 75px 0;
}
.cnt_07 {
	width: 910px;
	margin: 0 auto;
	text-align: center;
}
.cnt_07 h3 {
	width: 307px;
	height: 128px;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 307px auto;
	padding-top: 90px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 40px auto;
}
.cnt_07 h3::before {
	content: "";
	width: 218px;
	height: 89px;
	background: url("../../../img/influencer/pc_img/cnt_07_txt_01.png") no-repeat;
	background-size: 218px auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -109px;
}
.cnt_07 dl {
	padding: 25px 15px 25px 70px;
	border-bottom: 1px solid #eae2d0;
	text-align: left;
}
.cnt_07 dl:nth-of-type(1) {
	border-top: 1px solid #eae2d0;
}
.cnt_07 dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cnt_07 dt {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
}
.cnt_07 dt::before {
	content: "Q.";
	font-size: 29px;
	line-height: 1;
	font-weight: 700;
	color: #bba679;
	position: absolute;
	top: -7px;
	left: -40px;
}
.cnt_07 dd {
	font-size: 16px;
	line-height: 26px;
}

/** *********************** **/

.cnt_08_wrap {
	width: 100%;
	padding: 65px 0 85px 0;
}
.cnt_08 {
	width: 1050px;
	height: 416px;
	background: url("../../../img/influencer/pc_img/cnt_08_bg.png") no-repeat;
	background-size: 1050px auto;
	margin: 0 auto;
	padding-top: 55px;
	text-align: center;
}
.cnt_08 h3 {
	width: 333px;
	height: 30px;
	background: url("../../../img/influencer/pc_img/cnt_08_txt_bg_01.png") no-repeat;
	background-size: 333px auto;
	margin: 0 auto 20px auto;
	font-size: 21px;
	line-height: 25px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.cnt_08 p {
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: #f28d8d;
	margin-bottom: 50px;
}
.cnt_08 dl {
	width: 1050px;
	position: relative;
}
.cnt_08 dt {
	width: 493px;
	margin: 0 auto 25px auto;
}
.cnt_08 dd {
	width: 130px;
	position: absolute;
	top: -20px;
	right: 50px;
}
.cnt_08 div {
	width: 700px;
	margin: 0 auto;
}
.cnt_08 a:link,
.cnt_08 a:visited,
.cnt_08 a:hover,
.cnt_08 a:active {
	display: block;
	width: 700px;
	height: 80px;
	border-radius: 40px;
	font-size: 27px;
	line-height: 78px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: -webkit-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: linear-gradient(to right, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	position: relative;
}
.cnt_08 a::after {
	content: "";
	width: 700px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #000;
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}
.cnt_08 a:hover::after {
	content: "";
	width: 700px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #000;
	background: rgba(255,255,255,0.20);
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}

/** *********************** **/

.cnt_cv_wrap {
	width: 100%;
	padding: 55px 0 60px 0;
}
.cnt_cv {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.cnt_cv dl {
	width: 1100px;
	position: relative;
}
.cnt_cv dt {
	width: 493px;
	margin: 0 auto 25px auto;
}
.cnt_cv dd {
	width: 130px;
	position: absolute;
	top: 0;
	right: 70px;
}
.cnt_cv div {
	width: 700px;
	margin: 0 auto;
}
.cnt_cv a:link,
.cnt_cv a:visited,
.cnt_cv a:hover,
.cnt_cv a:active {
	display: block;
	width: 700px;
	height: 80px;
	border-radius: 40px;
	font-size: 27px;
	line-height: 78px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: -webkit-linear-gradient(left, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	background: linear-gradient(to right, #f9dfaf 0%, #f29090 40%, #f29090 100%);
	position: relative;
}
.cnt_cv a::after {
	content: "";
	width: 700px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #000;
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}
.cnt_cv a:hover::after {
	content: "";
	width: 700px;
	height: 80px;
	border-radius: 40px;
	border: 2px solid #000;
	background: rgba(255,255,255,0.20);
	position: absolute;
	top: 5px;
	left: 10px;
	transition: all 0.3s linear;
}

/** *********************** **/

footer {
	width: 100%;
	padding: 0 0 50px 0;
}
.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footer ul {
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 2px solid #bba679;
}
.footer li {
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	vertical-align: top;
}
.footer li:nth-of-type(1) {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #000;
}
.footer li a:link,
.footer li a:visited,
.footer li a:hover,
.footer li a:active {
	color: #000;
	text-decoration: none;
}
.footer small {
	font-size: 11px;
	line-height: 1;
	color: #bfac82;
	text-align: center;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../../img/influencer/pc_img/pagetop.png") no-repeat center center;
  background-size: 47px auto;
  width: 48px;
  height: 48px;
  transition: all .3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}
