@charset "UTF-8";


.spread div.anim {
	animation: Flash1 3s infinite;
}

@keyframes Flash1 {
	0% {
		        box-shadow:0px 0px 10px 2px #f8e500;
		   -moz-box-shadow:0px 0px 10px 2px #f8e500;
		-webkit-box-shadow:0px 0px 10px 2px #f8e500;
	}
	
	60% {
		        box-shadow:0px 0px 20px 5px #f8e500;
		   -moz-box-shadow:0px 0px 20px 5px #f8e500;
		-webkit-box-shadow:0px 0px 20px 5px #f8e500;
	}
	
	40% {
		        box-shadow:0px 0px 20px 5px #f8e500;
		   -moz-box-shadow:0px 0px 20px 5px #f8e500;
		-webkit-box-shadow:0px 0px 20px 5px #f8e500;
	}
	
	100% {
		        box-shadow:0px 0px 10px 2px #f8e500;
		   -moz-box-shadow:0px 0px 10px 2px #f8e500;
		-webkit-box-shadow:0px 0px 10px 2px #f8e500;
	}
}


a,
a:focus,
img,
img:focus {
  outline: none; }

.tac {
  text-align: center; }

/*-----------------------------top-----------------------------*/
/*yahoo*/
#yahoo {
  margin: auto; }

#yahoo p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #fff; }

#yahoo #link01 {
  color: #62ffa8;
  text-decoration: underline; }
  
#yahoo #link01:hover {
  text-decoration: none; }

#yahoo #link02 {
  font-size: 18px;
  color: #99ff00;
  font-weight: bold; }

/*inbox*/
.inbox {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 90px; }

.ico {
  margin-left: 13px;
  margin-top: 5px;
  padding-bottom: 10px;
  float: left;
  width: 145px; }
  .ico img {
    width: 100%; }

.price {
  margin-right: 10px;
  float: right;
  overflow: hidden;
  text-align: right; }

.member {
  font-weight: bold;
  float: left; }

.member,
.normal {
  font-size: 18px; }

#gorgeous .normal {
  color: #ffffff; }

#recommend .member {
  color: #f4d249; }

#recommend .normal {
  color: #f7f7f3; }

.inbox .right {
  margin-right: 47px;
  padding-top: 7px; }

/*new*/
#newarea {
  margin: 0 auto;
  max-width: 400px;
  position: relative;
  text-align: center; }

#new {
  margin: -20px auto;
  height: 390px;
  background: url(../img/new_menu_bg.png) no-repeat center top;
  background-size: 860px auto;
  z-index: 9999;
  position: relative;
  padding: 60px 117px 80px; }
  #new .ico {
    margin: 60px 0 0 22px;
    float: left; }
    #new .ico img {
      width: 100%; }
  #new .right {
    width: 540px;
    margin: 50px 33px 0 5px; }
  #new .data {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px; }
  #new .price {
    margin-top: 18px; }

.menu_wrap {
  z-index: 9999;
  position: relative;
  height: 280px;
  margin: 0 auto;
  background: url(../img/menu_bg_green.png) no-repeat center center;
  background-size: 818px auto; }
  .menu_wrap.blue {
    background: url(../img/menu_bg_blue.png) no-repeat center center;
    background-size: 818px auto;
    margin-bottom: -14px; }
  .menu_wrap .ico,
  .menu_wrap .right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .menu_wrap .ico {
    padding: 0;
    left: 137px;
    width: 145px; }
    .menu_wrap .ico img {
      width: 100%; }
  .menu_wrap .right {
    width: 530px;
    margin: 0;
    right: 160px; }

.result_top {
  text-align: center; }

/*special*/
#recommend_ttl h3 {
  text-align: center;
  padding-left: 3px; }

#recommend {
  z-index: 10;
  position: relative;
  width: 100%; }

#recommend h2 {
  text-align: center; }

#recommend ul {
  width: 860px;
  margin: 0 auto;
  padding-bottom: 35px;
  background-image: url(../img/recom_bgt.jpg), url(../img/recom_bgf.jpg), url(../img/recom_bgr.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top center, bottom center, top center;
  background-size: 100% auto, 100% auto, 100% auto; }

#recommend ul #special_ttl {
  margin-bottom: -5px;
  text-align: center;
  background-image: none; }

#recommend ul li,
#free ul li,
.result_menu_listarea_bg ul li {
  width: 790px;
  margin: 0 auto;
  height: 210px;
  background: url(../img/recom_list_line.jpg) no-repeat center bottom;
  background-size: 668px auto; }

#free .top_menu_name a {
  color: #fef7aa; }
  #free .top_menu_name a:hover {
    color: #FFFFFF; }

