@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: #FFCC00; }

#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: 123px; }
  .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: #b455a6; }

#recommend .normal {
  color: #f7f7f3; }

.inbox .right {
  margin-right: 47px;
  padding-top: 7px; }

/*new*/
#newarea {
  margin: 0 auto;
  position: relative;
  text-align: center; }

#new {
  margin: 0 auto;
  height: 300px;
  background: url(../img/new_menu_bg.png) no-repeat center top;
  background-size: 860px auto;
  z-index: 9999;
  position: relative;
  padding: 35px 120px 40px; }
  #new .ico {
    width: 120px;
    margin: 15px 0 0 30px;
    float: left; }
    #new .ico img {
      width: 100%; }
  #new .right {
    width: 550px;
    margin: 30px 30px 0 5px; }
  #new .data {
    font-size: 18px;
    color: #4d0000;
    font-weight: bold;
    padding-bottom: 10px; }
  #new .price {
    margin-top: 10px; }

.menu_wrap {
  z-index: 9999;
  position: relative;
  height: 265px;
  margin: 0 auto;
  width: 837px;
  background: url(../img/menu_bg_beige.png) no-repeat center center; }
  .menu_wrap.ivory {
    background: url(../img/menu_bg_ivory.png) no-repeat center center;
    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;
    margin: 0;
    left: 70px;
    width: 110px; }
    .menu_wrap .ico img {
      width: 100%; }
  .menu_wrap .right {
    width: 530px;
    margin: 0;
    right: 100px; }

.result_top {
  text-align: center;
  margin-bottom: -30px; }

/*special*/
#recommend_ttl h3 {
  text-align: center;
  padding-left: 3px; }

#recommend {
  z-index: 10;
  position: relative;
  width: 100%;
  margin-top: -45px; }

#recommend h2 {
  text-align: center; }

#recommend ul {
  width: 910px;
  margin: 0 auto;
  padding-bottom: 60px;
  background-image: url(../img/recom_bgt.jpg), url(../img/recom_bgf.png), url(../img/recom_bgr.png);
  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: 220px;
  background: url(../img/recom_list_line.png) no-repeat center bottom;
  background-size: 710px 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: 121px;
  margin: 15px 0 0 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: 545px;
  margin: 50px 65px 0 0;
  padding-top: 0; }

#free .inbox .right {
  margin-top: 75px; }

#recommend .inbox .price,
#free .inbox .price,
.result_menu_listarea_bg .inbox .price {
  margin-top: 15px; }

/*gorgeous*/
#gorgeous {
  position: relative;
  z-index: 200;
  margin: -70px auto -70px;
  width: 910px; }
  #gorgeous .member {
    color: #bb1553; }

#gorgeous .gorgeous_body {
  position: relative;
  z-index: 201;
  width: 100%;
  margin: -165px auto 0;
  padding: 0 0 30px 0; }

#gorgeous .bg01 {
  height: 456px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 139px;
  background-image: url(../img/gorgeous01_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto; }

#gorgeous .bg01 {
  margin-bottom: -50px; }
  #gorgeous .bg01.mtm {
    margin-top: -158px; }

#gorgeous .inbox {
  position: relative;
  padding-top: 0; }

#gorgeous .inbox .ico {
  width: 125px;
  margin: 0 0 0 98px;
  padding-bottom: 0; }

#gorgeous .inbox .right {
  width: 570px;
  margin: 0 102px 0 0;
  padding-top: 46px; }
  #gorgeous .inbox .right .price {
    position: absolute;
    right: 105px;
    bottom: 10px; }

#gorgeous h2,
#gorgeous h3 {
  text-align: center; }

#special_text02 {
  margin: -30px auto -50px;
  text-align: center;
  z-index: 2;
  position: relative; }

/*free*/
#free {
  position: relative;
  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: 900px auto;
  height: 500px;
  padding-top: 30px; }

#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: 50px; }

#listmenu h2 {
  margin: 0 auto 70px;
  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: 27px 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 {
  padding-top: 20px; }

#listmenu ul li .ttl a {
  width: 243px;
  font-size: 20px;
  font-weight: bold;
  color: #761900;
  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: #4f146b; }

#listmenu #life a {
  color: #013672; }

#listmenu ul li .list_text {
  padding: 2px 40px 0px 45px;
  font-size: 15px;
  color: #535251;
  height: 130px; }

