@charset "utf-8";
@import url("../reset.css");
@import url("../responsive.gs.24col.css");
/*slick*/
@import url("../slick.css");
@import url("../slick-theme.css");
/*modal*/
@import url("../magnific-popup.css");
/*base*/
@import url("common.css");
@import url("frame.css");
.container {
	width: 320px;
	margin: 0 auto;
	position: relative;
}

@media ( min-width : 384px ) {
.container {
	width: 384px;
}
}

@media ( min-width : 512px ) {
.container {
	width: 512px;
}
}

@media ( min-width : 640px ) {
.container {
	width: 640px;
}
}

@media ( min-width : 960px ) {
.container {
	width: 960px;
}
* {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
}

@media ( min-width : 1280px ) {
.container {
	width: 1280px;
}
}
/*header*/
header.top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
header.top > .inside {
	width: 100%;
}
header.top .sns {
	position: relative;
	width: 100%;
	z-index: 10;
	padding: 4px;
}
header.top .sns li {
	display: inline-block;
}
header.top .socialmedia a {
	display: block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	margin: 4px 2px;
	-webkit-transition: 0.2s;
	-moz-transition : 0.2s;
	-ms-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
header.top .socialmedia a.twitter {
	background: #fff url("../../img/old/common/icon/twitter.svg") no-repeat center center;
	-webkit-background-size: 50% 50%;
	-moz-background-size : 50% 50%;
	-ms-background-size : 50% 50%;
	-o-background-size : 50% 50%;
	background-size : 50% 50%;
}
header.top .socialmedia a.twitter:hover {
	-webkit-background-size: 60% 60%;
	-moz-background-size : 60% 60%;
	-ms-background-size : 60% 60%;
	-o-background-size : 60% 60%;
	background-size : 60% 60%;
}
header.top .socialmedia a.facebook {
	background: #fff url("../../img/old/common/icon/facebook.svg") no-repeat center center;
	-webkit-background-size: 45% 45%;
	-moz-background-size : 45% 45%;
	-ms-background-size : 45% 45%;
	-o-background-size : 45% 45%;
	background-size : 45% 45%;
}
header.top .socialmedia a.facebook:hover {
	-webkit-background-size: 55% 55%;
	-moz-background-size : 55% 55%;
	-ms-background-size : 55% 55%;
	-o-background-size : 55% 55%;
	background-size : 55% 55%;
}
header.top .socialmedia a.line {
	background: #fff url("../../img/old/common/icon/line.svg") no-repeat center center;
	-webkit-background-size: 50% 50%;
	-moz-background-size : 50% 50%;
	-ms-background-size : 50% 50%;
	-o-background-size : 50% 50%;
	background-size : 50% 50%;
}
header.top .socialmedia a.line:hover {
	-webkit-background-size: 60% 60%;
	-moz-background-size : 60% 60%;
	-ms-background-size : 60% 60%;
	-o-background-size : 60% 60%;
	background-size : 60% 60%;
}

@media screen and (min-width: 960px) {
header.top {
	top: auto;
	left: auto;
	text-align: center;
}
header.top > .inside {
	display: inline-block;
	min-width: 960px;
	max-width: 1280px;
	text-align: left;
}
header.top .sns {
	padding: 5px;
	padding-left: 40px;
}
header.top .socialmedia a {
	width: 40px;
	height: 40px;
	margin: 4px 2px;
}
header.top .socialmedia a.twitter {
	-webkit-background-size: 55% 55%;
	-moz-background-size : 55% 55%;
	-ms-background-size : 55% 55%;
	-o-background-size : 55% 55%;
	background-size : 55% 55%;
}
header.top .socialmedia a.twitter:hover {
	-webkit-background-size: 65% 65%;
	-moz-background-size : 65% 65%;
	-ms-background-size : 65% 65%;
	-o-background-size : 65% 65%;
	background-size : 65% 65%;
}
header.top .socialmedia a.facebook {
	-webkit-background-size: 50% 50%;
	-moz-background-size : 50% 50%;
	-ms-background-size : 50% 50%;
	-o-background-size : 50% 50%;
	background-size : 50% 50%;
}
header.top .socialmedia a.facebook:hover {
	-webkit-background-size: 60% 60%;
	-moz-background-size : 60% 60%;
	-ms-background-size : 60% 60%;
	-o-background-size : 60% 60%;
	background-size : 60% 60%;
}
header.top .socialmedia a.line {
	-webkit-background-size: 55% 55%;
	-moz-background-size : 55% 55%;
	-ms-background-size : 55% 55%;
	-o-background-size : 55% 55%;
	background-size : 55% 55%;
}
header.top .socialmedia a.line:hover {
	-webkit-background-size: 65% 65%;
	-moz-background-size : 65% 65%;
	-ms-background-size : 65% 65%;
	-o-background-size : 65% 65%;
	background-size : 65% 65%;
}
}

@media screen and (min-width: 1280px) {
header.top .socialmedia {
	padding: 15px;
}
header.top .socialmedia a {
	width: 48px;
	height: 48px;
	margin: 4px 2px;
}
}
/*main-visual*/
.main-visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 330px;
	background: url(../../img/index/bg.jpg) no-repeat center center;
	-webkit-background-size: 19.20rem auto;
	-moz-background-size : 19.20rem auto;
	-ms-background-size : 19.20rem auto;
	-o-background-size : 19.20rem auto;
	background-size : 19.20rem auto;
	text-align: center;
}
.main-visual .golfer {
	position: relative;
	top: 22%;
	left: 50%;
	width: 6.40rem;
	margin-left: -3.20rem;
	height: 90%;
	background: url("../../img/old/top/golfer.png") no-repeat 10% center;
	-webkit-background-size: contain;
	-moz-background-size : contain;
	-ms-background-size : contain;
	-o-background-size : contain;
	background-size : contain;
	z-index: 1;
}
.main-visual .golfer .ball {
	position: absolute;
	top: -3.00rem;
	right: -2.00rem;
	width: 3.20rem;
	height: 3.25rem;
	background: url(../../img/index/ball.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size : contain;
	-ms-background-size : contain;
	-o-background-size : contain;
	background-size : contain;
	z-index: 2;
}
.main-visual .separator {
	position: absolute;
	left: -1%;
	bottom: -1px;
	width: 102%;
	z-index: 3;
}
.main-visual > .inside {
	position: relative;
	display: inline-block;
	top: -300px;
	min-width: 320px;
	width: 100%;
	max-width: 480px;
	height: 100%;
	z-index: 4;
}
.main-visual .inside .smartphone-frame {
	position: absolute;
	right: 5%;
	bottom: -15%;
	width: 130px;
	height: 100%;
	z-index: 1;
}
.main-visual .inside .smartphone-frame .frame {
	position: relative;
	width: 130px;
	z-index: 2;
}
.main-visual .inside .smartphone-frame .inside {
	position: relative;
	top: -73%;
	left: 0;
	background-color: #666;
	z-index: 1;
}
.main-visual .inside .smartphone-frame .inside .sp {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 92%;
}
.main-visual .inside .smartphone-frame .inside .pc {
	display: none;
}
/*
body[class*="otheros"][class*="pc"] .main-visual .inside .smartphone-frame .inside .sp {
display:none;
}
body[class*="otheros"][class*="pc"] .main-visual .inside .smartphone-frame .inside .pc {
display:block;
}
*/
.main-visual .inside .smartphone-frame .inside .sp .viewer {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
}
.main-visual .inside .smartphone-frame .inside .sp img {
	position: absolute;
	top: 0;
	left: 0;
}
.main-visual .inside .maincopy {
	position: absolute;
	top: 36px;
	left: 5%;
	width: 100%;
	height: 17.5%;
	background: url("../../img/old/top/main-copy-sp.png") no-repeat left center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
	z-index: 2;
}
.main-visual .inside .maincopy img.pc {
	display: none;
}
.main-visual .inside h1 {
	position: absolute;
	bottom: 5px;
	left: 7%;
	;
	width: 50%;
	z-index: 2;
}

@media screen and (min-width: 512px) {
.main-visual {
	height: 360px;
}
.main-visual .golfer {
	top: 15%;
	height: 100%;
	background-position: 20% center;
}
.main-visual .golfer .ball {
}
.main-visual > .inside {
	top: -360px;
	min-width: 5.12rem;
	max-width: 6.40rem;
}
.main-visual .inside .smartphone-frame {
	right: 10%;
	bottom: -10%;
	width: 150px;
}
.main-visual .inside .smartphone-frame .frame {
	width: 150px;
}
.main-visual .inside .smartphone-frame .inside {
	top: -77.5%;
}
.main-visual .inside .smartphone-frame .inside .sp .viewer {
	height: 265px;
}
.main-visual .inside .maincopy {
	top: 10px;
	left: 5%;
	width: 100%;
	height: 20%;
}
}

@media screen and (min-width: 640px) {
.main-visual .golfer {
	background-position: 25% center;
}
.main-visual .inside .smartphone-frame {
	right: 15%;
}
.main-visual .inside h1 {
	left: 12%;
	;
	width: 45%;
}
.main-visual .inside .maincopy {
	top: 5px;
	left: 10%;
}
}

@media screen and (min-width: 960px) {
.main-visual {
	height: 400px;
}
.main-visual .golfer {
	top: 10%;
	width: 12.60rem;
	margin-left: -6.40rem;
	height: 100%;
	background-position: 0.80rem center;
}
.main-visual .golfer .ball {
	top: -2.50rem;
}
.main-visual > .inside {
	top: -400px;
	min-width: 960px;
	max-width: 960px;
}
.main-visual .inside .smartphone-frame {
	right: 10%;
	bottom: -9%;
}
.main-visual .inside .smartphone-frame .inside {
	top: -69.7%;
}
.main-visual .inside .smartphone-frame .inside .pc {
	width: 92%;
	margin: 0 auto;
	height: 245px;
	overflow: hidden;
}
.main-visual .inside .smartphone-frame .inside .pc video {
	position: absolute;
	top: 0;
	left: -110%;
	width: auto;
	height: 100%;
}
.main-visual .inside .logo-set {
	position: absolute;
	text-align: center;
	top: 50px;
	left: 50%;
	width: 35%;
	margin-left: -17.5%;
	height: auto;
	z-index: 2;
}
.main-visual .inside .maincopy {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 6px;
}
.main-visual .inside .maincopy img.pc {
	display: inline;
	width: auto;
	height: 50px;
}
.main-visual .inside h1 {
	position: static;
	top: auto;
	left: auto;
	bottom: auto;
	width: 100%;
}
}

@media screen and (min-width: 1280px) {
.main-visual {
	height: 600px;
}
.main-visual > .inside {
	top: -600px;
	min-width: 960px;
	max-width: 1280px;
}
.main-visual .inside .smartphone-frame {
	right: 5%;
	bottom: -8%;
	width: 227px;
}
.main-visual .inside .smartphone-frame .frame {
	width: 227px;
}
.main-visual .inside .smartphone-frame .inside {
	top: -70.5%;
}
.main-visual .inside .smartphone-frame .inside .sp {
	height: 374px;
}
.main-visual .inside .smartphone-frame .inside .pc {
	height: 374px;
}
.main-visual .inside .smartphone-frame .inside .pc video {
	left: -107%;
}
.main-visual .inside .logo-set {
	top: 90px;
	width: 37.5%;
	margin-left: -18.75%;
}
.main-visual .inside .maincopy img.pc {
	height: 71px;
}
}
/*pre-registar-button*/
.pre-registar-button {
	position: relative;
	width: 100%;
	/*margin-top: 15px;*/
	z-index: 5;
}
.pre-registar-button .caption {
	width: 320px;
	height: 34px;
	margin: 0 auto;
	margin-bottom: 4px;
}
.pre-registar-button .caption img {
	height: 100%;
}

@media screen and (min-width: 480px) {
.pre-registar-button {
	margin-top: 0px;
}
.pre-registar-button .caption {
	width: 339px;
	height: 44px;
	margin-bottom: 4px;
}
.pre-registar-button .caption img {
	height: 100%;
}
}

@media screen and (min-width: 960px) {
.pre-registar-button {
	margin: -50px 0 0;
}
}

@media screen and (min-width: 1280px) {
.pre-registar-button {
	margin-top: -150px;
}
.pre-registar-button .caption {
	width: 445px;
	height: 52px;
	margin-bottom: 6px;
}
.pre-registar-button .caption img {
	height: 100%;
}
}
/*link-banner*/
.link-banner {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 30px 0 20px;
}
.link-banner img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.link-banner > .inside {
	position: relative;
	display: inline-block;
	min-width: 320px;
	max-width: 480px;
	padding: 0 15px;
	z-index: 2;
}
.link-banner .rb ul li + li {
	margin-top: 10px;
}

@media screen and (min-width: 640px) {
.link-banner > .inside {
	width: 100%;
	padding: 0 80px;
	min-width: auto;
	max-width: none;
}
.link-banner .rb {
	display: block;
	margin: 0px 0 30px;
}
.link-banner .rb li {
	margin: 0 5px;
}
.link-banner .rb ul li + li {
	margin-top: 0;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 36px;
	height: 36px;
	font-size: 0;
	line-height: 0;
	margin-top: -18px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	opacity: 0.75;
	-webkit-transition: 0.2s;
	-moz-transition : 0.2s;
	-ms-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 1;
}
.slick-prev {
	left: -40px;
}
.slick-prev::before {
	content: "←";
	display: block;
	height: 36px;
	background: url("../../img/old/common/icon/c-cheveon-left.svg") no-repeat center center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
}
.slick-next {
	right: -40px;
}
.slick-next::before {
	content: "→";
	display: block;
	height: 36px;
	background: url("../../img/old/common/icon/c-cheveon-right.svg") no-repeat center center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
}
.slick-dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button::before {
	content: "•";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	background: url("../../img/old/common/icon/circle.svg") no-repeat center center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
	text-align: center;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
}
}

@media screen and (min-width: 1280px) {
.link-banner > .inside {
	max-width: 1280px;
	padding: 0 100px;
}
.slick-prev, .slick-next {
	width: 44px;
	height: 44px;
	margin-top: -22px;
}
.slick-prev {
	left: -50px;
}
.slick-prev::before {
	height: 44px;
}
.slick-next {
	right: -50px;
}
.slick-next::before {
	height: 44px;
}
.slick-dots li {
	width: 14px;
	height: 14px;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
}
.slick-dots li button::before {
	width: 14px;
	height: 14px;
}
}
/*main*/
main.top {
	overflow: hidden;
}

@media screen and (min-width: 1280px) {
main.top {
	padding-bottom: 100px;
}
}
/*information-outline*/
.information-outline {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.information-outline > .inside {
	position: relative;
}
/*information-icon*/
.icon-new {
	display: inline-block;
	background: url(../../img/common/icon_new.png) no-repeat 0px 0px;
	background-size: contain;
	width: 35px;
	height: 16px;
	text-indent: 110%;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
@media screen and (min-width: 960px) {
.information-outline > .inside {
	position: relative;
	max-width: 1160px;
	padding: 0 40px;
	margin: 0 auto;
}
}
.column {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition : 0.3s;
	-ms-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;
}
.columnBlock section {
	display: block;
	width: 100%;
	text-align: center;
	-webkit-transition: 0.3s;
	-moz-transition : 0.3s;
	-ms-transition : 0.3s;
	-o-transition : 0.3s;
	transition : 0.3s;
}

@media screen and (min-width: 960px) {
.column {
	display: table;
	width: 100%;
}
.column section {
	display: table-cell !important;
	vertical-align: top;
}
.column section.information {
	width: 100%;
	min-width: inherit;
	max-width: inherit;
	padding: 0 15px 0 0;
	margin: 0;
}
.column section.information .information-list {
	height: 260px;
}
.column section.twitter {
	min-width: 320px;
	max-width: 512px;
	padding: 0 0 0 15px;
	margin: 0;
}
.column section.twitter .timeline {
	height: 260px;
}
}
/*information*/
section.information {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 15px;
}
section.information .window .in-frame {
	padding-bottom: 2px;
	border-color: #135fb4;
}
section.information .title {
	height: 36px;
	/*
background: url("../../img/old/common/icon/information.svg") no-repeat 10px center;
-webkit-background-size: auto 65%;
-moz-background-size   : auto 65%;
-ms-background-size    : auto 65%;
-o-background-size     : auto 65%;
background-size        : auto 65%;
	*/
	border-bottom: 2px solid #135fb4;
	background-color: #135fb4;
	padding: 8px;
	padding-left: 10px;
}
section.information .title h2 {
	height: 18px;
}
section.information h2 img {
	width: auto;
	height: 18.5px;
}
section.information .information-list {
	overflow-y: scroll;
	min-height: 200px;
	max-height: 240px;
}
section.information li {
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
	padding: 10px;
}
section.information li:last-child {
	border-bottom: none;
}
section.information li time {
	font-size: 14px;
	letter-spacing: 0.05em;
}
section.information li .new {
	display: inline-block;
	width: 28px;
	height: 14px;
	background: url("../../img/old/top/information-new.svg") no-repeat center center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
}
section.information li div {
	font-size: 14px;
	font-weight: bold;
}

@media screen and (min-width: 960px) {
section.information .window .in-frame {
	padding-bottom: 4px;
}
section.information .information-list {
	height: 240px;
}
section.information li {
	padding: 12px;
}
section.information li time {
	font-size: 14px;
}
section.information li .new {
}
section.information li h3 {
	font-size: 15px;
}
}
/*twitter*/
section.twitter {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 15px;
	margin-top: 30px;
}
section.twitter .window .in-frame {
	padding-bottom: 2px;
	border-color: #55acee;
	overflow: hidden;
}
section.twitter .title {
	position: relative;
	height: 36px;
	border-bottom: 2px solid #55acee;
	background-color: #55acee;
	padding: 8px;
	padding-left: 10px;
}
section.twitter .title h2 {
	position: relative;
	top: 2px;
	display: inline-block;
	height: 14px;
}
section.twitter .title h2 img {
	width: auto;
	height: 17px;
}
section.twitter .title a.follow-button {
	position: absolute;
	top: 50%;
	right: 3px;
	background-color: #fff;
	border-radius: 12.5px;
	color: #55acee;
	font-size: 11px;
	font-weight: bold;
	line-height: 100%;
	text-decoration: none;
	padding: 7px 25px 7px 10px;
	height: 25px;
	margin-top: -12.5px;
}
section.twitter .title a.follow-button:after {
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid #55acee;
	border-right: 2px solid #55acee;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
section.twitter .timeline {
	min-height: 200px;
	max-height: 240px;
	width: 100%;
	max-width: 100%;
}

@media screen and (min-width: 960px) {
section.twitter {
	display: inline-block;
	min-width: 320px;
	max-width: 512px;
}
section.twitter .window .in-frame {
	padding-bottom: 4px;
}
section.twitter .timeline {
	height: 240px;
}
}
/*fairway-field*/
.fairway-field {
	top: -500px;
}
.fairway-field .in-content {
	padding-top: 450px;
}

@media screen and (min-width: 960px) {
.fairway-field {
	top: -180px;
}
.fairway-field .in-content {
	padding-top: 140px;
}
}

@media screen and (min-width: 1280px) {
.fairway-field {
	top: -90px;
}
.fairway-field .in-content {
	padding-top: 40px;
}
}
/*pre-registar*/
section.pre-registar {
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin-top: 30px;
}
section.pre-registar > .inside {
	display: block;
	text-align: center;
}
.window.pre-registar .in-frame {
	background: #fff url("../../img/old/top/pre-registar-bg.svg") repeat center center;
	-webkit-background-size: 75% auto;
	-moz-background-size : 75% auto;
	-ms-background-size : 75% auto;
	-o-background-size : 75% auto;
	background-size : 75% auto;
	border-color: #f0509b;
}
section.pre-registar .content-container {
	display: inline-block;
	max-width: 640px;
	text-align: center;
}
section.pre-registar .title {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
section.pre-registar .title .overflow {
	position: absolute;
	top: 18px;
	width: 10px;
	height: 54px;
	background-color: #f0509b;
	z-index: 1;
}
section.pre-registar .title .overflow.left {
	left: -10px;
}
section.pre-registar .title .overflow.left::after {
	content: "";
	position: absolute;
	top: 54px;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #d01b70;
	border-left: 10px solid transparent;
}
section.pre-registar .title .overflow.right {
	right: -10px;
}
section.pre-registar .title .overflow.right::after {
	content: "";
	position: absolute;
	top: 54px;
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #d01b70;
	border-right: 10px solid transparent;
}
section.pre-registar .title .overflow-bordering {
	position: absolute;
	top: 17px;
	width: 8px;
	height: 56px;
	background-color: #fff;
	z-index: 0;
}
section.pre-registar .title .overflow-bordering.left {
	left: -11px;
}
section.pre-registar .title .overflow-bordering.left::after {
	content: "";
	position: absolute;
	top: 56px;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-left: 8px solid transparent;
}
section.pre-registar .title .overflow-bordering.right {
	right: -11px;
}
section.pre-registar .title .overflow-bordering.right::after {
	content: "";
	position: absolute;
	top: 56px;
	display: block;
	width: 0;
	height: 0;
	border-top: 6px solid #fff;
	border-right: 8px solid transparent;
}
section.pre-registar .title .variable-wrapper {
	position: absolute;
	top: 18px;
	display: table;
	width: 100%;
	height: 54px;
	z-index: 1;
}
section.pre-registar .title .variable {
	display: table-cell;
	width: auto;
	background-color: #f0509b;
}
section.pre-registar .title .variable.left {
	background: -moz-linear-gradient( right, #eb3088 0%, #f0509b 90%, #f0509b);
	background: -webkit-gradient( linear, right top, left top, from(#eb3088), color-stop(0.50, #f0509b), to(#f0509b));
	background: linear-gradient( to left, #eb3088 0%, #f0509b 50%, #f0509b);
}
section.pre-registar .title .variable.right {
	background: -moz-linear-gradient( left, #eb3088 0%, #f0509b 90%, #f0509b);
	background: -webkit-gradient( linear, left top, right top, from(#eb3088), color-stop(0.50, #f0509b), to(#f0509b));
	background: linear-gradient( to right, #eb3088 0%, #f0509b 50%, #f0509b);
}
section.pre-registar .title .bulge {
	display: table-cell;
	width: 230px;
}
section.pre-registar .title h2 {
	display: inline-block;
	height: 72px;
}
section.pre-registar .title h2 img {
	position: relative;
	width: auto;
	height: 72px;
	z-index: 2;
}
section.pre-registar .description {
	padding: 0 10px;
	margin: 15px 0;
	text-align: center;
	font-weight: bold;
}
section.pre-registar .description img {
	max-width: 566px;
	height: auto;
}
section.pre-registar .description div {
	display: block;
	margin: 2% 0;
}
section.pre-registar .description span {
	display: inline-block;
}
section.pre-registar .guide-link {
	margin: 15px 0;
}
section.pre-registar .guide-link a {
	color: #333;
	font-size: 11px;
	vertical-align: middle;
	padding-left: 16px;
	margin: 0 5px;
	-webkit-transition: 0.2s;
	-moz-transition : 0.2s;
	-ms-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
section.pre-registar .guide-link a:hover {
	opacity: 0.75;
}
section.pre-registar .guide-link a.question {
	background: url("../../img/old/common/icon/question.svg") no-repeat left center;
	-webkit-background-size: auto 80%;
	-moz-background-size : auto 80%;
	-ms-background-size : auto 80%;
	-o-background-size : auto 80%;
	background-size : auto 80%;
}
section.pre-registar .guide-link a.caution {
	background: url("../../img/old/common/icon/caution.svg") no-repeat left center;
	-webkit-background-size: auto 80%;
	-moz-background-size : auto 80%;
	-ms-background-size : auto 80%;
	-o-background-size : auto 80%;
	background-size : auto 80%;
}
section.pre-registar .join {
	padding: 0 10px;
	margin: 15px 0;
}
section.pre-registar .join .col {
	margin-top: 10px;
}
section.pre-registar .join .button-container-wrapper {
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid #ccc;
	padding: 10px;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper {
	width: 100%;
	margin-bottom: 10px;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper .input-area {
	width: 100%;
	height: 50px;
	background-color: #fff;
	border-radius: 5px;
	color: #333;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	-webkit-appearance : none
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper .input-area:focus {
	background-color: #ffe;
}
:-ms-input-placeholder {
color: #999999;
font-size: 13px;
font-weight: normal;
}
:-moz-placeholder {
color: #999999;
font-size: 13px;
font-weight: normal;
}
::-moz-placeholder {
color: #999999;
font-size: 13px;
font-weight: normal;
opacity: 1;
}
::-webkit-input-placeholder {
color: #999999;
font-size: 13px;
font-weight: normal;
}
section.pre-registar .join .button-container-wrapper .error-text.sp {
	display: block;
	margin: 10px;
}
section.pre-registar .join .button-container-wrapper .error-text.pc {
	display: none;
}
section.pre-registar .join .button-container-wrapper .error-text p {
	color: #e82828;
	font-size: 11px;
}
section.pre-registar .note {
	font-size: 11px;
	margin: 15px 0;
}
section.pre-registar .note span {
	display: inline-block;
}
section.pre-registar .note a {
	color: #333;
	font-size: 11px;
	-webkit-transition: 0.2s;
	-moz-transition : 0.2s;
	-ms-transition : 0.2s;
	-o-transition : 0.2s;
	transition : 0.2s;
}
section.pre-registar .note a:hover {
	opacity: 0.75;
}
/*benefits*/
section.pre-registar section.benefits {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ffbc00;
	margin: 15px 10px 10px;
}
section.pre-registar section.benefits .title {
	width: 100%;
	border-radius: 5px 5px 0 0;
	background-color: #ffbc00;
	margin-top: 0;
}
section.pre-registar section.benefits .title h3 {
	height: auto;
	text-align: center;
	padding: 10px;
}
section.pre-registar section.benefits .title h3 img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
section.pre-registar section.benefits .description {
	margin: 15px 10px;
}
section.pre-registar section.benefits .benefits-list {
	margin-top: 15px;
}
section.pre-registar section.benefits .benefits-list .list-piece + .list-piece {
	margin-top: 15px;
}
section.pre-registar section.benefits .benefits-list .list-piece h4 {
	width: 100%;
	border-bottom: 1px solid #ffbc00;
	padding: 0 5px;
}
section.pre-registar section.benefits .benefits-list .list-piece h4 img {
	max-width: 480px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ffbc00;
}
section.pre-registar section.benefits .benefits-list .list-piece figure figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.35);
	border-bottom: 1px solid #ffbc00;
	text-align: center;
	padding: 10pX 5px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure figcaption img {
	display: inline-block;
	width: auto;
	min-height: 12px;
	max-height: 16px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure .achievement {
	position: absolute;
	top: 2%;
	left: -7.5%;
	width: 100px;
	height: 100px;
	background: url("../../img/old/top/benefits-achievement.svg") no-repeat center center;
	-webkit-background-size: auto 100%;
	-moz-background-size : auto 100%;
	-ms-background-size : auto 100%;
	-o-background-size : auto 100%;
	background-size : auto 100%;
}
section.pre-registar section.benefits .detail-button {
	margin: 10px;
}

@media screen and (min-width: 480px) {
section.pre-registar .title {
	margin-top: 10px;
}
section.pre-registar .title .overflow {
	top: 22px;
	width: 10px;
	height: 62px;
}
section.pre-registar .title .overflow.left {
	left: -10px;
}
section.pre-registar .title .overflow.left::after {
	top: 62px;
	border-top: 7px solid #d01b70;
	border-left: 10px solid transparent;
}
section.pre-registar .title .overflow.right {
	right: -10px;
}
section.pre-registar .title .overflow.right::after {
	top: 62px;
	border-top: 7px solid #d01b70;
	border-right: 10px solid transparent;
}
section.pre-registar .title .overflow-bordering {
	top: 21px;
	width: 8px;
	height: 63px;
}
section.pre-registar .title .overflow-bordering.left {
	left: -11px;
}
section.pre-registar .title .overflow-bordering.left::after {
	top: 63px;
	border-top: 6px solid #fff;
	border-left: 8px solid transparent;
}
section.pre-registar .title .overflow-bordering.right {
	right: -11px;
}
section.pre-registar .title .overflow-bordering.right::after {
	top: 63px;
	border-top: 6px solid #fff;
	border-right: 8px solid transparent;
}
section.pre-registar .title .variable-wrapper {
	top: 22px;
	height: 62px;
}
section.pre-registar .title .bulge {
	width: 267px;
}
section.pre-registar .title h2 {
	height: 84px;
}
section.pre-registar .title h2 img {
	height: 84px;
}
}

@media screen and (min-width: 960px) {
section.pre-registar {
	padding: 0 40px;
}
section.pre-registar .inside > .window {
	display: inline-block;
	max-width: 1080px;
}
section.pre-registar .content-container {
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.window.pre-registar .in-frame {
	-webkit-background-size: 50% auto;
	-moz-background-size : 50% auto;
	-ms-background-size : 50% auto;
	-o-background-size : 50% auto;
	background-size : 50% auto;
}
section.pre-registar .title {
	margin-top: 20px;
}
section.pre-registar .title .overflow {
	top: 26px;
	width: 25px;
	height: 74px;
}
section.pre-registar .title .overflow.left {
	left: -18px;
}
section.pre-registar .title .overflow.left::after {
	top: 74px;
	border-top: 8px solid #d01b70;
	border-left: 15px solid transparent;
}
section.pre-registar .title .overflow.right {
	right: -18px;
}
section.pre-registar .title .overflow.right::after {
	top: 74px;
	left: 10px;
	border-top: 8px solid #d01b70;
	border-right: 15px solid transparent;
}
section.pre-registar .title .overflow-bordering {
	top: 25px;
	width: 15px;
	height: 75px;
}
section.pre-registar .title .overflow-bordering.left {
	left: -19px;
}
section.pre-registar .title .overflow-bordering.left::after {
	top: 75px;
	border-top: 10px solid #fff;
	border-left: 16px solid transparent;
}
section.pre-registar .title .overflow-bordering.right {
	right: -19px;
}
section.pre-registar .title .overflow-bordering.right::after {
	top: 75px;
	border-top: 10px solid #fff;
	border-right: 16px solid transparent;
}
section.pre-registar .title .variable-wrapper {
	top: 26px;
	height: 74px;
}
section.pre-registar .title .bulge {
	width: 318px;
}
section.pre-registar .title h2 {
	height: 100px;
}
section.pre-registar .title h2 img {
	height: 100px;
}
section.pre-registar .description {
	margin: 30px 0 20px;
}
section.pre-registar .guide-link {
	margin: 20px 0;
}
section.pre-registar .guide-link a {
	font-size: 13px;
	padding-left: 20px;
	margin: 0 10px;
}
section.pre-registar .guide-link a.question {
	-webkit-background-size: auto 85%;
	-moz-background-size : auto 85%;
	-ms-background-size : auto 85%;
	-o-background-size : auto 85%;
	background-size : auto 85%;
}
section.pre-registar .guide-link a.caution {
	background: url("../../img/old/common/icon/caution.svg") no-repeat left center;
	-webkit-background-size: auto 85%;
	-moz-background-size : auto 85%;
	-ms-background-size : auto 85%;
	-o-background-size : auto 85%;
	background-size : auto 85%;
}
section.pre-registar .join .row {
	text-align: center;
	letter-spacing: -0.4em;
}
section.pre-registar .join .col {
	display: inline-block;
	float: none;
	padding: 0 5px;
}
section.pre-registar .join .column {
	display: table;
	width: 100%;
}
section.pre-registar .join .column > div {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
section.pre-registar .join .column > div:nth-child(1) {
	padding-right: 10px;
}
section.pre-registar .join .column > div:nth-child(2) {
	padding-left: 10px;
}
section.pre-registar .join form > .column > div.input {
	width: 55%;
	padding-right: 10px;
}
section.pre-registar .join form > .column > div.submit {
	width: 45%;
	padding-left: 10px;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper {
	margin-bottom: 0;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper .input-area {
	height: 57px;
	font-size: 18px;
}
:-ms-input-placeholder {
font-size: 18px;
}
:-moz-placeholder {
font-size: 18px;
}
::-moz-placeholder {
font-size: 18px;
}
::-webkit-input-placeholder {
font-size: 18px;
}
section.pre-registar .join .button-container-wrapper .error-text.sp {
	display: none;
}
section.pre-registar .join .button-container-wrapper .error-text.pc {
	display: block;
}
section.pre-registar .join .button-container-wrapper .error-text p {
	font-size: 13px;
}
section.pre-registar .note {
	font-size: 13px;
	margin: 30px 0;
}
section.pre-registar .note a {
	font-size: 13px;
}
section.pre-registar section.benefits {
	border-radius: 8px;
	margin: 15px 10px 20px;
}
section.pre-registar section.benefits .title {
	width: 100%;
	border-radius: 7px 7px 0 0;
}
section.pre-registar section.benefits .title h2 {
	padding: 15px 20%;
}
section.pre-registar section.benefits .title h2 img {
	height: auto;
	min-height: 18px;
}
section.pre-registar section.benefits .description {
	text-align: center;
	margin: 20px;
}
section.pre-registar section.benefits .benefits-list {
	margin-top: 20px;
}
section.pre-registar section.benefits .benefits-list .list-piece + .list-piece {
	margin-top: 20px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure figcaption {
	padding: 20pX 10px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure figcaption img {
	min-height: 16px;
	max-height: 24px;
}
section.pre-registar section.benefits .benefits-list .list-piece figure .achievement {
	position: absolute;
	top: -5%;
	left: inherit;
	right: -7.5%;
	width: 160px;
	height: 160px;
}
section.pre-registar section.benefits .detail-button {
	margin: 15px;
}
}

@media screen and (min-width: 1280px) {
section.pre-registar .description {
	margin: 30px 0;
}
section.pre-registar .guide-link {
	margin: 30px 0;
}
section.pre-registar .guide-link a {
	font-size: 16px;
	padding-left: 30px;
	margin: 0 20px;
}
section.pre-registar .guide-link a.question {
	-webkit-background-size: auto 90%;
	-moz-background-size : auto 90%;
	-ms-background-size : auto 90%;
	-o-background-size : auto 90%;
	background-size : auto 90%;
}
section.pre-registar .guide-link a.caution {
	background: url("../../img/old/common/icon/caution.svg") no-repeat left center;
	-webkit-background-size: auto 90%;
	-moz-background-size : auto 90%;
	-ms-background-size : auto 90%;
	-o-background-size : auto 90%;
	background-size : auto 90%;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper {
	width: 100%;
}
section.pre-registar .join .button-container-wrapper .input-area-wrapper .input-area {
	width: 100%;
}
section.pre-registar .join .button-container-wrapper .error-text p {
	font-size: 14px;
}
section.pre-registar .note {
	font-size: 16px;
}
section.pre-registar .note a {
	font-size: 16px;
}
section.pre-registar section.benefits .detail-button {
	margin: 20px;
}
}
/*title-detail*/
section.title-detail {
	position: relative;
	width: 100%;
	text-align: center;
}
section.title-detail > .inside {
	position: relative;
	display: inline-block;
	min-width: 320px;
	max-width: 640px;
	padding: 0 10px;
	margin-top: 10px;
	z-index: 2;
}
section.title-detail .caption {
	margin: 20px 0.15rem;
}
section.title-detail .caption .text {
	display: none;
}
section.title-detail .caption h3 img {
	display: block;
}
section.title-detail .caption h3 img + img {
	margin-top: 10px;
}
section.title-detail .history {
	width: 100%;
}
section.title-detail .history > div {
}
section.title-detail .history .smartphone-frame {
	position: relative;
	margin: 0 auto;
	width: 186px;
	height: 388px;
}
section.title-detail .history .smartphone-frame .frame {
	position: relative;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.5);
	border-radius: 16px;
	z-index: 2;
}
section.title-detail .history .smartphone-frame .frame-inside {
	position: relative;
	padding: 0 4%;
	margin-top: -186%;
	z-index: 1;
}
section.title-detail .history .description {
	text-align: left;
	padding-top: 15px;
}
section.title-detail .history .description p {
	color: #fff;
	line-height: 1.25;
	text-shadow: 0px 1px 2px #000;
}
section.title-detail .history .description p + p {
	margin-top: 10px;
}
section.title-detail .history .description p strong {
	font-weight: bold;
}

@media screen and (min-width: 960px) {
section.title-detail > .inside {
	min-width: 640px;
	max-width: 1080px;
	margin-top: 0;
}
section.title-detail .history {
	margin-top: 30px;
}
section.title-detail .history .smartphone-frame, section.title-detail .history .detail {
	vertical-align: top;
	display: inline-block;
}
section.title-detail .history .smartphone-frame {
}
section.title-detail .history .detail {
	margin-top: -60px;
	margin-left: 40px;
}
section.title-detail .history .caption {
	margin: 0;
}
section.title-detail .history .description p + p {
	margin-top: 15px;
}
}

@media screen and (min-width: 1280px) {
section.title-detail .history {
	margin-top: 10px;
}
section.title-detail .history .smartphone-frame {
	width: 220px;
	height: 459px;
}
section.title-detail > .inside {
}
section.title-detail .history .description p {
	font-size: 18px;
}
}
.promotional-video {
	position: relative;
}
.promotional-video:hover {
	opacity: 0.9;
}
.promotional-video .btn {
	position: relative;
	z-index: 2;
	width: 3.17rem;
	height: 1.18rem;
	margin: 1.20rem auto 0;
}
body.pc-m .promotional-video .btn {
	margin-top: 0.8rem;
}
.promotional-video > hr {
	display: block;
	height: 2.40rem;
	width: 53.28rem;
	padding: 0;
	margin: 0;
	border: none;
	border-top: 0.04rem #fff solid;
	border-bottom: 0.04rem #fff solid;
	box-shadow: 0 0 1px 0 rgba(255,255,255,0.01);
	background: #fff url(../../img/old/top/movie_slider.jpg) repeat-x center top;
	background-size: auto 2.40rem;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 1.40rem;
	opacity: 1;
	margin-left: -39.96rem;
	-webkit-animation: world-slider 120s linear infinite;
	animation: world-slider 120s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: rotate(-8.8deg) translate(0, 0);
	transform: rotate(-8.8deg) translate(0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing : content-box;
	-ms-box-sizing : content-box;
	-o-box-sizing : content-box;
	box-sizing : content-box;
}
.promotional-video.fix > hr {
	-webkit-animation: none;
	animation: none;
}
@-webkit-keyframes world-slider {
0% {
 -webkit-transform: rotate(-8.8deg) translate(0, 0);
}
100% {
 -webkit-transform: rotate(-8.8deg) translate(26.64rem, 0);
}
}
@keyframes world-slider {
0% {
 transform: rotate(-8.8deg) translate(0, 0);
}
100% {
 transform: rotate(-8.8deg) translate(26.64rem, 0);
}
}
/*3point*/

/*campaign-button*/
.campaign-button {
	position: relative;
	width: 100%;
	margin: 30px 0;
	margin-top: -500px;
}

@media screen and (min-width: 960px) {
.campaign-button {
	margin-top: -120px;
}
}

@media screen and (min-width: 1280px) {
.campaign-button {
	margin-top: 0px;
}
}
/*modal----------------------------------------------------------------*/

.modal-gb {
	background-color: #f0f0e6;
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}
.modal-gb h2 {
	height: 60px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: #fff;
	background-color: #095fa7;
}
.modal-gb > div {
	padding: 20px;
}
#modal-error > div {
	text-align: center;
}
#modal-error p {
	display: inline-block;
	text-align: left;
}
[id*='modal-complete'] h2 {
	background-color: #bd2001;
}
[id*='modal-error'] h2 {
	background-color: #464b5a;
}
#modal-cheer > div {
	text-align: center;
}
#modal-cheer dl {
	color: #095fa7;
	margin-top: 10px;
}
#modal-cheer dl dt, #modal-cheer dl dd {
	font-weight: bold;
}
#modal-cheer dl dd strong {
	font-size: 36px;
	color: #095fa7;
}
#modal-cheer dl dd span {
	display: block;
}
/*sns------------------------------------------------------------*/
.sns * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sns li {
	vertical-align: top;
}
.sns li > div:hover {
	opacity: 0.8;
}
.sns .li > div {
	background: #00c300 url(../../img/common/icon_line.svg) no-repeat center 53%;
	background-size: 24px auto;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.sns .tw > div {
	background: #55acee url(../../img/common/icon_twitter.svg) no-repeat 54% 56%;
	background-size: 22px auto;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	overflow: hidden;
}
.sns .fb > div {
	background: #3b579d url(../../img/common/icon_facebook.svg) no-repeat center center;
	background-size: auto 20px;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	overflow: hidden;
	cursor: pointer;
}
.sns .li .line-it-button {
	opacity: 0;
	-webkit-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.sns .tw .twitter-share-button {
	opacity: 0;
	-webkit-transform: scale(0.48, 1.8);
	transform: scale(0.48, 1.8);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.sns .fb .fb-share-button span {
	vertical-align: top !important;
	cursor: pointer;
}
.sns .fb .fb-share-button a {
	opacity: 0;
}
.sns .fb .fb-share-button iframe {
	opacity: 0;
	-webkit-transform: scale(0.6, 1.8);
	transform: scale(0.6, 1.8);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	cursor: pointer;
}
/*btns*------------------------------------------------------------------------------------------*/
.pre-registar-button .text {
	width: 4.5rem;
	/*min-width: 264px;*/
	margin: 0 auto;
	padding: 0;
}
.pre-registar-button .text img {
	display: block;
	width: 4.5rem;
	height: auto;
}
.btn-regist-to {
	display: inline-block;
	padding: 0 15px;
}
.btn-regist-to a {
	display: block;
	max-width: 580px;
	min-width: 290px;
	background-size: contain;
}
.btn-regist-to a:hover img {
	position: relative;
	top: 1px;
}
.btn-campaign-to {
	display: inline-block;
	padding: 0 15px;
}
.btn-campaignt-to a {
	display: block;
	max-width: 580px;
	min-width: 290px;
	background-size: contain;
}
.btn-campaign-to a:hover img {
	position: relative;
	top: 2px;
}
.btn-regist-common {
	height: 57px;
	position: relative;
	padding: 0 10px;
}
.btn-regist-common:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 10px 57px;
	width: 10px;
	height: 100%;
}
.btn-regist-common:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 10px 57px;
	width: 10px;
	height: 100%;
}
.btn-regist-common a {
	display: block;
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 57px;
	height: 100%;
	text-align: left;
	padding: 0 8px;
}
.btn-regist-common a span {
	display: inline-block;
	height: 50px;
	text-indent: -9999px;
}
.btn-regist-common:hover {
	position: relative;
	top: 1px;
}
.btn-regist-googleplay:before {
	background-image: url(../../img/old/top/btn_googleplay_l.png);
}
.btn-regist-googleplay:after {
	background-image: url(../../img/old/top/btn_googleplay_r.png);
}
.btn-regist-googleplay a {
	background-image: url(../../img/old/top/btn_googleplay_c.png);
}
.btn-regist-googleplay a span {
	background: url(../../img/old/top/text_googleplay_regist.png) no-repeat left center;
	background-size: auto 20px;
	width: 100%;
}
.btn-regist-googleplay a:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -10px;
}
.googleplay-display {
	display: none !important;
}
body[class*="android"] .googleplay-display {
	display: inline-block !important;
}
.btn-regist-line:before {
	background-image: url(../../img/old/top/btn_line_l.png);
}
.btn-regist-line:after {
	background-image: url(../../img/old/top/btn_line_r.png);
}
.btn-regist-line a {
	background-image: url(../../img/old/top/btn_line_c.png);
}
.btn-regist-line a span {
	background: url(../../img/old/top/text_line_regist.png) no-repeat left center;
	background-size: auto 18px;
	width: 100%;
}
.btn-regist-line a:after {
	display: block;
	content: "";
	background: url(../../img/old/common/icon/line-white.svg) no-repeat center center;
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.btn-regist-twitter:before {
	background-image: url(../../img/old/top/btn_twitter_l.png);
}
.btn-regist-twitter:after {
	background-image: url(../../img/old/top/btn_twitter_r.png);
}
.btn-regist-twitter a {
	background-image: url(../../img/old/top/btn_twitter_c.png);
}
.btn-regist-twitter a span {
	background: url(../../img/old/top/text_twitter_regist.png) no-repeat left center;
	background-size: auto 18px;
	width: 100%;
}
.btn-regist-twitter a:after {
	display: block;
	content: "";
	background: url(../../img/old/common/icon/twitter-white.svg) no-repeat center center;
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.btn-regist-mail:before {
	background-image: url(../../img/old/top/btn_mail_l.png);
}
.btn-regist-mail:after {
	background-image: url(../../img/old/top/btn_mail_r.png);
}
.btn-regist-mail a {
	background-image: url(../../img/old/top/btn_mail_c.png);
}
.btn-regist-mail a span {
	background: url(../../img/old/top/text_mail_regist.png) no-repeat left center;
	background-size: auto 19px;
	width: 100%;
}
.btn-regist-mail a:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -10px;
}
.rewards {
	padding: 0 10px 10px;
}
.rewards h3 img {
	max-width: 544px;
}
section.pre-registar .rewards .description {
	padding: 0 5px;
}
section.pre-registar .rewards .description img {
	max-width: 545px;
}
.rewards .items .col {
	padding: 0 5px;
}
.rewards .items .col~.col {
	margin-top: 10px;
}
body[class*="pc"] .rewards .items .col {
	margin-top: 0;
}
.rewards .items img {
	max-width: 520px;
}
body[class*="pc"] .rewards .items img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.btn-campaign-more {
	max-width: 544px;
	margin: 10px auto 0;
}
body[class*="pc"] .btn-campaign-more {
	margin: 30px auto 20px;
}
.btn-campaign-more:before {
	background-image: url(../../img/old/top/btn_campagin_more_l.png)
}
.btn-campaign-more:after {
	background-image: url(../../img/old/top/btn_campagin_more_r.png)
}
.btn-campaign-more a {
	background-image: url(../../img/old/top/btn_campagin_more_c.png)
}
.btn-campaign-more a span {
	background: url(../../img/old/top/text_all_rewards.png) no-repeat left center;
	background-size: auto 18px;
	width: 100%;
}
.btn-campaign-more.more_rewards a span {
	background: url(../../img/old/top/text_more_rewards.png) no-repeat left center;
	background-size: auto 18.5px;
	width: 100%;
}
.btn-campaign-more a:after {
	display: block;
	content: "";
	width: 9px;
	height: 9px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -10px;
}
/*ttl-------------------------------------------------------------------------------------------*/
.pre-registar .ttl {
	background-color: #ee4293;
	padding: 15px;
	text-align: center;
}
.pre-registar .ttl h2 {
	display: inline-block;
}
.pre-registar .ttl img {
	max-width: 349px;
}
/*ttl-------------------------------------------------------------------------------------------*/
.point {
	margin-top: 1.60rem;
}
.point .col {
}
.point .ttl2 span {
	background-image: url(../../img/index/ttl_point.png);
	background-size: auto 1.23rem;
}
.point .point1, .point .point2, .point .point3 {
	margin: 0.30rem auto 0.20rem;
	width: 6.30rem;
	position: relative;
}
.point .point1 .ss {
	background: url(../../img/index/ss1.png) no-repeat center top;
	background-size: 6.13rem 7.09rem;
	height: 7.10rem;
	padding-top: 7.10rem;
	overflow: hidden;
	margin-bottom: 0.20rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.point .point2 .ss {
	background: url(../../img/index/ss2.png) no-repeat center top;
	background-size: 6.30rem 7.08rem;
	height: 7.10rem;
	padding-top: 7.10rem;
	overflow: hidden;
	margin-bottom: 0.20rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.point .point3 .ss {
	background: url(../../img/index/ss3.png) no-repeat center top;
	background-size: 6.13rem 7.09rem;
	height: 7.10rem;
	padding-top: 7.10rem;
	overflow: hidden;
	margin-bottom: 0.20rem;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.point .effect {
	position: absolute;
	top: 1.43rem;
	left: 50%;
	margin-left: -2.41rem;
	width: 4.84rem;
	height: 4.06rem;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.point1 .effect > div {
	position: absolute;
}
.point1 .effect .glove1, .point1 .effect .glove2 {
	width: 0.51rem;
	height: 0.63rem;
	background: url(../../img/index/effect_glove.png) no-repeat left top;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
.point1 .effect .glove1 {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: 1.60rem;
	top: 3.00rem;
	z-index: 2;
}
.point1 .effect .glove2 {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	left: 4.00rem;
	top: 3.00rem;
}
.point1 .effect .arrow {
	width: 0.69rem;
	height: 1.74rem;
	background: url(../../img/index/effect_arrow.png) no-repeat left top;
	background-size: contain;
	left: 1.05rem;
	top: 1.80rem;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-animation: arrow-down 3s ease-out 0s infinite;
	animation: arrow-down 3s ease-out 0s infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
/*aside-------------------------------------------------------------------------------------------*/
aside.mutual-bnr {
	margin-bottom: 0.4rem;
	text-align: center;
}
aside.mutual-bnr .row {
	display: inline;
}
aside.mutual-bnr .col {
	width: auto;
	display: inline-block;
	float: none;
	padding-left: 0.1rem;
}
aside.mutual-bnr .col:first-child {
	padding-left: 0;
}
aside.mutual-bnr .col img {
	max-width: 9.024rem;
	height: auto;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 639px) {
aside.mutual-bnr .col {
	display: block;
	padding-left: 0;
}
aside.mutual-bnr .col img {
	max-width: 240px;
}
}
@-webkit-keyframes arrow-down {
0% {
 -webkit-transform:scale(0);
}
100% {
 -webkit-transform:scale(1);
}
}
@keyframes arrow-down {
0% {
 transform:scale(0);
}
100% {
 transform:scale(1);
}
}
.point1 .effect .release {
	width: 0.58rem;
	height: 0.34rem;
	left: 4.2rem;
	top: 2.70rem;
	background: url(../../img/index/effect_release.png) no-repeat left top;
	background-size: auto 0.34rem;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation: release 1s steps(5) 0s infinite;
	animation: release 1s steps(5) 0s infinite;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
}
 @-webkit-keyframes release {
0% {
background-position : 0 0;
}
100% {
background-position : 125% 0px;
}
}
@keyframes release {
0% {
background-position : 0 0;
}
100% {
background-position : 125% 0px;
}
}
.point2 .effect dl dt, .point2 .effect dl dd {
	text-indent: -9999px;
}
.point2 .effect dl dd~dd {
	display: none;
}
.point2 .effect dt:nth-of-type(1) {
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 100%;
	position: absolute;
	opacity: 1;
	-webkit-animation: plot 1.5s ease-in 0s infinite;
	animation: plot 1.5s ease-in 0s infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.point2 .effect .wear dt:nth-of-type(1) {
	border: 0.02rem solid #00aa2d;
	background-color: rgba(0,170,45,0.5);
	top: 1.77rem;
	left: 0.87rem;
}
.point2 .effect .avator dt:nth-of-type(1) {
	border: 0.02rem solid #f0509b;
	background-color: rgba(240,80,155,0.5);
	top: 0.59rem;
	right: 3.96rem;
}
.point2 .effect .gear dt:nth-of-type(1) {
	border: 0.02rem solid #00a8ff;
	background-color: rgba(0,168,255,0.5);
	top: 1.85rem;
	right: 1.06rem;
}
 @-webkit-keyframes plot {
0% {
 -webkit-transform:scale(1);
 opacity: 1;
}
100% {
 -webkit-transform:scale(5);
 opacity: 0;
}
}
@keyframes plot {
0% {
 transform:scale(1);
 opacity: 1;
}
100% {
 transform:scale(5);
 opacity: 0;
}
}
.point3 .effect .character1 {
	background: url(../../img/index/point3_character1.png) no-repeat left top;
	width: 1.61rem;
	height: 2.93rem;
	background-size: contain;
	position: absolute;
	bottom: -1.25rem;
	left: -0.60rem;
}
.point3 .effect .character2 {
	background: url(../../img/index/point3_character2.png) no-repeat left top;
	width: 1.16rem;
	height: 2.77rem;
	background-size: contain;
	position: absolute;
	bottom: -1.25rem;
	right: -0.70rem;
}
.point3 .effect .lose {
	background: url(../../img/index/effect-lose.png) no-repeat left top;
	width: 0.66rem;
	height: 0.49rem;
	background-size: auto 0.49rem;
	position: absolute;
	right: -0.50rem;
	bottom: 1.50rem;
	-webkit-animation: lose 1s steps(3) 0s infinite;
	animation: lose 1s steps(3) 0s infinite;
}
@-webkit-keyframes lose {
0% {
background-position : 0 0;
}
100% {
background-position : 150% 0px;
}
}
@keyframes lose {
0% {
background-position : 0 0;
}
100% {
background-position : 150% 0px;
}
}
.point3 .effect .win {
	background: url(../../img/index/effect-win.png) no-repeat left top;
	width: 0.66rem;
	height: 0.44rem;
	background-size: auto 0.44rem;
	position: absolute;
	left: -0.40rem;
	bottom: 1.60rem;
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
	-webkit-animation: win 1s steps(2) 0s infinite;
	animation: win 1s steps(2) 0s infinite;
}
@-webkit-keyframes win {
0% {
background-position : 0 0;
}
100% {
background-position : 200% 0px;
}
}
@keyframes win {
0% {
background-position : 0 0;
}
100% {
background-position : 200% 0px;
}
}

@media ( min-width : 960px ) {
.point {
/*margin-top: 2.60rem;*/
}
.point1, .point2, .point3 {
	-webkit-transform: scale(0.66666);
	-webkit-transform-origin: left top;
	-webkit-transform-style: preserve-3d;
	transform: scale(0.66666);
	transform-origin: left top;
	transform-style: preserve-3d;
	height: 4.60rem;
}
.point .point1 {
	margin-top: 0.30rem;
}
.point .point2 {
	margin-top: -0.30rem;
}
.point .point3 {
	margin-top: -0.90rem;
}
}