#recommend ul li:last-child,
#free ul li:last-child,
.result_menu_listarea_bg ul li:last-child {
  background-image: none;
  padding-bottom: 0; }

#recommend ul li:last-child .inbox,
#free ul li:last-child .inbox,
.result_menu_listarea_bg ul li:last-child .inbox {
  padding-bottom: 0; }

#recommend ul .inbox,
#free ul .inbox,
.result_menu_listarea_bg ul li .inbox {
  padding: 0; }

#recommend .inbox .ico,
.result_menu_listarea_bg .inbox .ico {
  width: 145px;
  margin: 20px 0 20px 30px; }

#free .inbox .ico {
  width: 125px;
  margin: 20px 0 0 30px;
  padding-bottom: 0; }

#recommend .inbox .right,
#free .inbox .right,
.result_menu_listarea_bg .inbox .right {
  width: 535px;
  margin: 50px 65px 0 0;
  padding-top: 0; }

#free .inbox .right {
  margin-top: 48px; }

#recommend .inbox .price,
#free .inbox .price,
.result_menu_listarea_bg .inbox .price {
  margin-top: 15px; }

/*gorgeous*/
#gorgeous {
  position: relative;
  z-index: 200;
  margin: 0 auto;
  width: 880px; }
  #gorgeous .member {
    color: #ffcb00; }

#gorgeous .gorgeous_body {
  position: relative;
  z-index: 201;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 7px;
  background-image: url(../img/gorgeous_bgf.jpg), url(../img/gorgeous_bgr.png);
  background-repeat: no-repeat, repeat-y;
  background-position: bottom center, top center;
  background-size: 100% auto, 100% auto; }

#gorgeous .bg01,
#gorgeous .bg02 {
  height: 365px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 799px;
  padding-top: 100px;
  background-image: url(../img/gorgeous01_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }

#gorgeous .bg01 {
  margin-top: -57px;
  margin-bottom: -18px; }

#gorgeous .bg02 {
  margin-bottom: 100px;
  background-image: url(../img/gorgeous02_bg.png);
  margin-top: -90px; }

#gorgeous .inbox {
  position: relative;
  padding-top: 0; }

#gorgeous .inbox .ico {
  margin: 0 0 0 50px;
  padding-bottom: 0; }

#gorgeous .inbox .right {
  width: 540px;
  margin: 0 55px 0 0;
  padding: 35px 0 45px; }
  #gorgeous .inbox .right .price {
    position: absolute;
    right: 50px;
    bottom: 0; }

#gorgeous h2,
#gorgeous h3 {
  text-align: center; }

#special_text02 {
  margin: 60px auto 0;
  text-align: center;
  z-index: 2;
  position: relative; }
  #special_text02 p:nth-child(2) {
    width: 900px;
    margin: 0 auto;
    padding-left: 3px;
    margin-bottom: -240px; }
    #special_text02 p:nth-child(2) img {
      display: block;
      width: 900px; }

/*free*/
#free {
  position: relative;
  width: 900px;
  padding-left: 3px;
  margin: 0 auto;
  z-index: 100; }

#free h2 {
  margin: 0 auto;
  text-align: center; }

#free ul {
  margin: 0 auto;
  background: url(../img/free_bg.jpg) no-repeat center top;
  background-size: 880px auto;
  height: 460px;
  padding-top: 10px; }

#free ul .ico {
  margin: 18px 0 0 29px; }

#free ul .menu {
  margin-top: 12px; }

#puchipura ul .ico {
  margin-top: 4px;
  padding-bottom: 4px; }

#puchipura h2 {
  width: 900px;
  margin: 0 auto; }

/*listmenu*/
#listmenu {
  margin-bottom: 0;
  margin-top: 0; }

#listmenu h2 {
  margin: 30px auto 0;
  text-align: center; }

#listmenu ul {
  width: 840px;
  margin: 35px auto 30px; }

#listmenu #love ul {
  margin-top: 0; }

#listmenu ul li {
  width: 50%;
  margin-right: 0;
  float: left; }

#listmenu .line {
  margin-top: 0;
  text-align: center; }

#listmenu #love,
#listmenu #meet,
#listmenu #life {
  z-index: 100;
  position: relative; }

#listmenu ul li .listbox {
  height: 370px;
  background-image: url(../img/list_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden; }

#listmenu ul li .list_top {
  padding: 40px 0 0 35px;
  overflow: hidden; }

#listmenu ul li .list_ico {
  height: auto;
  float: left;
  width: 92px; }
  #listmenu ul li .list_ico img {
    width: 100%; }

#listmenu ul li img {
  vertical-align: bottom; }

#listmenu ul li .ttl a {
  width: 243px;
  font-size: 20px;
  font-weight: bold;
  color: #fe7b78;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
  padding-left: 8px; }

#listmenu ul li .ttl a:hover {
  text-decoration: none; }