#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: #ca005f; }

#listmenu .list_price .normal {
  color: #6b2614;
  float: none; }

/*spec*/
#spec {
  margin: 90px auto 100px;
  color: #b9b0bf;
  text-align: center; }

#spec .spec_content {
  padding: 50px 125px 50px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4; }

/*-----------------------------introduction-----------------------------*/
#introduction_top {
  width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 150; }

#introduction_main {
  text-align: center; }

#introduction_top_cont {
  text-align: left;
  margin-top: -120px;
  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: 900px;
  margin: 40px auto;
  padding-bottom: 30px;
  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 h2,
  #about_senjutsu h3,
  #about_senjutsu h4,
  #about_spread h2,
  #about_spread h3,
  #about_spread h4 {
    text-align: center; }

.about_cont {
  margin: 0 auto;
  padding: 0 75px 20px 75px;
  z-index: 1000;
  position: relative; }

.about_cont p {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold; }

#card_list h2 + h3 {
  margin-top: -70px; }

#card_list .arcanal {
  margin-top: 0; }

.cards_gr {
  overflow: hidden;
  margin: 0 auto 0; }
  .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: 30px; }
    .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;
    font-weight: bold;
    -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; }

#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;
  margin: 40px auto 40px; }
  #introduction .spred img {
    width: 800px; }

#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: 920px; }

#result_special_ttl2 {
  position: relative;
  z-index: 999999;
  text-align: center; }

#result_special_ttl3 {
  margin-bottom: 70px; }

.special_tx {
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 100000; }

#result_tx03 {
  margin: -10px auto -50px;
  text-align: center; }

#result_tx05 {
  margin: 50px auto;
  position: relative;
  text-align: center; }

#result_tx04 {
  text-align: center;
  margin: -25px auto -75px; }

#result_tx06 {
  text-align: center;
  margin: -30px auto -60px; }

.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: -2px auto 0;
  padding: 20px 0 10px;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  .result_cont_bgr .card {
    width: 300px;
    /* 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: 300px;
  /* 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.frameD {
    margin-top: -100px;
    margin-bottom: 0; }
    .result_content.frameD .result_cont_bgr {
      padding-bottom: 120px;
      background-image: url(../img/result_content_frmD_bgf.jpg), url(../img/result_content_frmD_bgt.jpg), url(../img/result_content_frmD_bgr.jpg);
      background-repeat: no-repeat, no-repeat, repeat-y;
      background-position: bottom center, top center, top center; }
  .result_content.frameC .result_cont_ttl, .result_content.frameB .result_cont_ttl, .result_content.frameA .result_cont_ttl {
    height: 325px;
    padding: 76px 120px 83px; }
  .result_content.frameC .result_cont_bgr, .result_content.frameB .result_cont_bgr, .result_content.frameA .result_cont_bgr {
    padding-bottom: 120px; }
  .result_content.frameC {
    z-index: 999998;
    margin-top: -70px; }
    .result_content.frameC .result_cont_ttl {
      background: url(../img/result_cont_ttl_frmC_bg.png) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameC .result_cont_bgr {
      background-image: url(../img/result_content_frm_bgf.png), 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 {
      background: url(../img/result_cont_ttl_frmB_bg.png) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameB .result_cont_bgr {
      background-image: url(../img/result_content_frm_bgf.png), 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 {
      background: url(../img/result_cont_ttl_frmA_bg.png) no-repeat center top;
      background-size: auto auto; }
    .result_content.frameA .result_cont_bgr {
      background-image: url(../img/result_content_frm_bgf.png), 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_content.frameA .result_cont_bgr .card_name,
      .result_content.frameA .result_cont_bgr .center {
        color: #2c0600; }

.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 span {
  display: table-cell;
  vertical-align: middle;
  color: #fff; }
  .frameA .result_cont_ttl span {
    color: #2c0600; }

.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: -58px 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: 220px;
  background: url(../img/menu_list_bgtop.png) no-repeat center top; }

.menu_list .prelude {
  margin: 0 auto;
  text-align: center;
  color: #fff; }

.menu_list .prelude p {
  margin-bottom: 10px; }

.menu_list .prelude span {
  color: #bc73bd; }

.menu_list .prelude a {
  color: #fff; }

.menu_list .menu_list_bg {
  margin: 0 auto;
  padding-bottom: 100px;
  background-image: url(../img/menu_list_bgf.jpg), url(../img/menu_list_bgr.png);
  background-repeat: no-repeat, repeat-y;
  background-position: 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.jpg) no-repeat left bottom;
  background-size: 100% auto;
  color: #fff;
  position: relative;
  line-height: 34px; }

.menu_sub ul li::before {
  content: "";
  position: absolute;
  background: url(../img/listmark.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 0;
  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_bgt.jpg), url(../img/recom_menu_bgf.jpg), url(../img/recom_menu_bgr.jpg);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: center top, center bottom, center top;
  padding-bottom: 50px;
  position: relative; }
  .result_menu_listarea_bg.puchi {
    background-image: url(../img/recom_menu_bgt_puchi.jpg), url(../img/recom_menu_bgf.jpg), url(../img/recom_menu_bgr_puchi.jpg);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: center top, center bottom, center top; }

.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; }
  .result_menu_listarea_recom .member {
    color: #82cad3; }
  .result_menu_listarea_recom .normal {
    color: #fff; }
  .result_menu_listarea_recom .puchi .member {
    color: #e74f80; }

/*ranking*/
.ranking {
  margin: 0 auto;
  max-width: 906px;
  z-index: 100000; }

.ranking h4 {
  text-align: center; }

.ranking ul {
  margin: -50px auto 0;
  background: url(../img/ranking_bg.jpg) no-repeat bottom center;
  min-height: 420px; }

.ranking ul li {
  display: block;
  width: calc(100% - 160px);
  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: #f9f758;
  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: #fff589;
  padding-bottom: 20px; }

#premium_btn_box {
  overflow: hidden; }

