/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
@charset "UTF-8";
a {
  text-decoration: none;
  outline: none;
  color: #333; }
  a:hover, a:focus {
    outline: none; }

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

* {
  box-sizing: border-box; }

html {
  width: 100%;
  height: 100%; }
  html.lp2020_scroll {
    scroll-behavior: smooth; }
  html body {
    min-width: 1024px;
    width: 100%;
    background: #ffffff;
    -ms-word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "pkna";
    letter-spacing: 0.05rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto | grayscale;
    font-family: "hiragino kaku gothic pron", "\30E1\30A4\30EA\30AA", "meiryo", sans-serif;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 768px) {
      html body {
        min-width: 100%; } }

#lb-container {
  min-width: 1024px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    #lb-container .header-inner {
      margin: 0 !important; } }

@media screen and (max-width: 1024px) and (max-width: 768px) {
  #lb-container {
    min-width: 100%; } }
  #lb-container #lb-wrapper {
    flex: 1 1 auto;
    margin-top: 63px; }
    #lb-container #lb-wrapper .contents {
      width: 1024px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #lb-container #lb-wrapper .contents {
          width: 100%; } }
      #lb-container #lb-wrapper .contents #tab {
        position: relative; }
        #lb-container #lb-wrapper .contents #tab ul {
          position: absolute;
          height: 50px;
          width: 100%;
          top: -50px;
          overflow: hidden; }
          #lb-container #lb-wrapper .contents #tab ul li {
            font-size: 18px;
            font-weight: bold;
            color: #9acc50;
            width: 50%;
            height: 100%;
            float: left;
            line-height: 1.3em;
            padding-top: 14px;
            text-align: center;
            background: url("/blog_portal/pc/img/v3/special/mamekichimameko/tab_bg.png");
            cursor: pointer;
            -ms-user-select: none;
            -moz-user-select: -moz-none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
            @media screen and (max-width: 768px) {
              #lb-container #lb-wrapper .contents #tab ul li {
                font-size: 14px;
                padding-top: 8px; } }
            @media screen and (max-width: 320px) {
              #lb-container #lb-wrapper .contents #tab ul li {
                font-size: 12px;
                padding-top: 10px; } }
            #lb-container #lb-wrapper .contents #tab ul li:hover {
              color: #87b346; }
            #lb-container #lb-wrapper .contents #tab ul li.active {
              background: #fff;
              color: #000000;
              cursor: default; }
      #lb-container #lb-wrapper .contents #manga {
        position: relative;
        padding: 105px 0 79px 0;
        width: 406px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #lb-container #lb-wrapper .contents #manga {
            width: 100%;
            padding: 65px 0 80px 0; } }
        #lb-container #lb-wrapper .contents #manga::before {
          position: absolute;
          display: block;
          content: "";
          background: url("/blog_portal/pc/img/v3/special/mamekichimameko/icon_1.png") center top no-repeat;
          background-size: 46px 63px;
          width: 46px;
          height: 63px;
          top: 30px;
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            #lb-container #lb-wrapper .contents #manga::before {
              background-size: 23px 31.5px;
              width: 23px;
              height: 31.5px;
              top: 15px; } }
        #lb-container #lb-wrapper .contents #manga::after {
          position: absolute;
          display: block;
          content: "";
          background: url("/blog_portal/pc/img/v3/special/mamekichimameko/icon_2.png") center top no-repeat;
          background-size: 171px 90px;
          width: 171px;
          height: 90px;
          bottom: -5px;
          left: 0;
          right: 0;
          margin: 0 auto; }
          @media screen and (max-width: 768px) {
            #lb-container #lb-wrapper .contents #manga::after {
              background-size: 85px 45px;
              width: 85px;
              height: 45px; } }
        #lb-container #lb-wrapper .contents #manga .inner {
          margin-bottom: 48px;
          display: none; }
          @media screen and (max-width: 768px) {
            #lb-container #lb-wrapper .contents #manga .inner {
              width: 100%;
              padding: 0 15px;
              margin-bottom: 0; }
              #lb-container #lb-wrapper .contents #manga .inner img {
                width: 100%;
                max-width: 100%;
                height: auto; } }
          #lb-container #lb-wrapper .contents #manga .inner.active {
            display: block; }
  #lb-container #lb-header {
    min-width: 1100px;
    width: 100%;
    height: 63px;
    position: fixed;
    z-index: 300;
    background: #fff; }
    @media screen and (max-width: 768px) {
      #lb-container #lb-header {
        min-width: 100%;
        height: 60px; } }
    #lb-container #lb-header img {
      width: 100%;
      max-width: 100%;
      height: auto; }
    #lb-container #lb-header.active {
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15); }
      @media screen and (max-width: 768px) {
        #lb-container #lb-header.active {
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.18); } }
    #lb-container #lb-header .header-inner {
      max-width: 1024px;
      margin: 0 auto;
      position: relative; }
      @media screen and (max-width: 768px) {
        #lb-container #lb-header .header-inner {
          max-width: 100%; } }
      #lb-container #lb-header .header-inner .box {
        width: 100%;
        overflow: hidden; }
        #lb-container #lb-header .header-inner .box .logo {
          width: 129px;
          overflow: hidden;
          margin-top: 22px;
          margin-left: 9px;
          float: left; }
          @media screen and (max-width: 768px) {
            #lb-container #lb-header .header-inner .box .logo {
              width: 109px;
              margin-left: 12px;
              margin-top: 22px; } }
          #lb-container #lb-header .header-inner .box .logo a {
            transition: 0.15s ease-in-out;
            display: block; }
            #lb-container #lb-header .header-inner .box .logo a:hover {
              transition: 0.15s ease-in-out;
              opacity: 0.7; }
        #lb-container #lb-header .header-inner .box .banner {
          float: right;
          margin-top: 8px; }
          @media screen and (max-width: 768px) {
            #lb-container #lb-header .header-inner .box .banner {
              width: 221px;
              margin-right: 15px;
              margin-top: 9px; } }
          @media screen and (max-width: 320px) {
            #lb-container #lb-header .header-inner .box .banner {
              width: 175px;
              margin-right: 10px;
              margin-top: 13px; } }
          #lb-container #lb-header .header-inner .box .banner a {
            transition: 0.15s ease-in-out;
            display: block; }
            #lb-container #lb-header .header-inner .box .banner a:hover {
              transition: 0.15s ease-in-out;
              opacity: 0.7; }
  #lb-container #lb-footer {
    position: relative;
    width: 100%;
    height: 84px;
    background: #3b3b3b;
    color: #fff;
    padding-top: 25px; }
    @media screen and (max-width: 768px) {
      #lb-container #lb-footer {
        padding-top: 20px;
        height: 74px; } }
    #lb-container #lb-footer .footer-inner {
      max-width: 1024px;
      margin: 0 auto;
      padding: 0 15px; }
    #lb-container #lb-footer .copy {
      font-size: 12px;
      font-family: Verdana, 'Droid Sans';
      color: #838383;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        #lb-container #lb-footer .copy {
          font-size: 11px; } }
    #lb-container #lb-footer .admin li {
      float: left;
      font-weight: bold;
      font-size: 12px;
      text-align: center;
      padding-right: 6px;
      margin-right: 7px;
      border-right: 1px solid #838383; }
      @media screen and (max-width: 768px) {
        #lb-container #lb-footer .admin li {
          font-size: 11px; } }
      #lb-container #lb-footer .admin li a {
        display: block;
        transition: 0.1s ease-in-out;
        color: #838383; }
        #lb-container #lb-footer .admin li a:hover {
          transition: 0.1s ease-in-out;
          color: #838383;
          text-decoration: underline; }
      #lb-container #lb-footer .admin li:last-child {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
    #lb-container #lb-footer .share {
      margin-top: 20px; }
      @media screen and (max-width: 768px) {
        #lb-container #lb-footer .share {
          margin-top: 15px; } }
      #lb-container #lb-footer .share li {
        float: left; }
        #lb-container #lb-footer .share li.fb a {
          display: block;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 30px;
          margin-right: 11px; }
        #lb-container #lb-footer .share li.tw a {
          display: block;
          width: 20px;
          height: 17px;
          text-align: center;
          line-height: 27px; }
  #lb-container .main {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    height: 786px; }
    @media screen and (max-width: 768px) {
      #lb-container .main {
        max-width: 100%;
        height: auto;
        padding-bottom: 40px; }
        #lb-container .main img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
    #lb-container .main span {
      display: block;
      height: 786px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 768px) {
        #lb-container .main span {
          position: static;
          transform: translate(0, 0);
          top: auto;
          left: auto;
          height: auto; } }
  #lb-container .profile {
    width: 100%;
    height: 599px;
    background: url("/blog_portal/pc/img/v3/special/mamekichimameko/profile_bg.gif") top center;
    background-position: 50% 50%;
    background-size: 1500px 1500px;
    -webkit-animation: loop_bg 50s linear infinite;
    animation: loop_bg 50s linear infinite; }
    @media screen and (max-width: 768px) {
      #lb-container .profile {
        background-size: 750px 750px;
        height: 788px;
        padding: 0 14px; } }
    #lb-container .profile h2 {
      width: 233px;
      margin: 0 auto 30px auto;
      padding-top: 75px; }
      @media screen and (max-width: 768px) {
        #lb-container .profile h2 {
          width: 162px; }
          #lb-container .profile h2 img {
            width: 100%;
            max-width: 100%;
            height: auto; } }
    #lb-container .profile .inner {
      background: #fff;
      border: 3px solid #000;
      width: 1024px;
      margin: 0 auto;
      padding: 29px 39px 39px 30px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #lb-container .profile .inner {
          width: 100%;
          padding: 185px 28px 36px 28px; } }
      #lb-container .profile .inner::before {
        content: "";
        position: absolute;
        top: 29px;
        left: 30px;
        display: block;
        background: url("/blog_portal/pc/img/v3/special/mamekichimameko/profile_img.png") center top no-repeat;
        background-size: 345px 235px;
        width: 345px;
        height: 235px; }
        @media screen and (max-width: 768px) {
          #lb-container .profile .inner::before {
            background-size: 239px 164px;
            width: 239px;
            height: 164px;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 28px; } }
      #lb-container .profile .inner .box {
        float: right;
        width: 556px; }
        @media screen and (max-width: 768px) {
          #lb-container .profile .inner .box {
            width: 100%;
            float: none; } }
        #lb-container .profile .inner .box h3 {
          font-size: 28px;
          font-weight: bold;
          margin-bottom: 20px;
          margin-top: 20px; }
          @media screen and (max-width: 768px) {
            #lb-container .profile .inner .box h3 {
              text-align: center;
              font-size: 18px;
              margin-top: 20px; } }
        #lb-container .profile .inner .box p {
          font-size: 14px;
          margin-bottom: 20px;
          line-height: 1.6em;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            #lb-container .profile .inner .box p:last-child {
              margin-bottom: 0; } }