#listmenu #meet a {
  color: #ffccff; }

#listmenu #life a {
  color: #72baf1; }

#listmenu ul li .list_text {
  padding: 12px 40px 0px 45px;
  font-size: 15px;
  color: #fff;
  height: 145px; }

#listmenu ul li h3 {
  text-align: center;
  padding: 0 5px;
  margin-top: -10px; }
  #listmenu ul li h3 img {
    width: 100%; }

#listmenu ul li .list_price {
  margin-right: 40px;
  text-align: right; }

#listmenu ul li .list_price span {
  line-height: 1.3; }

#listmenu ul li .list_price .member,
#listmenu ul li .list_price .normal {
  font-size: 15px;
  font-weight: normal; }

#listmenu .list_price .member {
  float: none;
  font-weight: bold;
  color: #28d3b1; }

#listmenu .list_price .normal {
  color: #cbcbcb;
  float: none; }

/*spec*/
#spec {
  margin: 90px auto 100px;
  color: #c1c1c1;
  text-align: center; }

#spec .spec_content {
  padding: 50px 125px 50px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4; }

/*-----------------------------introduction-----------------------------*/
#introduction_top {
  width: 860px;
  margin: 0 auto;
  position: relative;
  z-index: 150; }

#introduction_main {
  text-align: center; }

#introduction_top_cont {
  text-align: left;
  margin-top: -100px;
  padding: 30px 75px 100px 75px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/introduction_top_bgf.jpg), url(../img/introduction_top_bgr.jpg);
  background-repeat: no-repeat, repeat-y;
  background-position: bottom center, center top; }

#about_senjutsu,
#about_spread {
  width: 890px;
  margin: 40px auto;
  padding-bottom: 30px; }
  #about_senjutsu h2,
  #about_senjutsu h3,
  #about_spread h2,
  #about_spread h3 {
    text-align: center; }

.about_cont {
  margin: 20px auto 0;
  padding: 0 75px 80px 75px;
  z-index: 1000;
  position: relative; }

.about_cont p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold; }

#card_list h3 {
  margin: 0; }

#card_list .arcanal {
  margin-top: 0; }

.cards_gr {
  overflow: hidden;
  margin: 0 auto; }
  .cards_gr ul li {
    float: left;
    text-align: center; }
  .cards_gr.col4 {
    width: 740px; }
    .cards_gr.col4 ul li {
      width: 25%; }
  .cards_gr.col3 {
    width: 555px;
    margin-top: -60px; }
    .cards_gr.col3 ul li {
      width: 33.33%; }

.card {
  display: block;
  position: relative;
  color: #fff; }

.card span {
  width: 100%;
  display: block;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  font-size: 16px; }

.card_name_bg {
  width: 160px;
  height: 70px;
  background: url(../img/card_name_bg.jpg) no-repeat top center;
  background-size: auto 100%;
  position: relative;
  margin: 0 auto 20px; }
  .card_name_bg span {
    position: absolute;
    margin: auto;
    top: 45%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-shadow: 2px 2px 3px #000, -2px 2px 3px #000, 2px -2px 3px #000, -2px -2px 3px #000; }
  .hadou .card_name_bg {
    background: url(../img/card_name_hadou.jpg) no-repeat top center;
    background-size: auto 100%; }
  .signal .card_name_bg {
    background: url(../img/card_name_signal.jpg) no-repeat top center; }
  .dragon .card_name_bg {
    background: url(../img/card_name_dragon.jpg) no-repeat top center; }
  .fortune .card_name_bg {
    background: url(../img/card_name_fortune.jpg) no-repeat top center; }
  .env .card_name_bg {
    background: url(../img/card_name_env.jpg) no-repeat top center; }
  .etrig .card_name_bg {
    background: url(../img/card_name_etrig.jpg) no-repeat top center; }

#group03 .card {
  width: 170px;
  height: 300px;
  background-position-y: 116px;
  background-position-x: -47px; }

#group03 .title {
  width: 877px;
  height: 272px;
  background-size: 100% 100%;
  margin-top: -100px; }

#group03 .title img {
  margin-top: 110px; }

#introduction #group01 {
  margin: 20px auto; }

#introduction #group02 {
  margin: 0 auto; }

#introduction #group03 {
  margin: 50px auto 20px; }

#card_list_foot {
  text-align: center; }

#about_senjutsu .bgt,
#about_senjutsu .bgf,
#about_spread .bgt,
#about_spread .bgf {
  text-align: center; }

#introduction .spred {
  width: 100%;
  text-align: center; }
  #introduction .spred img {
    width: 700px; }

#introduction .footer_btn {
  margin-bottom: 5px; }

