@charset "UTF-8";
/* CSS Document */

#lp_contents {
	font-family: "SimSun", serif;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	-webkit-text-size-adjust: 100%;
	margin: -20px auto 0;
}
@media screen and (min-width: 750px)
{
  #lp_contents {
		margin: 95px auto 0;
	}
}

#lp_contents, #lp_contents p, #lp_contents h1, #lp_contents h2, #lp_contents h3, #lp_contents h4, #lp_contents h5, #lp_contents h6 {
	line-height: normal;
}

#lp_contents img { max-width: 100%; height: auto; -webkit-backface-visibility: hidden;}

#lp_contents .sp { display: none;}


#section02 p,
#section02 .presentImg,
#section03 h3,
#section03 li,
#section04 h3,
#section04 li,
#section04 .contactBox {
	opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

/* opening
//////////////////////////////////////////////////*/
#open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f1eeef url(/images/friends/referee/op_logo.png) no-repeat center center;
	z-index: 9999;
}
#open .ball-scale-multiple {
    position: absolute;
    top: 50%;
    left: 50%;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
}
.ball-scale-multiple > div:nth-child(1) {
-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s; }
.ball-scale-multiple > div:nth-child(2) {
-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s; }
.ball-scale-multiple > div:nth-child(3) {
-webkit-animation-delay: 0.8s;
		animation-delay: 0.8s; }
.ball-scale-multiple > div {
/*background-color: #fff;*/
border: #fff solid 2px;
width: 15px;
height: 15px;
border-radius: 100%;
margin: 2px;
-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
position: absolute;
left: -40px;
top: 0px;
opacity: 0;
margin: 0;
width: 80px;
height: 80px;
-webkit-animation: ball-scale-multiple 1s 0s linear;
		animation: ball-scale-multiple 1s 0s linear;
}


/* common
//////////////////////////////////////////////////*/
.inrWrap {
    max-width: 1050px;
	margin: 0 auto;
	padding: 0;
}



/* contents
//////////////////////////////////////////////////*/

#section01 {
	background-color: #85b9e3;
	overflow: hidden;
	padding-top: 20px;
}

#section01 #star {
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}
#section01 #star div {
	position: absolute;
}
#section01 #star div.star01 {
	width: 25px;
    top: 8%;
    left: 34%;
	-webkit-animation:blink1 0.7s ease-in-out 0s infinite alternate;
    animation:blink1 0.7s ease-in-out 0s infinite alternate;
}
#section01 #star div.star02 {
	width: 25px;
    top: 14%;
    left: 88%;
	-webkit-animation:blink1 0.7s ease-in-out 0.3s infinite alternate;
    animation:blink1 0.7s ease-in-out 0.3s infinite alternate;
}
#section01 #star div.star03 {
	width: 25px;
    top: 86%;
    left: 72%;
	-webkit-animation:blink1 0.7s ease-in-out 0.6s infinite alternate;
    animation:blink1 0.7s ease-in-out 0.6s infinite alternate;
}

#section01 #star div.star04 {
	width: 45px;
    top: 4%;
    left: 55%;
	-webkit-animation:blink1 0.7s ease-in-out 0.3s infinite alternate;
    animation:blink1 0.7s ease-in-out 0.3s infinite alternate;
}
#section01 #star div.star05 {
	width: 45px;
    top: 77%;
    left: 35%;
	-webkit-animation:blink1 0.7s ease-in-out 0s infinite alternate;
    animation:blink1 0.7s ease-in-out 0s infinite alternate;
}
#section01 #star div.star06 {
	width: 45px;
    top: 71%;
    left: 93%;
	-webkit-animation:blink1 0.7s ease-in-out 0.6s infinite alternate;
    animation:blink1 0.7s ease-in-out 0.6s infinite alternate;
}

@-webkit-keyframes blink1{ 0% {opacity:0;} 100% {opacity:1;}}
@keyframes blink1{ 0% {opacity:0;} 100% {opacity:1;}}



#section01 .inrWrap {
	position: relative;
	overflow: hidden;
    min-height: 450px;
}
#section01 .mainLeft {
	width: 63%;
    box-sizing: border-box;
    padding: 0 3%;
    margin-left: 37%;
		margin-top: 70px;
    color: #fff;
}
#section01 .mainLeft h1 {
    padding-top: 13%;
    margin: 0 auto 10%;
    font-size: 36px;
    line-height: 2;
}

