@charset "UTF-8";
/* CSS Document */
/*=========================================================
 *
 *	css file for "www.aaaaaaa.com"
 *	file name : rwd/sp.css
 *
=========================================================*/
/*@media screen and (max-width: 569px) {*/
@media screen and (max-width: 689px) {
  body {
    background: none;
    padding-top: 4px;
  }
  .sp_show {
    display: block !important;
  }
  .sp_hide {
    display: none !important;
  }
  header#header {}
  div.lr01 {
    padding: 0px 0 0px 0;
    display: none;
  }
  div.lr01 div.lrbox_l {
    width: 100%;
  }
  div.lr01 div.lrbox_r {
    width: 0%;
  }
  div.lr02 div.lrbox_l {
    width: 35%;
    padding-left: 2%;
  }
  div.lr02 div.lrbox_r {
    width: 63%;
  }
  div#contents {
    /*width: 96%;
	padding: 0 2%;*/
    /*float: left;*/
    width: 100%;
    clear: both;
    margin: auto;
  }
  div#contents div.wrap {
    padding: 0 2%;
  }
  div#contents section {
    width: 98%;
    margin: auto;
  }
  div#contents div.frame_outside_02 {
    padding: 2px;
    background: #B8AA80;
  }
  div#contents section.box_02 h3 {
    display: block;
    /*font-size: 20px;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    color: #BE0000;
    padding-bottom: 40px;
  }
  h3.ttl_red {
    font-size: 16px;
    padding-bottom: 20px;
  }
  h3.ttl_red span.sub {}
  h3.ttl_red span a {}
  h3.ttl_red span a:hover {}
  div#contents section.box_02 span#icon_owner {
    display: block;
    width: 28%;
    padding-right: 5px;
    padding-bottom: 2px;
    float: left;
  }
  div#contents section.box_03 {
    margin-bottom: 5px;
  }
  div#contents section.box_03 h3 {
    background: #edebe4;
    padding: 2px 4px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #000033;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
  }
  div#contents section.box_02 h3 span {
    font-weight: normal;
  }
  div#sidebar {
    width: 0%;
    float: right;
  }
  nav#gnav {
    height: 33px;
    background: #fff;
    box-shadow: none;
    border: #CACACA 1px solid;
    border-width: 1px 0;
  }
  nav#gnav ul {
    background: none;
  }
  nav#gnav ul li {
    /*width: 170px;*/
    height: 33px; /*25px*/
    width: 25%;
    float: left;
    box-sizing: border-box;
  }
  nav#gnav ul > li {
    border-right: #D4D4D4 1px solid;
    display: table;
  }
  nav#gnav ul > li:last-child {
    border-right: 0;
  }
  nav#gnav > ul > li > a {
    display: table-cell;
    height: 33px; /*25px*/
    text-indent: 0;
    vertical-align: middle;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: bold;
  }
  nav#gnav > ul > li > a:visited {
    color: #444;
  }
  nav#gnav.fixed {
    position: fixed;
    top: 0px;
    left: auto;
    z-index: 10;
    /*background: #ffd6f3;*/ /*pink*/
    background: #ed7481; /*red*/
    /*background: #b188d9;*/ /*purple*/
    height: 44px; /*25px*/
    width: 100%;
    max-width: 1024px;
    box-shadow: -moz-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: -ms-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  /*nav#gnav.fixed ul li {
	height: 40px;	
}
nav#gnav.fixed > ul > li > a {
	height: 40px;
}*/
  ul.list_pulldown {
    width: 98%;
    background: #F3D3D7;
    /*border-width: 1px;
	border-style: solid;
	border-color: #333;*/
    padding: 1%;
    display: none;
  }
  ul.list_pulldown li {
    width: 31%;
    float: left;
    height: 40px;
    padding: 1%;
  }
  ul.list_pulldown li.side {
    width: 32%;
    padding: 1%;
  }
  ul.list_pulldown li.bottom {}
  ul.list_pulldown li a {
    display: block;
    height: 29px;
    text-decoration: none;
    /*border-right: 1px dashed #333;
	border-bottom: 1px dashed #333;*/
    border: 1px solid #ccc;
    background: #fff;
    color: #EA5E6B;
    font-size: 15px;
    padding-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  ul.list_pulldown li.side a {
    border-right: none;
  }
  ul.list_pulldown li.bottom a {
    border-bottom: none;
  }
  ul.list_pulldown li a:hover {
    background: #e3ffd8;
  }
  /*----------- social -----------*/
  div#social {
    position: relative;
    height: 30px;
    overflow: hidden;
  }
  div#social ul {
    position: relative;
    left: 50%;
    float: left;
  }
  div#social ul li {
    position: relative;
    left: -50%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  /*----------- pulldown menu -----------*/
  nav#gnav ul li {
    background: none;
    box-sizing: border-box;
  }
  nav#gnav ul li.pulldown {
    position: relative;
  }
  nav#gnav ul li.pulldown ul {
    /*position: absolute;
	z-index: 10;
	top: 44px;
	left: 0px;*/
    top: 33px;
    display: none;
  }
  nav#gnav ul li.pulldown ul li {
    display: block;
    width: 200%;
    height: 40px;
  }
  nav#gnav ul li.pulldown ul li a {
    display: block;
    /*width: 155px;*/
    padding-top: 10px;
    padding-left: 5px;
    height: 29px;
    background: #fff url(../../sharedimg/icon_yajirusi.png) no-repeat 95% 50%;
    color: #237720;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px dashed #666;
    font-size: 14px;
  }
  nav#gnav ul li.pulldown ul li a:hover {
    background: #e3ffd8 url(../../sharedimg/icon_yajirusi.png) no-repeat 95% 50%;
  }
  /*----------- end pulldown menu -----------*/
  nav#gnav ul li#method > a {
    background: none;
  }
  nav#gnav ul li#purpose > a {
    background: none;
  }
  nav#gnav ul li#list > a {
    background: none;
  }
  nav#gnav ul li#review > a {
    background: none;
  }
  nav#gnav ul li#method > a:hover {
    background: none;
  }
  nav#gnav ul li#purpose > a:hover {
    background: none;
  }
  nav#gnav ul li#list > a:hover {
    background: none;
  }
  nav#gnav ul li#review > a:hover {
    background: none;
  }
  nav#gnav ul li#method > a.selected {
    background: none;
  }
  nav#gnav ul li#purpose > a.selected {
    background: none;
  }
  nav#gnav ul li#list > a.selected {
    background: none;
  }
  nav#gnav ul li#review > a.selected {
    background: none;
  }
  div#box {}
  div#box div.lrbox_l {
    width: 100%;
    padding-right: 0;
    margin: auto;
    clear: both;
    margin-bottom: 6px;
  }
  div#box div.lrbox_r {
    width: 100%;
    padding-left: 0;
    margin: auto;
    clear: both;
  }
  /*----------- first  -----------*/
  div#first {
    width: 100%;
  }
  div#first div.lrbox_l {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
  div#first div.lrbox_r {
    text-align: right;
    padding-right: 0%;
    width: 0%;
  }
  /*----------- second  -----------*/
  div#second {
    width: 100%;
  }
  div#second div.lrbox_l {
    text-align: left;
    width: 98%;
    padding-left: 2%;
  }
  div#second div.lrbox_l ul {
    padding-top: 0px;
  }
  div#second div.lrbox_l ul li {
    padding-left: 20px;
    padding-bottom: 6px;
    background: url(../../sharedimg/icon_star_s.png) no-repeat 2px 3px;
    font-size: 14px;
  }
  div#second div.lrbox_r {
    text-align: right;
    width: 0%;
    padding-right: 0%;
  }
  /*----------- review  -----------*/
  ul.list_01 {}
  ul.list_01 li {}
  ul.list_01 li a.ttl_01 {
    text-decoration: none;
    padding-top: 0px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 16px;
    /*color: #be0000;*/
    font-weight: normal;
  }
  ul.list_01 li span {}
  ul.list_01 li a:hover {
    text-decoration: underline;
  }
  ul.list_01 li p.comment {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  ul.list_01 li div.imgleft {
    width: 22%;
  }
  /*----------- end review  -----------*/
  ul.list_03 {}
  ul.list_03 li {
    text-align: left;
  }
  ul.list_03 li a {}
  ul.list_03 li div.imgleft {
    width: 15%;
    padding-right: 1%;
    min-width: 100px;
    overflow: hidden;
  }
  ul.list_03 li div.imgleft img {}
  /* result list */
  /* -------------------------------------------------- */
  ul.list_a {}
  ul.list_a li ul.list_r li {
    width: 45%;
  }
  dl.tbl_01 {}
  dl.tbl_01 dt {
    width: 100%;
    padding-right: 0%;
    clear: both;
    height: 20px;
    text-align: left
  }
  dl.tbl_01 dd {
    width: 100%;
    clear: both;
    height: 45px;
  }
  dl.tabl_01 dd.h140 {
    height: 45px;
  }
  div#sitemap {}
  div#sitemap div.lrbox_l {
    width: 100%;
    clear: both;
  }
  div#sitemap div.lrbox_r {
    width: 100%;
    clear: both;
  }
  /*----------- tab  -----------*/
  ul#tab li {
    width: 48%;
    float: left;
    padding-top: 4px;
    padding-right: 2%;
    height: 50px;
  }
  ul#tab li.side {
    width: 50%;
    padding-right: 0%;
  }
  ul#tab li a {
    font-size: 16px;
  }
  ul#tab li a.selected {}
  div#tab_box {
    padding: 2px;
    padding-top: 20px;
  }
  /*----------- pager -----------*/
  div.pager {
    /*position: relative;
	left: -50%;
	float: left;
	
    font-size: 85%;
	width: 100%;
	margin: 0px auto 0 auto;*/
    width: 100%;
    padding-bottom: 10px;
    margin: auto;
  }
  div.pager:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
  }
  div.pager a, div.pager span {
    display: block;
    float: left;
    margin-right: 0.5em;
    padding: 0.7em 1em;
    font-size: 11px;
  }
  /*----------- sp menu  -----------*/
  ul#mobile-header {
    display: block;
  }
  ul#mobile-header li {
    float: right;
    padding-right: 15px;
  }
  ul#mobile-header li a {
    width: 44px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  ul#mobile-header li a#menu_home {
    background: #FC8815 url(../../sharedimg/btn_menu_home.gif) no-repeat 12px 8px; /* 7px*/
  }
  ul#mobile-header li a#responsive-menu-button {
    background: #FC8815 url(../../sharedimg/btn_menu_list.gif) no-repeat 12px 8px;
  }
  /*----------- end sp menu  -----------*/
  /*----------- frame -----------*/
  div.frame_02 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 10px;
    padding: 10px 0 0 0;
  }
  div.img_frame_02 {
    width: 28%;
    padding-right: 2%;
  }
  div.content_frame_02 {
    text-align: left;
    padding: 2%;
  }
  div.frame_02 h3.ttl div.h3_wrapper div {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 0.2em;
  }
  div.frame_02 h3.ttl div.h3_wrapper div span {
    display: block;
    font-size: 16px;
  }
  div.frame_03 {
    background: #fff;
    padding: 5px;
  }
  div.frame_03 p {
    font-size: 16px;
  }
  /*-----------tarot stage-----------*/
  div#stage_wrap {
    width: 260px; /* sp 260px */
    height: 280px;
    padding: 0 0px; /* sp  0px 0px*/
    /*background: #1c2d7b url(../../sharedimg/bg_pattern_01.png);*/
    margin: auto;
    overflow: hidden;
  }
  div.bg_01 {}
  div.bg_02 {}
  div.bg_03 {
    background: #ffffff url(../../sharedimg/bg_pattern_03_sp.png);
  }
  div.bg_04 {
    background: #ffffff url(../../sharedimg/bg_pattern_04_sp.png);
  }
  div.bg_05 {
    background: #ffffff url(../../sharedimg/bg_pattern_05_sp.png);
  }
  div#stage {
    width: 260px; /* sp 260px */
    height: 260px; /* sp 260px */
    margin: auto;
    position: relative;
    /*border: 1px solid #ccc;*/
  }
  div#stage_wrap p.ttl {
    color: #fff;
    text-align: center;
    height: 20px;
  }
  div#stage div.cardbox, div#stage div.cardbox_0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; /* 80px */
    height: 30%; /* 120px */
  }
  div#stage div.card, div#stage div.card_0 {
    position: relative;
    width: 100%; /* 80px */
    height: 100%; /* 120px */
  }
  img.omote {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%; /* 80px */
    height: 100%; /* 120px */
  }
  img.ura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 80px */
    height: 100%; /* 120px */
  }
  /*----- start flick slide show-----*/
  .flickSimple ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .flickSimple ul.landscape {}
  .flickSimple ul li {
    float: left;
    list-style-type: none;
    text-align: center;
  }
  .flickSimple ul li.landscape {}
  #flickable1, /*#flickable1.landscape {
	width: 100%;
	padding: 10px 0 0 0;
}*/ #flickable1 {
    padding: 10px 0 0 0;
  }
  /*#flickable1 ul.landscape,*/
  #flickable1 ul {
    width: 300%;
  }
  #flickable1 ul li {
    width: 11.111%;
  }
  #flickable1 ul li img {
    width: 65%;
    padding-bottom: 4px;
  }
  #flickable1 ul li span {
    display: block;
    width: 60px;
    margin: auto;
    font-size: 9px;
    line-height: 1.0;
  }
  .flickableControl {
    overflow: hidden;
  }
  #flickableNavi {
    text-align: center;
  }
  .nextbtn {
    display: block;
    float: right;
    text-align: right;
  }
  .backbtn {
    display: block;
    float: left;
  }
  .nextbtn.inactive, .backbtn.inactive {
    opacity: 0.3;
  }
  .indicator {
    position: relative;
    overflow: hidden;
    width: 13px;
    height: 5px;
    background: url(../../sharedimg/indicater_bg.png) repeat-x left top;
    margin: 2px auto 2px auto;
  }
  .indicator img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  div.cover {
    position: absolute;
    bottom: 1px;
    right: 0px;
    width: 15%;
    height: 80px;
    background: #fff;
    z-index: 10;
  }
  /*----- end flick slide show-----*/
  /* ul col_333 */
  /* -------------------------------------------------- */
  ul.col_333 {}
  ul.col_333 li {}
  ul.col_333:after {}
  ul.col_333 li img {}
  /* end col_333-------------------------------------------------- */
  /* table012 */
  /* -------------------------------------------------- */
  table.table012 {
    width: 100%;
    margin: auto;
  }
  /* label */
  /* -------------------------------------------------- */
  span.label_01 {}
  span.label_01 span.fukidashi {
    display: block;
    width: 0px;
    height: 0px;
    background: none;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  ul.ranking {
    padding: 5px;
  }
  ul#history {
    padding: 5px;
  }
  /* result page */
  /* -------------------------------------------------- */
  div#ttl_res {}
  div.ttl_03 {
    font-size: 100%;
  }
  div#types {}
  div#types div.lrbox_l {
    width: 45%;
    padding: 0 2% 0 3%;
  }
  div#types div.lrbox_r {
    width: 45%;
    padding: 0 3% 0 2%;
  }
  /* top api */
  /* -------------------------------------------------- */
  div#btn_api {
    padding: 0;
  }
  div#btn_api div.lrbox_l {
    /*width: 100%;
	padding-right: 0%;
	padding: 0;
	margin-bottom: 10px;*/
  }
  div#btn_api div.lrbox_r {
    /*width: 100%;
	padding-left: 0%;
	padding: 0;*/
  }
  div#btn_api a span.hline {}
  div#btn_api a span.main {}
  div#btn_api a span.fline {}
  div#btn_api a {}
  div#illust_fukidashi_kyouno {
    top: 3px;
    left: 20px;
  }
  div#illust_fukidashi_ataru {
    top: 4px;
    left: 20px;
  }
  div#btn_api a:hover {}
  a.btn_api_01 {}
  a.btn_api_02 {}
  /* footer */
  /* -------------------------------------------------- */
  div#ftr div.lrbox_l {
    width: 50%;
    padding-right: 25%;
    padding-left: 25%;
    background: none;
    text-align: center;
  }
  div#ftr div.lrbox_r {
    width: 80%;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 20px;
    text-align: center;
  }
  small {
    display: block;
    background: url(../../sharedimg/bdr_ftr_btm.png) no-repeat left top;
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    color: #7a7954;
  }
  div#wrap_footer a#btn_top {
    display: block;
    width: 120px;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    top: -40px;
    right: 10px;
    background: #ECD6C7;
    text-decoration: none;
    color: #7a7954;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  div.frame_03 div.yokonaga_sp_wrap {
    position: relative;
    height: 100px;
  }
  div.frame_03 div.yokonaga_sp {
    position: absolute;
    left: -12px;
    width: 320px;
    height: 50px;
  }
  input.txt_02, input.txt_03 {
    width: 80%;
  }
  /* Hamburger menu */
  /* -------------------------------------------------- */
  .collapse, .collapsed {
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
  .collapse.navbar-collapse {
    display: none;
  }
  .collapse.navbar-collapse.show {
    display: inherit;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .navbar-nav {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 275px;
    border-radius: 4px;
    padding: 52px 15px 15px 15px;
    background-color: #fff;
      overflow: scroll;
      max-height: 70vh;
  }
  div.lr02 div.lrbox_r .navbar-nav a {
    color: #EA5E6B;
    border-bottom: 1px solid #FAD7DA;
    text-align: left;
    padding: 10px 0;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    background: url(images/arrow_gra.png) no-repeat right center;
    background-size: 4%;
  }
  div.lr02 div.lrbox_r .navbar-nav li:last-child a {
    border-bottom: 0;
  }
  .humburger_open {
    float: right;
    margin: 6px 10px 0 0;
  }
  .humburger_close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .humburger_open img, .humburger_close img {
    max-width: 32px;
    max-height: 32px;
  }
  .sub_title {
    font-size: 18px;
  }
  .sub_text {
    font-size: 13px;
  }
  .sub_list li a, .sub_list li a:visited {
    padding: 15px 20px 15px 15px;
  }
  .sub_list li .sub_list_title {
    font-size: 14px;
  }
  .sub_list li .sub_name {
    font-size: 13px;
  }
  .navbar-nav .ac-open {
    position: relative;
  }
  .navbar-nav .ac-open .plus-wrap {
    position: absolute;
    right: 1px;
    top: 6px;
    width: 30px;
    height: 30px;
  }
  .navbar-nav .ac-open .plus {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .navbar-nav .ac-open .plus:before,
    .navbar-nav .ac-open .plus:after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #EA5E6B;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
  }
  .navbar-nav .ac-open .plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .navbar-nav .ac-open.active .plus:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
    
  .navbar-nav ul.ac_inner {
      padding-left: 15px;
  }
   div.lr02 div.lrbox_r .navbar-nav ul.ac_inner a {
      font-size: 14px;
  }
  a.btn_02{font-size: 11px;display: flex; align-items: center; justify-content: center; padding-bottom: 3%;}

    
    
} /* end media*/