@charset "UTF-8";
.kv {
  background-image: url("../img/bg_kv_sp.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0vw auto 0;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .kv {
      background-image: url("../img/bg_kv_pc.png");
      background-position: top center; } }
  @media only screen and (min-width: 1150px) {
    .kv {
      background-image: url("../img/bg_kv_pcl.png");
      background-size: auto auto;
      background-repeat: repeat-x; } }
  .kv--inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: calc(110/750 * 100vw) 0 calc(15/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .kv--inner {
        padding: calc(94/1150 * 100vw) 0 calc(15/750 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .kv--inner {
        width: 1150px;
        padding: 94px 0 15px; } }
    .kv--inner h1 {
      width: calc(629/750 * 100vw);
      margin: 0 auto; }
      @media only screen and (min-width: 750px) {
        .kv--inner h1 {
          width: calc(844/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .kv--inner h1 {
          width: 844px; } }
    .kv--inner .logo {
      position: absolute;
      width: calc(79/750 * 100vw);
      top: calc(30/750 * 100vw);
      left: calc(30/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .kv--inner .logo {
          width: calc(71/1150 * 100vw);
          top: calc(30/1150 * 100vw);
          left: calc(145/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .kv--inner .logo {
          width: 71px;
          top: 30px;
          left: 145px; } }
    .kv--inner .kv_ph {
      width: calc(701/750 * 100vw);
      margin: calc(46/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .kv--inner .kv_ph {
          width: calc(855/1150 * 100vw);
          margin: calc(32/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .kv--inner .kv_ph {
          width: 855px;
          margin: 32px auto 0; } }
    .kv--inner .kv_note {
      font-size: calc(18/750 * 100vw);
      text-align: center;
      margin: calc(23/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .kv--inner .kv_note {
          font-size: calc(24/1150 * 100vw);
          margin: calc(13/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .kv--inner .kv_note {
          font-size: 2.4rem;
          margin: 13px auto 0; } }

.kv_lead {
  background: #009844;
  margin: 0vw auto 0;
  width: 100%;
  height: calc(134/750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 750px) {
    .kv_lead {
      height: calc(124/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .kv_lead {
      height: 124px; } }
  .kv_lead img {
    width: calc(629/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .kv_lead img {
        width: calc(629/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .kv_lead img {
        width: 629px; } }

.kv_period {
  background: #1d2087;
  margin: 0vw auto 0;
  width: 100%;
  height: calc(180/750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (min-width: 750px) {
    .kv_period {
      height: calc(265/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .kv_period {
      height: 265px; } }
  .kv_period img {
    width: calc(539/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .kv_period img {
        width: calc(807/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .kv_period img {
        width: 807px; } }
  .kv_period .close_comment {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .kv_period .close_comment img {
      width: calc(539/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .kv_period .close_comment img {
          width: calc(807/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .kv_period .close_comment img {
          width: 807px; } }

.twice {
  background-image: url("../img/bg_y_b_sp.png");
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .twice {
      background-image: url("../img/bg_y_b_pc.png"); } }
  @media only screen and (min-width: 1150px) {
    .twice {
      background-image: url("../img/bg_y_b_pcl.png");
      background-size: auto auto;
      background-repeat: repeat-x; } }
  .twice--inner {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 1150px) {
      .twice--inner {
        width: 1150px; } }

.prize {
  background-color: #fff697;
  width: 100%;
  padding: calc(51/750 * 100vw) 0 calc(51/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .prize {
      padding: calc(50/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .prize {
      padding: 50px 0 70px; } }
  .prize .prize_cont {
    width: calc(630/750 * 100vw);
    margin: calc(0/750 * 100vw) auto 0; }
    @media only screen and (min-width: 750px) {
      .prize .prize_cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: calc(1000/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_cont {
        width: 1000px; } }
    .prize .prize_cont li {
      width: 100%; }
      @media only screen and (min-width: 750px) {
        .prize .prize_cont li {
          width: calc(481/1150 * 100vw);
          margin-bottom: calc(40/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prize .prize_cont li {
          width: 481px;
          margin-bottom: 40px; } }
    .prize .prize_cont li + li {
      margin-top: calc(48/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prize .prize_cont li + li {
          margin-top: 0; } }
    .prize .prize_cont .quo {
      position: relative; }
      .prize .prize_cont .quo .btarea {
        position: absolute;
        width: calc(440/750 * 100vw);
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: calc(120/750 * 100vw); }
        @media only screen and (min-width: 750px) {
          .prize .prize_cont .quo .btarea {
            width: calc(335/1150 * 100vw);
            bottom: calc(90/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .prize .prize_cont .quo .btarea {
            width: 335px;
            bottom: 90px; } }
        .prize .prize_cont .quo .btarea li {
          width: 100%;
          margin-bottom: 0; }
        .prize .prize_cont .quo .btarea li + li {
          margin-top: calc(28/750 * 100vw); }
          @media only screen and (min-width: 750px) {
            .prize .prize_cont .quo .btarea li + li {
              margin-top: calc(20/1150 * 100vw); } }
          @media only screen and (min-width: 1150px) {
            .prize .prize_cont .quo .btarea li + li {
              margin-top: 20px; } }
  .prize .prize_note {
    width: 30em;
    margin: calc(34/750 * 100vw) auto 0;
    font-size: calc(17/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .prize .prize_note {
        text-align: center;
        width: calc(1000/1150 * 100vw);
        margin: calc(20/1150 * 100vw) auto 0;
        font-size: calc(24/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prize .prize_note {
        width: 1000px;
        margin: 20px auto 0;
        font-size: 2.4rem; } }

.method {
  background-image: url("../img/bg_method_t_sp.png"), url("../img/bg_method_b_sp.png");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: top center, bottom center;
  width: 100%;
  padding: calc(52/750 * 100vw) 0 calc(51/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .method {
      background-image: url("../img/bg_method_t_pc.png"), url("../img/bg_method_b_pc.png");
      padding: calc(70/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .method {
      background-image: url("../img/bg_method_t_pcl.png"), url("../img/bg_method_b_pcl.png");
      background-size: auto auto, auto auto;
      background-repeat: repeat-x,repeat-x;
      padding: 70px 0 70px; } }
  .method .method_md {
    width: calc(630/750 * 100vw);
    display: flex;
    justify-content: center;
    background: #009844;
    height: calc(47/750 * 100vw);
    margin: 0 auto 0;
    border-radius: calc(19/750 * 100vw) calc(19/750 * 100vw) 0 0; }
    @media only screen and (min-width: 750px) {
      .method .method_md {
        width: calc(1000/1150 * 100vw);
        height: calc(75/1150 * 100vw);
        border-radius: calc(30/1150 * 100vw) calc(30/1150 * 100vw) 0 0; } }
    @media only screen and (min-width: 1150px) {
      .method .method_md {
        width: 1000px;
        height: 75px;
        border-radius: 30px 30px 0 0; } }
    .method .method_md img {
      width: calc(158/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .method .method_md img {
          width: calc(250/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_md img {
          width: 250px; } }
  .method .method_cont {
    width: calc(630/750 * 100vw);
    margin: calc(0/750 * 100vw) auto 0;
    background: #FFF;
    border-right: solid #009844 calc(8/750 * 100vw);
    border-left: solid #009844 calc(8/750 * 100vw);
    border-bottom: solid #009844 calc(8/750 * 100vw);
    border-radius: 0 0 calc(19/750 * 100vw) calc(19/750 * 100vw);
    padding: calc(40/750 * 100vw) 0 calc(55/750 * 100vw);
    overflow: hidden; }
    @media only screen and (min-width: 750px) {
      .method .method_cont {
        width: calc(1000/1150 * 100vw);
        margin: calc(0/1150 * 100vw) auto 0;
        border-right: solid #009844 calc(12/1150 * 100vw);
        border-left: solid #009844 calc(12/1150 * 100vw);
        border-bottom: solid #009844 calc(12/1150 * 100vw);
        border-radius: 0 0 calc(30/1150 * 100vw) calc(30/1150 * 100vw);
        padding: calc(60/1150 * 100vw) 0 calc(60/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .method .method_cont {
        width: 1000px;
        margin: 0px auto 0;
        border-right: solid #009844 12px;
        border-left: solid #009844 12px;
        border-bottom: solid #009844 12px;
        border-radius: 0 0 30px 30px;
        padding: 60px 0 60px; } }
    .method .method_cont h3 {
      width: calc(550/750 * 100vw);
      height: calc(38/750 * 100vw);
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: calc(26/750 * 100vw);
      font-weight: bold;
      color: #FFF;
      border-radius: 50vw;
      margin: 0 auto; }
      @media only screen and (min-width: 750px) {
        .method .method_cont h3 {
          width: calc(730/1150 * 100vw);
          height: calc(50/1150 * 100vw);
          font-size: calc(34/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont h3 {
          width: 730px;
          height: 50px;
          font-size: 3.4rem; } }
      .method .method_cont h3.ti_card {
        background: #1d2087; }
      .method .method_cont h3.ti_line {
        background: #f50000;
        margin-top: calc(78/750 * 100vw); }
        @media only screen and (min-width: 750px) {
          .method .method_cont h3.ti_line {
            margin-top: calc(120/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont h3.ti_line {
            margin-top: 120px; } }
    .method .method_cont .card_lead {
      width: calc(550/750 * 100vw);
      margin: 1em auto 0;
      font-size: calc(22/750 * 100vw);
      line-height: 1.4em; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .card_lead {
          width: calc(730/1150 * 100vw);
          font-size: calc(22/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .card_lead {
          width: 730px;
          font-size: 2.2rem; } }
    .method .method_cont .card_add {
      width: calc(550/750 * 100vw);
      background-color: #ffffb2;
      border-radius: calc(7/1150 * 100vw);
      font-size: calc(22/750 * 100vw);
      font-weight: bold;
      line-height: 1.4em;
      text-align: center;
      padding: 1.2em 1em;
      margin: 1.2em auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .card_add {
          width: calc(730/1150 * 100vw);
          font-size: calc(23/1150 * 100vw);
          border-radius: calc(9/750 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .card_add {
          width: 730px;
          font-size: 2.3rem;
          border-radius: 9px; } }
      .method .method_cont .card_add p + p {
        margin-top: 0.5em; }
    .method .method_cont .method_lead {
      width: calc(541/750 * 100vw);
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .method_lead {
          width: calc(541/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .method_lead {
          width: 541px; } }
    .method .method_cont .step_c {
      width: calc(550/750 * 100vw);
      margin: calc(40/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .step_c {
          margin: calc(40/1150 * 100vw) auto 0;
          width: calc(622/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .step_c {
          width: 622px;
          margin: 40px auto 0; } }
      .method .method_cont .step_c .step02 {
        margin: calc(-28/750 * 100vw) auto 0; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step_c .step02 {
            margin: calc(-35/1150 * 100vw) auto 0; } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step_c .step02 {
            margin: -35px auto 0; } }
    .method .method_cont .bt_card {
      width: calc(550/750 * 100vw);
      margin: calc(44/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .bt_card {
          width: calc(730/1150 * 100vw);
          margin: calc(42/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .bt_card {
          width: 730px;
          margin: 42px auto 0; } }
    .method .method_cont .line_lead {
      width: calc(541/750 * 100vw);
      margin: calc(38/750 * 100vw) auto 0;
      font-size: calc(22/750 * 100vw);
      line-height: 1.4em; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .line_lead {
          width: calc(538/1150 * 100vw);
          font-size: calc(22/1150 * 100vw);
          margin: calc(45/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .line_lead {
          width: 538px;
          font-size: 2.2rem;
          margin: 45px auto 0; } }
    .method .method_cont .step_l {
      margin: calc(35/750 * 100vw) auto 0;
      width: calc(366/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .method .method_cont .step_l {
          display: flex;
          justify-content: flex-start;
          width: calc(887/1150 * 100vw);
          height: calc(301/1150 * 100vw);
          margin: calc(36/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .step_l {
          width: 887px;
          height: 301px;
          margin: 36px auto 0; } }
      .method .method_cont .step_l .step01 {
        position: relative; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step_l .step01 {
            width: calc(360/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step_l .step01 {
            width: 360px; } }
        .method .method_cont .step_l .step01 .bt {
          position: absolute;
          width: calc(350/750 * 100vw);
          top: calc(131/750 * 100vw);
          left: 0;
          right: 0;
          margin: auto; }
          @media only screen and (min-width: 750px) {
            .method .method_cont .step_l .step01 .bt {
              display: none; } }
      .method .method_cont .step_l .step02 {
        margin: 0; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step_l .step02 {
            width: calc(270/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step_l .step02 {
            width: 270px; } }
      .method .method_cont .step_l .step03 {
        margin: 0; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step_l .step03 {
            width: calc(257/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step_l .step03 {
            width: 257px; } }
      .method .method_cont .step_l li + li {
        margin-top: calc(30/750 * 100vw) !important; }
        @media only screen and (min-width: 750px) {
          .method .method_cont .step_l li + li {
            margin-top: 0 !important; } }
        @media only screen and (min-width: 1150px) {
          .method .method_cont .step_l li + li {
            margin-top: 0 !important; } }
    .method .method_cont .method_note {
      width: calc(550/750 * 100vw);
      margin: calc(30/750 * 100vw) auto 0;
      padding-left: 1em;
      font-size: calc(22/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .method .method_cont .method_note {
          width: calc(728/1150 * 100vw);
          margin: calc(30/1150 * 100vw) auto 0;
          font-size: calc(20/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .method_note {
          width: 728px;
          margin: 30px auto 0;
          font-size: 2rem; } }
      .method .method_cont .method_note li {
        text-indent: -1em;
        margin-top: 0.5em; }
    .method .method_cont .bt_rule {
      width: calc(167/750 * 100vw);
      margin: calc(50/750 * 100vw) auto 0;
      line-height: 0; }
      @media only screen and (min-width: 750px) {
        .method .method_cont .bt_rule {
          width: calc(249/1150 * 100vw);
          margin: calc(60/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .method .method_cont .bt_rule {
          width: 249px;
          margin: 60px auto 0; } }
      .method .method_cont .bt_rule a {
        line-height: 0; }
  .method .close_comment {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .method .close_comment img {
      width: calc(619/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .method .close_comment img {
          width: calc(936/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .method .close_comment img {
          width: 936px; } }

.receipt {
  width: calc(630/750 * 100vw);
  margin: calc(0/750 * 100vw) auto 0;
  padding: calc(50/750 * 100vw) 0 0; }
  @media only screen and (min-width: 750px) {
    .receipt {
      width: calc(1000/1150 * 100vw);
      padding: calc(70/1150 * 100vw) 0 0;
      max-width: 1000px; } }
  @media only screen and (min-width: 1150px) {
    .receipt {
      width: 1000px;
      padding: 70px 0 0; } }
  .receipt_btn {
    display: flex;
    align-items: center;
    background-image: url("../img/bt_receipt_open.svg") !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: calc(72/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .receipt_btn {
        height: calc(114/1150 * 100vw);
        max-height: 114px; } }
    @media only screen and (min-width: 1150px) {
      .receipt_btn {
        height: 114px; } }
    .receipt_btn img {
      width: calc(261/750 * 100vw);
      margin: 0 calc(200/750 * 100vw) 0 auto; }
      @media only screen and (min-width: 750px) {
        .receipt_btn img {
          width: calc(413/1150 * 100vw);
          margin: 0 calc(315/1150 * 100vw) 0 auto;
          max-width: 413px; } }
      @media only screen and (min-width: 1150px) {
        .receipt_btn img {
          width: 413px;
          margin: 0 315px 0 auto; } }
    .receipt_btn.active {
      background-image: url("../img/bt_receipt_close.svg") !important; }
    @media only screen and (min-width: 750px) {
      .receipt_btn:hover {
        opacity: 1;
        filter: saturate(130%);
        cursor: pointer; } }
  .receipt .receipt_cont {
    display: none;
    background-color: #fff;
    margin: 0 auto 0;
    width: 100%;
    padding: calc(30/750 * 100vw) calc(40/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .receipt .receipt_cont {
        padding: calc(45/1150 * 100vw) calc(45/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .receipt .receipt_cont {
        padding: 45px 45px; } }
    .receipt .receipt_cont .dot {
      padding-left: 1em;
      font-size: calc(22/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .dot {
          font-size: calc(21/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .dot {
          font-size: 2.1rem; } }
      .receipt .receipt_cont .dot li {
        list-style: disc; }
      .receipt .receipt_cont .dot li + li {
        margin-top: 0.5em; }
    .receipt .receipt_cont .good {
      width: 100%;
      margin: calc(57/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .good {
          margin: calc(70/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .good {
          margin: 70px auto 0; } }
    .receipt .receipt_cont .bad {
      width: 100%;
      margin: calc(52/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .bad {
          margin: calc(76/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .bad {
          margin: 76px auto 0; } }
    .receipt .receipt_cont .note {
      font-size: calc(20/750 * 100vw);
      margin: 0.5em auto 0; }
      @media only screen and (min-width: 750px) {
        .receipt .receipt_cont .note {
          font-size: calc(21/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .receipt .receipt_cont .note {
          font-size: 2.1rem; } }

.prod {
  background-image: url("../img/bg_y_t_sp.png"), url("../img/bg_y_b_sp.png");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: top center, bottom center;
  width: 100%;
  padding: calc(52/750 * 100vw) 0 calc(51/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .prod {
      background-image: url("../img/bg_y_t_pc.png"), url("../img/bg_y_b_pc.png");
      padding: calc(70/1150 * 100vw) 0 calc(70/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .prod {
      background-image: url("../img/bg_y_t_pcl.png"), url("../img/bg_y_b_pcl.png");
      background-size: auto auto, auto auto;
      background-repeat: repeat-x,repeat-x;
      padding: 70px 0 70px; } }
  .prod .prod_md {
    width: calc(630/750 * 100vw);
    display: flex;
    justify-content: center;
    background: #f50000;
    height: calc(47/750 * 100vw);
    margin: 0 auto 0;
    border-radius: calc(19/750 * 100vw) calc(19/750 * 100vw) 0 0; }
    @media only screen and (min-width: 750px) {
      .prod .prod_md {
        width: calc(1000/1150 * 100vw);
        height: calc(75/1150 * 100vw);
        border-radius: calc(30/1150 * 100vw) calc(30/1150 * 100vw) 0 0; } }
    @media only screen and (min-width: 1150px) {
      .prod .prod_md {
        width: 1000px;
        height: 75px;
        border-radius: 30px 30px 0 0; } }
    .prod .prod_md img {
      width: calc(158/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prod .prod_md img {
          width: calc(250/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_md img {
          width: 250px; } }
  .prod .prod_cont {
    width: calc(630/750 * 100vw);
    margin: calc(0/750 * 100vw) auto 0;
    background: #FFF;
    border-right: solid #f50000 calc(8/750 * 100vw);
    border-left: solid #f50000 calc(8/750 * 100vw);
    border-bottom: solid #f50000 calc(8/750 * 100vw);
    border-radius: 0 0 calc(19/750 * 100vw) calc(19/750 * 100vw);
    padding: calc(50/750 * 100vw) 0 calc(60/750 * 100vw);
    overflow: hidden; }
    @media only screen and (min-width: 750px) {
      .prod .prod_cont {
        width: calc(1000/1150 * 100vw);
        margin: calc(0/1150 * 100vw) auto 0;
        border-right: solid #f50000 calc(12/1150 * 100vw);
        border-left: solid #f50000 calc(12/1150 * 100vw);
        border-bottom: solid #f50000 calc(12/1150 * 100vw);
        border-radius: 0 0 calc(30/1150 * 100vw) calc(30/1150 * 100vw);
        padding: calc(75/1150 * 100vw) 0 calc(75/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prod .prod_cont {
        width: 1000px;
        margin: 0px auto 0;
        border-right: solid #f50000 12px;
        border-left: solid #f50000 12px;
        border-bottom: solid #f50000 12px;
        border-radius: 0 0 30px 30px;
        padding: 75px 0 75px; } }
    .prod .prod_cont h3 {
      font-size: calc(20/750 * 100vw);
      color: #1d2087;
      font-weight: bold;
      text-align: center;
      line-height: 1.2em;
      margin: 0 auto 0; }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont h3 {
          font-size: calc(32/1150 * 100vw);
          margin: 0 auto -0.2em; } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont h3 {
          font-size: 3.2rem; } }
    .prod .prod_cont .prod_list_a {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: calc(520/750 * 100vw);
      margin: 0 auto calc(80/750 * 100vw);
      align-items: flex-end; }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_list_a {
          width: calc(850/1150 * 100vw);
          margin: 0 auto calc(95/750 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_list_a {
          width: 850px;
          margin: 0 auto 95px; } }
      .prod .prod_cont .prod_list_a li {
        width: calc(240/750 * 100vw);
        margin: calc(27/750 * 100vw) 0 0 0; }
        @media only screen and (min-width: 750px) {
          .prod .prod_cont .prod_list_a li {
            width: calc(237/1150 * 100vw);
            margin: calc(42/1150 * 100vw) 0 0 0; } }
        @media only screen and (min-width: 1150px) {
          .prod .prod_cont .prod_list_a li {
            width: 237px;
            margin: 42px 0 0 0; } }
    @media only screen and (min-width: 750px) {
      .prod .prod_cont .series01 li.prod04, .prod .prod_cont .series06 li.prod04 {
        margin-left: calc(153/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .prod .prod_cont .series01 li.prod04, .prod .prod_cont .series06 li.prod04 {
        margin-left: 153px; } }
    .prod .prod_cont .series01 li.prod05, .prod .prod_cont .series06 li.prod05 {
      margin: calc(27/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .series01 li.prod05, .prod .prod_cont .series06 li.prod05 {
          margin: calc(42/1150 * 100vw) calc(153/1150 * 100vw) 0 0; } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .series01 li.prod05, .prod .prod_cont .series06 li.prod05 {
          margin: 42px 153px 0 0; } }
    .prod .prod_cont .prod_list_b {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: calc(520/750 * 100vw);
      margin: 0 auto calc(80/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_list_b {
          width: calc(542/1150 * 100vw);
          margin: 0 auto calc(95/750 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_list_b {
          width: 542px;
          margin: 0 auto 95px; } }
      .prod .prod_cont .prod_list_b li {
        width: calc(240/750 * 100vw);
        margin: calc(27/750 * 100vw) 0 0 0; }
        @media only screen and (min-width: 750px) {
          .prod .prod_cont .prod_list_b li {
            width: calc(237/1150 * 100vw);
            margin: calc(42/1150 * 100vw) 0 0 0; } }
        @media only screen and (min-width: 1150px) {
          .prod .prod_cont .prod_list_b li {
            width: 237px;
            margin: 42px 0 0 0; } }
    .prod .prod_cont .prod_list_c {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: calc(530/750 * 100vw);
      margin: 0 auto calc(80/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_list_c {
          width: calc(890/1150 * 100vw);
          margin: 0 auto calc(95/750 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_list_c {
          width: 890px;
          margin: 0 auto 95px; } }
      .prod .prod_cont .prod_list_c li {
        width: 50%;
        margin: calc(27/750 * 100vw) 0 0 0; }
        @media only screen and (min-width: 750px) {
          .prod .prod_cont .prod_list_c li {
            width: calc(271/1150 * 100vw);
            margin: calc(42/1150 * 100vw) 0 0 0; } }
        @media only screen and (min-width: 1150px) {
          .prod .prod_cont .prod_list_c li {
            width: 271px;
            margin: 42px 0 0 0; } }
    .prod .prod_cont .series07 li.prod03 {
      margin: calc(27/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .series07 li.prod03 {
          margin: calc(42/1150 * 100vw) 0 0 0; } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .series07 li.prod03 {
          margin: 42px 0 0 0; } }
    .prod .prod_cont .prod_note {
      width: calc(550/750 * 100vw);
      margin: -0.5em auto 0;
      text-align: center;
      font-size: calc(17/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .prod .prod_cont .prod_note {
          width: calc(728/1150 * 100vw);
          font-size: calc(26/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .prod .prod_cont .prod_note {
          width: 728px;
          font-size: 2.6rem; } }

.inquiry {
  background: #ecf1c5;
  margin: 0;
  width: 100%;
  padding: calc(60/750 * 100vw) 0 calc(50/750 * 100vw); }
  @media only screen and (min-width: 750px) {
    .inquiry {
      padding: calc(80/1150 * 100vw) 0 calc(80/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    .inquiry {
      padding: 80px 0 80px; } }
  .inquiry .inquiry--cont {
    background: #FFF;
    border-radius: calc(19/750 * 100vw);
    width: calc(630/750 * 100vw);
    margin: 0 auto;
    padding: calc(47/750 * 100vw) calc(40/750 * 100vw) calc(50/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .inquiry .inquiry--cont {
        border-radius: calc(30/1150 * 100vw);
        width: calc(1000/1150 * 100vw);
        padding: calc(70/1150 * 100vw) calc(136/1150 * 100vw) calc(62/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .inquiry .inquiry--cont {
        border-radius: 30px;
        width: 1000px;
        padding: 70px 136px 62px; } }
    .inquiry .inquiry--cont h2 {
      background: #009844;
      border-radius: calc(7/750 * 100vw);
      height: calc(38/750 * 100vw);
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont h2 {
          border-radius: calc(9/1150 * 100vw);
          height: calc(51/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont h2 {
          border-radius: 9px;
          height: 51px; } }
      .inquiry .inquiry--cont h2.inquiry_ti img {
        width: calc(129/750 * 100vw); }
        @media only screen and (min-width: 750px) {
          .inquiry .inquiry--cont h2.inquiry_ti img {
            width: calc(170/1150 * 100vw); } }
        @media only screen and (min-width: 1150px) {
          .inquiry .inquiry--cont h2.inquiry_ti img {
            width: 170px; } }
      .inquiry .inquiry--cont h2.guide_ti {
        margin: calc(38/750 * 100vw) 0 0; }
        @media only screen and (min-width: 750px) {
          .inquiry .inquiry--cont h2.guide_ti {
            margin: calc(88/1150 * 100vw) 0 0; } }
        @media only screen and (min-width: 1150px) {
          .inquiry .inquiry--cont h2.guide_ti {
            margin: 88px 0 0; } }
        .inquiry .inquiry--cont h2.guide_ti img {
          width: calc(104/750 * 100vw); }
          @media only screen and (min-width: 750px) {
            .inquiry .inquiry--cont h2.guide_ti img {
              width: calc(137/1150 * 100vw); } }
          @media only screen and (min-width: 1150px) {
            .inquiry .inquiry--cont h2.guide_ti img {
              width: 137px; } }
    .inquiry .inquiry--cont .inquiry_name {
      text-align: center;
      font-size: calc(22/750 * 100vw);
      line-height: 1.3em;
      width: 100%;
      margin: calc(30/750 * 100vw) auto 0;
      font-weight: bold; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .inquiry_name {
          font-size: calc(23/1150 * 100vw);
          margin: calc(40/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .inquiry_name {
          font-size: 2.3rem;
          margin: 40px auto 0; } }
    .inquiry .inquiry--cont .freecall {
      width: calc(498/750 * 100vw);
      margin: calc(28/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .freecall {
          width: calc(513/1150 * 100vw);
          margin: calc(45/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .freecall {
          width: 513px;
          margin: 45px auto 0; } }
    .inquiry .inquiry--cont .inquiry_text {
      width: calc(470/750 * 100vw);
      margin: calc(28/750 * 100vw) auto 0; }
      @media only screen and (min-width: 750px) {
        .inquiry .inquiry--cont .inquiry_text {
          width: calc(600/1150 * 100vw);
          margin: calc(42/1150 * 100vw) auto 0; } }
      @media only screen and (min-width: 1150px) {
        .inquiry .inquiry--cont .inquiry_text {
          width: 600px;
          margin: 42px auto 0; } }
  .inquiry .guide_cont {
    background: #FFF;
    border: solid 2px #b7b7b7;
    border-radius: calc(12/750 * 100vw);
    padding: calc(30/750 * 100vw) calc(5/750 * 100vw) calc(30/750 * 100vw) calc(25/750 * 100vw);
    margin: calc(28/750 * 100vw) auto 0; }
    @media only screen and (min-width: 750px) {
      .inquiry .guide_cont {
        border-radius: calc(17/1150 * 100vw);
        padding: calc(30/1150 * 100vw) calc(10/1150 * 100vw) calc(30/1150 * 100vw) calc(30/1150 * 100vw);
        margin: calc(45/1150 * 100vw) auto 0; } }
    @media only screen and (min-width: 1150px) {
      .inquiry .guide_cont {
        border-radius: 17px;
        padding: 30px 10px 30px 30px;
        margin: 45px auto 0; } }
  .inquiry .guide_text {
    overflow-y: scroll;
    height: calc(410/750 * 100vw);
    padding: 0 calc(25/750 * 100vw) 0 0;
    font-size: calc(16/750 * 100vw); }
    @media only screen and (min-width: 750px) {
      .inquiry .guide_text {
        height: calc(576/1150 * 100vw);
        padding: 0 calc(25/1150 * 100vw) 0 0;
        font-size: calc(15/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      .inquiry .guide_text {
        height: 576px;
        padding: 0 25px 0 0;
        font-size: 1.5rem; } }
    .inquiry .guide_text p {
      font-size: calc(16/750 * 100vw); }
      @media only screen and (min-width: 750px) {
        .inquiry .guide_text p {
          font-size: calc(15/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .guide_text p {
          font-size: 1.5rem; } }
    .inquiry .guide_text h3 {
      font-size: calc(18/750 * 100vw);
      text-align: left;
      border-bottom: solid 1px #000;
      padding: 0em 0em 0.2em;
      margin-top: 2em; }
      @media only screen and (min-width: 750px) {
        .inquiry .guide_text h3 {
          font-size: calc(17/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        .inquiry .guide_text h3 {
          font-size: 1.7rem; } }
    .inquiry .guide_text h3:first-child {
      margin-top: 0; }
    .inquiry .guide_text h3 + h4 {
      margin-top: 1em; }
    .inquiry .guide_text h4 {
      font-weight: bold;
      margin: 1.5em 0 0 0; }
    .inquiry .guide_text h4 + p {
      margin-top: 0.3em; }
    .inquiry .guide_text h3 + p {
      margin-top: 1em; }
    .inquiry .guide_text p + p {
      margin-top: 0.5em; }
    .inquiry .guide_text ul + p {
      margin-top: 0.5em; }
    .inquiry .guide_text .dot {
      margin-top: 1em; }
      .inquiry .guide_text .dot li {
        list-style: disc;
        margin-top: 0.5em;
        margin-left: 1.2em; }
    .inquiry .guide_text .kome {
      padding-left: 1em;
      margin-top: 0.5em; }
      .inquiry .guide_text .kome li {
        text-indent: -1em;
        margin-top: 0.5em;
        padding-left: 0em; }
      .inquiry .guide_text .kome li + li {
        margin-top: 0.3em; }
    .inquiry .guide_text .number {
      padding-left: 1em;
      margin-top: 1em; }
      .inquiry .guide_text .number li {
        text-indent: -1em;
        margin-top: 0.5em; }
        .inquiry .guide_text .number li .number02 {
          padding-left: 1em;
          margin-top: 0; }
          .inquiry .guide_text .number li .number02 li {
            text-indent: -1em;
            margin-top: 0em; }
    .inquiry .guide_text h4 + .number {
      margin-top: 0.3em; }
    .inquiry .guide_text .mt2 {
      margin-top: 2em; }

#footer {
  width: 100%;
  background: #FFF;
  padding: 4vw 5vw; }
  @media only screen and (min-width: 750px) {
    #footer {
      display: flex;
      justify-content: space-between;
      align-items: left;
      padding: calc(35/1150 * 100vw); } }
  @media only screen and (min-width: 1150px) {
    #footer {
      width: 960px;
      padding: 35px;
      margin: 0 auto; } }
  #footer .first {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (min-width: 750px) {
      #footer .first {
        width: calc(600/1150 * 100vw);
        justify-content: flex-start; } }
    @media only screen and (min-width: 1150px) {
      #footer .first {
        width: 520px; } }
    #footer .first p {
      font-size: 2.9vw;
      margin-right: 1.5em;
      line-height: 1.5em;
      text-align: left; }
      @media only screen and (min-width: 750px) {
        #footer .first p {
          font-size: calc(12/1150 * 100vw);
          line-height: 1.8em;
          text-align: left; } }
      @media only screen and (min-width: 1150px) {
        #footer .first p {
          font-size: 1.4rem; } }
      #footer .first p
      a, #footer .first p a:hover {
        color: #000;
        text-decoration: none; }
      #footer .first p a:hover {
        color: #000;
        text-decoration: underline; }
    #footer .first .copy {
      width: 100%;
      font-size: 2.8vw;
      margin-top: 0.5em; }
      @media only screen and (min-width: 750px) {
        #footer .first .copy {
          font-size: calc(12/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        #footer .first .copy {
          font-size: 1.4rem; } }
  #footer .third {
    width: 30vw;
    margin: 7vw 0 0 auto; }
    @media only screen and (min-width: 750px) {
      #footer .third {
        width: calc(152/1150 * 100vw);
        margin: 0; } }
    @media only screen and (min-width: 1150px) {
      #footer .third {
        width: 152px; } }
  #footer .second {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20vw;
    margin: 0 auto 3vw;
    height: 7vw; }
    @media only screen and (min-width: 750px) {
      #footer .second {
        width: calc(90/1150 * 100vw);
        height: calc(37/1150 * 100vw);
        margin: 0 calc(30/1150 * 100vw); } }
    @media only screen and (min-width: 1150px) {
      #footer .second {
        width: 90px;
        height: 37px;
        margin: 0 30px 0 20px; } }
    #footer .second img {
      width: 8vw; }
      @media only screen and (min-width: 750px) {
        #footer .second img {
          width: calc(37/1150 * 100vw); } }
      @media only screen and (min-width: 1150px) {
        #footer .second img {
          width: 37px; } }

#fix_bt {
  display: block;
  position: fixed;
  width: 16.266vw;
  bottom: -55vw;
  right: 2.5vw;
  transition: all 0.25s ease;
  z-index: 1000; }
  @media only screen and (min-width: 750px) {
    #fix_bt {
      width: calc(122 /1150 *100vw);
      bottom: calc(-400 /1150 *100vw);
      right: calc(20 /1150 *100vw); } }
  @media only screen and (min-width: 1150px) {
    #fix_bt {
      width: 122px;
      bottom: -400px;
      right: 20px; } }
  #fix_bt .top {
    margin-top: 1.25vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt .top {
        margin-top: calc(10 /1150 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt .top {
        margin-top: 10px; } }
    #fix_bt .top:hover {
      cursor: pointer;
      opacity: 0.8; }
  #fix_bt .line {
    margin-top: 1.25vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt .line {
        margin-top: calc(10 /1150 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt .line {
        margin-top: 10px; } }
    #fix_bt .line:hover {
      cursor: pointer;
      opacity: 0.8; }
  #fix_bt.active {
    bottom: 2.5vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt.active {
        bottom: 20px; } }
  #fix_bt.footerfix {
    bottom: 38vw; }
    @media only screen and (min-width: 750px) {
      #fix_bt.footerfix {
        bottom: calc(110 /960 *100vw); } }
    @media only screen and (min-width: 1150px) {
      #fix_bt.footerfix {
        bottom: 110px; } }

.effect-fade-upin {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 0.75s ease-out; }

.effect-fade-upin.active {
  opacity: 1;
  transform: translate(0, 0); }

.effect-fade-upin.active a {
  transition: all 0.25s ease-out; }

.effect-fade-upin.active a:hover {
  transform: scale(120%); }

html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Hiragino Sans", Arial, 'Yu Gothic', sans-serif;
  word-wrap: break-word; }

body {
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0; }

*,
*::before,
*::after {
  box-sizing: border-box; }

h1, h2, h3, div, p, ul, li {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom; }

a:hover img {
  opacity: 0.8; }

.pcOnly {
  display: none; }
  @media only screen and (min-width: 750px) {
    .pcOnly {
      display: inline; } }

.spOnly {
  display: inline; }
  @media only screen and (min-width: 750px) {
    .spOnly {
      display: none; } }

@media only screen and (min-width: 420px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
.qutta {
  overflow: hidden; }