@-webkit-keyframes loop_bg {
  from {
    background-position: 0  0; }
  to {
    background-position: 0 -1500px;
    @media screen and (max-width: 768px) {
      background-position: 0 -750px; } } }

@keyframes loop_bg {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 -1500px;
    @media screen and (max-width: 768px) {
      background-position: 0 -750px; } } }
  #lb-container .blog {
    transform: translateY(-9px);
    background: url("/blog_portal/pc/img/v3/special/mamekichimameko/line_bg.png") center top repeat-x;
    height: 402px;
    padding-top: 8px; }
    @media screen and (max-width: 768px) {
      #lb-container .blog {
        background-size: 1300px 7px;
        padding-top: 4px;
        transform: translateY(-4px);
        height: 300px; } }
    #lb-container .blog .blog-inner {
      padding-top: 14px;
      background: #9acc50;
      height: 403px; }
      @media screen and (max-width: 768px) {
        #lb-container .blog .blog-inner {
          height: 301px; } }
      #lb-container .blog .blog-inner .inner {
        width: 1024px;
        margin: 0 auto;
        position: relative;
        height: 100%; }
        @media screen and (max-width: 768px) {
          #lb-container .blog .blog-inner .inner {
            width: 100%; } }
        #lb-container .blog .blog-inner .inner::before {
          position: absolute;
          top: 116px;
          left: 0;
          content: "";
          display: block;
          background: url("/blog_portal/pc/img/v3/special/mamekichimameko/blog_img.png") center top no-repeat;
          background-size: 282px 267px;
          width: 282px;
          height: 267px; }
          @media screen and (max-width: 768px) {
            #lb-container .blog .blog-inner .inner::before {
              display: none; } }
        #lb-container .blog .blog-inner .inner .title {
          display: block;
          position: absolute;
          left: 80px;
          top: 65px;
          text-align: right;
          font-size: 23px;
          font-weight: bold;
          color: #ffffff;
          line-height: 1.8em; }
          #lb-container .blog .blog-inner .inner .title span {
            display: inline-block;
            font-size: 31px; }
          @media screen and (max-width: 768px) {
            #lb-container .blog .blog-inner .inner .title {
              text-align: center;
              position: static;
              font-size: 18px;
              margin-top: 16px; }
              #lb-container .blog .blog-inner .inner .title span {
                font-size: 21px; } }
        #lb-container .blog .blog-inner .inner .banner {
          display: block;
          float: right;
          margin-top: 60px;
          padding: 9px 8px;
          background: #fff; }
          @media screen and (max-width: 768px) {
            #lb-container .blog .blog-inner .inner .banner {
              float: none;
              width: 275px;
              margin: 15px auto 0 auto; }
              #lb-container .blog .blog-inner .inner .banner img {
                width: 100%;
                max-width: 100%;
                height: auto; } }
          #lb-container .blog .blog-inner .inner .banner a {
            transition: 0.15s ease-in-out; }
            #lb-container .blog .blog-inner .inner .banner a:hover {
              transition: 0.15s ease-in-out;
              opacity: 0.7; }
  #lb-container .sns {
    padding: 60px 0 0 0; }
    #lb-container .sns .inner {
      width: 1024px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #lb-container .sns .inner {
          width: 100%;
          padding: 0 15px; } }
    #lb-container .sns .present {
      float: left;
      background: #ffe684;
      position: relative;
      width: 492px;
      height: 256px;
      border: 3px solid #000; }
      @media screen and (max-width: 768px) {
        #lb-container .sns .present {
          float: none;
          width: 100%;
          height: 174px; } }
      #lb-container .sns .present::before {
        position: absolute;
        top: -38px;
        content: "";
        display: block;
        background: url("/blog_portal/pc/img/v3/special/mamekichimameko/sns_cat.png") center top no-repeat;
        background-size: 88px 198px;
        width: 88px;
        height: 198px; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .present::before {
            background-size: 48px 110px;
            width: 48px;
            height: 110px;
            top: -23px; } }
      #lb-container .sns .present p {
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        line-height: 1.5em;
        margin-top: 40px; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .present p {
            font-size: 18px;
            margin-top: 19px; } }
        @media screen and (max-width: 320px) {
          #lb-container .sns .present p {
            font-size: 15px; } }
      #lb-container .sns .present .btn {
        display: block;
        position: relative;
        width: 328px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        z-index: 1;
        margin: 22px auto 0 auto;
        transition: 0.1s ease-in-out; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .present .btn {
            width: 230px;
            font-size: 14px; } }
        #lb-container .sns .present .btn a {
          display: block;
          width: 100%;
          height: 100%; }
        #lb-container .sns .present .btn::after {
          content: "";
          position: absolute;
          background: #fff;
          width: 328px;
          height: 60px;
          top: 0;
          left: 0;
          z-index: -1; }
          @media screen and (max-width: 768px) {
            #lb-container .sns .present .btn::after {
              width: 230px; } }
        #lb-container .sns .present .btn::before {
          content: "";
          position: absolute;
          background: #e5b42c;
          width: 328px;
          height: 60px;
          top: 0px;
          left: -2px;
          z-index: -1;
          border: 2px solid #e5b42c;
          border-radius: 2px;
          transition: 0.1s ease-in-out; }
          @media screen and (max-width: 768px) {
            #lb-container .sns .present .btn::before {
              width: 230px; } }
        #lb-container .sns .present .btn:hover {
          transition: 0.1s ease-in-out;
          transform: translateY(2px); }
          #lb-container .sns .present .btn:hover::before {
            border: 0px solid #e5b42c;
            left: 0;
            transition: 0.1s ease-in-out; }
    #lb-container .sns .portal {
      border: #0088ea 3px solid;
      float: right;
      width: 492px;
      height: 256px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #lb-container .sns .portal {
          float: none;
          width: 100%;
          margin-top: 30px;
          height: auto; } }
      #lb-container .sns .portal a {
        display: block;
        transition: 0.15s ease-in-out;
        padding-top: 50px;
        height: 100%; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .portal a {
            padding-top: 30px; } }
        #lb-container .sns .portal a:hover {
          transition: 0.15s ease-in-out;
          opacity: 0.7; }
      #lb-container .sns .portal::before {
        position: absolute;
        right: 10px;
        top: -80px;
        content: "";
        display: block;
        background: url("/blog_portal/pc/img/v3/special/mamekichimameko/icon_3.png") center top no-repeat;
        background-size: 66px 82px;
        width: 66px;
        height: 82px; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .portal::before {
            background-size: 40px 50px;
            width: 40px;
            height: 50px;
            top: -49px; } }
      #lb-container .sns .portal p {
        text-align: center;
        font-size: 24px;
        color: #0088ea;
        font-weight: bold;
        line-height: 1.5em; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .portal p {
            font-size: 18px; } }
        @media screen and (max-width: 320px) {
          #lb-container .sns .portal p {
            font-size: 16px; } }
        #lb-container .sns .portal p .small {
          display: block;
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            #lb-container .sns .portal p .small {
              font-size: 12px; } }
          @media screen and (max-width: 320px) {
            #lb-container .sns .portal p .small {
              font-size: 10px; } }
      #lb-container .sns .portal .logo {
        display: block;
        margin: 32px auto 0 auto;
        width: 178px; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .portal .logo {
            margin: 15px auto 30px auto; } }
    #lb-container .sns .list {
      width: 1024px;
      margin: 126px auto 0 auto; }
      @media screen and (max-width: 768px) {
        #lb-container .sns .list {
          width: 100%;
          margin: 75px auto 0 auto; } }
      #lb-container .sns .list ul {
        float: right;
        padding-right: 426px;
        padding-bottom: 30px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #lb-container .sns .list ul {
            float: none;
            padding-right: 0;
            width: 170px;
            margin: 0 auto;
            padding-bottom: 85px; } }
        #lb-container .sns .list ul::before {
          position: absolute;
          bottom: 0;
          right: 0;
          content: "";
          display: block;
          background: url("/blog_portal/pc/img/v3/special/mamekichimameko/sns_img.png") right top no-repeat;
          background-size: 385px 112px;
          width: 385px;
          height: 112px; }
          @media screen and (max-width: 768px) {
            #lb-container .sns .list ul::before {
              background-size: 275px 81px;
              width: 275px;
              height: 81px;
              right: -49px; } }
        #lb-container .sns .list ul li {
          float: left;
          margin-right: 40px; }
          @media screen and (max-width: 768px) {
            #lb-container .sns .list ul li {
              width: 40px;
              margin-right: 25px; } }
          #lb-container .sns .list ul li:last-child {
            margin-right: 0; }
  #lb-container #lp2020 {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
    #lb-container #lp2020 img {
      vertical-align: bottom; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 img {
          width: 100%;
          max-width: 100%;
          height: auto; } }
    #lb-container #lp2020 a {
      display: block; }
    @media screen and (max-width: 1024px) {
      #lb-container #lp2020 {
        width: 1024px;
        overflow: hidden; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    #lb-container #lp2020 {
      width: 100%; } }
    #lb-container #lp2020 .lp2020_inner {
      width: 1024px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .lp2020_inner {
          width: 100%; } }
    #lb-container #lp2020 #lb-header {
      position: static; }
    #lb-container #lp2020 #lb-wrapper {
      margin-top: 0; }
    #lb-container #lp2020 .first_visual {
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_visual.png);
      height: 995px;
      position: relative; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .first_visual {
          background-size: 90%;
          height: 566px; } }
      #lb-container #lp2020 .first_visual::before {
        content: '';
        width: 100%;
        height: 410px;
        background: linear-gradient(0deg, rgba(186, 217, 134, 0.55) 0%, rgba(186, 217, 134, 0.55) 77%, rgba(186, 217, 134, 0) 100%);
        position: absolute;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .first_visual::before {
            height: 280px; } }
      #lb-container #lp2020 .first_visual::after {
        content: '';
        background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_green01.png);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 169px; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .first_visual::after {
            background: url(/blog_portal/lite/img/v3/special/mamekichimameko/lp2020/bg_green01.png);
            background-size: cover;
            height: 103px; } }
      #lb-container #lp2020 .first_visual .lp2020_inner {
        height: 995px;
        position: relative; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .first_visual .lp2020_inner {
            height: 566px; } }
        #lb-container #lp2020 .first_visual .lp2020_inner span {
          content: '';
          position: absolute; }
          #lb-container #lp2020 .first_visual .lp2020_inner span.mameko {
            bottom: 153px;
            left: 20px; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .first_visual .lp2020_inner span.mameko {
                width: 228px;
                left: 0;
                bottom: 96px; } }
          #lb-container #lp2020 .first_visual .lp2020_inner span.tabi {
            bottom: 153px;
            right: 16px; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .first_visual .lp2020_inner span.tabi {
                width: 156px;
                right: 0;
                bottom: 96px; } }
          #lb-container #lp2020 .first_visual .lp2020_inner span.ic_present {
            top: 83px;
            right: 23px; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .first_visual .lp2020_inner span.ic_present {
                width: 120px;
                top: 25px;
                right: 15px; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .first_visual .lp2020_inner span.ic_present {
      width: 94px;
      right: 0; } }
    #lb-container #lp2020 .main_contents {
      position: relative;
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_main.png);
      padding-bottom: 350px; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .main_contents {
          background-size: 90%; } }
      #lb-container #lp2020 .main_contents .lp2020_inner {
        position: relative; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .main_contents .lp2020_inner {
            padding: 0 15px;
            box-sizing: border-box; } }
        #lb-container #lp2020 .main_contents .lp2020_inner .icon_komachi {
          display: block;
          position: absolute;
          top: -46px;
          left: calc(50% - 46px); }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .main_contents .lp2020_inner .icon_komachi {
              width: 70px;
              top: -35px;
              left: calc(50% - 35px); } }
        #lb-container #lp2020 .main_contents .lp2020_inner h2:not(.share_title) {
          font-size: 30px;
          font-weight: bold;
          text-align: center;
          padding: 60px 0 40px; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .main_contents .lp2020_inner h2:not(.share_title) {
              font-size: 18px;
              padding: 41px 0 39px; } }
        #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 90px; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner {
              height: 50px; } }
          #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner.tab_inner_upper {
            border-radius: 10px 10px 0 0;
            overflow: hidden; }
          #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner.tab_inner_lower {
            border-radius: 0 0 10px 10px;
            overflow: hidden; }
          #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li {
            color: #6b9035;
            font-size: 24px;
            font-weight: bold;
            line-height: 1.5;
            width: calc((100% - 10px) / 3);
            text-align: center;
            background: rgba(192, 230, 135, 0.4);
            padding: 9px 0;
            cursor: pointer; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li a {
              color: #6b9035; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li {
                padding: 0;
                height: 50px; } }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li:not(:last-of-type) {
              margin-right: 5px; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li.active {
              color: #000;
              background: #c0e687; }
              #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li.active a {
                color: #000; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li .img {
              transform: translateY(calc(25px - 50%));
              display: inline-block; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li:nth-of-type(1) .img {
              width: 30px; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li:nth-of-type(2) .img {
              width: 44px; }
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 .tab_inner li:nth-of-type(3) .img {
              width: 28px; }
        #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner {
          padding: 40px;
          background: rgba(255, 255, 255, 0.7);
          border: 4px solid #c0e687;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner {
              padding: 27px 22px; }
              #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner h3 {
                text-align: center;
                font-size: 24px;
                font-weight: bold;
                margin-bottom: 20px; } }
    @media screen and (max-width: 768px) and (max-width: 320px) {
      #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner h3 {
        font-size: 21px; } }
          #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner:nth-of-type(2), #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner:nth-of-type(3) {
            display: none; }
          #lb-container #lp2020 .main_contents .lp2020_inner #tab_lp2020 #manga .inner .img {
            display: block;
            text-align: center; }
    #lb-container #lp2020 .who {
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_green02.png) center;
      height: 736px;
      position: relative;
      top: -280px;
      z-index: 3; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .who {
          background: url(/blog_portal/lite/img/v3/special/mamekichimameko/lp2020/bg_green02.png) no-repeat bottom;
          background-size: cover;
          background-position-y: 79px;
          height: 759px; } }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .who .lp2020_inner {
          padding: 0 15px;
          box-sizing: border-box; } }
      #lb-container #lp2020 .who h2 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        padding: 120px 0 140px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .who h2 {
            font-size: 16px;
            padding: 65px 0 70px;
            position: relative;
            z-index: 1; }
            #lb-container #lp2020 .who h2::before {
              content: '';
              background: url(/blog_portal/lite/img/v3/special/mamekichimameko/lp2020/bg_green02_face.png);
              background-size: cover;
              width: 248px;
              height: 246px;
              position: absolute;
              top: 0;
              left: 50%;
              z-index: -1;
              transform: translateX(-50%); } }
      #lb-container #lp2020 .who .box {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        padding: 30px 40px;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .who .box {
            border-radius: 10px;
            padding: 29px 29px 10px;
            display: block;
            position: relative;
            z-index: 2; } }
        #lb-container #lp2020 .who .box img {
          margin-right: 40px; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .who .box img {
              width: 211px;
              margin: 0 auto;
              display: block; } }
        #lb-container #lp2020 .who .box .text h3 {
          font-size: 30px;
          font-weight: bold;
          background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/img_profile_title.png) no-repeat;
          height: 80px;
          padding: 8px 0 0 5px;
          box-sizing: border-box; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .who .box .text h3 {
              text-align: center;
              font-size: 20px;
              background-size: contain;
              background-position: center;
              padding: 8px 0 0;
              height: 50px; } }
        #lb-container #lp2020 .who .box .text p {
          line-height: 1.5;
          margin-bottom: 13px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .who .box .text p {
              font-size: 14px; } }