#distoribution_end p {
  margin: 0 auto;
  font-weight: normal;
  color: #fff; }

#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: #d03d7f; }

#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: #d2d1cf; }

#distoribution_end .complement04_bgf {
  background-color: #344634; }

.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: #d44574; }

/*result_card*/
.spread div {
  position: absolute; }

/* spread A */
#spreadA {
  width: 866px;
  min-height: 1157px; }

#spreadA div img {
  width: 68px;
  /* box-shadow */ }

#spreadA .a01 {
  left: 646px;
  top: 511px; }

#spreadA .a02 {
  left: 596px;
  top: 365px; }

#spreadA .a03 {
  left: 501px;
  top: 297px; }

#spreadA .a04 {
  left: 399px;
  top: 246px; }

#spreadA .a05 {
  left: 299px;
  top: 297px; }

#spreadA .a06 {
  left: 201px;
  top: 365px; }

#spreadA .a07 {
  left: 151px;
  top: 511px; }

#spreadA .a08 {
  left: 201px;
  top: 664px; }

#spreadA .a09 {
  left: 299px;
  top: 742px; }

#spreadA .a10 {
  left: 399px;
  top: 778px; }

#spreadA .a11 {
  left: 501px;
  top: 742px; }

#spreadA .a12 {
  left: 596px;
  top: 664px; }

#spreadA .a13 {
  left: 562px;
  top: 511px; }

#spreadA .a14 {
  left: 481px;
  top: 442px; }

#spreadA .a15 {
  left: 399px;
  top: 379px; }

#spreadA .a16 {
  left: 317px;
  top: 442px; }

#spreadA .a17 {
  left: 234px;
  top: 511px; }

#spreadA .a18 {
  left: 317px;
  top: 597px; }

#spreadA .a19 {
  left: 399px;
  top: 645px; }

#spreadA .a20 {
  left: 481px;
  top: 597px; }

#spreadA .a21 {
  left: 399px;
  top: 511px; }

#spreadA .a22 {
  left: 728px;
  top: 511px; }

#spreadA .a23 {
  left: 399px;
  top: 113px; }

#spreadA .a24 {
  left: 68px;
  top: 511px; }

#spreadA .a25 {
  left: 399px;
  top: 911px; }

.nifty_premium {
  text-align: center;
  color: #bc73bd;
  font-size: 25px; }

.nifty_premium a {
  color: #bc73bd; }

.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-left: 150px;
  padding-right: 150px;
 }

#pankuzu a {
  color: #85b94c; }

#pankuzu a:first-child {
  color: #85b94c; }

.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: -55px auto 0;
  width: 900px; }

.free_btns {
  position: absolute;
  width: 622px;
  top: 330px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center; }

.free_btns_2col {
  margin: 0 auto; }

