﻿* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
html, body {
  background-color: #000000;
  width: 100%;
}
html, body, div, dl, dt, dd, ul, ol, li, code, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6, a {
  border: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  letter-spacing: 0.1rem;
  line-height: 2.3rem;
  -webkit-text-size-adjust: none;
  font-size: 12px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style-type: none;
}
.pc {
  display: inline !important;
}
.mb {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: inline !important;
  }
}
#wrap {
  max-width: 768px;
  height: auto;
  margin: 0 auto;
  /*padding-top:70px;*/
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 480px) {
  #wrap {
    /*padding-top:57px;*/
  }
}
#contents {
  width: 100%;
}
#content {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}
body img {
  max-width: 100%;
}
a {
  cursor: pointer;
  transition: all 0.3s;
  color: #bdb6ff;
  font-weight: 600;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}
a.btn {
  background-color: #aa8942;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  /*-ms-touch-action: manipulation;
	touch-action: manipulation;*/
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
}
.app_btn {
  cursor: pointer;
}
.ad_div{
  text-align:center;
}
.submenu_ttl {
  font-size: 16px;
  width: 100%;
  margin: 0px auto 20px auto;
  padding: 8px 5%;
  line-height: 180%;
  color: #deb534;
  color: #fff;
  background-color: #3e3b3b;
  border-bottom: 3px solid #aa8942;
}
@media screen and (min-width: 768px) {
  .submenu_ttl {
    margin: 0px auto 30px auto;
    padding: 10px 5%;
    font-size: 18px;
  }
}
/* ---- header-new --------------------------------*/
.div_header {
  max-width: 768px;
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 4;
  height: 50px;
  background-image: url(/image/site/a_header_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.div_header h1 {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  line-height: 0;
  height: auto;
  text-align: center;
  padding: 0 0 0 0;
  width: 65%;
}
.div_header h1 a {
  display: inline-block;
}
.div_header h1 img {
  width: auto;
  height: 50px;
  padding: 3px;
  display: block;
}
#btn_setting, #btn_home {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  width: 14%;
  height: 100%;
}
#btn_fav, #btn_regist {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  width: 14%;
  height: 100%;
}
#btn_home a, #btn_fav a, #btn_regist a {
  display: inline-block;
}
#btn_setting img, #btn_home img, #btn_fav img, #btn_regist img {
  width: 40px;
  height: auto;
  display: block;
}
.menu_in {
  position: fixed;
  width: 100%;
  max-width: 768px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.navbar-offcanvas {
  width: 100%;
  max-width: 768px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: -2;
  display: none;
}
.navbar-offcanvas.offcanvas-transform.in {
  z-index: 2;
  display: block;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.offcanvas-stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}
.offcanvas-stop-scrolling:after {
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.navbar-offcanvas.offcanvas-transform.js-offcanvas-done {
  height: 100% !important;
}
.header_menu_waku {
  width: 100%;
  margin: 2.5rem auto;
}
.header_menu_waku a {
  display: block;
  text-decoration: none;
}
.header_menu_waku .header_menu_main a {
  padding: 5px 0 0 0;
  font-size: 16px;
  color: #fff;
}
.header_menu_waku .header_menu_main {
  margin: 15px auto 10px auto;
  width: 90%;
}
.header_menu_waku .header_menu_sub {
  margin: 30px auto;
}
.header_menu_waku .header_menu_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.header_menu_waku .header_menu_sub ul li {
  width: 48%;
  display: block;
}
.header_menu_waku .header_menu_sub ul li:nth-child(odd) {
  margin-right: 4%;
}
.header_menu_waku .header_menu_sub ul li a {
  padding: 5px 10px 5px 0;
  font-size: 11px;
  color: #666;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
  line-height: 200%;
  border-bottom: 1px solid #333;
}
.header_menu_waku .header_menu_sub ul li a:after {
  background-position: center;
  background-image: url(/image/site/x_arrow_right.png);
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  opacity: 0.35;
}
.header_menu_waku .header_menu_sub .ttl {
  padding: 2px 5%;
  line-height: 200%;
  font-size: 12px;
  background-color: rgba(68, 110, 118, 0.35);
  text-align: left;
  color: #fff;
}
.header_menu_prf {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(68, 110, 118, 0.35);
  padding: 15px 15px 20px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.header_menu_prf a {
  width: 44%;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  position: relative;
  padding-bottom: 5px;
}
.header_menu_prf a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f044';
  font-weight: 900;
  color: #aa8942;
  position: absolute;
  right: 0;
  bottom: 5px;
  line-height: 180%;
}
.header_menu_prf a.prf_you {}
.header_menu_prf a p {
  margin-bottom: 5px;
  line-height: 180%;
}
.header_menu_prf a div.name {
  font-size: 14px;
  line-height: 160%;
  width: 80%;
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  height: 100%;
  height: -webkit-calc(100% - 25px);
  height: calc(100% - 25px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
.header_menu_prf a div.name p {
  font-size: 14px;
  line-height: 140%;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom:4px;
}
.header_menu_prf a div.name span {
  font-size: 10px;
  margin-right: 2px;
  letter-spacing: 0;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  right: 20px;
}
.header_menu_prf .prf_x {
  display: block;
  width: 6%;
  margin: 3%;
  position: relative;
}
.header_menu_prf .prf_x::before, .header_menu_prf .prf_x::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.header_menu_prf .prf_x::before {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header_menu_prf .prf_x::after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 320px) {
  .div_header {
    height: 45px;
  }
  .div_header h1 img {
    height: 45px;
  }
  .header_menu_waku {
    margin: 1.5rem auto;
  }
  .header_menu_waku .header_menu_main a {
    font-size: 14px;
    padding: 0;
  }
  .header_menu_waku .header_menu_sub {
    margin: 15px auto;
  }
}
@media screen and (min-width: 480px) {
  .navbar-offcanvas {
    font-size: 16px;
  }
  .div_header {
    height: 90px;
  }
  .div_header h1 img {
    height: 90px;
  }
  #btn_setting img, #btn_home img, #btn_fav img, #btn_regist img {
    width: 80px;
  }
  .header_menu_prf {
    padding: 25px 20px 30px 20px;
  }
  .header_menu_prf a p {
    font-size: 14px;
  }
  .header_menu_prf a div.name {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    height: -webkit-calc(100% - 35px);
    height: calc(100% - 35px);
  }
  .header_menu_prf a div.name p {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom:0;
  }
  .header_menu_prf a div.name span {
    font-size: 14px;
    margin-right: 5px;
  }
  .header_menu_prf a:after {
    font-size: 16px;
  }
  .header_menu_waku .header_menu_sub .ttl {
    font-size: 14px;
    padding: 8px 5%;
  }
  .header_menu_waku .header_menu_sub ul li a {
    font-size: 14px;
  }
}
/*ポップアップ*/
h4.modal_ttl {
  background-image: url(/image/static/x_head_bg.jpg);
  background-position: center center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-weight: bold;
}
div.modal_naka {
  padding: 15px 20px 20px;
}
div.modal_naka p {
  margin-bottom: 15px;
}
div.modal_naka .pink {
  color: #F2419D;
}
#modal-content_favorite {
  width: 80%;
  max-width: 650px;
  margin: 1.5em auto 0;
  padding: 0px;
  box-shadow: 0px 0px 8px #000;
  background: #fff;
  position: fixed;
  color: #1b1b1b;
  font-size: 0.9em;
  z-index: 5;
  border-radius: 10px;
  border: 0px solid #fff;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}
.modal-dialog-center {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate3d(-53%, -50%, 0) !important;
  transform: translate3d(-53%, -50%, 0) !important;
  -ms-transform: translate3d(-53%, -50%, 0) !important;
  -o-transform: translate3d(-53%, -50%, 0) !important;
  width: 90% !important;
  padding-top: 0;
  z-index: 1111 !important;
}
/*fav*/
.favorite_result_button {
  color: #fff;
  font-size: 1em;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  background-color: #bdb6ff;
  border: 1px solid #bdb6ff;
  padding: 10px 10px;
  margin: 5px auto;
  cursor: pointer;
  text-decoration: none;
}
.favorite_result_button:hover {
  text-decoration: none !important;
  background-color: rgba(189, 182, 255, 0.7);
}
.favorite_cancel_button {
  color: #bdb6ff;
  font-size: 1em;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #bdb6ff;
  padding: 10px 10px;
  margin: 5px auto;
  cursor: pointer;
  text-decoration: none;
}
.favorite_cancel_button:hover {
  text-decoration: none !important;
  color: #bdb6ff;
  background-color: rgba(189, 182, 255, 0.3);
}
#contents {
  width: 100%;
}
/* ---- bootstrap.min -------*/
.modal-open {
  overflow: hidden
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  tran sition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%)
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
  margin-top: -2px
}
.modal-title {
  margin: 0;
  line-height: 1.42857143
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30 px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}