@charset "UTF-8";
* {
  margin: 0; }

.contentsWrap * {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

.contentsWrap {
  font-size: 1rem;
  color: #000;
  background-color: #fadcd2; }
  .contentsWrap .mb40 {
    margin-bottom: 40px !important; }
  .contentsWrap .pt70 {
    padding-top: 70px !important; }
  .contentsWrap .pt100 {
    padding-top: 100px !important; }
  .contentsWrap .pb40 {
    padding-bottom: 40px !important; }
  .contentsWrap .pcImg {
    display: block; }
    @media screen and (max-width: 480px) {
      .contentsWrap .pcImg {
        display: none; } }
  .contentsWrap .spImg {
    display: none; }
    @media screen and (max-width: 480px) {
      .contentsWrap .spImg {
        display: block; } }
  .contentsWrap .n1space {
    padding-left: 0.75em; }
  .contentsWrap .normalLimg {
    vertical-align: bottom;
    height: auto;
    width: 100%; }
  .contentsWrap a .normalLimg:hover {
    opacity: 0.7; }
  .contentsWrap .red {
    color: red; }
  .contentsWrap a.normalTxtLink {
    color: #3fa8f4;
    text-decoration: none; }
    .contentsWrap a.normalTxtLink:hover {
      opacity: 0.8;
      text-decoration: underline; }
  .contentsWrap br.brpc {
    display: block !important; }
    @media screen and (max-width: 769px) {
      .contentsWrap br.brpc {
        display: none !important; } }
  .contentsWrap br.brsp {
    display: none !important; }
    @media screen and (max-width: 769px) {
      .contentsWrap br.brsp {
        display: block !important; } }
  .contentsWrap .txt-ss {
    font-size: 0.9rem; }
  .contentsWrap .indent {
    text-indent: -1em;
    padding-left: 1em; }
  .contentsWrap .indent2 {
    text-indent: -1.7em;
    padding-left: 1.7em; }
  .contentsWrap sup {
    font-size: 60%; }
  .contentsWrap a.shopListLink.normalLink.pop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 15px 0;
    border-radius: 40px;
    background-color: #ff5f28;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 15; }
    @media screen and (max-width: 769px) {
      .contentsWrap a.shopListLink.normalLink.pop {
        width: 80%; } }
    @media screen and (max-width: 480px) {
      .contentsWrap a.shopListLink.normalLink.pop {
        font-size: 1.3rem; } }
    .contentsWrap a.shopListLink.normalLink.pop p.read {
      margin-right: 15px; }
    .contentsWrap a.shopListLink.normalLink.pop img.bottomarw {
      display: block;
      width: 30px; }
    .contentsWrap a.shopListLink.normalLink.pop:hover {
      opacity: 0.8; }
    .contentsWrap a.shopListLink.normalLink.pop.btn-green {
      background: #3cd2c8; }
  .contentsWrap .grBox {
    margin-bottom: 70px; }
    .contentsWrap .grBox > .pcImg {
      display: block; }
      @media screen and (max-width: 769px) {
        .contentsWrap .grBox > .pcImg {
          display: none; } }
    .contentsWrap .grBox > .spImg {
      display: none; }
      @media screen and (max-width: 769px) {
        .contentsWrap .grBox > .spImg {
          display: block;
          height: 100%; } }
  .contentsWrap section {
    position: relative; }
    .contentsWrap section.bg-green {
      background: #c5d9dc; }
    .contentsWrap section .topblur {
      position: absolute;
      content: "";
      width: 100%;
      height: 20px;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 45%, white 55%, rgba(255, 255, 255, 0) 100%);
      top: -10px;
      left: 0; }
    .contentsWrap section ul {
      list-style: none; }
    .contentsWrap section p {
      letter-spacing: -0.05rem; }
    .contentsWrap section .innerBox {
      width: 100%;
      max-width: 1000px;
      height: 100%;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 1179px) {
        .contentsWrap section .innerBox {
          max-width: 100%;
          width: 100%;
          padding: 0 3%; } }
    .contentsWrap section .h2Box {
      display: block;
      width: 100%;
      position: relative;
      margin-bottom: 50px; }
      .contentsWrap section .h2Box:before, .contentsWrap section .h2Box:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #11646e 20%, #11646e 50%, #11646e 80%, rgba(255, 255, 255, 0) 100%);
        top: 0;
        left: 0; }
      .contentsWrap section .h2Box:after {
        top: auto !important;
        bottom: 0;
        left: 0; }
      .contentsWrap section .h2Box h2 {
        font-size: 3.5rem;
        text-align: center;
        padding: 10px;
        color: #11646e; }
        @media screen and (max-width: 768px) {
          .contentsWrap section .h2Box h2 {
            font-size: 3rem; } }
        @media screen and (max-width: 480px) {
          .contentsWrap section .h2Box h2 {
            font-size: 2.0rem; } }
    .contentsWrap section#intro {
      margin-bottom: 90px; }
      .contentsWrap section#intro .tokutenContainer {
        width: 1000px;
        display: block;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .contentsWrap section#intro .tokutenContainer {
            width: 95%; } }
        .contentsWrap section#intro .tokutenContainer .tokutenBox {
          width: 100%;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          border-radius: 15px;
          border: 2px solid white;
          background: #ffcfbe;
          margin-bottom: 30px; }
          @media screen and (max-width: 480px) {
            .contentsWrap section#intro .tokutenContainer .tokutenBox {
              display: block;
              margin-bottom: 50px; } }
          .contentsWrap section#intro .tokutenContainer .tokutenBox.first {
            margin-bottom: 40px; }
          .contentsWrap section#intro .tokutenContainer .tokutenBox dt {
            width: 10%;
            background: #ff8f68;
            position: relative;
            border-radius: 15px 0 0 15px;
            border-right: 2px solid white; }
            @media screen and (max-width: 480px) {
              .contentsWrap section#intro .tokutenContainer .tokutenBox dt {
                width: 100%;
                border-radius: 15px 15px 0 0;
                height: 60px;
                border-right: none;
                border-bottom: 2px solid white; } }
            .contentsWrap section#intro .tokutenContainer .tokutenBox dt img {
              width: 42px;
              position: absolute;
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
              @media screen and (max-width: 480px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox dt img {
                  width: auto;
                  height: 32px; } }
          .contentsWrap section#intro .tokutenContainer .tokutenBox dd {
            width: 90%; }
            @media screen and (max-width: 480px) {
              .contentsWrap section#intro .tokutenContainer .tokutenBox dd {
                width: 100%; } }
            .contentsWrap section#intro .tokutenContainer .tokutenBox dd .kikanBox {
              width: 100%;
              margin: 0 0 25px 0;
              background: #ff8f68;
              padding: 15px 0;
              border-radius: 0 15px 0 0; }
              @media screen and (max-width: 480px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox dd .kikanBox {
                  border-radius: 0; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox dd .kikanBox.bggreen {
                background: #6bc69b; }
              .contentsWrap section#intro .tokutenContainer .tokutenBox dd .kikanBox p.kikanTxt {
                font-size: 1.3rem;
                font-weight: bold;
                text-align: center;
                color: white; }
                @media screen and (max-width: 480px) {
                  .contentsWrap section#intro .tokutenContainer .tokutenBox dd .kikanBox p.kikanTxt {
                    font-size: 1.1rem; } }
            .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer {
              width: 92%;
              margin: 30px 3% 30px auto; }
              @media screen and (max-width: 480px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer {
                  width: 90%;
                  margin: 20px auto 40px auto; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .txt_large {
                color: #666666;
                font-size: 1.5rem;
                font-weight: bold;
                margin-bottom: 20px; }
                @media screen and (max-width: 480px) {
                  .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .txt_large {
                    font-size: 1.3rem; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox {
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap; }
                @media screen and (max-width: 768px) {
                  .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox {
                    display: block; } }
                .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.firstbox {
                  width: 45%; }
                  @media screen and (max-width: 768px) {
                    .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.firstbox {
                      width: 100%; } }
                  .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.firstbox img.img_cashback {
                    width: 100%; }
                    @media screen and (max-width: 768px) {
                      .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.firstbox img.img_cashback {
                        width: 80%;
                        display: block;
                        margin: 0 auto 20px auto; } }
                .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox {
                  width: 50%; }
                  @media screen and (max-width: 768px) {
                    .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox {
                      width: 100%; } }
                  .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox {
                    width: 100%;
                    border: 1px solid white;
                    border-radius: 10px;
                    padding: 15px; }
                    @media screen and (max-width: 768px) {
                      .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox {
                        margin-top: 20px; } }
                    .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .txt_mid {
                      color: #666666;
                      font-size: 1.3rem;
                      font-weight: bold;
                      text-align: center;
                      margin-bottom: 15px; }
                      @media screen and (max-width: 480px) {
                        .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .txt_mid {
                          font-size: 1.0rem; } }
                    .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox {
                      display: flex;
                      justify-content: center;
                      gap: 15px;
                      flex-wrap: wrap;
                      align-items: center; }
                      @media screen and (max-width: 480px) {
                        .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox {
                          display: block; } }
                      .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox a.btn_modelname {
                        background: white;
                        padding: 15px 25px;
                        color: black;
                        border-radius: 5px;
                        text-align: center;
                        font-size: 1.2rem;
                        font-weight: bold;
                        text-decoration: none; }
                        @media screen and (max-width: 768px) {
                          .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox a.btn_modelname {
                            width: 45%;
                            padding: 15px 0; } }
                        @media screen and (max-width: 480px) {
                          .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox a.btn_modelname {
                            width: 90%;
                            display: block;
                            margin: 0 auto 10px auto; } }
                        .contentsWrap section#intro .tokutenContainer .tokutenBox dd .incontainer .tokutenInbox li.lastbox .whiteLineBox .colBox a.btn_modelname:hover {
                          background: #ff8f68;
                          color: white; }
          .contentsWrap section#intro .tokutenContainer .tokutenBox.second {
            background: #bde8d5; }
            .contentsWrap section#intro .tokutenContainer .tokutenBox.second dt {
              background: #6bc69b; }
            .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .img_cashback {
              margin-bottom: 15px; }
            .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd {
              width: 100%;
              display: block;
              text-align: center;
              padding: 10px 0;
              border: 1px solid white;
              border-radius: 5px;
              background: linear-gradient(90deg, black 0%, #ff5f28 100%);
              font-size: 1.0rem;
              font-weight: bold;
              color: white;
              text-decoration: none; }
              @media screen and (max-width: 768px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd {
                  font-size: 1.2rem;
                  padding: 20px 0; } }
              @media screen and (max-width: 480px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd {
                  padding: 10px 20px; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd.grd-blk-orange {
                margin-bottom: 10px; }
              .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd.grd-blk-green {
                background: linear-gradient(90deg, black 0%, #3cd2c8 100%); }
              .contentsWrap section#intro .tokutenContainer .tokutenBox.second dd .btn_grd:hover {
                opacity: 0.7; }
          .contentsWrap section#intro .tokutenContainer .tokutenBox.third {
            background: #b2d4eb; }
            .contentsWrap section#intro .tokutenContainer .tokutenBox.third dt {
              background: #0071bb; }
            .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox {
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap;
              align-items: center; }
              @media screen and (max-width: 768px) {
                .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox {
                  display: block; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.firstbox {
                width: 66%; }
                @media screen and (max-width: 768px) {
                  .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.firstbox {
                    width: 100%; } }
                .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.firstbox img.icn_tokuten {
                  width: 80%; }
                  @media screen and (max-width: 768px) {
                    .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.firstbox img.icn_tokuten {
                      display: block;
                      margin: 0 auto 20px auto; } }
              .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox {
                width: 30%; }
                @media screen and (max-width: 768px) {
                  .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox {
                    width: 100%; } }
                .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox {
                  width: 100%;
                  border-radius: 10px 10px 0 0;
                  border: 2px solid white;
                  background: white;
                  text-align: center;
                  margin-bottom: 15px; }
                  .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox .bkgbox {
                    font-size: 1.2rem;
                    font-weight: bold;
                    color: white;
                    background: linear-gradient(90deg, black 0%, #ff5f28 100%);
                    padding: 5px 0;
                    border-radius: 10px 10px 0 0; }
                    @media screen and (max-width: 768px) {
                      .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox .bkgbox {
                        font-size: 1.5rem;
                        padding: 15px 0; } }
                    .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox .bkgbox.grd-blk-green {
                      background: linear-gradient(90deg, black 0%, #3cd2c8 100%); }
                  .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox .txt_sm {
                    font-size: 1.2rem;
                    font-weight: bold;
                    padding: 5px 0; }
                    @media screen and (max-width: 768px) {
                      .contentsWrap section#intro .tokutenContainer .tokutenBox.third dd .tokutenInbox li.lastbox .hosyouBox .txt_sm {
                        font-size: 1.5rem;
                        padding: 15px 0; } }
        .contentsWrap section#intro .tokutenContainer .dotLine {
          width: 100%;
          display: block;
          border-bottom: dotted 3px #b2b2b2;
          margin-bottom: 30px; }
          @media screen and (max-width: 480px) {
            .contentsWrap section#intro .tokutenContainer .dotLine {
              margin-bottom: 50px; } }
        .contentsWrap section#intro .tokutenContainer .icn_overwrite {
          width: 100%;
          position: relative; }
          .contentsWrap section#intro .tokutenContainer .icn_overwrite img.mark {
            width: 115px;
            position: absolute;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            margin-top: -30px; }
            @media screen and (max-width: 480px) {
              .contentsWrap section#intro .tokutenContainer .icn_overwrite img.mark {
                margin-top: -50px; } }
    .contentsWrap section.subjectmodel {
      text-align: center;
      padding-bottom: 100px; }
      .contentsWrap section.subjectmodel h3 {
        width: 100%;
        border-radius: 15px;
        border: 2px solid white;
        background: linear-gradient(90deg, black 0%, #ff5f28 100%);
        padding: 10px 0;
        text-align: center;
        margin-bottom: 50px; }
        .contentsWrap section.subjectmodel h3 img {
          height: 45px;
          display: block; }
          @media screen and (max-width: 768px) {
            .contentsWrap section.subjectmodel h3 img {
              width: 90%;
              height: auto;
              display: block;
              margin: 0 auto; } }
        .contentsWrap section.subjectmodel h3.grd-blk-green {
          background: linear-gradient(90deg, black 0%, #3cd2c8 100%); }
          @media screen and (max-width: 768px) {
            .contentsWrap section.subjectmodel h3.grd-blk-green img {
              width: 60%;
              height: auto;
              display: block;
              margin: 0 auto; } }
      .contentsWrap section.subjectmodel .tabTitle {
        width: 100%;
        border-bottom: 3px solid white;
        box-shadow: 0px 10px 10px -8px gray;
        text-align: center;
        margin-bottom: 30px; }
        .contentsWrap section.subjectmodel .tabTitle .title {
          width: 80%;
          margin: 0 auto;
          background: white;
          border-radius: 15px 15px 0 0;
          padding: 10px 0 5px 0; }
          @media screen and (max-width: 480px) {
            .contentsWrap section.subjectmodel .tabTitle .title {
              width: 90%; } }
          .contentsWrap section.subjectmodel .tabTitle .title img {
            height: 51px; }
            @media screen and (max-width: 480px) {
              .contentsWrap section.subjectmodel .tabTitle .title img {
                height: 30px; } }
      .contentsWrap section.subjectmodel p.roundOrangeBox, .contentsWrap section.subjectmodel p.roundGreenBox {
        background: #ff8f68;
        font-size: 1.5rem;
        color: white;
        font-weight: bold;
        border-radius: 30px;
        margin-bottom: 40px;
        padding: 5px 0; }
        @media screen and (max-width: 480px) {
          .contentsWrap section.subjectmodel p.roundOrangeBox, .contentsWrap section.subjectmodel p.roundGreenBox {
            font-size: 1.2rem; } }
      .contentsWrap section.subjectmodel p.roundGreenBox {
        background: #589299; }
      .contentsWrap section.subjectmodel img.ul-modelname {
        display: inline-block;
        height: 36px;
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          .contentsWrap section.subjectmodel img.ul-modelname {
            height: 26px; } }
      .contentsWrap section.subjectmodel .splitBox, .contentsWrap section.subjectmodel .centBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 860px;
        margin: 0 auto 70px auto;
        position: relative; }
        @media screen and (max-width: 480px) {
          .contentsWrap section.subjectmodel .splitBox, .contentsWrap section.subjectmodel .centBox {
            display: block; } }
        .contentsWrap section.subjectmodel .splitBox.aln-cent, .contentsWrap section.subjectmodel .centBox.aln-cent {
          align-items: center; }
        @media screen and (max-width: 768px) {
          .contentsWrap section.subjectmodel .splitBox, .contentsWrap section.subjectmodel .centBox {
            width: 95%; } }
        .contentsWrap section.subjectmodel .splitBox li, .contentsWrap section.subjectmodel .centBox li {
          width: 380px; }
          @media screen and (max-width: 768px) {
            .contentsWrap section.subjectmodel .splitBox li, .contentsWrap section.subjectmodel .centBox li {
              width: 47%; } }
          @media screen and (max-width: 480px) {
            .contentsWrap section.subjectmodel .splitBox li, .contentsWrap section.subjectmodel .centBox li {
              width: 80%;
              display: block;
              margin: 0 auto 30px auto; } }
          .contentsWrap section.subjectmodel .splitBox li img.modelname, .contentsWrap section.subjectmodel .centBox li img.modelname {
            display: block;
            height: 42px;
            margin: 0 auto 20px 0; }
          .contentsWrap section.subjectmodel .splitBox li img.models, .contentsWrap section.subjectmodel .centBox li img.models {
            width: 100%;
            margin-bottom: 20px; }
          .contentsWrap section.subjectmodel .splitBox li img.models90, .contentsWrap section.subjectmodel .centBox li img.models90 {
            width: 90%;
            margin: 0 auto 20px auto; }
          .contentsWrap section.subjectmodel .splitBox li a.btn_modelno, .contentsWrap section.subjectmodel .centBox li a.btn_modelno {
            width: 100%;
            display: block;
            text-decoration: none;
            font-size: 2rem;
            color: white;
            font-weight: bold;
            background: #C8B0A8;
            padding: 10px 0;
            position: relative; }
            .contentsWrap section.subjectmodel .splitBox li a.btn_modelno span.newIcon, .contentsWrap section.subjectmodel .centBox li a.btn_modelno span.newIcon {
              position: absolute;
              width: 93px;
              height: 93px;
              top: 50%;
              left: -15%;
              transform: translateY(-50%); }
              @media screen and (max-width: 768px) {
                .contentsWrap section.subjectmodel .splitBox li a.btn_modelno span.newIcon, .contentsWrap section.subjectmodel .centBox li a.btn_modelno span.newIcon {
                  width: 85px;
                  height: 85px;
                  left: -10%; } }
              @media screen and (max-width: 480px) {
                .contentsWrap section.subjectmodel .splitBox li a.btn_modelno span.newIcon, .contentsWrap section.subjectmodel .centBox li a.btn_modelno span.newIcon {
                  top: 55%;
                  left: -18%; } }
              .contentsWrap section.subjectmodel .splitBox li a.btn_modelno span.newIcon img, .contentsWrap section.subjectmodel .centBox li a.btn_modelno span.newIcon img {
                width: 100%; }
            .contentsWrap section.subjectmodel .splitBox li a.btn_modelno:hover, .contentsWrap section.subjectmodel .centBox li a.btn_modelno:hover {
              background: white;
              color: black; }
          .contentsWrap section.subjectmodel .splitBox li .linksLeftbox, .contentsWrap section.subjectmodel .centBox li .linksLeftbox {
            display: block;
            width: 100%;
            background: #B4BCBE;
            text-align: center;
            padding: 10px 0; }
            .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox {
              display: inline-block;
              text-align: left; }
              .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox a.btn_modelnos, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox a.btn_modelnos {
                width: 100%;
                display: block;
                text-decoration: none;
                font-size: 1.5rem;
                line-height: 1.6;
                color: white;
                font-weight: bold; }
                @media screen and (max-width: 768px) {
                  .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox a.btn_modelnos, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox a.btn_modelnos {
                    padding: 5px 0; } }
                .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox a.btn_modelnos:hover, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox a.btn_modelnos:hover {
                  color: black; }
                .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox a.btn_modelnos.pt10, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox a.btn_modelnos.pt10 {
                  padding-top: 10px; }
                .contentsWrap section.subjectmodel .splitBox li .linksLeftbox .inbox a.btn_modelnos.pb10, .contentsWrap section.subjectmodel .centBox li .linksLeftbox .inbox a.btn_modelnos.pb10 {
                  padding-bottom: 10px; }
        .contentsWrap section.subjectmodel .splitBox .verticalLine, .contentsWrap section.subjectmodel .centBox .verticalLine {
          position: absolute;
          content: "";
          border-left: 1px solid white;
          width: 1px;
          height: 100%;
          top: 0;
          left: 50%; }
          @media screen and (max-width: 480px) {
            .contentsWrap section.subjectmodel .splitBox .verticalLine, .contentsWrap section.subjectmodel .centBox .verticalLine {
              display: none; } }
        .contentsWrap section.subjectmodel .splitBox .horizontalLine, .contentsWrap section.subjectmodel .centBox .horizontalLine {
          position: absolute;
          content: "";
          border-top: 1px solid white;
          width: 100%;
          height: 1px;
          top: -35px;
          left: 0; }
          @media screen and (max-width: 480px) {
            .contentsWrap section.subjectmodel .splitBox .horizontalLine, .contentsWrap section.subjectmodel .centBox .horizontalLine {
              display: none; } }
      .contentsWrap section.subjectmodel .centBox {
        justify-content: center; }
      .contentsWrap section.subjectmodel a.btn_pagelink {
        width: 480px;
        display: block;
        margin: 40px auto 100px auto;
        background: linear-gradient(90deg, black 0%, #ff5f28 100%);
        padding: 15px 0;
        text-decoration: none;
        border-radius: 10px; }
        @media screen and (max-width: 480px) {
          .contentsWrap section.subjectmodel a.btn_pagelink {
            width: 100%;
            padding: 25px 0; } }
        .contentsWrap section.subjectmodel a.btn_pagelink:hover {
          opacity: 0.7; }
        .contentsWrap section.subjectmodel a.btn_pagelink p {
          display: block;
          font-size: 1.2rem;
          color: white;
          font-weight: bold;
          position: relative; }
          .contentsWrap section.subjectmodel a.btn_pagelink p span.arrow_right {
            position: absolute;
            content: "";
            width: 8px;
            height: 16px;
            background: url("/content/dam/channel/wcms/jp/images/promotion/pc-monitor/2025/cashback/img/arrow_right-white.svg") center/cover no-repeat;
            right: 20px;
            top: 50%;
            transform: translateY(-50%); }
        .contentsWrap section.subjectmodel a.btn_pagelink.grd-blk-green {
          background: linear-gradient(90deg, black 0%, #3cd2c8 100%); }
    .contentsWrap section#methodArea p.txt_large {
      font-size: 2.0rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 20px; }
    .contentsWrap section#methodArea .readRed {
      color: #fd2e31; }
    .contentsWrap section#methodArea ul.methodBox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      background: white;
      padding: 15px 30px;
      list-style: none;
      margin-bottom: 20px;
      border-radius: 15px; }
      .contentsWrap section#methodArea ul.methodBox.lastbox {
        margin-bottom: 0 !important; }
      .contentsWrap section#methodArea ul.methodBox li.methodStep {
        width: 9%; }
        @media screen and (max-width: 769px) {
          .contentsWrap section#methodArea ul.methodBox li.methodStep {
            width: 100%; } }
        .contentsWrap section#methodArea ul.methodBox li.methodStep img.stepNo {
          width: 47px; }
          @media screen and (max-width: 769px) {
            .contentsWrap section#methodArea ul.methodBox li.methodStep img.stepNo {
              width: 150px;
              margin: 0 auto 30px auto; } }
      .contentsWrap section#methodArea ul.methodBox li.methodDesc {
        width: 91%;
        position: relative;
        padding: 15px 0; }
        @media screen and (max-width: 769px) {
          .contentsWrap section#methodArea ul.methodBox li.methodDesc {
            width: 100%; } }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.methodReadXL {
          font-size: 1.6rem;
          font-weight: bold;
          margin-bottom: 10px; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.methodReadL {
          font-size: 1.2rem;
          font-weight: bold;
          margin-bottom: 10px; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.grayRead {
          background: #8f8f8f;
          color: white;
          font-weight: bold;
          font-size: 1.1rem;
          padding: 5px 15px;
          margin-bottom: 10px; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.methodReadMB {
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 10px; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.methodReadSM {
          font-size: 0.9rem;
          padding-left: 1em;
          text-indent: -1em; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc p.orangeRead {
          font-weight: bold;
          font-size: 1.1rem;
          margin-bottom: 20px;
          color: white;
          background: #ff8f68;
          padding: 5px 15px; }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc p.orangeRead.center {
            text-align: center; }
        .contentsWrap section#methodArea ul.methodBox li.methodDesc dl {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: center; }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method2Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method6Box dt {
            width: 65%; }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method2Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method6Box dd {
            width: 31%; }
          @media screen and (max-width: 769px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method2Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method6Box dt {
              width: 100%;
              margin-bottom: 20px; }
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method2Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method6Box dd {
              width: 50%;
              margin: 0 auto; } }
          @media screen and (max-width: 480px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method2Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method6Box dd {
              width: 80%;
              margin: 0 auto; } }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dt {
            width: 65%; }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dd {
            width: 31%; }
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dd img, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dd img, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dd img {
              display: block;
              width: 90%;
              margin: 0 auto; }
          @media screen and (max-width: 769px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dt {
              width: 100%;
              margin-bottom: 20px; }
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dd {
              width: 60%;
              margin: 0 auto; }
              .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dd img, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dd img, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dd img {
                margin-bottom: 30px; } }
          @media screen and (max-width: 480px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method3Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method5Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method7Box dd {
              width: 80%; } }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dt {
            width: 56%; }
          .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dd {
            width: 42%;
            text-align: center; }
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dd img.fleximg, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dd img.fleximg {
              height: 160px; }
              .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dd img.fleximg.large, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dd img.fleximg.large {
                height: 180px; }
          @media screen and (max-width: 769px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dt, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dt {
              width: 100%;
              margin-bottom: 20px; }
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dd {
              width: 60%;
              margin: 0 auto; } }
          @media screen and (max-width: 480px) {
            .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method4Box dd, .contentsWrap section#methodArea ul.methodBox li.methodDesc dl.method8Box dd {
              width: 100%; } }
    .contentsWrap section#methodArea .gostepBox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      width: 100%;
      margin-bottom: 15px; }
      @media screen and (max-width: 480px) {
        .contentsWrap section#methodArea .gostepBox {
          display: block; } }
      .contentsWrap section#methodArea .gostepBox a.btn_stepjump {
        width: 49%;
        border: 1px solid black;
        font-size: 1.35rem;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        color: black;
        padding: 5px 0; }
        @media screen and (max-width: 480px) {
          .contentsWrap section#methodArea .gostepBox a.btn_stepjump {
            width: 100%;
            display: block;
            margin-bottom: 10px;
            font-size: 1.2rem; } }
        .contentsWrap section#methodArea .gostepBox a.btn_stepjump span.green {
          color: #589299; }
        .contentsWrap section#methodArea .gostepBox a.btn_stepjump:hover {
          background: white; }

.shopListWrap {
  display: none; }

.sec-shopList1 *, .sec-shopList2 * {
  box-sizing: border-box;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

.sec-shopList1, .sec-shopList2 {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 25px 0px 25px;
  background-color: #fff;
  border: 2px solid #000; }
  @media screen and (max-width: 768px) {
    .sec-shopList1, .sec-shopList2 {
      padding: 25px 25px 0px 25px; } }
  @media screen and (max-width: 480px) {
    .sec-shopList1, .sec-shopList2 {
      padding: 20px 20px 0px 20px; } }
  .sec-shopList1 .shopListBox, .sec-shopList2 .shopListBox {
    max-width: 1080px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec-shopList1 .shopListBox, .sec-shopList2 .shopListBox {
        width: 100%; } }
  .sec-shopList1 .shopList_title, .sec-shopList2 .shopList_title {
    font-size: 1.5625rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin: 0 0 25px 0;
    background-color: transparent;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec-shopList1 .shopList_title, .sec-shopList2 .shopList_title {
        font-size: 1.375rem;
        padding: 0;
        margin: 0 0 20px 0; } }
    @media screen and (max-width: 480px) {
      .sec-shopList1 .shopList_title, .sec-shopList2 .shopList_title {
        font-size: 1.25rem; } }
    .sec-shopList1 .shopList_title br, .sec-shopList2 .shopList_title br {
      display: none; }
      @media screen and (max-width: 768px) {
        .sec-shopList1 .shopList_title br, .sec-shopList2 .shopList_title br {
          display: block; } }
  .sec-shopList1 .mainListBox, .sec-shopList2 .mainListBox {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    list-style-type: none;
    /*        &::after {
                content: "";
                width: 49.333333%;
                display: block;
                @media screen and (max-width: 768px) {
                    width: 32%;
                }
                @media screen and (max-width: 480px) {
                    width: 48%;
                }
            } */ }
    .sec-shopList1 .mainListBox .mainList, .sec-shopList2 .mainListBox .mainList {
      width: 24%;
      margin-bottom: 20px;
      list-style-type: none; }
      .sec-shopList1 .mainListBox .mainList img, .sec-shopList2 .mainListBox .mainList img {
        width: 100%; }
      @media screen and (max-width: 768px) {
        .sec-shopList1 .mainListBox .mainList, .sec-shopList2 .mainListBox .mainList {
          width: 32%; } }
      @media screen and (max-width: 480px) {
        .sec-shopList1 .mainListBox .mainList, .sec-shopList2 .mainListBox .mainList {
          width: 48%; } }
  .sec-shopList1 .otherListWrap, .sec-shopList2 .otherListWrap {
    width: 100%; }
    .sec-shopList1 .otherListWrap .otherList_title, .sec-shopList2 .otherListWrap .otherList_title {
      font-size: 1.5rem;
      text-align: center;
      color: #000;
      padding-top: 30px;
      padding-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec-shopList1 .otherListWrap .otherList_title, .sec-shopList2 .otherListWrap .otherList_title {
          padding-top: 10px; } }
      @media screen and (max-width: 480px) {
        .sec-shopList1 .otherListWrap .otherList_title, .sec-shopList2 .otherListWrap .otherList_title {
          font-size: 1.125rem; } }
      .sec-shopList1 .otherListWrap .otherList_title > br, .sec-shopList2 .otherListWrap .otherList_title > br {
        display: none; }
        @media screen and (max-width: 480px) {
          .sec-shopList1 .otherListWrap .otherList_title > br, .sec-shopList2 .otherListWrap .otherList_title > br {
            display: block; } }
    .sec-shopList1 .otherListWrap .otherListBox, .sec-shopList2 .otherListWrap .otherListBox {
      width: 90%;
      display: flex;
      justify-content: space-between;
      margin: 0 auto; }
      @media screen and (max-width: 1024px) {
        .sec-shopList1 .otherListWrap .otherListBox, .sec-shopList2 .otherListWrap .otherListBox {
          flex-wrap: wrap;
          flex-direction: row; } }
      @media screen and (max-width: 768px) {
        .sec-shopList1 .otherListWrap .otherListBox, .sec-shopList2 .otherListWrap .otherListBox {
          width: 100%; } }
      .sec-shopList1 .otherListWrap .otherListBox .otherListFlex, .sec-shopList2 .otherListWrap .otherListBox .otherListFlex {
        width: 49%;
        list-style-type: none; }
        @media screen and (max-width: 767px) {
          .sec-shopList1 .otherListWrap .otherListBox .otherListFlex, .sec-shopList2 .otherListWrap .otherListBox .otherListFlex {
            width: 100%; } }
        .sec-shopList1 .otherListWrap .otherListBox .otherListFlex .otherList, .sec-shopList2 .otherListWrap .otherListBox .otherListFlex .otherList {
          font-size: 0.875rem;
          color: #000;
          list-style-type: none;
          text-indent: -1em;
          padding-left: 1em; }
  .sec-shopList1 .otherList_note, .sec-shopList2 .otherList_note {
    font-size: 0.875rem;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px; }

/*応募規約*/
.sec-rules {
  position: relative;
  z-index: 10; }
  .sec-rules .rulesTitle {
    font-size: 1.125rem;
    font-weight: bold;
    text-indent: -.5em;
    color: #fd2e31; }
  .sec-rules .rulesP + .rulesTitle, .sec-rules .rulesUl + .rulesTitle, .sec-rules .rulesUl + .rulesUl {
    margin-top: 15px; }
  .sec-rules .rulesPtop, .sec-rules .rulesUl .rulesLi {
    text-indent: -1em;
    padding-left: 1em; }
  .sec-rules .rulesLiNo {
    text-indent: 0;
    padding-left: 0; }
  .sec-rules .rulesUl, .sec-rules .rulesLi {
    list-style-type: none; }
  .sec-rules .rulesLink {
    color: #000;
    text-decoration: underline; }
  .sec-rules .seeMore {
    display: none; }
    .sec-rules .seeMore .rulesTitle:first-of-type {
      margin-top: 15px; }
  .sec-rules .moreBtnBox {
    text-align: center;
    margin: 30px auto; }

.moreBtn.common_Btn {
  margin: 0 auto;
  width: 400px;
  padding: 20px 0;
  color: #988575;
  border: 3px solid #988575;
  background-color: white;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 1.3rem; }
  @media screen and (max-width: 480px) {
    .moreBtn.common_Btn {
      width: 90%; } }
  .moreBtn.common_Btn img.rightarw {
    position: absolute;
    width: 13px;
    right: 10%;
    top: 50%;
    transform: translateY(-50%); }

/*お問い合わせ*/
.sec-contact {
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .sec-contact .outerBox {
    width: 100%;
    text-align: center;
    padding: 70px 0;
    background-color: #909090; }
    @media screen and (max-width: 480px) {
      .sec-contact .outerBox {
        padding: 40px 0 70px; } }
  .sec-contact .contactTitle {
    width: 72%;
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    padding: 20px 0;
    margin: 0 auto 50px;
    border: 1px solid #fff;
    background-color: inherit; }
    @media screen and (max-width: 768px) {
      .sec-contact .contactTitle {
        width: 100%;
        font-size: 0.9375rem;
        padding: 15px 0;
        margin: 0 auto 30px; } }
    @media screen and (max-width: 480px) {
      .sec-contact .contactTitle {
        line-height: 1.4; } }
    .sec-contact .contactTitle > br {
      display: none; }
      @media screen and (max-width: 480px) {
        .sec-contact .contactTitle > br {
          display: block; } }
  .sec-contact .contactP {
    font-size: 1.125rem;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .sec-contact .contactP {
        font-size: 1rem; } }
    .sec-contact .contactP > .contactSmall {
      font-size: 0.9375rem; }
      @media screen and (max-width: 480px) {
        .sec-contact .contactP > .contactSmall {
          font-size: 0.8125rem; } }
    .sec-contact .contactP > .spBr {
      display: none; }
      @media screen and (max-width: 480px) {
        .sec-contact .contactP > .spBr {
          display: block; } }
  .sec-contact .contact_time {
    color: #fff;
    margin: 15px 0; }
    .sec-contact .contact_time .contactPl1 {
      padding-left: 1em; }
      @media screen and (max-width: 480px) {
        .sec-contact .contact_time .contactPl1 {
          display: block;
          padding-left: 0; } }
    @media screen and (max-width: 480px) {
      .sec-contact .contact_time {
        margin: 10px 0; } }
  .sec-contact .contact_caution {
    font-size: 0.9375rem;
    color: #fff;
    list-style-type: none; }
    @media screen and (max-width: 480px) {
      .sec-contact .contact_caution {
        font-size: 0.8125rem; } }
    .sec-contact .contact_caution .contactLi {
      list-style-type: none; }
      .sec-contact .contact_caution .contactLi > br {
        display: none; }
        @media screen and (max-width: 480px) {
          .sec-contact .contact_caution .contactLi > br {
            display: block; } }
  .sec-contact .contact_linkBtnBox {
    width: auto;
    margin: 50px 0 20px;
    background-color: inherit; }
    @media screen and (max-width: 480px) {
      .sec-contact .contact_linkBtnBox {
        margin: 30px 15px; } }
    .sec-contact .contact_linkBtnBox .contact_linkBtn {
      width: 400px;
      height: 64px;
      font-size: 1.125rem;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      background-color: #000;
      border: 3px solid #000;
      border-radius: 6px;
      margin: 0 auto;
      position: relative;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        .sec-contact .contact_linkBtnBox .contact_linkBtn {
          width: 90%;
          height: 58px; } }
      .sec-contact .contact_linkBtnBox .contact_linkBtn img.rightarw {
        position: absolute;
        width: 13px;
        right: 10%;
        top: 50%;
        transform: translateY(-50%); }

/*スクロールフッター固定ボタン*/
.fixedBtn {
  width: 100%; }
  .fixedBtn .fixedBtnBox {
    width: 100%;
    background: white;
    padding-top: 15px; }
    @media screen and (max-width: 768px) {
      .fixedBtn .fixedBtnBox {
        padding-top: 10px; } }
    .fixedBtn .fixedBtnBox .fixedBtn_btn {
      display: block;
      height: 90px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
        width: 400px;
        height: auto;
        /*                pointer-events: none; */ }
        @media screen and (max-width: 768px) {
          .fixedBtn .fixedBtnBox .fixedBtn_btn .fixedBtnLink {
            width: 300px; } }
  .fixedBtn p.copyright {
    font-size: 0.9rem;
    margin: 0 0 10px;
    text-align: center; }

._fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  transition: 0.3s; }

._fixed._ended {
  bottom: 60px;
  transition: 0.1s; }
  @media screen and (max-width: 480px) {
    ._fixed._ended {
      bottom: 40px; } }