/*result*/
.result_content,
#result_tx03,
#result_special_ttl,
#result_special_ttl2,
#result_special_ttl3,
#result_tx04,
#result_tx06 {
  margin-right: auto;
  margin-left: auto;
  width: 900px;
  padding-left: 3px; }

#result_special_ttl2 {
  position: relative;
  z-index: 999999;
  padding-left: 7px;
  margin-top: -13px; }
  .result_content.frameD1 + #result_special_ttl2 {
    margin-top: -6px; }

.special_tx {
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 100000; }

#result_tx03 {
  margin: -10px auto -170px;
  text-align: center; }

#result_tx05 {
  margin: 50px auto;
  position: relative;
  text-align: center; }

#result_tx04 {
  text-align: center;
  margin-top: -20px; }

#result_tx06 {
  text-align: center;
  position: relative;
  z-index: 1000000;
  width: 897px;
  margin-top: -21px; }

.special_tx01 {
  margin: 0 auto;
  position: relative;
  max-width: 950px; }

.special_tx01 .message {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  width: 368px;
  position: absolute;
  top: 81px;
  right: 148px;
  height: 275px;
  display: table;
  text-align: left; }

.special_tx02 {
  margin: 0 auto;
  position: relative;
  max-width: 950px; }

.special_tx02 .message {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  width: 368px;
  position: absolute;
  top: 61px;
  left: 145px;
  height: 291px;
  display: table;
  text-align: left; }

.result_cont_ttl {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  z-index: 1100;
  text-align: center;
  display: table;
  line-height: 28px; }

.result_cont_bgr {
  margin: 0 auto;
  padding: 20px 0 10px;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .result_cont_bgr .card {
    width: 355px;
    /* 1枚の時のカード幅 */
    margin: 0 auto; }
  .result_cont_bgr .card_pair {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; }
  .result_cont_bgr .card_name {
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: bold; }

.card_pair .pair1,
.card_pair .pair2 {
  width: 322px;
  /* 2枚組の時のカード幅 */ }

.card_pair .pair1 {
  float: left;
  margin: 0 0 0 72px; }

.card_pair .pair2 {
  float: right;
  margin: 0 74px 0 0; }

/* result_content */
.result_content {
  z-index: 999999;
  position: relative; }
  .result_content.frameD2 {
    margin-top: -100px; }
    .result_content.frameD2 .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmD_bgf.png), url(../img/result_content_frmD2_bgt.jpg), url(../img/result_content_frmD2_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }
  .result_content.frameD1 {
    margin-top: -100px; }
    .result_content.frameD1 .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmD_bgf.png), url(../img/result_content_frmD1_bgt.jpg), url(../img/result_content_frmD1_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }
  .result_content.frameC {
    z-index: 999998;
    margin-top: -70px; }
    .result_content.frameC .result_cont_ttl {
      height: 300px;
      padding-top: 130px;
      background: url(../img/result_cont_ttl_frmC_bg.png) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameC .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmC_bgf.jpg), url(../img/result_content_frmC_bgt.jpg), url(../img/result_content_frmC_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }
  .result_content.frameB {
    margin-top: 20px; }
    .result_content.frameB .result_cont_ttl {
      height: 300px;
      padding-top: 130px;
      background: url(../img/result_cont_ttl_frmB_bg.png) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameB .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmB_bgf.jpg), url(../img/result_content_frmB_bgt.jpg), url(../img/result_content_frmB_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }
  .result_content.frameA {
    margin: 30px auto 0; }
    .result_content.frameA .result_cont_ttl {
      height: 285px;
      padding-top: 130px;
      background: url(../img/result_cont_ttl_frmA_bg.jpg) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameA .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmA_bgf.jpg), url(../img/result_content_frmA_bgt.jpg), url(../img/result_content_frmA_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }

.result_cont_bgr .card2 {
  margin-left: 35px; }

.result_cont_bgt {
  text-align: center; }

.result_card {
  float: left; }

.result_cont_bgr .right {
  width: 350px;
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
  margin-top: 25px; }

.result_cont_bgr .center {
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
  width: 670px;
  margin: 60px auto 0; }

.result_cont_bgr .center2 {
  font-size: 17px;
  line-height: 1.4;
  color: #ffffff;
  width: 715px;
  margin: 0 auto; }

