@charset "utf-8";
/* -----------------------------------------------------------------
LAYOUT CSS
LAST UPDATE:
--------------------------------------------------------------------*/
html {
	color: #232323;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 18px;
	line-height: 1;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}
body {
	height: 100%;
}

p {
	line-height: 1.6;
	letter-spacing: normal;
	margin-bottom: 10px;
}
p.lead {
	font-size: 1.555rem;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.figure {
	margin-bottom: 20px;
}
.figure img {
	width: 100%;
}
.pcOnly {
	
}
.spOnly {
	display: none;
}
.sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp{
    display: block;
  }
}

@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
	p.lead {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.figure {
		margin-bottom: 10px;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/*--------------------------------
LINk
---------------------------------*/
body a {
	text-decoration: none;
	color: #232323;
}
body a:hover {
	text-decoration: underline;
}
body a:focus {
	outline: none;
}
/*--------------------------------
h
---------------------------------*/
h1 {
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.3;
	margin: 0 0 50px;
}
h1 span {
	font-size: 2.222rem;
}
.hTtl01 {
	font-size: 2rem;
	text-align: center;
	color: #159C88;
	padding: 0 0 60px;
	line-height: 1.6;
	margin: 0;
}
.hTtl02 {
	font-size: 1.666rem;
	color: #159C88;
	line-height: 1;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}
.hTtl02 span {
	font-weight: bold;
	background: #F5F5F5;
	text-align: center;
	position: relative;
	padding: 0 10px;
	width: 465px;
	display: inline-block;
}
.hTtl02:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #BED5CD;
	top: 50%;
}
.hTtl03 {
	font-size: 1.222rem;
	color: #1b2c48;
	line-height: 1.3;
	border-bottom: 3px solid #ebebeb;
	margin: 60px auto 20px;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 20px;
		margin: 20px auto 30px;
	}
	h1 span {
		font-size: 18px;
	}
	.hTtl01 {
		font-size: 18px;
		padding: 0 0 30px;
	}
	.hTtl02 {
		margin-bottom: 30px;
	}
	.hTtl02 span {
		font-size: 16px;
		width: 245px;
	}
	.hTtl03 {
		padding-bottom: 5px;
	}
}
/*--------------------------------
header
---------------------------------*/
header {
	padding: 80px 0 20px;
}
header .logo {
	font-family: "Comfortaa";
	text-align: center;
	font-size: 2.222rem;
	line-height: 1;
}
header .logo a {
	color: #159C88;
}
header .logo a:hover {
	text-decoration: none;
}
header .txt {
	text-align: center;
	font-size: 1.111rem;
	line-height: 1;
}
.inner {
	max-width: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	header {
		padding: 40px 0 10px;
	}
	header .logo {
		font-size: 28px;
		margin-bottom: 5px;
	}
	header .txt {
		font-size: 14px;
	}
}

/*--------------------------------
mainVisual
---------------------------------*/
.mainVisual {
	background: url(../img/mv.jpg) repeat top center;
	background-size: cover;
	margin: 0;
	text-align: center;
	position: relative;
	color: #fff;
	height: 855px;
}
.mainVisual p { 
	font-size: 1.222rem;
	font-weight: bold;
}
.frame {
	width: 640px;
	top: 330px;
	padding: 25px 0;
	margin: 0 auto;
	position: relative;
}
.frame::before, .frame::after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
}

.frame::before {
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
	top: 0;
	left: 0;
}

.frame::after {
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.mainVisual {
		height: 471px;
	}
	.mainVisual p {
		font-size: 14px;
	}
	.frame {
		width: 305px;
		top: 164px;
		padding: 13px 0;
	}
	.frame::before, .frame::after {
		width: 13px;
		height: 13px;
	}
}
/*--------------------------------
contents
---------------------------------*/
#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}
.movieArea .movie {
	margin-bottom: 60px;
}
.movieArea p {
	letter-spacing: -0.02em;
	text-align: center;
}


#index #contents {
	padding-bottom: 0;
}
#contents .inner {
	position: relative;
	z-index: 2;
	padding: 100px 0;
}
.bg01 {
	background: #F5F5F5;
}
.btnArea {
	margin-top: 50px;
}
.list01 {
	font-size: 16px;
	list-style: disc;
	margin-left: 1.5em;
}
.list01 li {
	margin-bottom: 5px;
	line-height: 1.4;
}
.list03 {
	counter-reset: my-counter;
	list-style: none;
}
.list03 li {
	margin-bottom: 5px;
	line-height: 1.4;
	position: relative;
	padding-left: 1.5em;
}
.list03 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid #232323;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 18px;
	width: 18px;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}
