@charset "UTF-8";
.main_outer1 {
  line-height: 1.2;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }
  .main_outer1 .popupBanner {
    position: fixed;
    z-index: 100;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #e5002d;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 801px) {
    .main_outer1 .popupBanner {
      right: 0;
      -webkit-transform: translateX(240px);
              transform: translateX(240px);
      bottom: 21px;
      height: 70px;
      padding-top: 6px;
      -webkit-transition: .5s;
      transition: .5s;
      border-radius: 6px 0 0 6px;
      cursor: pointer; }
    .main_outer1 .popupBanner.popupBanner-open {
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media screen and (max-width: 750px) {
    .main_outer1 .popupBanner {
      left: 0;
      bottom: 0;
      width: 100%; } }
  .main_outer1 .popupBanner .popupLink {
    display: block;
    text-decoration: none;
    color: #ffffff; }
  .main_outer1 .popupBanner .popupLink .popupLink-bold {
    font-weight: bold; }
    @media (max-width: 767px) {
      .main_outer1 .popupBanner .popupLink .popupLink-bold {
        font-size: 3.5vw; } }
  @media screen and (min-width: 751px) {
    .main_outer1 .popupBanner .popupLink {
      width: 410px;
      font-size: 18px;
      padding-left: 132px;
      line-height: 1.4; } }
  @media screen and (max-width: 750px) {
    .main_outer1 .popupBanner .popupLink {
      font-size: 12px;
      padding: 15px 0;
      text-align: center; } }
  .main_outer1 .popupBanner .popupLink-icon {
    position: relative;
    padding-left: 3em; }
    .main_outer1 .popupBanner .popupLink-icon i {
      font-size: 16px;
      margin-left: 1.5em;
      position: relative; }
      @media (max-width: 767px) {
        .main_outer1 .popupBanner .popupLink-icon i {
          font-size: 3.2vw;
          margin-left: 0;
          margin-right: .5em; } }
      .main_outer1 .popupBanner .popupLink-icon i::after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(-65deg);
                transform: rotate(-65deg);
        background: #fff;
        width: 1.1em;
        height: 2px;
        right: -1.1em;
        bottom: .6em; }
        @media (max-width: 767px) {
          .main_outer1 .popupBanner .popupLink-icon i::after {
            display: none; } }
      .main_outer1 .popupBanner .popupLink-icon i::before {
        content: "";
        position: absolute;
        -webkit-transform: rotate(65deg);
                transform: rotate(65deg);
        background: #fff;
        width: 1.1em;
        height: 2px;
        left: -1.1em;
        bottom: .6em; }
        @media (max-width: 767px) {
          .main_outer1 .popupBanner .popupLink-icon i::before {
            display: none; } }
  .main_outer1 .popupBanner .popupLink-icon::before {
    display: block;
    content: "";
    position: absolute;
    background-image: url(../img/syaken.svg);
    background-repeat: no-repeat;
    background-size: contain; }
  @media screen and (min-width: 751px) {
    .main_outer1 .popupBanner .popupLink-icon::before {
      width: 91px;
      height: 47px;
      top: 5px;
      left: -93px; } }
  @media screen and (max-width: 750px) {
    .main_outer1 .popupBanner .popupLink-icon {
      padding-left: 20px; }
    .main_outer1 .popupBanner .popupLink-icon::before {
      display: none; }
    .main_outer1 .popupBanner .popupLink-bold::after {
      content: " \e91e";
      font-family: "icomoon"; } }
  @media screen and (min-width: 751px) {
    .main_outer1 .popupBanner .closeBtn {
      position: absolute;
      top: 0px;
      left: 0;
      display: inline-block;
      width: 30px;
      height: 70px;
      background-color: #ffffff;
      border-radius: 0;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background-image: url(../img/icon_01.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 19px 24px; }
    .main_outer1 .popupBanner.popupBanner-open .closeBtn {
      background-image: url(../img/icon_02.svg);
      background-size: 17px 21px; } }
  @media screen and (max-width: 750px) {
    .main_outer1 .popupBanner .closeBtn {
      display: none; } }
/*# sourceMappingURL=popup_banner.css.map */