.result_cont_bgr .card_name.blue {
  color: #99ccff; }

.result_cont_bgr .card2 .card2_2 {
  margin-right: 12px; }

.result_cont_ttl.blue {
  color: #99ccff; }

.result_cont_d_ttl {
  width: 699px;
  height: 132px;
  padding: 40px 100px;
  background: url(../img/result_cont_d_ttl_bg.png) no-repeat center top;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 43px;
  z-index: 1100;
  text-align: center;
  display: table; }

.result_cont_ttl .title {
  width: 600px;
  margin: 50px 140px 0; }

.result_cont_ttl span {
  display: table-cell;
  vertical-align: middle;
  color: #fff; }

.result_cont_ttl_02 {
  text-align: center;
  background: none;
  position: absolute;
  top: 65px;
  left: 47px;
  z-index: 1100; }

.group02 .result_card {
  float: none;
  text-align: center;
  margin-bottom: 22px; }

.group02 .result_cont_bgr .right {
  float: none; }

.bottom .card_name {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #e90063;
  text-align: center;
  line-height: 1.5; }

.bottom p {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 27px;
  font-size: 18px;
  color: #1c3aed;
  line-height: 1.4; }

.bottom .description {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #000000; }

.receive_card {
  text-align: center;
  color: #fff; }
  .receive_card h3 {
    margin: 30px auto 15px;
    text-align: center;
    font-size: 17px;
    font-weight: bold; }

.bottom .receive_card .table {
  text-align: center;
  display: table;
  width: 450px;
  margin: 0 188px; }

.bottom .receive_card .table .table_qr {
  text-align: center;
  display: table-cell;
  width: 180px; }

.bottom .receive_card .table .table_text {
  vertical-align: middle;
  color: #ffcc66;
  text-align: center;
  display: table-cell; }

.bottom .receive_card .table .table_clar {
  display: table-cell;
  vertical-align: middle;
  width: 20%; }

/*result_content_02*/
.result_content_02 {
  margin: -185px auto 0;
  width: 900px;
  z-index: 100000;
  position: relative; }

.result_content_02 .result_cont_bgt {
  margin-top: -90px; }

.result_content_02 .download_message {
  width: 624px;
  margin: 0 auto;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  margin-top: -80px; }

.result_content_special {
  width: 916px;
  margin: 0 auto;
  position: relative;
  max-width: 950px; }

.result_content_special .bg {
  position: absolute;
  top: -65px; }

.result_content_special .result_content_02_bgf {
  position: relative;
  z-index: 1000;
  margin-top: -75px; }

.result_content_special_bgt {
  text-align: center;
  position: relative;
  z-index: 500; }

.result_content_special_bgr {
  position: relative; }

.result_content_special .result_content_02_bgf {
  text-align: center; }

.result_content_special .menu_list {
  background-size: 88%; }

.result_content_special .prelude {
  padding: 20px 140px 0; }

.menu_list {
  margin: 0 auto;
  color: #ffffff;
  padding-bottom: 105px; }

.menu_list_bgtop {
  height: 132px;
  background: url(../img/menu_list_bgtop.png) no-repeat center top;
  background-size: 840px auto; }

.menu_list .prelude {
  width: 840px;
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.menu_list .prelude p {
  margin-bottom: 10px; }

.menu_list .prelude span {
  color: #28ce91; }

.menu_list .prelude a {
  color: #000; }

.menu_list .menu_list_bg {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 125px;
  background-image: url(../img/menu_list_bgt.png), url(../img/menu_list_bgf.png), url(../img/menu_list_bgr.png);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top; }

.result_about_this_menu .menu_list .menu_list_bg {
  padding-bottom: 151px; }

.prelude {
  font-size: 15px;
  padding: 0 80px 10px;
  color: #ffffff; }
  .prelude.tal {
    text-align: left; }

.menu_sub {
  width: 700px;
  margin: 0 auto; }

.menu_sub.menu_01 + .menu_sub.menu_02 {
  margin-top: 40px; }

.menu_sub h4 {
  margin-bottom: 15px;
  text-align: center; }

.menu_sub ul li {
  margin: 11px 45px 11px 25px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  background: url(../img/listline.png) no-repeat left bottom;
  background-size: 100% auto;
  color: #fff;
  position: relative;
  line-height: 40px; }

.menu_sub ul li::before {
  content: "";
  position: absolute;
  background: url(../img/listmark01.png) no-repeat left center;
  width: 40px;
  height: 40px; }

.menu_sub ul li span {
  display: inline-block;
  margin-left: 50px; }

.complement_bgr {
  width: 700px;
  margin: 50px auto 0;
  background-color: #c0bdb8; }

.complement_bgr p {
  padding: 30px 0 26px;
  font-size: 15px;
  text-align: center;
  line-height: 1.4; }

.complement_bgr p a {
  color: #FF0000; }

.result_content_02_bgr .spread {
  margin-bottom: 10px; }

.result_about_this_menu {
  position: relative;
  z-index: 1000;
  margin: 30px auto 0; }

.result_about_this_menu_ttl {
  text-align: center;
  margin: 0 auto; }

.result_menu_listarea_bg {
  width: 100%;
  background-image: url(../img/recom_menu_bgf.jpg), url(../img/recom_menu_bgr.png);
  background-repeat: no-repeat, repeat-y;
  background-position: center bottom, center top;
  padding-bottom: 40px;
  position: relative; }
  .result_menu_listarea_bg.puchi {
    background-image: url(../img/recom_menu_bgf.jpg), url(../img/recom_menu_bgr.png);
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center top; }
  .result_menu_listarea_bg ul {
    margin-top: -160px; }

.result_menu_listarea_bg ul li .result_menu_list {
  background: url(../img/list_bgr.png) no-repeat center top;
  background-size: 100% auto; }

.result_menu_listarea_recom {
  margin: 50px auto 0;
  text-align: center;
  position: relative; }

/*ranking*/
.ranking {
  margin: 0 auto;
  max-width: 880px;
  z-index: 100000; }

.ranking h4 {
  text-align: center; }

.ranking ul {
  margin: -70px auto 0;
  background: url(../img/ranking_bg.png) no-repeat bottom center;
  min-height: 420px; }

.ranking ul li {
  display: block;
  width: calc(100% - 100px);
  margin: 0 auto;
  clear: both;
  height: 70px;
  position: relative; }
  .ranking ul li::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden; }
  .ranking ul li::before {
    left: 0;
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .ranking ul li::before {
    width: 70px;
    height: 80px; }
  .ranking ul li:first-child::before {
    background: url(../img/ranking_1.png) no-repeat center center;
    background-size: contain; }
  .ranking ul li:nth-child(2)::before {
    background: url(../img/ranking_2.png) no-repeat center center;
    background-size: contain; }
  .ranking ul li:nth-child(3)::before {
    background: url(../img/ranking_3.png) no-repeat center center;
    background-size: contain; }
  .ranking ul li:nth-child(4)::before {
    background: url(../img/ranking_4.png) no-repeat center center;
    background-size: contain; }
  .ranking ul li:nth-child(5)::before {
    background: url(../img/ranking_5.png) no-repeat center center;
    background-size: contain; }

.ranking ul li a {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 75px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

/*dammy01*/
.result_content .dammy {
  position: relative; }
  .result_content .dammy.dmy01 {
    height: 530px;
    text-align: center; }
  .result_content .dammy.dmy02 {
    height: 460px;
    text-align: center; }
  .result_content .dammy.dmy03 {
    height: 350px;
    text-align: center; }
  .result_content .dammy .btn {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

/*dammy02*/
.tokuten {
  font-size: 17px;
  color: #ffff33; }

.result_content_01 .receive_card h5 {
  font-weight: bold; }

/**/
.complement_bgr {
  text-align: center; }

.complement_bgr h4 {
  padding-top: 43px;
  margin-bottom: -10px;
  font-size: 24px;
  color: #dc0000;
  font-weight: bold; }

.complement_bgr {
  font-size: 15px; }
  .complement_bgr.complement02 {
    padding: 20px; }

/*complement_bgr02*/
.complement02_bgr {
  width: 724px;
  margin: 0 auto;
  text-align: center; }

.complement02_bgr p {
  padding: 30px 0; }

.result_content_02_bgr .btn {
  text-align: center; }

/*form*/
.complement03_bgr a,
.complement04_bgr a {
  line-height: 1;
  color: #FF0000; }

#distoribution_end h4 {
  font-size: 18px;
  font-weight: bold;
  color: #b10000; }

#premium_btn_box {
  overflow: hidden; }

#distoribution_end p {
  margin: 0 auto;
  font-weight: normal;
  color: #000; }

#form_description {
  text-align: center; }

#form_description h4 {
  margin-bottom: 50px; }

#form_description dl dt {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #ff6767; }

#form_description dl dd {
  margin-bottom: 30px;
  font-size: 15px;
  color: #fff; }

#premium_btn_box {
  width: 495px;
  margin: 0 auto;
  overflow: hidden; }

#premium_btn_box a {
  font-size: 15px;
  color: #7901de;
  line-height: 2.4; }

.complement04_bgf {
  padding: 30px 0 30px;
  background-color: #cfd4d8; }

#distoribution_end .complement04_bgf {
  background-color: #c0bdb8; }

.complement04_bgr {
  width: 700px;
  margin: 0 auto;
  text-align: center; }

.complement03_bgr {
  width: 700px;
  margin: 0 auto 20px;
  text-align: center; }

.complement03_bgr h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ffe825; }

.complement04_bgr h4 {
  font-size: 18px;
  font-weight: bold;
  color: #dc0000; }

/*result_card*/
.spread div {
  position: absolute; }

/* spread A */
#spreadA {
  width: 804px;
  min-height: 1015px; }

#spreadA div img {
  width: 82px;
  /* box-shadow */ }

#spreadA .a01 {
  left: 322px;
  top: 433px; }

#spreadA .a02 {
  left: 409px;
  top: 433px; }

#spreadA .a03 {
  left: 322px;
  top: 71px; }

#spreadA .a04 {
  left: 409px;
  top: 71px; }

#spreadA .a05 {
  left: 322px;
  top: 226px; }

#spreadA .a06 {
  left: 409px;
  top: 226px; }

#spreadA .a07 {
  left: 322px;
  top: 641px; }

#spreadA .a08 {
  left: 409px;
  top: 641px; }

#spreadA .a09 {
  left: 322px;
  top: 796px; }

