@charset "UTF-8";
@import url("reset.css");

html , body {
	height: auto;
	overflow-x: hidden;
}

body {
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

.sheet {
	width: 100%;
	height: 1300px;
	position: absolute;
	top: 0;
	z-index: 1;
	display: none;
	background: rgba(106, 124, 111, 0.5);
	overflow: hidden;
}
.sheet2 {
	width: 100%;
	height: 1300px;
	position: absolute;
	top: 0;
	z-index: 1;
	display: none;
	background: rgba(106, 124, 111, 0.5);
	overflow: hidden;
}

#containerBg {
	height: auto;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size: cover;
	background: repeating-linear-gradient(90deg, rgba(225, 236, 232, 0.2) , rgba(225, 236, 232, 0.2) 1px, #fff 0, #fff 4px);
}

#container {
	width: 1000px;
	height: auto;
	margin: 0 auto 76px;
	background: url("/m999/img/nomem/lp/0006/pc/starbg.png") center top  no-repeat fixed;
}

#header {
    text-align: center;
    height: 40px;
    line-height: 35px;
    background: #fff;
    box-shadow: 0px 1px 3px #c0c0c0;
    -webkit-box-shadow: 0px 1px 3px #c0c0c0;
    -moz-box-shadow: 0px 1px 3px #c0c0c0;
    border-bottom: 1px solid #87beb4;
    position: relative;
    z-index: 10;
    font-size: 22px;
    color: #6bada1;
    letter-spacing: 0.1em;
}
#header img{
	width: 100px;
	position: absolute;
	top: 10%;
	left: 25%;
}
#header p{
	position: absolute;
	right: 25%;
	font-size: 15px;
  padding-top: 4px;
}
#header p a:link{
	color:#6bada1;
}
#main {
	margin-bottom: 38px;
	text-align: center;
}

.example {
	text-align: center;
}

.example h2 {
	margin-bottom: 6px;
	color: #5e492a;
	font-size: 20px;
}
/*********************************************************************

					ポップアップ

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

.popUp {
	width: 880px;
	height: 82%;
	max-height: 660px;
	padding: 16px 30px 0;
	margin-left: 30px;
	color: #5e492a;
	position: fixed;
	top: 75px;
	z-index: 99;
	display: none;
	background: url("/m999/img/nomem/lp/0006/pc/formbg.png")no-repeat;
	background-size: 100%;
	margin-top: 6%;
}

/*フォーム*/
.popUp {
	height: 96%;
	display: none;
}
.formArea {
	height: 96%;
	margin: 0 auto;
	display: none;
  width: 80%;
	overflow: hidden;
}
.formComment {
	margin: 0 auto 22px;
	display: block;
}

.errMsg {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	font-size: 0.8em;
}