#section01 .mainLeft p {
    font-size: 20px;
	position: relative;
	padding-left: 18px;
}
#section01 .mainLeft p::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1050px) {
	#section01 .mainLeft h1 {
    	font-size: 3.4vw;
	}
	#section01 .mainLeft p br.pc {
		display: none;
	}
}



#section01 .mainRight {
    width: 37%;
	position: absolute;
	bottom: 0;
	left: 0;
}


#section02 {
    padding: 60px 20px;
	overflow: hidden;
}
#section02 .presentTxt {
	float: left;
	width: 60%;
    padding-top: 10%;
}
#section02 .presentTxt p {
    font-size: 30px;
	letter-spacing: 2px;
	line-height: 2;
}
#section02 .presentTxt p span { font-weight: bold; font-size: 34px;}
#section02 .presentTxt p .fontCol01 { color: #ebab8e;}
#section02 .presentTxt p .fontCol02 { color: #85b9e3;}
#section02 .presentTxt p .fontCol03 {
	color: #dd8793;
    display: inline-block;
	/*background: url(/images/friends/referee/txt_border.png) no-repeat left bottom;*/
	background-size: 100%;
}

#section02 .presentImg {
	float: right;
	width: 40%;
	text-align: center;
}
#section02 .presentImg div {
	line-height: 0;
    margin: 0 auto 20px;
    max-width: 640px;
}
#section02 .presentImg p {
	line-height: 1.8;
    font-size: 17px;
}
#section02 .presentImg .notForSale {
    width: 6em;
    margin: 0 auto;
    background-color: #555;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}
#section02 .presentTxt_note {
	clear: both;
	line-height: 1.5;
}
#section02 .presentTxt_note span{
	font-size: 8px;
	vertical-align: top;
}
#section02 .presentTxt_note .notes_2{
	font-size: 14px;
}

#section03 {
	background: url(/images/friends/referee/method_bg.gif) no-repeat center center;
	background-size: cover;
	padding: 60px 20px;
	text-align: center;
}

#section03 h3 {
	font-size: 28px;
	color: #665659;
	margin-bottom: 30px;
}
#section03 h3 span {
	font-size: 32px;
	color: #dd8793;
}

#section03 h4 {
	font-size: 26px;
	letter-spacing: 2px;
	color: #ebab8e;
	margin-bottom: 25px;
}

#section03 .methodBox {
	background-color: #fff;
	border-radius: 20px;
	padding: 50px 30px;
	position: relative;
}
#section03 .methodBox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(/images/friends/referee/or.png) no-repeat center center;
	background-size: 100%;
	width: 70px;
	height: 70px;
	margin: -35px 0 0 -35px;
	z-index: 10;
}

#section03 .methodBox p {
    font-size: 15px;
	line-height: 1.8;
}
#section03 .methodBox div {
	max-width: 360px;
	margin: 0 auto 20px;
}

#section03 .methodBox ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#section03 .methodBox ul li {
	display: table-cell;
	border-right: #ebab8e solid 1px;
	padding: 0 4%;
	box-sizing: border-box;
}
#section03 .methodBox ul li:last-child { border-right: none;}

#section03 .methodBox ul li .btnStart a {
	display: block;
	background-color: #dd8793;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
    font-size: 20px;
    line-height: 1.4;
	padding: 15px;
}


#section03 .methodBox input {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	color: #aaaaaa;
	line-height: 60px;
	border: #000 solid 1px;
}


#section04 {
	padding: 60px 20px 80px;
	text-align: center;
}
#section04 h3 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
}
#section04 h3 img { width: 19px;}

#section04 ul {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 30px;
}
#section04 ul li {
    font-size: 20px;
    margin-bottom: 15px;
	list-style: disc;
	text-align: left;
}

#section04 .contactBox {
	border: #faeade solid 4px;
	padding: 40px 40px 40px 25%;
	background: url(/images/friends/referee/contact_img.png) no-repeat 13% bottom;
	background-size: auto 95%;
}
#section04 .contactBox p {
    font-size: 20px;
	line-height: 1.8;
	margin-bottom: 20px;
}
#section04 .contactBox p.tel {
	margin-bottom: 0;
	font-size: 18px;
}
#section04 .contactBox p.tel strong {
	display: inline-block;
	padding-left: 45px;
	color: #84161b;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 2px;
	background: url(/images/friends/referee/icon_tel.png) no-repeat left center;
	background-size: 35px;
}
#section04 .contactBox p.tel span {
	font-weight: bold;
	font-size: 24px;
}