@keyframes bgroop {
  from {
    background-position: 0 258px; }
  to {
    background-position: -2894px 258px; } }
    @media screen and (max-width: 768px) {
      @keyframes bgroop {
        from {
          background-position: 0 130px; }
        to {
          background-position: -2894px 130px; } } }
    #lb-container #lp2020 .read_more {
      padding: 220px 0 63px;
      margin-top: -440px;
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_read_more.png) repeat-x;
      background-position: 0 258px;
      position: relative;
      animation: bgroop 20s linear infinite; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .read_more {
          background-size: auto 178px;
          padding: 90px 0 33px;
          margin-top: -335px; } }
      #lb-container #lp2020 .read_more::before {
        background: rgba(192, 230, 135, 0.5);
        width: 100%;
        height: 663px;
        z-index: 0;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .read_more::before {
            height: 383px; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .read_more::before {
      height: 359px; } }
      #lb-container #lp2020 .read_more .lp2020_inner {
        padding: 30px;
        height: 380px;
        box-sizing: border-box;
        border: 5px solid #000;
        background: rgba(255, 255, 255, 0.7);
        position: relative; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .read_more .lp2020_inner {
            border: 2.5px solid #000;
            width: calc(100% - 30px);
            height: auto;
            margin: 0 15px;
            padding: 32px 20px 17px; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .read_more .lp2020_inner {
      padding-top: 43px; } }
        #lb-container #lp2020 .read_more .lp2020_inner h2 {
          color: #000;
          font-size: 30px;
          font-weight: bold;
          margin-bottom: 20px; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .read_more .lp2020_inner h2 {
              font-size: 20px;
              line-height: 1.5; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .read_more .lp2020_inner h2 {
      font-size: 16px; } }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .read_more .lp2020_inner .img {
            width: 300px;
            display: block;
            margin: 0 auto; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .read_more .lp2020_inner .img {
      width: 245px; } }
        #lb-container #lp2020 .read_more .lp2020_inner .boad {
          color: #f23939;
          font-size: 40px;
          font-weight: bold;
          background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/img_detail.png) no-repeat;
          padding: 45px 70px 396px 50px;
          text-align: center;
          position: absolute;
          top: -133px;
          right: 48px;
          z-index: 4; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .read_more .lp2020_inner .boad {
              font-size: 20px;
              padding: 20px 28px 0 0;
              background: url(/blog_portal/lite/img/v3/special/mamekichimameko/lp2020/img_detail.png) no-repeat;
              background-size: 235px auto;
              background-position: top right;
              width: 235px;
              height: 178px;
              top: -64px;
              right: 20px; } }
          #lb-container #lp2020 .read_more .lp2020_inner .boad span {
            font-size: 30px;
            display: block;
            margin-top: 10px; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .read_more .lp2020_inner .boad span {
                font-size: 15px;
                margin-top: 7px; } }
    #lb-container #lp2020 .banners {
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_link.png);
      padding: 80px 0 110px; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .banners {
          background-size: 38%;
          padding: 41px 0 80px; } }
      #lb-container #lp2020 .banners .lp2020_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .banners .lp2020_inner {
            display: block;
            margin: 0 15px; } }
        #lb-container #lp2020 .banners .lp2020_inner div[class^="banner"] {
          width: 482px;
          height: 260px;
          box-sizing: border-box;
          border-radius: 20px; }
          @media screen and (max-width: 768px) {
            #lb-container #lp2020 .banners .lp2020_inner div[class^="banner"] {
              width: calc(100% - 30px);
              height: 180px;
              border-radius: 10px; } }
          #lb-container #lp2020 .banners .lp2020_inner div[class^="banner"] span.bottom {
            display: block;
            height: 80px;
            line-height: 80px;
            border-radius: 0 0 15px 15px; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .banners .lp2020_inner div[class^="banner"] span.bottom {
                width: 105%;
                transform: translateX(-2.5%);
                height: 54px;
                line-height: 54px;
                border-radius: 0; } }
        #lb-container #lp2020 .banners .lp2020_inner a.banner01 {
          position: relative; }
          #lb-container #lp2020 .banners .lp2020_inner a.banner01::before {
            content: '';
            width: 88px;
            height: 47px;
            background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/ic_present_banner01.png) no-repeat;
            position: absolute;
            top: -41px;
            left: 36px;
            z-index: 2; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .banners .lp2020_inner a.banner01::before {
                width: 59px;
                height: 31px;
                background-size: contain;
                top: -27px;
                left: 34px; } }
          #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 {
            color: #000;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
            border: 4px solid #c0e687;
            padding-top: 50px;
            text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
            overflow: hidden;
            position: relative;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 {
                font-size: 28px;
                background-size: 358px auto;
                padding-top: 31px;
                margin-bottom: 25px; } }
            #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01::after {
              content: '';
              width: 110%;
              height: 140%;
              background: #fff url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_present_banner.png);
              background-position: center;
              position: absolute;
              top: -80px;
              left: -26px;
              z-index: -1;
              transform: rotate(-15deg); }
              @media screen and (max-width: 768px) {
                #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01::after {
                  background-size: 90%;
                  height: 173%; } }
            #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom {
              font-size: 24px;
              background: #c0e687;
              margin-top: 42px;
              text-shadow: none; }
              @media screen and (max-width: 768px) {
                #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom {
                  margin-top: 32px;
                  font-size: 18px; } }
              #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::before {
                content: '';
                width: 125px;
                height: 192px;
                background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/ic_present_banner02.png) no-repeat;
                position: absolute;
                bottom: 12px;
                left: 19px; }
                @media screen and (max-width: 768px) {
                  #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::before {
                    width: 79px;
                    height: 120px;
                    background-size: 79px auto; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::before {
      left: 0; } }
              #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::after {
                content: '';
                width: 114px;
                height: 160px;
                background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/ic_present_banner03.png) no-repeat;
                position: absolute;
                bottom: 12px;
                right: 19px; }
                @media screen and (max-width: 768px) {
                  #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::after {
                    width: 72px;
                    height: 100px;
                    background-size: 72px; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .banners .lp2020_inner a.banner01 div.banner01 .bottom::after {
      right: 5px; } }
        #lb-container #lp2020 .banners .lp2020_inner .banner02 {
          background: #fff;
          border: 4px solid #0088e7;
          color: #0088e7;
          position: relative;
          overflow: hidden; }
          #lb-container #lp2020 .banners .lp2020_inner .banner02::after {
            content: '';
            width: 142px;
            height: 118px;
            background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/ic_livedoor_banner.png) no-repeat;
            position: absolute;
            top: 35px;
            right: 16px;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .banners .lp2020_inner .banner02::after {
                width: 110px;
                height: 92px;
                background-size: 110px auto;
                top: 22px;
                right: 8px; } }
          #lb-container #lp2020 .banners .lp2020_inner .banner02 h2 {
            font-size: 24px;
            font-weight: bold;
            line-height: 1.3;
            padding: 60px 133px 53px 0;
            text-align: center; }
            @media screen and (max-width: 768px) {
              #lb-container #lp2020 .banners .lp2020_inner .banner02 h2 {
                font-size: 16px;
                line-height: 1.5;
                padding: 40px 111px 33px 0; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .banners .lp2020_inner .banner02 h2 {
      font-size: 15px;
      padding-bottom: 15px; } }
          #lb-container #lp2020 .banners .lp2020_inner .banner02 .bottom {
            background: #0088e7;
            position: relative;
            z-index: 2; }
            #lb-container #lp2020 .banners .lp2020_inner .banner02 .bottom img {
              padding: 20px 131px; }
              @media screen and (max-width: 768px) {
                #lb-container #lp2020 .banners .lp2020_inner .banner02 .bottom img {
                  padding: 15px 0;
                  width: 152px;
                  margin: 0 auto;
                  display: block; } }
    #lb-container #lp2020 #share.active {
      position: fixed;
      top: 60px;
      right: calc(((100vw - 1024px) / 2) - 80px); }
      @media screen and (max-width: 1024px) {
        #lb-container #lp2020 #share.active {
          top: 230px;
          right: 10px; } }
    #lb-container #lp2020 .share {
      width: 60px;
      position: absolute;
      top: 60px;
      right: -80px;
      z-index: 100; }
      @media screen and (max-width: 1024px) {
        #lb-container #lp2020 .share {
          top: 230px;
          right: 10px; } }
  @media screen and (max-width: 1024px) and (max-width: 768px) {
    #lb-container #lp2020 .share {
      width: 150px;
      position: static;
      margin: 0 auto; } }
      #lb-container #lp2020 .share .share_title {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 14px; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .share ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 30px; } }
      #lb-container #lp2020 .share ul li {
        margin-bottom: 14px; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .share ul li {
            width: 40px;
            margin: 0 5px; } }
    #lb-container #lp2020 .lp2020_footer {
      background: url(/blog_portal/pc/img/v3/special/mamekichimameko/lp2020/bg_green03.png) no-repeat;
      background-position-Y: 50px;
      margin-top: -60px;
      text-align: center;
      padding-bottom: 23px; }
      @media screen and (max-width: 768px) {
        #lb-container #lp2020 .lp2020_footer {
          background: url(/blog_portal/lite/img/v3/special/mamekichimameko/lp2020/bg_green03.png) no-repeat;
          background-size: cover;
          background-position-Y: 22px;
          margin-top: -30px;
          padding-bottom: 20px;
          position: relative; } }
      #lb-container #lp2020 .lp2020_footer .dog {
        margin: 0 auto 20px;
        display: block; }
        @media screen and (max-width: 768px) {
          #lb-container #lp2020 .lp2020_footer .dog {
            width: 83px;
            position: absolute;
            bottom: 49px;
            right: 15px;
            margin: 0; } }
  @media screen and (max-width: 768px) and (max-width: 320px) {
    #lb-container #lp2020 .lp2020_footer .dog {
      right: 5px; } }
      #lb-container #lp2020 .lp2020_footer small {
        color: #80995a;
        font-size: 12px;
        font-weight: bold; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 768px) {
  .pc {
    display: none; }
  .sp {
    display: block; } }