.free_btns_2col .fbtn {
  float: left;
  width: 311px; }

.free_btns_2col .fbtn:nth-child(2) {
  float: right; }

.free_btns_2col #link03 {
  font-size: 18px;
  color: #ffe480;
  font-weight: bold; }

.rotate {
  height: 550px;
  /* 1枚のときのカード高さ */
  position: relative; }
  .card_pair .rotate {
    height: 550px;
    /* 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: 1157px; }

.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;
  text-decoration: none;
  color: #561600; }
  .top_menu_name a,
  .recom_menu_name a {
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
    color: #4d0000;
    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: #a97373; }
    .gorgeous_body .bg01 .top_menu_name a, .gorgeous_body .bg01
    .recom_menu_name a {
      color: #fff2b6; }
    .gorgeous_body .top_menu_name a:hover, .gorgeous_body
    .recom_menu_name a:hover {
      color: #fff; }

.recom_menu_name {
  color: #fef7aa;
  text-align: left; }
  .recom_menu_name a {
    color: #fef7aa; }

.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; } }

.anime01 .scene .text {
  opacity: 0; }

.anime01 .scene .text,
.anime01 .scene .rune {
  top: 0;
  left: 0; }
  .anime01 .scene .text.fin,
  .anime01 .scene .rune.fin {
    -webkit-animation: fin02 5s ease 0s 1 forwards;
            animation: fin02 5s ease 0s 1 forwards; }

.anime01 .modan_browser,
.anime01 .scene {
  width: 100%;
  height: 100%; }

.anime01 .ovly1 {
  position: absolute;
  top: 0;
  left: 0; }

.anime01 .ovly1 {
  z-index: 0; }
  .anime01 .ovly1.fout {
    -webkit-animation: fout 1s ease-out 0.1s 1 forwards;
            animation: fout 1s ease-out 0.1s 1 forwards; }

@-webkit-keyframes fout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadein {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 0; }

.fadein.scrollin {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  opacity: 1; }

@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; } }

/*# sourceMappingURL=../maps/style.css.map */

.result_about_this_menu .complement_bgt {
	padding-bottom: 30px;
}

.spread div {
  /* box-shadow */
  /* -webkit-box-shadow: 0px 0px 10px 2px #dbf5ff; */
  /* box-shadow: 0px 0px 10px 2px #dbf5ff; */
  border-radius: 2px;
}

.stw_recommend {
	width: 800px;
	margin: 20px auto;
	background-color: #000000;
	padding-bottom: 20px;
}

.stw_recommend ul {
	width: 760px;
	margin: 0 auto;
}

.stw_recommend ul li {
	width:730px;
	margin-top: 20px;
	border: 1px #ffff99 solid;
	padding: 20px 15px 20px 10px;
	display: table;
}

.stw_recommend ul li .left {
	width: 200px !important;
	padding-left: 10px !important;
	display: table-cell;
}

.stw_recommend ul li .right {
	width: 500px !important;
	float: none !important;
	padding-left: 10px !important;
	padding-right: 0px !important;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.stw_recommend a {
	text-decoration: none;
}

.stw_recommend ul li .right .site_name {
	color: #FFFF99;
	font-size: 15px;
	font-weight: bold;
}

.stw_recommend ul li .right .menu_name {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 20px;
	text-decoration: underline;
	line-height: 1.5;
}

.stw_header {
	width: 100%;
	margin: 0 auto;
	background-color: #09055a;
	padding: 10px 0;
	font-size: 14px;
}

.stw_header .table {
	width: 970px;
	margin: 0 auto;
	display: table;
}

.stw_header .table .left {
	width: 700px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.stw_header .table .left img {
	width: 35px;
	vertical-align: middle;
}

.stw_header .table .left a {
	color: #FFC000;
}

.stw_header .table .right {
	width: 270px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	float: none!important;
}

.stw_header .table .right a {
	color: #FFC000;
}

.stw_header .table .right a {
	color: #FFC000;
}

.stw_bookmark{
	margin: 0 auto;
	text-align: center;
}

.stw_bookmark_end {
	margin: 0 auto;
	display: none;
	text-align: center;
}

.stw_bookmark .text, .stw_bookmark_end .text {
	margin: 15px auto 25px auto;
	padding: 15px 0 25px 0;
	font-size: 17px;
	color: #FFCC66;
}