.checkList01 li {
	width: 100%;
	height: auto;
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	color: #27313B;
	line-height: 1.6;
}
.checkList01 li span {
	font-weight: bold;
}

.checkList01 li::before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 23px;
	height: 23px;
	border: 3px solid #BED5CD;
	border-radius: 1px;
}
.checkList01 li span::before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 13px;
	width: 6px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 8px solid #fff;
	border-right: 8px solid #fff;
}
.checkList01 li span::after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 15px;
	width: 6px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 4px solid #1B242C;
	border-right: 4px solid #1B242C;
}


.boxList01 {
	margin: 0 -15px 60px;
	font-size: 0;
	letter-spacing: -10px;
	text-align: center;
}
.boxList01 .top {
	margin-bottom: 30px;
}
.box {
	text-align: center;
}
	
.boxList01 .box {
	padding: 0 15px;
	letter-spacing: normal;
	font-size: 1rem;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
.bdList01 {
	border-top: 1px solid #27313B;
}
.bdList01 .box {
	padding: 40px 0;
	border-bottom: 1px solid #27313B;
}
.box .boxInner{
	background: #fff;
	padding: 30px;
	vertical-align: top;
}
.box .img {
	margin-bottom: 30px;
}
.box h3 {
	font-size: 1.222rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.box .txt {
	text-align: left;
	margin-bottom: 0;
}

.dlList dl dt {
	font-size: 1.222rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.dlList dl dd {
	line-height: 1.6;
}
.dlList dl dd:not(:last-child) {
	margin-bottom: 30px;
}

.bgBox02 .col2 {
	width: 640px;
	margin: 60px auto 35px;
	overflow: hidden;
}
.bgBox02 .col2 .colL {
	width: 320px;
	float: left;
	padding-top: 10px;
}
.bgBox02 .col2 .colL .ttl {
	font-weight: bold;
	margin-bottom: 25px;
}
.bgBox02 .col2 .colR {
	width: 320px;
	float: right;
}
.numList01 {
	counter-reset: number 0;
}
.numList01 li {
	text-align: center;
}
.numList01 li:not(:last-child) {
	margin-bottom: 60px;
}
.numList01 li:before {
	display: block;
	text-align: center;
	counter-increment: number 1;
	content: counter(number);
	background: #159C88;
	height: 40px;
	width: 40px;
	margin: 0 auto;
	font-size: 1.666rem;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 20px;
}
.numList01 li h3 {
	font-size: 1.555rem;
	line-height: 1.3;
	display: inline-block;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.numList01 li p {
	line-height: 1.6;
	margin-bottom: 0;
}

.btnWrap {
	background: #159C88;
	padding: 87px 0;
	width: 100%;
}
.btnWrap .txt {
	text-align: center;
	color: #fff;
	font-size: 1.333rem;
	line-height: 1;
	margin-bottom: 0;
}
.btn01 {
	margin-bottom: 45px;
}
.btn01 a {
	position: relative;
	display: block;
	width: 470px;
	margin: 0 auto;
	box-shadow: 0 5px 0 #D92D00;
	background: #FE5C32;
	color: #fff;
	border-radius: 10px;
	outline: none;
	padding: 0;
	text-align: center;
	font-size: 2rem;
	line-height: 100px;
	height: 100px;
	font-weight: bold;
}
.btnWrap .btn01 a:after {
	content: "";
	background: url("/img/icon_cursor.png") no-repeat;
	background-size: 72px auto;
	width: 72px;
	height: 71px;
	position: absolute;
	right: -2px;
	bottom: -26px;
}

.btn01 a span {
	font-weight: bold;
}
.btn01 a:hover {
	box-shadow: none;
	text-decoration: none;
}
.btnWrap .btn01 a:hover {
	color: #252F38;
}
.btn01 a:hover:before {
	display: none;
}
.btn02 {
	margin-top: 50px;
}
.btn02 a {
	display: block;
	width: 480px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 3px solid #159C88;
	border-radius: 10px;
	text-align: center;
	padding: 25px;
	line-height: 1;
	color: #159C88;
	font-weight: bold;
}
.btn02 a:hover {
	background: #159C88;
	color: #fff;
	text-decoration: none;
}
.ttlImg {
	margin-bottom: 30px;
	text-align: center;
}
.notice {
	font-size: 46px;
	text-align: center;
	color: #e92929;
	line-height: 1.0;
}
.txt01 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	color: #1b2c48;
	letter-spacing: -0.09em;
	margin: 30px 0 10px;
}
.txt02 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	color: #1b2c48;
	letter-spacing: -0.09em;
	margin: 20px 0 50px;
	line-height: 1.4;
}
.table01 {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
}
.table01 th {
	width: 155px;
	vertical-align: middle;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 20px;
}
.table01 td {
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #c9c9c9;
}

.privacy,
.notFound {
	margin-bottom: 60px;
}
.annotation {
    padding-top: 20px;
	}
	.annotation p {
    font-size: 12px;
    color: #6f6f6f;
	}
	.annotation p a {
    text-decoration: underline;
	}
	.annotation p a:hover {
    opacity: 0.7;
	}
@media screen and (max-width: 767px) {
	.movieArea .movie {
		margin-bottom: 30px;
	}
	.movieArea p {
		text-align: left;
	}
	#index #contents {
		padding-bottom: 0;
	}
	#contents .inner {
		max-width: 300px;
		padding: 50px 0;
	}
	#contents #form .inner {
		max-width: 100%;
		padding: 50px 10px;
		box-sizing: border-box;
	}
	#about #contents .inner,
	#privacy #contents .inner,
	#thanks #contents .inner{
		
	}
	.btnArea {
		margin-top: 35px;
	}

	.boxList01 {
		margin: 0 -8px;
	}
	.boxList01 .top {
		margin-bottom: 0;
	}
	.boxList01 li {
		padding: 0 8px 10px;
	}
	.checkList01 li {
		font-size: 16px;
		padding-left: 25px;
		margin-bottom: 10px;
	}
	.checkList01 li::before {
		top: 4px;
		left: 0;
		width: 11.5px;
		height: 11.5px;
		border: 1.5px solid #BED5CD;
		border-radius: 1px;
	}
	.checkList01 li span::before {
		top: 4px;
		left: 6.5px;
		width: 3px;
		height: 8px;
		border-bottom: 4px solid #fff;
		border-right: 4px solid #fff;
	}
	.checkList01 li span::after {
		top: 4.5px;
		left: 7.5px;
		width: 3px;
		height: 8px;
		border-bottom: 2px solid #1B242C;
		border-right: 2px solid #1B242C;
	}
	.boxList01 {
		margin: 0 0 30px;
	}
	.boxList01 .box {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.bdList01 .box {
		padding: 20px 0;
	}
	.box .boxInner{
		padding: 15px;
	}
	.box .img {
		margin-bottom: 15px;
	}
	.box .img img {
		width: 42.5px;
	}
	.box h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.numList01 li:not(:last-child) {
		margin-bottom: 30px;
	}
	.numList01 li:before {
		height: 20px;
		width: 20px;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.numList01 li h3 {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	
	.btnWrap {
		padding: 43px 0;
	}
	.btnWrap .txt {
		font-size: 14px;
	}
	.btnWrap .btn01 {
		margin-bottom: 20px;
	}
	.btn01 a {
		width: 235px;
		box-shadow: 0 2px 0 #D92D00;
		border-radius: 5px;
		line-height: 50px;
		height: 50px;
		font-size: 18px;
	}
	.btnWrap .btn01 a:after {
		background-size: 36px auto;
		width: 36px;
		height: 35.5px;
		right: -1px;
		bottom: -13px;
	}
	.btn02 {
		margin-top: 25px;
	}
	.btn02 a{
		width: 300px;
		padding: 12px 20px 10px;
		border-width: 2px;
		border-radius: 5px;
		line-height: 1.4;
	}
	.table01 {
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
	}
	.table01 th {
		padding: 10px;
		width: 80px;
	}
	.table01 td {
		padding: 10px;
	}
	.txt01 {
		font-size: 22px !important;
	}
	.txt02 {
		font-size: 20px !important;
		letter-spacing: -0.04em;
	}
	
	.dlList dl dt {
		font-size: 16px;
	}
}
/*--------------------------------
footer
---------------------------------*/
footer {
	width: 100%;
	height: 140px;
	padding: 40px 0 0;
}
#index footer {
	position: relative;
	height: auto;
}
footer p {
	margin-bottom: 0;
	font-size: 12px;
}
footer .inner{
	text-align: center;
	color: #fff;
	letter-spacing: 0.12em;
}
footer .inner nav ul{
	font-size: 0;
}
footer .inner nav ul li{
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #232323;
}
footer .inner nav ul li:first-child {
	border-left: none;
}
footer .inner nav ul li a{
	font-size: 12px;
}
footer .inner span{
	padding-left: 10px;
	display: inline-block;
}
footer #copy{
	background: #fff;
	text-align: center;
	padding: 30px 0 40px;
	color: #515151;
	letter-spacing: 0.12em;
}


