@charset "UTF-8";
/* CSS Document */
#popup_bnr {
  position: fixed;
  z-index: 100000000;
  right: 25px;
  bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: normal;
  display: none; }
  #popup_bnr * {
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }
  #popup_bnr .popup_close_btn {
    position: absolute;
    content: '×';
    width: 30px;
    height: 30px;
    background: #ccc;
    right: -10px;
    top: -10px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    z-index: 1; }
    #popup_bnr .popup_close_btn:hover {
      cursor: pointer; }
    #popup_bnr .popup_close_btn.popup_close_btn--hidden {
      content: '';
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      font-size: 0;
      background: inherit; }
  #popup_bnr a {
    transition: opacity .1s;
    display: block; }
    #popup_bnr a:hover {
      opacity: .8;
      cursor: pointer;
      text-decoration: none; }
  #popup_bnr .popup_box {
    background: #de5f00;
    text-align: center;
    padding: 1em;
    min-width: 260px;
    min-height: 150px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center; }
    #popup_bnr .popup_box .popup_box__inner {
      width: 100%; }
    #popup_bnr .popup_box .popup_box__ttl {
      color: #fff;
      font-weight: bold;
      font-size: 2.1rem;
      letter-spacing: 0.1em; }
    #popup_bnr .popup_box .popup_box__cont {
      margin-top: 0.5em; }
    #popup_bnr .popup_box .popup_box__txt {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 100%; }
    #popup_bnr .popup_box .popup_box__lists {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      margin: 0.8em 0; }
      #popup_bnr .popup_box .popup_box__lists li {
        width: 48%;
        background: #fff;
        color: #de5f00;
        padding: 0.5em;
        font-weight: bold;
        font-size: 1.4rem; }

#aoyama #popup_bnr a:hover {
  opacity: .9; }

#popup_bnr img {
  width: 90%;
  float: right; }

@media screen and (max-width: 768px) {
  /*#popup_bnr {
  	max-width: 240px;
  	width: 50%;
  	margin: 0 auto;
  	left: 0;
  	right: 0;
  	
  	img {
  		width: 100%;
  		float: none;
  	}
  }*/
  #popup_bnr {
    display: none;
    position: fixed;
    z-index: 100000000;
    max-width: 240px;
    width: 50%;
    margin: 0 auto;
    bottom: 10px;
    left: 0;
    right: 0;
    font-feature-settings: normal;
    font-size: 62.5% !important; }
    #popup_bnr * {
      box-sizing: border-box;
      line-height: 1.5; }
    #popup_bnr .popup_close_btn {
      position: absolute;
      content: '×';
      width: 30px;
      height: 30px;
      background: #ccc;
      right: -10px;
      top: -10px;
      color: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 30px;
      font-size: 18px; }
      #popup_bnr .popup_close_btn.popup_close_btn--hidden {
        content: '';
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        font-size: 0;
        background: inherit; }
    #popup_bnr a:hover {
      cursor: pointer;
      text-decoration: none; }
    #popup_bnr img {
      width: 100%; }
    #popup_bnr.bnr_websoudan {
      width: 60%; }
    #popup_bnr .popup_box {
      background: #de5f00;
      text-align: center;
      padding: 1em;
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: inherit;
      min-height: inherit; }
      #popup_bnr .popup_box .popup_box__inner {
        width: 100%; }
      #popup_bnr .popup_box .popup_box__ttl {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.1em; }
      #popup_bnr .popup_box .popup_box__cont {
        margin-top: 0.3em; }
      #popup_bnr .popup_box .popup_box__txt {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.05em;
        line-height: 1.5; }
      #popup_bnr .popup_box .popup_box__lists {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        margin: 0.5em 0; }
        #popup_bnr .popup_box .popup_box__lists li {
          width: 48%;
          background: #fff;
          color: #de5f00;
          padding: 0.5em 0;
          font-weight: bold;
          font-size: 12px; } }
.bnr_cp {
  text-align: center;
  margin-bottom: 60px; }
  .bnr_cp a {
    transition: opacity .1s; }
    .bnr_cp a:hover {
      opacity: 1; }
  .bnr_cp .bnr_cp__sub {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic"; }
    .bnr_cp .bnr_cp__sub::before, .bnr_cp .bnr_cp__sub::after {
      content: "";
      width: 1px;
      height: 24px;
      background-color: #333; }
    .bnr_cp .bnr_cp__sub::before {
      margin-right: 20px;
      transform: rotate(-30deg); }
    .bnr_cp .bnr_cp__sub::after {
      margin-left: 20px;
      transform: rotate(30deg); }