#spreadA .a10 {
  left: 409px;
  top: 796px; }

#spreadA .a11 {
  left: 135px;
  top: 279px; }

#spreadA .a12 {
  left: 222px;
  top: 279px; }

#spreadA .a13 {
  left: 135px;
  top: 433px; }

#spreadA .a14 {
  left: 222px;
  top: 433px; }

#spreadA .a15 {
  left: 135px;
  top: 587px; }

#spreadA .a16 {
  left: 222px;
  top: 587px; }

#spreadA .a17 {
  left: 509px;
  top: 279px; }

#spreadA .a18 {
  left: 595px;
  top: 279px; }

#spreadA .a19 {
  left: 509px;
  top: 433px; }

#spreadA .a20 {
  left: 595px;
  top: 433px; }

#spreadA .a21 {
  left: 509px;
  top: 587px; }

#spreadA .a22 {
  left: 595px;
  top: 587px; }

#spreadA .a23 {
  left: 49px;
  top: 433px; }

#spreadA .a24 {
  left: 680px;
  top: 433px; }

#spreadA .a25 {
  left: 176px;
  top: 113px; }

#spreadA .a26 {
  left: 550px;
  top: 113px; }

#spreadA .a27 {
  left: 176px;
  top: 752px; }

#spreadA .a28 {
  left: 550px;
  top: 752px; }