@media screen and (max-width: 767px) {
	footer {
		height: 100px;
		min-width: 100%;
		padding-bottom: 15px;
	}
	footer p {
		font-size: 9px;
	}
	footer .inner {
		text-align: center;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.12em;
	}
	footer .inner nav ul {
		margin-bottom: 0;
	}
	footer .inner nav ul li {
		line-height: 1.2;
		padding: 0 10px;
	}
	footer .inner nav ul li a{
		font-size: 9px;
	}
	footer .inner span{
		margin: 0 30px;
		display: inline-block;
	}
	footer #copy{
		padding: 10px 0 0;
		font-size: 10px;
		line-height: 14px;
	}
	footer #copy p {
		margin-bottom: 0;
	}
}
/*--------------------------------
floatNav
---------------------------------*/
#floatNav {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}
#floatNav .btn01 {
	margin-bottom: 10px;
}
#floatNav .btn01 a {
	font-size: 1.222rem;
	width: 250px;
	height: 74px;
	line-height: 74px;
}
#floatNav .btn01 a:before {
	content: "";
	background: url("../img/icon_mail.svg") no-repeat;
	background-size: 36px 30px;
	width: 36px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

#floatNav .tel {
	margin-bottom: 0;
}
#floatNav .tel a {
	display: block;
	font-size: 1.444rem;
	width: 250px;
	height: 76px;
	line-height: 70px;
	border: 6px solid #FE5C32;
	border-radius: 10px;
	background: #FFF;
	text-align: center;
	color: #FE5C32;
	font-weight: bold;
}
#floatNav .tel a span {
	font-weight: bold;
}
#floatNav .tel a:hover {
	text-decoration: none;
}
#floatNav .tel a:before {
	content: "";
	background: url("../img/icon_tel.svg") no-repeat;
	background-size: 34px 34px;
	width: 34px;
	height: 34px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