.formTitle {
	margin-right: 20px;
	padding-right: 18px;
	color: #726251;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

/*性別*/
.popUp .formSex {
	width: 578px;
	margin: 0 auto 4px;
	padding: 2px 0 0px 113px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.formSex ul {
	display: inline-block;
}

.formSex ul li {
	width: 150px;
	font-size: 20px;
	font-weight: 600;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-bottom: solid 4px #b56c58;
}

.formSex ul li:first-child {
	margin-right: 10px;
}

.fm_off {
	color: #fff;
	background: #ffa086;
}

.fm_on {
	color: #fff;
	background: #d95c3c;
}

.mn_off {
	color: #fff;
	background: #ffa086;
}

.mn_on {
	color: #fff;
	background: #d95c3c;
}

/*生年月日*/
.popUp .formBirth {
	width: 578px;
	margin: 0 auto 4px;
	padding: 2px 0 2px 76px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.formBirth select {
	height: 34px;
	margin-right: 2px;
	line-height: 34px;
	vertical-align: middle;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #726251;
	font-size: 17px;
	font-weight: 600;
	border: 2px solid #90c2b9;
}

.formBirth span {
	margin-right: 2px;
	color: #726251;
	font-size: 16px;
	font-weight: 600;
	vertical-align: -3px;
}

.formBirth select[name="select-by2"] {
	width: 100px;
	padding-left: 18px;
}

.formBirth select[name="select-by2"] option {
	padding-left: 21px;
	font-weight: bold;
}

.formBirth select[name="select-bm2"] , .formBirth select[name="select-bd2"] {
	width: 60px;
	padding-left: 10px;
}

.formBirth select[name="select-bm2"] option , .formBirth select[name="select-bd2"] option {
	padding-left: 12px;
	font-weight: bold;
}

/*お名前*/
.popUp .formName {
	width: 578px;
	margin: 0 auto 4px;
	padding: 20px 0 2px 93px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


.formName input {
	width: 276px;
	height: 32px;
	padding-left: 4px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #726251;
	font-size: 17px;
	font-weight: 600;
	border: 2px solid #90c2b9;
}

/*メールアドレス*/
.popUp .formMail {
	width: 578px;
	margin: 0 auto 14px;
	padding: 2px 0 0px 20px;
	color: #726251;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.formMail input {
	width: 186px;
	height: 32px;
	padding-left: 4px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	color: #726251;
	font-weight: 600;
	border: 2px solid #90c2b9;
}

.formMail select {
	height: 35px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 16px;
	color: #726251;
	font-weight: 600;
	border: 2px solid #90c2b9;
}

.formMail select option {
	padding-left: 3px;
	font-weight: bold;
}

.formText {
	margin-bottom: 24px;
	color: #726251;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.attension {
	color: #f35353;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
	font-size: 14px;
}

.attension a {
	color: #f35353;
	text-decoration: underline;
}

.attension a:hover {
	text-decoration: none;
}

.submit {
	margin-bottom: 26px;
	text-align: center;
}
.submit input {
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	cursor: pointer;
	background: #ffa086;
  box-shadow: 0 6px 0 rgba(181,101,88,1);
  border-radius: 2px;
  cursor: pointer;
  width: 350px;
  height: 50px;
}
.submit:hover {
    opacity: 0.6;
}
.formSex ul li:hover{
	opacity: 0.6;
}
.btn_wrap {
  width: 350px;
  margin: auto;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}
/*子ページ*/
.sub {
	height: 100%;
}

.rule , .price , .privacy , .company , .legal {
	height: 100%;
	display: none;
}

.sub h2 {
	margin-top: 6%;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #52776a;
}
.formArea h2 {
	margin-top: 6%;
	font-size: 26px;
	font-weight: 600;
	text-align: center;
	color: #52776a;
}

.description {
	height: 300px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  overflow: scroll;
  color: #5e492a;
  width: 80%;
  margin: 0 auto;
  padding-top: 4%;
	overflow: auto;
}

.fortune .description {
    font-size: 16px;
}

table.common {
	width: 100%;
	margin: 10px auto;
	border: 1px solid #c0c0c0;
}

table.common tr {
	border-bottom: 1px solid #c0c0c0;
}

table.common td {
	padding: 10px;
	vertical-align: middle;
}

table.common td:first-child {
	width: 30%;
	background: rgba(0, 0, 0, 0) url("/m999/img/nomem/sp/commonbg.svg") repeat scroll 0 0 / 5px auto;
	border-right: 1px solid #c0c0c0;
}

.popUp .toForm {
	color: #5e492a;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	position: absolute;
	left: 406px;
	top: 67.5%;
	display: none;
}
.formtxt{
	text-align: center;
	padding-top: 2%;
}
.popUp .toForm:hover {
	text-decoration: underline;
}

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

					フッター

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

footer {
	padding-bottom: 12px;
	position: relative;
}

footer ul {
	margin-bottom: 14px;
	padding: 16px 0;
	text-align: center;
	position: relative;
	z-index: 1;
}

footer ul li {
	padding: 0 26px;
	display: inline;
}

footer ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer p {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
footer {
    width: 100%;
    padding: 30px 0;
    background: url("/m999/img/nomem/lp/0006/pc/bgp_s.svg");
    border-top: 2px solid #dbca8f;
}
.linkFortune a{
  background: url("/m999/img/nomem/lp/0006/pc/icon_sun.png")no-repeat;
  background-size: 50% cover;
  font-size: 22px;
  text-decoration: underline;
	padding:8px 0px 8px 46px;
}
.linkExample a{
  background: url("/m999/img/nomem/lp/0006/pc/icon_moon.png")no-repeat;
  background-size: 50% cover;
  font-size: 22px;
  text-decoration: underline;
  padding:8px 0px 8px 46px;
}

.linkHow a{
  background: url("/m999/img/nomem/lp/0006/pc/icon_crs.png")no-repeat;
  background-size: 50% cover;
  font-size: 22px;
  text-decoration: underline;
  padding:8px 0px 8px 46px;
}

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

					確認ページ

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

.confirm {
	width: 880px;
	height: 700px;
	margin: 0 auto;
	padding: 16px 30px 0;
	color: #5e492a;
	background: #ffffff;
	position: relative;
	top: 12px;
}

.confirm .formArea {
	margin: 0 auto;
}

.confirm .sub {
	display: none;
}

.confirmComment {
	margin: 0 auto 12px;
	display: block;
}

/*性別*/
.confirm .formSex {
	width: 578px;
	margin: 0 auto 4px;
	padding: 14px 0 14px 113px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.confirm .formSex p {
	padding: 7px 0;
	color: #726251;
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
}

/*生年月日*/
.confirm .formBirth {
	width: 578px;
	margin: 0 auto 4px;
	padding: 15px 0 15px 76px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.confirm .formBirth p {
	padding: 6px 0;
	color: #726251;
	font-size: 21px;
	font-weight: 600;
	display: inline-block;
}

/*お名前*/
.confirm .formName {
	width: 578px;
	margin: 0 auto 4px;
	padding: 15px 0 15px 93px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.confirm .formName p {
	padding: 6px 0;
	color: #726251;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}

/*メールアドレス*/
.confirm .formMail {
	width: 578px;
	margin: 0 auto 14px;
	padding: 14px 0 14px 20px;
	color: #726251;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.confirm .formMail p {
	width: 380px;
	padding: 9px 0;
	font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #726251;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
}

.confirmText {
	margin: 30px 0 38px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.agree {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.confirm .toForm {
	color: #5e492a;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	position: absolute;
	left: 406px;
	top: 676px;
	display: none;
}

.confirm .toForm:hover {
	text-decoration: underline;
}

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

					送信ページ

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

.comptxt{
	color: #52776a;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
}
.comptxt2{
	color: #5E492D;
	padding-top: 10px;
	text-align: center;
	font-size: 14px
}
.comptxt3{
	color: #f35353;
	padding-top: 10px;
	text-align: center;
	font-size: 14px
}
.tt2{
	width: 50%;
  padding-top: 2%;
	position: relative;
	}

.send {
	width: 880px;
	height: 600px;
	margin: 0 auto;
	padding: 16px 30px 0;
	color: #5e492a;
	position: relative;
	top: 12px;
	background: url("/m999/img/nomem/lp/0006/pc/formbg.png")no-repeat;
  background-size: 100%;
}
.send h2 {
font-size: 26px;
font-weight: 600;
text-align: center;
color: #52776a;
}

.sendComment {
	margin: 0 auto 40px;
	display: block;
}

.sendMail {
	margin: 0 auto 40px;
	display: block;
}

.error {
	width: 698px;
	height: 272px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
}

.error h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.error p {
	font-weight: 600;
	line-height: 1.8;
}
.sendimg {
	text-align: center;
}
.send .sub {
	display: none;
}

.send .toForm {
	color: #5e492a;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	position: absolute;
	left: 444px;
	top: 676px;
	display: none;
}

.send .toForm:hover {
	text-decoration: underline;
}
.carrier{
	width:400px;
	height: auto;
	margin: 0 auto;
	padding-top:30px;
	margin-top: 70px;
}
.carrier ul {
  width: 400px;
  padding:0;
  font-size:0px;
}

.carrier ul li {
	padding:6px;
  width:120px;
  display: inline-block;
  text-align: center;
  font-size:16px;
	color: #fff;
}

.carrier ul li  a {
	display: block;
  background: #ffa086;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 8%;
  font-size: 20px;
  height: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 4px;
	border-bottom: solid 4px #b56c58;
}
.carrier ul li  a:hover {
	opacity: 0.5;
}

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

					メッセージ

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

.msg {
    text-align: center;
		background: #fff;
		border-top:2px solid #6bada1;
		position: relative;
}
img.illust {
	position: absolute;
  top: 20%;
}

p.txt{
	width: 800px;
  padding: 2%;
  font-size: 18px;
  color: #a08f7d;
  text-align: justify;
  margin: 0 auto;
  line-height: 24px;
}
.red{
	color: #f35353;
}
/*********************************************************************

					TOPオーブ

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

#header p a{
	background: url("/m999/img/nomem/lp/0006/pc/icon_head.jpg")no-repeat;
	background-size: 50% cover;
	text-decoration: underline;
	padding: 0px 0px 0px 25px;
	}
.main {
    text-align: center;
		position: relative;
}
.tap {
    z-index: 99;
    font-weight: bold;
    text-align: center;
    color: #8c6925;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
		font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
		font-size: 19px;
		padding-top: 2;
}
.orbwrap{
	text-align: center;
  position: relative;
  width: 100%;
  background: url("/m999/img/nomem/lp/0006/pc/firstbg.png");
  background-repeat: no-repeat;
  background-size: 80%;
  height: 500px;
  background-position: center center;
}
.orb{
  width: 40%;
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  margin:0 auto;
}
.orb2{
  width: 40%;
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  margin:0 auto;
  opacity: 0;
}
.orb3{
  width: 40%;
  position: absolute;
  top:10%;
  left: 0;
  right: 0;
  margin:0 auto;
  opacity: 0;
}
.star {
	width: 36%;
	position: absolute;
	top: 9%;
	left: 32%;
	cursor: pointer;
}
.fin {
    width: 12%;
    position: absolute;
    top: 50%;
    left: 60%;
    z-index: 2;
    -webkit-animation:animation-fin 3s infinite linear;
    animation:animation-fin 3s infinite linear;
		cursor: pointer;
}
@keyframes animation-fin {
    0%{
		-ms-transform:scale(1.2,1.2);
        -webkit-transform:scale(1.2,1.2);
        transform:scale(1.2,1.2);
    }
	50%{
		-ms-transform:scale(0.9,0.9);
        -webkit-transform:scale(0.9,0.9);
        transform:scale(0.9,0.9);
    }
    100%{
		-ms-transform:scale(1.2,1.2);
		-webkit-transform:scale(1.2,1.2);
		transform:scale(1.2,1.2);
    }
}

.border{
  width: 36%;
  position: absolute;
  top: 35%;
  left: 32%;
}
.sun{
  width: 20%;
  position: absolute;
  top: 40%;
  left: 10%;
}
.moon{
  width: 20%;
  position: absolute;
  top: 0%;
  left: 45%;
}
.ice{
	width: 20%;
  position: absolute;
  top: 22%;
  left: 40%;
}
.ice2{
	width: 20%;
  position: absolute;
  top: 22%;
  left: 40%;
	opacity: 0;
}
.copy1{
  width: 40%;
  position: absolute;
  left: 15%;
  top: 75%;
}
.copy2{
	width: 40%;
	position: absolute;
	top: 90%;
	left: 40%;
}
.circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    opacity: 0;
		z-index: 99;
}

img.tt.animated.bounceInDown {
    width: 50%;
		padding-top: 2%;
}
.korokoro {
  animation: korokoro 4s linear 0s infinite;
}
@keyframes korokoro {
  0%   { transform: translate(0%, 0%); }
  50%  { transform: translate(0%, 0%) rotate(8deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}
.korokoro2 {
  animation: korokoro2 4s linear 2s infinite;
}
@keyframes korokoro2 {
  0%   { transform: translate(0%, 0%); }
  50%  { transform: translate(0%, 0%) rotate(8deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.curtain{
	width: 100%;
  height: 100px;
  top: 3%;
  background: url("/m999/img/nomem/lp/0006/pc/ct_top.png");
  background-repeat: repeat-x;
	opacity: 0.8;
	position: absolute;
}

.ctleft{
	position: absolute;
	left: 0;
}
.ctright{
	position: absolute;
	right: 0;
}
.pearl{
	position: absolute;
	top: 3%;
	left: 0;
	right: 0;
	margin:0 auto;
}
img.message {
    padding-top: 20px;
}
.circle {
	width: 270px;
  height: 270px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  padding-top: 0%;
}

.content {
  width: 50%;
  height: 50%;
  position: absolute;
  left: 10%;
  top: 40%;
	cursor: pointer;
}

/* top */
.top {
  animation: rotate_top 10s linear infinite;
  background: url("/m999/img/nomem/lp/0006/pc/moon.png")no-repeat;
  background-size: 100%;
  z-index: 1;
  width: 80%;
  height: 80%;
}
@keyframes rotate_top {
  0% {
   transform: rotate(0deg) translateY(-50%) rotate(0deg);
  }
	100% {
    transform: rotate(360deg) translateY(-50%) rotate(-360deg);
  }
}
/* bottom */
.bottom {
  animation: rotate_bottom 10s linear infinite;
  background: url("/m999/img/nomem/lp/0006/pc/sun.png")no-repeat;
  background-size: 100%;
  z-index: 1;
  width: 80%;
  height: 80%;
}
@keyframes rotate_bottom {
  0% {
   transform: rotate(0deg) translateY(50%) rotate(0deg);
  }
	100% {
    transform: rotate(360deg) translateY(50%) rotate(-360deg);
  }
}
.moon0 {
	position: absolute;
	top: 24%;
	left: 48%;
	width: 22%;
	cursor: pointer;
}
.sun0 {
	position: absolute;
	top: 35%;
	left: 30%;
	width: 20%;
	cursor: pointer;
}
.fuwafuwa {
	-webkit-animation-name:fuwafuwa;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

.fuwafuwa2 {
	-webkit-animation-name:fuwafuwa2;
	-webkit-animation-duration:3s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease;

	-moz-animation-name:fuwafuwa2;
	-moz-animation-duration:3s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-timing-function:ease;
}

@-webkit-keyframes fuwafuwa2 {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -2px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa2 {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -2px);}
	100% {-moz-transform:translate(0, 0);}
}
.close{
	width: 10%;
  position: absolute;
  top: 4%;
  right: 2%;
}
.line {
    text-align: center;
}

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

					こんなお悩みに

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

.listbox1 {
	width: 50%;
	text-align: left;
	float: left;
	font-size: 18px;
	line-height: 46px;
}
.listbox1 ul li:nth-child(5) {
	padding-bottom: 20px;
}
.listbox2 {
    text-align: left;
    float: left;
    width: 50%;
		font-size: 18px;
		line-height: 46px;
}
.listbox2 ul li:nth-child(5) {
	padding-bottom: 20px;
}
/*********************************************************************

					ご利用方法

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

p.atn {
	text-align: left;
	padding: 2%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
}
.how{
	text-align: center;
}
.howbox1{
	width: 220px;
	float: left;
	text-align: left;
	padding-left: 1em;
 	text-indent: -1em;

}
.howbox2{
	width: 220px;
  float: left;
  text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.howbox3{
	width: 220px;
  float: left;
	padding-left: 1em;
 	text-indent: -1em;
  text-align: left;
}
.howtt{
	text-align: center;
	font-size: 20px;
}
span.big {
    font-size: 2em;
    font-style: italic;
}
.description a:link{
	color: #f35353;
}
/*********************************************************************

					スクロールバー

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

/*スクロールバー全体*/
::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(82, 119, 106, .8);
  border-radius: 10px;
}

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

					1920以下の時

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

@media screen and ( max-width:1920px) {
	#container{
		width: 820px;
		background-size: 50%;
		}
	.orbwrap{
		height: 400px;
	}
	.popUp,.send{
		width: 750px;
	}
	.popUp{
		margin-left: 0px;
	}
	.description{
		font-size: 0.8em;
		padding-top: 2%;
		height: 36%;
	}
	.fortune .description {
    font-size: 0.9em;
	}
	.listbox1,.listbox2{
		font-size: 1.2em;
	}
	.howbox1,.howbox2,.howbox3{
		width: 182px;
	}
	.howbox1 p , .howbox2 p , .howbox3 p{
		padding-left: 10%;
	}
	.howbox1 img,.howbox2 img,.howbox3 img {
    width: 100%;
	}
	p.atn {
    font-size: 0.8em;
	}
	.attension {
     padding-top: 0px;
		 margin-bottom: 6px;
	}
	.formtxt {
    font-size: 0.9em;
		font-weight: bold;
	}
	.popUp .toForm {
    position: absolute;
    top: 60%;
		left: 350px;
	}
	.error{
		padding-top: 30px;
	}
	.carrier{
		margin-top: 0px;
	}
	.error p {
    line-height: 1.4;
	}
}
/*********************************************************************

					キャリア

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

.iphone,.android,.other {
    height: 124%;
}
.center img {
    width: 100%;
}
.aubox ul li img {
    width: 33%;
    float: left;
}
.textbox {
    clear: both;
}
.centertl {
    text-align: center;
    padding: 2%;
}