.nifty_premium {
  text-align: center;
  color: #2be19f;
  font-size: 25px; }

.nifty_premium a {
  color: #2be19f; }

.scene .text {
  position: absolute;
  top: 60px;
  left: 176px; }

.scene .rune {
  position: absolute;
  top: 0px;
  left: 0px; }

#pankuzu {
  position: relative;
  z-index: 1000000;
  margin: 10px auto;
  color: #ffffff;
  padding-top: 95px;
  /*padding-left: 150px;*/
  padding-left: 30px;
  width: 750px;
 }

#pankuzu a {
  color: #7fffbe; }

#pankuzu a:first-child {
  color: #7fffbe; }

.card_description {
  background: url(../img/result_card_introduction.png) no-repeat center top;
  width: 488px;
  height: 147px;
  margin: 0 auto 20px;
  padding-top: 20px;
  font-weight: bold;
  color: #000000; }

.card_description .description_left {
  float: left;
  height: 107px;
  margin-left: 50px;
  margin-right: 60px; }

.card_description .description_right {
  height: 107px; }

.result_content_d_bgr {
  position: relative;
  background: url(../img/result_cont_d_bgr.png) repeat-y center top; }

.result_content_d_bgr .box {
  position: relative;
  top: 105px;
  padding-bottom: 105px; }

.result_content_d_bgr .bg {
  position: absolute;
  top: 0; }

.result_content_d_bgr .prelude {
  padding: 20px 130px 0; }

.premium_text {
  color: #f30123; }

.start_ttl {
  text-align: center;
  margin: -32px auto 0;
  width: 900px;
  padding-left: 2px; }

.free_btns {
  position: absolute;
  width: 930px;
  top: 225px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center; }

.free_btns_2col {
  margin: 0 auto; }

.free_btns_2col .fbtn {
  float: left;
  width: 252px; }

.free_btns_2col .fbtn:nth-child(2) {
  float: right; }

.free_btns_2col #link03 {
  font-size: 18px;
  color: #ffe480;
  font-weight: bold; }

.rotate {
  height: 651px;
  /* 1枚のときのカード高さ */
  position: relative; }
  .card_pair .rotate {
    height: 590px;
    /* 2枚組のときのカード高さ */ }

.rotate .front,
.rotate .back {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s, -webkit-box-shadow 0.5s;
  transition: -webkit-transform 1s, -webkit-box-shadow 0.5s;
  transition: transform 1s, box-shadow 0.5s;
  transition: transform 1s, box-shadow 0.5s, -webkit-transform 1s, -webkit-box-shadow 0.5s; }

.card2_2 .rotate .front,
.card2_2 .rotate .back {
  left: 370px; }

.rotate .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flipped .front {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.flipped .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.shadow {
  -webkit-box-shadow: 0px 0px 13px 2px #dbf5ff;
  box-shadow: 0px 0px 13px 2px #dbf5ff;
  border-radius: 12px; }

.result_special {
  margin: 30px auto 0;
  position: relative; }

.result_special .ttl {
  width: 100%;
  text-align: center;
  margin: 0 auto -150px; }

.result_special .bg .bgt {
  margin: 0 auto;
  position: relative; }

.result_special .bg .bgt .title {
  width: 610px;
  height: 130px;
  position: absolute;
  bottom: 45px;
  left: 115px;
  text-align: center;
  display: table; }

.result_special .bg .bgt .title .cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  color: #ffff66; }

.result_special .bg .bgr .card {
  width: 300px;
  margin: 0 auto; }

.result_special .bg .bgr .btn2 {
  position: absolute;
  position: absolute;
  bottom: 130px;
  margin: auto;
  left: 0;
  right: 0; }

.result_special .bg::after {
  width: 810px;
  height: 12px; }

.result_special .bg .bgr .card .rotate {
  margin: 0 auto; }

.result_special .bg .bgr .card_name {
  text-align: center;
  padding: 20px 0 50px;
  font-size: 18px;
  font-weight: bold;
  color: #000; }

.result_special .bg .bgr .message {
  position: relative;
  padding: 0 90px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: left; }

.result_recommend_parent {
  position: relative;
  height: 1015px; }

.result_recommend_parent .spread_main {
  position: relative;
  z-index: 10000; }

.result_recommend_parent .flash_main {
  position: absolute;
  top: 0;
  pointer-events: none;
  -webkit-pointer-events: none;
  left: 0;
  right: 0; }

.top_menu_name,
.recom_menu_name {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
  color: #fef7aa;
  text-decoration: none; }
  .top_menu_name a,
  .recom_menu_name a {
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
    color: #fff29d;
    text-decoration: none; }
    #recommend .top_menu_name a, #recommend
    .recom_menu_name a {
      color: #fef7aa; }
      #recommend .top_menu_name a:hover, #recommend
      .recom_menu_name a:hover {
        color: #FFFFFF; }
    .top_menu_name a span,
    .recom_menu_name a span {
      letter-spacing: -3px; }
    .top_menu_name a:hover,
    .recom_menu_name a:hover {
      color: #FFFFFF; }
    .gorgeous_body .bg01 .top_menu_name a, .gorgeous_body .bg01
    .recom_menu_name a {
      color: #f77ba0; }
    .gorgeous_body .bg02 .top_menu_name a, .gorgeous_body .bg02
    .recom_menu_name a {
      color: #66ffff; }
    .gorgeous_body .top_menu_name a:hover, .gorgeous_body
    .recom_menu_name a:hover {
      color: #fff; }

.recom_menu_name {
  color: #ffb533;
  text-align: left; }
  .recom_menu_name a {
    color: #ffb533; }

.wp_msg {
  text-align: center;
  margin: 50px auto 30px; }

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

@keyframes fin02 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@keyframes fout02 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.anime01 .scene .text, .anime01 .scene .rune {
  top: 0;
  left: 0; }
.anime01 .scene .text {
  opacity: 0;
}
  .anime01 .scene .text.fout, .anime01 .scene .rune.fout {
    -webkit-animation: fout02 2s linear 1s 1 forwards;
            animation: fout02 2s linear 1s 1 forwards; }
  .anime01 .scene .text.fin, .anime01 .scene .rune.fin {
    -webkit-animation: fin02 3.5s ease 2s 1 forwards;
            animation: fin02 3.5s ease 2s 1 forwards; }

.anime01 .modan_browser,
.anime01 .scene {
  width: 100%;
  height: 100%; }

.anime01 .ovly1,
.anime01 .ovly2 {
  position: absolute;
  top: 0;
  left: 0; }

.anime01 .ovly1 {
  z-index: 0; }
  .anime01 .ovly1.fout {
    -webkit-animation: fout 1.5s ease-out 0.5s 1 forwards;
            animation: fout 1.5s ease-out 0.5s 1 forwards; }

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

@keyframes fout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.anime01 .ovly2 {
  z-index: 100; }
  .anime01 .ovly2.moveup {
    -webkit-animation: moveup 2s ease-out 0.5s 1 forwards;
            animation: moveup 2s ease-out 0.5s 1 forwards; }

@-webkit-keyframes moveup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    opacity: 0; } }

@keyframes moveup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  50% {
    opacity: 0.3; }
  100% {
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    opacity: 0; } }

@media only screen and (max-width: 700px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 600px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 560px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 480px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 420px) {
  body {
    margin: 0; } }

@media only screen and (max-width: 340px) {
  body {
    margin: 0; } }

.fadein {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 0;
//	overflow:hidden;
}

.fadein.scrollin {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 1;
//	overflow:hidden;
}