@media screen and (max-width: 769px) {

#lp_contents { font-family: "sans-serif" !important;}

#lp_contents .sp { display: block;}
#lp_contents .pc { display: none;}

#section01 .inrWrap {
    min-height: auto;
}
#section01 .mainLeft h1 {
    margin: 0 auto 20px;
	text-align: center;
    font-size: 5.4vw;
    padding-top: 6%;
}
#section01 .mainLeft p {
    font-size: 13px;
    display: inline-block;
}
#section01 .mainLeft {
    width: 100%;
    padding: 0 5%;
    margin: 0;
    text-align: center;
}
#section01 .mainLeft .mainTxtWrap p {
    font-size: 13px;
    letter-spacing: 0;
    padding: 7px 0;
    border-radius: 40px;
}
#section01 .mainLeft .mainTxtWrap .baloon01 {
    position: absolute;
    width: 50%;
    top: -68px;
    left: 0%;
}
#section01 .mainLeft .mainTxtWrap .baloon02 {
    width: 46%;
    top: -54px;
    right: 0%;
}
#section01 .mainRight {
    width: 70%;
    position: static;
    margin: 20px auto 0;
}


#section01 #star div.star01 { width: 15px; top: 0%; left: 5%;}
#section01 #star div.star02 { width: 15px; top: 65%; left: 92%;}
#section01 #star div.star03 { width: 15px; top: 40%; left: 19%;}
#section01 #star div.star04 { width: 25px; top: 63%; left: 4%;}
#section01 #star div.star05 { width: 25px; top: 46%; left: 80%;}
#section01 #star div.star06 { width: 25px; top: 20%; left: 89%;}


#section02 {
    padding: 50px 15px;
}

#section02 .presentTxt {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 50px;
}
#section02 .presentTxt p {
    font-size: 4.5vw;
    letter-spacing: 0.2vw;
    line-height: 2;
    text-align: center;
}
#section02 .presentTxt p span {
    font-size: 5.4vw;
}

#section02 .presentImg {
    float: none;
	width: 100%;
    margin: 0 auto;
}
#section02 .presentImg img {
    width: 70%;
    margin: 0 auto;
}
#section02 .presentImg p {
    font-size: 14px;
}
#section02 .presentImg .notForSale {
    font-size: 14px;
}


#section03 {
    padding: 40px 15px;
}
#section03 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
    background: none;
}
#section03 h3 span {
    font-size: 26px;
}
#section03 .methodBox {
    border-radius: 10px;
    padding: 30px 20px;
}
#section03 .methodBox::before {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
}
#section03 .methodBox p {
    font-size: 14px;
    margin-bottom: 20px;
}
#section03 .methodBox div {
    margin: 0 auto 20px;
    padding: 0px 20px;
}
#section03 .methodBox ul li {
	display: block;
    width: 100%;
    padding: 0 0 30px 0;
    margin-bottom: 40px;
	border-right: none;
	border-bottom: #ebab8e solid 1px;
}
#section03 .methodBox ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#section03 .methodBox ul li .btnStart a {
    font-size: 16px;
}
#section03 .methodBox ul {
    margin-bottom: 0;
    display: block;
}

#section03 .methodBox p {
    font-size: 14px;
    margin-bottom: 15px;
}
#section03 h4 {
    font-size: 22px;
    margin-bottom: 15px;
}


#section04 {
    padding: 40px 20px;
    text-align: center;
}
#section04 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-align: center;
    color: #555;
    padding: 0;
    background: none;
}
#section04 h3 img {
    width: 18px;
    vertical-align: middle;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
#section04 ul li {
    margin-bottom: 15px;
    font-size: 16px;
}

#section04 .contactBox {
    border: #faeade solid 3px;
    padding: 20px 20px 220px;
    background: url(/images/friends/referee/contact_img.png) no-repeat center bottom;
    background-size: auto 200px;
}
#section04 .contactBox p {
    font-size: 3.7vw;
    margin-bottom: 10px;
}
#section04 .contactBox p.tel {
    font-size: 20px;
}
#section04 .contactBox p.tel strong {
    display: block;
    padding-left: 15%;
    font-size: 7.6vw;
    letter-spacing: 0.3vw;
    background: url(/images/friends/referee/icon_tel.png) no-repeat left center;
    background-size: 14%;
}

}
