@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;
*/

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

.pc_view {
	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 {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 400;
	background: #fff;
	color: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

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

header {
	width: 100%;
	background: #fff;
	box-shadow: 0.26vw 0.56vw 0 0 rgba(0,0,0,0.05);
	top: 0;
	left: 0;
	z-index: 11;
}
/*header.fixed {
	width: 100%;
	height: 13.33vw;
	background: rgba(255,255,255,1.0);
	box-shadow: 0.26vw 0.56vw 0 0 rgba(0,0,0,0.05);
	animation: menufixed 0.5s linear;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
@keyframes menufixed {
  0% {
    top: -13.33vw;
	opacity: 0;
  }
  100% {
    top: 0px;
	opacity: 1;
  }
}*/
.header {
	width: 100%;
	position: relative;
	padding-bottom: 5px;
}
.header h1 {
	width: 45.33vw;
	padding: 4.8vw 0 0 3.2vw;
}
.header ul {
	padding: 3.2vw 1.33vw 0 0;
}
.header li {
	width: 20.26vw;
	height: 6.93vw;
}
.header li:nth-of-type(1) {
	margin-right: 1.33vw;
}
.header li:nth-of-type(1) a {
	display: block;
	height: 6.93vw;
	font-size: 3.46vw;
	line-height: 6.4vw;
	font-weight: 700;
	color: #bf1116;
	text-align: center;
	border-radius: 3.465vw;
	border: 0.26vw solid #bf1116;
	background: #fff;
}
.header li:nth-of-type(2) a {
	display: block;
	height: 6.93vw;
	font-size: 3.46vw;
	line-height: 6.4vw;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 3.465vw;
	border: 0.26vw solid #bf1116;
	background: #cb393d;
}

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

.header .btn_right {
	display: block;
	width: 25%;
	float: left;
}
.header .btn_left {
	display: block;
	width: 69%;
	float: left;
}
/** *********************** **/

.mv_area_wrap {
	width: 100%;
	height: 183.46vw;
	background: url("../../../img/influencer/sp_img/mv_bg.jpg") no-repeat top center;
	background-size: cover;
	margin-bottom: 6.66vw;
}
.mv_area {
	width: 89.06vw;
	height: 183.46vw;
	margin: 0 auto;
	position: relative;
}
.mv_area dd {
	width: 64.53vw;
	position: absolute;
	top: 8vw;
	left: 13.33vw;
}
.mv_area dt {
	width: 79.73vw;
	position: absolute;
	top: 24vw;
	left: 3.73vw;
}
.mv_area p {
	width: 89.95vw;
	position: absolute;
	top: 48vw;
	left: -0.445vw;
}
.mv_area h2 {
	width: 100%;
	position: absolute;
	top: 58.66vw;
	left: 0;
	font-size: 2.93vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}
.mv_area h2 span {
	color: #bf1116;
}
.mv_area h3 {
	width: 86.57vw;
	position: absolute;
	top: 67.2vw;
	left: 1.245vw;
}
.mv_btn {
	width: 80vw;
	height: 14.93vw;
	position: absolute;
	top: 76.26vw;
	left: 4vw;
}
.mv_btn a {
	display: block;
	width: 80vw;
	height: 14.93vw;
	border-radius: 7.465vw;
	font-size: 5.06vw;
	line-height: 14.93vw;
	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: 80vw;
	height: 14.93vw;
	border-radius: 14.13vw;
	border: 0.56vw solid #000;
	position: absolute;
	top: 1.33vw;
	left: 2.66vw;
	transition: all 0.3s linear;
}
.mv_img {
	display: none;
}

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

.mv_btm_wrap {
	background: #fff;
	margin-bottom: 8vw;
	/*display: flex;
	width: 100vw;
	height: 37px;
	overflow: hidden;*/
}
.mv_btm_wrap img {
	width: auto;
	height: 9.33vw !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 10.66vw 0;
}
.cnt_01 {
	width: 89.06vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_01 h3 {
	width: 65.6vw;
	height: 28vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 20vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 5.33vw auto;
}
.cnt_01 h3::before {
	content: "";
	width: 88.53vw;
	height: 22.65vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_01.png") no-repeat;
	background-size: 88.53vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -44.265vw;
}
.cnt_01 figure {
	width: 90.66vw;
	margin: 0 auto 20px 2.66vw;
}
.cnt_01 dt {
	width: 80.8vw;
	font-size: 4.53vw;
	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: 80.8vw auto;
	padding-bottom: 3.2vw;
	margin: 0 auto 5.33vw auto;
}
.cnt_01 dd {
	width: 88.8vw;
	margin: 0 auto 1.33vw auto;
}
.cnt_01 p {
	font-size: 4vw;
	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/sp_img/cnt_02_bg.png") no-repeat bottom right;
	background-size: cover;
	padding: 13.33vw 0 66.66vw 0;
}
.cnt_02 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_02 h3 {
	width: 65.6vw;
	height: 23.46vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 15.46vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 9.33vw auto;
}
.cnt_02 h3::before {
	content: "";
	width: 73.6vw;
	height: 16.26vw;
	background: url("../../../img/influencer/pc_img/cnt_02_txt_01.png") no-repeat;
	background-size: 73.6vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -36.8vw;
}
.cnt_02 dt {
	width: 91.2vw;
	margin: 0 auto 6.66vw auto;
}
.cnt_02 dd {
	width: 89.06vw;
	/*font-size: 3.73vw;
	line-height: 6.4vw;*/
	font-size: 4vw;
	line-height: 6.66vw;
	text-align: left;
	padding: 0 4vw;
	margin: 0 auto 8vw auto;
}
.cnt_02_li_01 {
	width: 89.06vw;
	height: 123.28vw;
	background: url("../../../img/influencer/sp_img/cnt_02_txt_03.png") no-repeat;
	background-size: 91.73vw 123.28vw;
	margin: 0 auto 9.33vw auto;
	position: relative;
}
.cnt_02_li_01 li {
	display: none;
}
.cnt_02 h5:nth-of-type(1) {
	width: 78.4vw;
	height: 15.2vw;
	background: url("../../../img/influencer/sp_img/cnt_02_txt_bg_03.png") no-repeat;
	background-size: 78.4vw auto;
	font-size: 4.53vw;
	line-height: 6.4vw;
	font-weight: 700;
	text-align: center;
	padding-top: 1.86vw;
	padding-left: 0;
	margin: 0 auto 6.66vw auto;
}
.cnt_02_li_02 {
	width: 73.94vw;
	text-align: center;
	margin: 0 auto 6.66vw auto;
}
.cnt_02_li_02 li {
	width: 18.66vw;
	height: 18.66vw;
	border-radius: 9.33vw;
	padding-top: 2.66vw;
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba(113,107,95,0.09);
	display: inline-block;
	margin: 0 2.66vw 2.66vw 0;
}
.cnt_02_li_02 li img {
	width: 13.33vw;
	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: 61.33vw auto;
	font-size: 4.8vw;
	line-height: 6.93vw;
	font-weight: 700;
	text-align: center;
	padding-top: 21.33vw;
	margin: 0 auto 8vw auto;
}
.cnt_02_li_03 {
	width: 100vw;
	/*display: flex;
	height: 133px !important;
	overflow: hidden;*/
}
.cnt_02_li_03 img {
	width: auto;
	height: 28vw !important;
}

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

.cnt_03_wrap {
	width: 100%;
	padding: 0 0 13.33vw 0;
}
.cnt_03 {
	width: 89.06vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_03 h3 {
	width: 65.6vw;
	height: 26.13vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 17.86vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 8vw auto;
}
.cnt_03 h3::before {
	content: "";
	width: 98.93vw;
	height: 21.06vw;
	background: url("../../../img/influencer/pc_img/cnt_03_txt_01.png") no-repeat;
	background-size: 98.93vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -49.465vw
}
.cnt_03_txt_01 {
	width: 95.2vw;
	height: 6.4vw;
	background: url("../../../img/influencer/sp_img/cnt_03_txt_bg_01.png") no-repeat;
	background-size: 95.2vw auto;
	margin: 0 auto 8vw -3.07vw;
	font-size: 4.53vw;
	line-height: 6.4vw;
	font-weight: 700;
	text-align: center;
}
.cnt_03 dt {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 12vw;
}
.cnt_03 dt span {
	display: block;
	width: 80.26vw;
	height: 8vw;
	background: url("../../../img/influencer/pc_img/cnt_03_txt_02.png") no-repeat;
	background-size: 80.26vw auto;
	margin: 0 auto 1.33vw auto;
	text-indent: -9876px;
}
.cnt_03 dd {
	display: inline-block;
	font-size: 8.8vw;
	line-height: 1;
	font-weight: 700;
	padding-left: 18.66vw;
	position: relative;
	vertical-align: top;
	margin-bottom: 16vw;
}
.cnt_03 dd span {
	font-size: 36vw;
	line-height: 1;
	font-weight: 700;
	color: #f28d8d;
	position: absolute;
	top: -16vw;
	left: 0;
}
.cnt_03 div:nth-of-type(1) {
	width: 89.06vw;
	position: relative;
	background: url("../../../img/influencer/sp_img/cnt_03_img_01.png") no-repeat top 8vw center;
	background-size: 65.6vw auto;
	padding: 96.8vw 0 8vw 0;
	border-top: 0.26vw dashed #fbe0e0;
	border-bottom: 0.26vw dashed #fbe0e0;
}
.cnt_03 div:nth-of-type(2) {
	width: 89.06vw;
	position: relative;
	background: url("../../../img/influencer/sp_img/cnt_03_img_02.png") no-repeat top 8vw center;
	background-size: 65.6vw auto;
	padding: 88.8vw 0 8vw 0;
	border-bottom: 0.26vw dashed #fbe0e0;
}
.cnt_03 div:nth-of-type(3) {
	width: 89.06vw;
	position: relative;
	background: url("../../../img/influencer/sp_img/cnt_03_img_03.png") no-repeat top 8vw center;
	background-size: 65.6vw auto;
	padding: 96vw 0 8vw 0;
	border-bottom: 0.26vw dashed #fbe0e0;
}
.cnt_03 div:nth-of-type(4) {
	width: 89.06vw;
	position: relative;
	background: url("../../../img/influencer/sp_img/cnt_03_img_04.png") no-repeat top 8vw center;
	background-size: 65.6vw auto;
	padding: 86.4vw 0 8vw 0;
	border-bottom: 0.26vw dashed #fbe0e0;
}
.cnt_03 div h4 {
	/*font-size: 5.33vw;
	line-height: 8vw;*/
	font-size: 5.85vw;
	line-height: 8.53vw;
	font-weight: 700;
	margin-bottom: 5.33vw;
	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: 32vw;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	/*top: -22.66vw;*/
	top: -25.33vw;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(2) h4::before {
	content: "02";
	width: 100%;
	font-size: 32vw;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	/*top: -22.66vw;*/
	top: -25.33vw;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(3) h4::before {
	content: "03";
	width: 100%;
	font-size: 32vw;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	/*top: -22.66vw;*/
	top: -25.33vw;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div:nth-of-type(4) h4::before {
	content: "04";
	width: 100%;
	font-size: 32vw;
	line-height: 1;
	font-weight: 700;
	color: #fff5f8;
	position: absolute;
	/*top: -22.66vw;*/
	top: -25.33vw;
	left: 0;
	text-align: center;
	z-index: -1;
}
.cnt_03 div p {
	/*font-size: 3.73vw;
	line-height: 6.4vw;*/
	font-size: 4vw;
	line-height: 6.66vw;
	padding: 0 2.66vw;
	text-align: left;
}
.cnt_03_txt_02 {
	font-size: 2.93vw;
	line-height: 4vw;
	text-align: right;
	margin-top: 4vw
}

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

.cnt_04_wrap {
	width: 100%;
	background: #ffe0e0;
	padding: 13.33vw 0 13.33vw 0;
}
.cnt_04 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_04 h3 {
	width: 65.6vw;
	height: 24vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 16vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 5.33vw auto;
}
.cnt_04 h3::before {
	content: "";
	width: 98.4vw;
	height: 18.4vw;
	background: url("../../../img/influencer/pc_img/cnt_04_txt_01.png") no-repeat;
	background-size: 98.4vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -49.2vw;
}
.cnt_04 p {
	width: 80.26vw;
	height: 10.66vw;
	background: url("../../../img/influencer/sp_img/cnt_04_txt_bg_01.png") no-repeat;
	background-size: 80.26vw auto;
	margin: 0 auto 8vw auto;
	font-size: 5.33vw;
	line-height: 6.66vw;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_04 div {
	width: 89.06vw;
	margin: 0 auto;
	background: #fff;
	padding: 4vw 4vw 9.33vw 4vw;
}
.cnt_04 div figure:nth-of-type(1) {
	width: 100%;
	margin-bottom: 8vw;
}
.cnt_04 div h4 {
	width: 76.8vw;
	height: 14.93vw;
	background: url("../../../img/influencer/sp_img/cnt_04_txt_bg_02.png") no-repeat;
	background-size: 76.8vw auto;
	padding-top: 1.8vw;
	margin: 0 auto 4vw auto;
	font-size: 3.46vw;
	line-height: 4.53vw;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.cnt_04 div figure:nth-of-type(2) {
	width: 78.02vw;
	margin: 0 auto;
}

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

.cnt_05_wrap {
	width: 100%;
	padding: 13.33vw 0 0 0;
}
.cnt_05_01 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_05_01 h3 {
	width: 65.6vw;
	height: 23.2vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 14.93vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 10.66vw auto;
}
.cnt_05_01 h3::before {
	content: "";
	width: 64.8vw;
	height: 16vw;
	background: url("../../../img/influencer/pc_img/cnt_05_txt_01.png") no-repeat;
	background-size: 64.8vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32.4vw;
}
.cnt_05_01 p {
	width: 84.26vw;
	height: 7.73vw;
	background: url("../../../img/influencer/sp_img/cnt_05_txt_bg_01.png") no-repeat;
	background-size: 84.26vw auto;
	margin: 0 auto 6.66vw auto;
	font-size: 5.06vw;
	line-height: 7.73vw;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_05_01 dl {
	padding-top: 48vw;
	background: url("../../../img/influencer/pc_img/cnt_05_img_01.png") no-repeat top center;
	background-size: 42.13vw auto;
	text-align: center;
	margin-bottom: 6.66vw;
}
.cnt_05_01 dt {
	font-size: 5.6vw;
	line-height: 8vw;
	font-weight: 700;
	margin-bottom: 4vw;
}
.cnt_05_01 dt span {
	color: #f28d8d;
}
.cnt_05_01 dd {
	font-size: 4.26vw;
	line-height: 6.93vw;
}
.cnt_05_01 figure {
	width: 89.16vw;
	margin: 0 auto;
}
.cnt_05_02 {
	width: 100%;
	background: #fffcf5;
	padding: 22.66vw 0 10.66vw 0;
	margin: -16vw auto 0 auto;
	text-align: center;
}
.cnt_05_02 h4 {
	width: 87.46vw;
	margin: 0 auto 6.66vw auto;
}
.cnt_05_02 dl {
	width: 85.33vw;
	margin: 0 auto;
}
.cnt_05_02 dl:nth-of-type(3)::after {
	content: "";
	width: 85.33vw;
	height: 0.26vw;
	background: #bba679;
	position: absolute;
	left: 0;
	bottom: -4.665vw;
}
.cnt_05_02 dt {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	position: relative;
	margin-bottom: 1.33vw;
	text-align: left;
	padding: 0 6.66vw;
}
.cnt_05_02 dt:nth-of-type(3) {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	position: relative;
	margin-bottom: 8vw;
	text-align: left;
	padding: 0 6.66vw;
}
.cnt_05_02 dt:nth-of-type(3)::after {
	content: "";
	width: 85.33vw;
	height: 0.26vw;
	background: #bba679;
	position: absolute;
	left: 0;
	bottom: -4.665vw;
}
.cnt_05_02 dt span {
	color: #bba679;
}
.cnt_05_02 dd {
	text-align: right;
	font-size: 5.6vw;
	line-height: 1;
	font-weight: 700;
	padding-right: 6.66vw;
}
.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: 2.66vw 2.66vw;
	background-position: 0 0, 1.33vw 1.33vw;
	padding: 13.33vw 0 13.33vw 0;
}
.cnt_06 {
	width: 89.06vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_06 h3 {
	width: 65.6vw;
	height: 24.26vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 16vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 5.33vw auto;
	z-index: 10;
}
.cnt_06 h3::before {
	content: "";
	width: 95.73vw;
	height: 20vw;
	background: url("../../../img/influencer/pc_img/cnt_06_txt_01.png") no-repeat;
	background-size: 95.73vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -47.865vw;
	z-index: -1;
}
.cnt_06_txt_01 {
	width: 81.6vw;
	height: 7.73vw;
	background: url("../../../img/influencer/sp_img/cnt_06_txt_bg_01.png") no-repeat;
	background-size: 81.6vw auto;
	margin: 0 auto 2.66vw auto;
	font-size: 5.33vw;
	line-height: 7.73vw;
	font-weight: 700;
	color: #f28d8d;
	text-align: center;
}
.cnt_06 figure {
	width: 64.53vw;
	margin: 0 auto 6.66vw auto;
}
.cnt_06 ul {
	width: 905px;
	margin: 0 auto;
}
.cnt_06 li {
	width: 89.06vw;
	margin-bottom: 14.4vw;
	position: relative;
}
.cnt_06 li:nth-of-type(3) {
	margin-bottom: 0;
}
.cnt_06 li:nth-of-type(1)::after,
.cnt_06 li:nth-of-type(2)::after {
	content: "";
	width: 17.86vw;
	height: 5.86vw;
	background: url("../../../img/influencer/sp_img/cnt_06_arrow.png") no-repeat;
	background-size: 17.86vw auto;
	position: absolute;
	bottom: -9.66vw;
	left: 50%;
	margin-left: -8.93vw
}
.cnt_06 li img {
	width: 49.33vw;
	height: auto;
}
.cnt_06 li h4 {
	margin-top: 4vw;
	font-size: 6.13vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2.66vw;
}
.cnt_06 li p {
	font-size: 4vw;
	line-height: 1;
}
.cnt_06 li p br {
	display: none;
}

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

.cnt_07_wrap {
	width: 100%;
	background: #fffcf5;
	padding: 13.33vw 0 13.33vw 0;
}
.cnt_07 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_07 h3 {
	width: 65.6vw;
	height: 27.46vw;
	background: url("../../../img/influencer/pc_img/cnt_01_txt_bg_01.png") no-repeat bottom center;
	background-size: 65.6vw auto;
	padding-top: 19.2vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: 0 auto 9.33vw auto;
}
.cnt_07 h3::before {
	content: "";
	width: 46.93vw;
	height: 18.93vw;
	background: url("../../../img/influencer/pc_img/cnt_07_txt_01.png") no-repeat;
	background-size: 46.93vw auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -23.465vw;
}
.cnt_07 dl {
	width: 89.06vw;
	margin: 0 auto;
	padding: 5.33vw 5.33vw 5.33vw 13.33vw;
	border-bottom: 0.26vw solid #eae2d0;
	text-align: left;
}
.cnt_07 dl:nth-of-type(1) {
	border-top: 0.26vw solid #eae2d0;
}
.cnt_07 dl:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cnt_07 dt {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	margin-bottom: 1.33vw;
	position: relative;
}
.cnt_07 dt::before {
	content: "Q.";
	font-size: 6.4vw;
	line-height: 1;
	font-weight: 700;
	color: #bba679;
	position: absolute;
	top: -0.56vw;
	left: -10.66vw;
}
.cnt_07 dd {
	/*font-size: 3.73vw;
	line-height: 6.4vw;*/
	font-size: 4vw;
	line-height: 6.66vw;
}

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

.cnt_08_wrap {
	width: 100%;
	padding: 13.33vw 0 13.33vw 0;
}
.cnt_08 {
	width: 89.06vw;
	height: 123.2vw;
	background: url("../../../img/influencer/sp_img/cnt_08_bg.png") no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding-top: 22.13vw;
	text-align: center;
}
.cnt_08 h3 {
	width: 71.73vw;
	height: 6.66vw;
	background: url("../../../img/influencer/pc_img/cnt_08_txt_bg_01.png") no-repeat;
	background-size: 71.73vw auto;
	margin: 0 auto 5.33vw auto;
	font-size: 4.53vw;
	line-height: 6.66vw;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.cnt_08 p {
	font-size: 8vw;
	line-height: 10.13vw;
	font-weight: 700;
	color: #f28d8d;
	margin-bottom: 9.33vw;
}
.cnt_08 dl {
	width: 89.06vw;
	position: relative;
}
.cnt_08 dt {
	width: 69.06vw;
	margin: 0 auto 12vw auto;
}
.cnt_08 dd {
	width: 30.66vw;
	position: absolute;
	top: 13.33vw;
	right: 5.33vw;
}
.cnt_08 div {
	width: 74.66vw;
	margin: 0 auto;
}
.cnt_08 a {
	display: block;
	width: 74.66vw;
	height: 14.93vw;
	border-radius: 7.465vw;
	font-size: 5.33vw;
	line-height: 14.93vw;
	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: 74.66vw;
	height: 14.93vw;
	border-radius: 7.465vw;
	border: 0.56vw solid #000;
	position: absolute;
	top: 1.33vw;
	left: 2.66vw;
}

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

.cnt_cv_wrap {
	width: 100%;
	padding: 13.33vw 0 13.33vw 0;
}
.cnt_cv {
	width: 89.06vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_cv dl {
	width: 89.06vw;
	position: relative;
}
.cnt_cv dt {
	width: 69.06vw;
	margin: 0 auto 12vw auto;
}
.cnt_cv dd {
	width: 30.66vw;
	position: absolute;
	top: 13.33vw;
	right: 5.33vw;
}
.cnt_cv div {
	width: 700px;
	margin: 0 auto;
}
.cnt_cv a {
	display: block;
	width: 86.93vw;
	height: 14.93vw;
	border-radius: 7.465vw;
	font-size: 5.33vw;
	line-height: 14.93vw;
	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: 86.93vw;
	height: 14.93vw;
	border-radius: 7.465vw;
	border: 0.56vw solid #000;
	position: absolute;
	top: 1.33vw;
	left: 2.66vw;
}

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

footer {
	width: 100%;
	padding: 0 0 13.33vw 0;
}
.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.footer ul {
	width: 100%;
	text-align: center;
	padding-bottom: 6.66vw;
	margin-bottom: 5.33vw;
	border-bottom: 0.56vw solid #bba679;
}
.footer li {
	display: inline-block;
	font-size: 3.73vw;
	line-height: 5.86vw;
	vertical-align: top;
}
.footer li:nth-of-type(1) {
	margin-right: 5.33vw;
	padding-right: 5.33vw;
	border-right: 0.26vw solid #000;
}
.footer li a {
	color: #000;
	text-decoration: none;
}
.footer small {
	font-size: 2.93vw;
	line-height: 1;
	color: #bfac82;
	text-align: center;
}

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

#pagetop {
  position: fixed;
  bottom: 5.33vw;
  right: 5.33vw;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../../../img/influencer/pc_img/pagetop.png") no-repeat center center;
  background-size: 10.66vw auto;
  width: 10.66vw;
  height: 10.66vw;
}