/*--------------------------------
floatNav02
---------------------------------*/

@media screen and (max-width: 767px) {
#floatNav02 a  {
  background: url("../img/influencer_sp.png") 0 0 no-repeat; /* バナーのURL */
  position: fixed;
	z-index: 999;
  width: 100%;
  max-width: 100%;
  height: 72px;
  background-size: cover;
  background-size: 100% auto;
}
}
/*--------------------------------
fix01
---------------------------------*/
.fix_bn-R {
  width: 72px; /* バナーの横幅 */
  height: 342px; /* バナーの縦幅 */
  position: fixed ;
  right: 0;
  top: 30px;
  z-index: 999;
  -webkit-transition: width ease-in-out 0.3s;
  -moz-transition: width ease-in-out 0.3s;
  -ms-transition: width ease-in-out 0.3s;
  -o-transition: width ease-in-out 0.3s;
  transition: width ease-in-out 0.3s;
}

.fix_bn-R a {
  display: block;
  width: 100%;
  height: 100%;
}

.fix_bn-R:hover {
  width: 400px; /* マウスオーバー後のバナーの横幅 */
}

#fix01 {
  background: url("../img/influencer.png") 0 0 no-repeat; /* バナーのURL */
  top: 30px; /* バナーの位置 */
}

hr {
	margin: 100px 0;
}
@media screen and (max-width: 767px) {
	#floatNav {
		right: 15px;
		bottom: 15px;
	}
	#floatNav .btn01 {
		margin-bottom: 6px;
	}
	#floatNav .btn01 a {
		width: 48px;
		height: 50px;
	}
	#floatNav .btn01 a span {
		display: none;
	}
	#floatNav .btn01 a:before {
		background-size: 32.5px 27px;
		width: 32.5px;
		height: 27px;
		top: -3px;
		margin-right: 0;
	}
	#floatNav .tel a {
		width: 48px;
		height: 50px;
		border-radius: 5px;
		box-shadow: 0 2px 0 #D92D00;
	}
	#floatNav .tel a:before {
		background-size: 27px auto;
		width: 27px;
		height: 27px;
		top: -9px;
		margin-right: 0;
	}
	#floatNav .tel a span {
		display: none;
	}
	.privacy,
	.notFound {
		margin-bottom: 30px;
	}
	hr {
		margin: 50px 0;
	}
}