@charset "UTF-8";
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media only screen and (max-width: 767px) {
  .nosp {
    display: none !important; } }

.nopc {
  display: none; }
  @media only screen and (max-width: 767px) {
    .nopc {
      display: block; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#column_2 {
  padding: 0; }

#column_2 #main-wrap {
  width: 100%;
  max-width: 100%; }

.block_premium {
  background-color: #faf4e6; }
  @media only screen and (max-width: 767px) {
    .block_premium {
      overflow: hidden;
      padding: 5% 0 0; } }
  .block_premium .premium-font {
    font-family: YuMincho, 'Yu Mincho', serif; }
  .block_premium img {
    vertical-align: top;
    width: 100%; }
  .block_premium .topbanner {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block_premium .topbanner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; } }
    .block_premium .topbanner .img {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .block_premium .topbanner .img {
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2; } }
      .block_premium .topbanner .img::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        width: 60vw;
        max-width: 720px;
        height: 100%;
        background: linear-gradient(90deg, white 0, white 60%, rgba(255, 255, 255, 0)); }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .img::after {
            display: none; } }
      .block_premium .topbanner .img p {
        width: 70%;
        margin-left: auto; }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .img p {
            width: 100%; } }
    .block_premium .topbanner .title {
      position: absolute;
      width: 60%;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .block_premium .topbanner .title {
          position: relative;
          -webkit-order: 1;
          -ms-flex-order: 1;
          order: 1;
          width: 90%; } }
      .block_premium .topbanner .title .logo {
        width: 70%;
        margin: 0 auto; }
      .block_premium .topbanner .title .text {
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .title .text {
            margin: 20px auto;
            width: 100%; } }
      .block_premium .topbanner .title .midashi01 {
        font-size: 170%;
        color: #aa6e50;
        text-align: center;
        font-weight: bold;
        width: 100%;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .title .midashi01 {
            font-size: 190%; } }
      .block_premium .topbanner .title .midashi02 {
        font-size: 140%;
        color: #b3382d;
        text-align: center;
        position: relative;
        border-top: 1px solid #aa6e50;
        border-bottom: 1px solid #aa6e50;
        font-weight: bold;
        padding: 20px 0;
        margin: 10px auto;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .title .midashi02 {
            font-size: 150%; } }
        .block_premium .topbanner .title .midashi02::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          background-color: #aa6e50;
          left: 0;
          top: -5px; }
        .block_premium .topbanner .title .midashi02::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 3px;
          background-color: #aa6e50;
          left: 0;
          bottom: -5px; }
      .block_premium .topbanner .title .midashi03 {
        font-size: 80%;
        color: #323232;
        text-align: center;
        width: 100%;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
        @media only screen and (max-width: 767px) {
          .block_premium .topbanner .title .midashi03 {
            font-size: 80%; } }
  .block_premium .lead01 {
    margin: 100px 0 auto auto;
    width: 70%; }
    @media only screen and (max-width: 767px) {
      .block_premium .lead01 {
        margin: 50px auto;
        width: 90%; } }
    .block_premium .lead01 p {
      color: #b3382d;
      font-size: 120%; }
      @media only screen and (max-width: 767px) {
        .block_premium .lead01 p {
          text-align: center;
          font-size: 135%; } }
      .block_premium .lead01 p:last-child {
        margin-left: 55px; }
        @media only screen and (max-width: 767px) {
          .block_premium .lead01 p:last-child {
            margin: auto; } }
  .block_premium .lead02 {
    width: 50%;
    margin: 100px auto 50px 10%; }
    @media only screen and (max-width: 767px) {
      .block_premium .lead02 {
        width: 90%;
        margin: 50px auto; } }
    .block_premium .lead02 p {
      font-size: 90%;
      color: #323232;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .block_premium .lead02 p {
          font-size: 110%; } }
  .block_premium .contents {
    width: 50%;
    margin: 50px 5% 40px auto;
    position: relative;
    background-color: #fff;
    border: 1px solid #aa6e50;
    padding: 40px 30px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .block_premium .contents {
        width: 90%;
        margin: 50px auto 30px;
        padding: 30px 20px; } }
    .block_premium .contents .img {
      position: absolute;
      max-width: 160px;
      width: 30%;
      top: -30px;
      left: 1vw; }
      @media only screen and (max-width: 767px) {
        .block_premium .contents .img {
          top: -20px;
          left: 3vw; } }
    .block_premium .contents ul li {
      padding-left: 20px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      position: relative;
      margin: 5px auto; }
      .block_premium .contents ul li::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background-color: #aa6e50;
        top: 0.5vw;
        /*bottom: 0;*/
        left: 0;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          .block_premium .contents ul li::before {
            top: 1.5vw; } }
      .block_premium .contents ul li a {
        display: block;
        text-decoration: underline;
        color: #aa6e50;
        font-size: 90%; }
        @media only screen and (max-width: 767px) {
          .block_premium .contents ul li a {
            font-size: 110%; } }
  .block_premium .fadein {
    opacity: 0.1;
    transition: all 1s;
    transform: translateY(100px); }
  .block_premium .fadein.scrollin {
    opacity: 1;
    transform: translateY(0px); }
  .block_premium .block01 {
    margin: 100px auto; }
    @media only screen and (max-width: 767px) {
      .block_premium .block01 {
        margin: 30px auto 50px; } }
    .block_premium .block01 .block01-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 95%;
      margin-right: auto;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .block_premium .block01 .block01-flex {
          width: 100%; } }
      .block_premium .block01 .block01-flex .img {
        width: 50%;
        position: relative;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .block_premium .block01 .block01-flex .img {
            width: 100%; } }
      .block_premium .block01 .block01-flex .text {
        width: 45%;
        position: relative;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .block_premium .block01 .block01-flex .text {
            width: 90%;
            margin: 30px auto auto; } }
        .block_premium .block01 .block01-flex .text .font01 {
          font-size: 130%;
          color: #b3382d;
          margin: auto auto 10px; }
          @media only screen and (max-width: 767px) {
            .block_premium .block01 .block01-flex .text .font01 {
              font-size: 160%; } }
        .block_premium .block01 .block01-flex .text .font02 {
          font-size: 100%;
          color: #323232;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .block_premium .block01 .block01-flex .text .font02 {
              font-size: 110%; } }
      .block_premium .block01 .block01-flex .icon {
        position: absolute;
        width: 40%;
        z-index: 1;
        right: 20%;
        top: -10%; }
        @media only screen and (max-width: 767px) {
          .block_premium .block01 .block01-flex .icon {
            right: -10%;
            top: 30%;
            width: 60%; } }
  .block_premium .block02 {
    margin: 100px auto;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block_premium .block02 {
        margin: 30px auto 50px; } }
    .block_premium .block02 .block01-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 95%;
      margin-left: auto; }
      @media only screen and (max-width: 767px) {
        .block_premium .block02 .block01-flex {
          width: 100%; } }
      .block_premium .block02 .block01-flex .img {
        width: 50%;
        position: relative;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .block_premium .block02 .block01-flex .img {
            width: 100%;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1; } }
      .block_premium .block02 .block01-flex .text {
        width: 45%;
        position: relative;
        z-index: 2; }
        @media only screen and (max-width: 767px) {
          .block_premium .block02 .block01-flex .text {
            width: 90%;
            margin: 30px auto auto;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2; } }
        .block_premium .block02 .block01-flex .text .font01 {
          font-size: 130%;
          color: #b3382d;
          margin: auto auto 10px; }
          @media only screen and (max-width: 767px) {
            .block_premium .block02 .block01-flex .text .font01 {
              font-size: 160%; } }
        .block_premium .block02 .block01-flex .text .font02 {
          font-size: 100%;
          color: #323232;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .block_premium .block02 .block01-flex .text .font02 {
              font-size: 110%; } }
      .block_premium .block02 .block01-flex .icon {
        position: absolute;
        width: 40%;
        z-index: 1;
        left: 20%;
        top: -10%; }
        @media only screen and (max-width: 767px) {
          .block_premium .block02 .block01-flex .icon {
            left: -10%;
            top: 30%;
            width: 60%; } }
  .block_premium .block03 {
    margin: 100px auto;
    max-width: 600px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .block_premium .block03 {
        max-width: 100%;
        margin: 30px auto 50px; } }
    .block_premium .block03 .img {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .block_premium .block03 .img {
          width: 100%;
          margin: auto; } }
    .block_premium .block03 .text {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .block_premium .block03 .text {
          width: 90%;
          margin: auto; } }
      .block_premium .block03 .text .font01 {
        font-size: 130%;
        color: #b3382d;
        margin: 50px auto 10px; }
        @media only screen and (max-width: 767px) {
          .block_premium .block03 .text .font01 {
            font-size: 160%; } }
      .block_premium .block03 .text .font02 {
        font-size: 100%;
        color: #323232;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .block_premium .block03 .text .font02 {
            font-size: 110%; } }
    .block_premium .block03 .icon {
      position: absolute;
      width: 80%;
      z-index: 1;
      right: -20%;
      top: 10%; }
      @media only screen and (max-width: 767px) {
        .block_premium .block03 .icon {
          right: -10%;
          top: 30%;
          width: 60%; } }
  .block_premium .under-text {
    margin: 100px auto;
    max-width: 600px; }
    @media only screen and (max-width: 767px) {
      .block_premium .under-text {
        width: 90%;
        margin: 50px auto; } }
    .block_premium .under-text .font01 {
      font-size: 90%;
      color: #4a382d;
      margin: auto auto 50px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .block_premium .under-text .font01 {
          font-size: 110%;
          margin: auto auto 20px; } }
    .block_premium .under-text .font02 {
      font-size: 70%;
      color: #4a382d;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .block_premium .under-text .font02 {
          font-size: 70%; } }
  .block_premium .information {
    margin: 100px auto 30px;
    max-width: 550px;
    width: 50%;
    border: 1px solid #b3382d;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .block_premium .information {
        width: 90%;
        margin: 50px auto 30px; } }
    .block_premium .information .info-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .block_premium .information .info-flex .text {
        width: 50%; }
        .block_premium .information .info-flex .text .midashi {
          margin-top: -20%; }
        .block_premium .information .info-flex .text .font01 {
          color: #000;
          font-size: 130%;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            .block_premium .information .info-flex .text .font01 {
              font-size: 160%; } }
        .block_premium .information .info-flex .text .font02 {
          color: #000;
          font-size: 80%;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .information .info-flex .text .font02 {
              font-size: 90%; } }
      .block_premium .information .info-flex .img {
        width: 45%; }
    .block_premium .information .info-text {
      font-size: 80%;
      color: 000;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .block_premium .information .info-text {
          font-size: 90%; } }
  .block_premium .profile {
    margin: 100px auto 30px;
    max-width: 550px;
    width: 50%;
    border: 1px solid #b3382d;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .block_premium .profile {
        width: 90%;
        margin: 50px auto 30px; } }
    .block_premium .profile .profile-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .block_premium .profile .profile-flex .text {
        width: 50%; }
        .block_premium .profile .profile-flex .text .midashi {
          margin-top: -20%; }
        .block_premium .profile .profile-flex .text .font01 {
          color: #000;
          font-size: 150%; }
          @media only screen and (max-width: 767px) {
            .block_premium .profile .profile-flex .text .font01 {
              font-size: 185%; } }
        .block_premium .profile .profile-flex .text .font02 {
          color: #000;
          font-size: 80%; }
          @media only screen and (max-width: 767px) {
            .block_premium .profile .profile-flex .text .font02 {
              font-size: 85%; } }
        .block_premium .profile .profile-flex .text .border {
          width: 120%;
          height: 1px;
          background-color: #4a382d; }
      .block_premium .profile .profile-flex .img {
        width: 45%; }
    .block_premium .profile .profile-text {
      font-size: 80%;
      color: 000;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .block_premium .profile .profile-text {
          font-size: 90%; } }
  .block_premium .other-page {
    margin: 50px auto;
    max-width: 650px;
    width: 55%; }
    @media only screen and (max-width: 767px) {
      .block_premium .other-page {
        width: 90%; } }
    .block_premium .other-page .other-flex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center; }
      .block_premium .other-page .other-flex .prev {
        border: 1px solid #4a382d;
        background-color: #fff;
        width: 40%; }
        .block_premium .other-page .other-flex .prev a {
          padding: 5px;
          display: block;
          box-sizing: border-box; }
        .block_premium .other-page .other-flex .prev .number {
          font-size: 90%;
          text-align: center;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .other-page .other-flex .prev .number {
              font-size: 110%; } }
        .block_premium .other-page .other-flex .prev .text {
          font-size: 60%;
          padding-left: 15px;
          position: relative;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .other-page .other-flex .prev .text {
              font-size: 70%;
              line-height: 1.5em; } }
          .block_premium .other-page .other-flex .prev .text::before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-top: 1px solid #4a382d;
            border-right: 1px solid #4a382d;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            left: 5px;
            top: 5px; }
      .block_premium .other-page .other-flex .next {
        border: 1px solid #4a382d;
        background-color: #fff;
        width: 40%; }
        .block_premium .other-page .other-flex .next a {
          padding: 5px;
          display: block;
          box-sizing: border-box; }
        .block_premium .other-page .other-flex .next .number {
          font-size: 90%;
          text-align: center;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .other-page .other-flex .next .number {
              font-size: 110%; } }
        .block_premium .other-page .other-flex .next .text {
          font-size: 60%;
          padding-right: 15px;
          position: relative;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .other-page .other-flex .next .text {
              font-size: 70%;
              line-height: 1.5em; } }
          .block_premium .other-page .other-flex .next .text::before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-top: 1px solid #4a382d;
            border-right: 1px solid #4a382d;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 5px;
            top: 5px; }
  .block_premium .page-list {
    border-top: 3px solid #b3382d;
    border-bottom: 3px solid #b3382d;
    position: relative;
    padding: 50px 0;
    margin: 100px auto 0; }
    .block_premium .page-list::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #b3382d;
      top: 3px; }
    .block_premium .page-list::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #b3382d;
      bottom: 3px; }
    .block_premium .page-list .midashi {
      width: 90%;
      margin: auto; }
    .block_premium .page-list .font01 {
      color: #b3382d;
      text-align: center;
      font-size: 120%;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .block_premium .page-list .font01 {
          font-size: 145%; } }
    .block_premium .page-list .font02 {
      color: #b3382d;
      text-align: center;
      font-size: 120%; }
      @media only screen and (max-width: 767px) {
        .block_premium .page-list .font02 {
          font-size: 145%; } }
      .block_premium .page-list .font02 span {
        border-bottom: 1px solid #b3382d;
        font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
    .block_premium .page-list .font03 {
      color: #b3382d;
      text-align: center;
      font-size: 120%;
      margin: auto auto 30px;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
      @media only screen and (max-width: 767px) {
        .block_premium .page-list .font03 {
          font-size: 145%; } }
    .block_premium .page-list .list-flex {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      width: 90%;
      max-width: 830px;
      margin: auto; }
      .block_premium .page-list .list-flex .box {
        width: calc(100%/3 - 5px - 0.1px);
        margin: 0 2.5px 5px;
        border: 2px solid #4a382d;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .block_premium .page-list .list-flex .box {
            width: calc(100%/2 - 5px - 0.1px); } }
        .block_premium .page-list .list-flex .box a {
          display: block;
          padding: 5px;
          box-sizing: border-box; }
        .block_premium .page-list .list-flex .box .img {
          text-align: center; }
        .block_premium .page-list .list-flex .box .number {
          color: #b3382d;
          font-size: 90%;
          margin: 10px auto auto;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .page-list .list-flex .box .number {
              font-size: 110%; } }
        .block_premium .page-list .list-flex .box .text {
          color: #4a382d;
          font-size: 90%;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          @media only screen and (max-width: 767px) {
            .block_premium .page-list .list-flex .box .text {
              font-size: 110%; } }
  .block_premium #btn_mypage {
    background: url(../img/premium/mypage.svg) no-repeat center; }
    @media only screen and (max-width: 767px) {
      .block_premium #btn_mypage {
        background: url(../img/mypage.svg) no-repeat center; } }
  .block_premium .login-block {
    width: 90%;
    margin: auto; }
    .block_premium .login-block .font01 {
      font-size: 100%;
      color: #b3382d;
      text-align: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .block_premium .login-block .font01 {
          font-size: 110%; } }
    .block_premium .login-block .login-flex {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 900px;
      margin: 30px auto; }
      @media only screen and (max-width: 767px) {
        .block_premium .login-block .login-flex {
          margin: 10px auto; } }
      .block_premium .login-block .login-flex .box {
        width: calc(100%/2 - 20px - 0.1px);
        margin: 0 10px; }
        @media only screen and (max-width: 767px) {
          .block_premium .login-block .login-flex .box {
            width: 100%;
            margin: 5px 10px; } }
        .block_premium .login-block .login-flex .box a {
          display: block; }
    .block_premium .login-block .font02 {
      font-size: 90%;
      color: #b3382d;
      text-align: center;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .block_premium .login-block .font02 {
          font-size: 100%; } }
  .block_premium .none {
    display: none; }
  .block_premium .login-height {
    height: 250px;
    overflow: hidden;
    position: relative; }
    .block_premium .login-height::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(255, 255, 255, 0), #faf4e6);
      top: 0;
      z-index: 2; }

@media only screen and (min-width: 1280px) {
  .block_premium .contents ul li::before {
    top: 12px; } }

/*# sourceMappingURL=premium.css.map */
