@charset "UTF-8";
.meta {
  text-align: right; }
  .meta h1, .meta h2, .meta h3 {
    font-size: 12px;
    text-align: right;
    display: inline-block;
    padding-right: 1em; }

#diet {
  padding-top: 180px;
  position: relative; }
  #diet img {
    max-width: 100%; }
  #diet .sp {
    display: none; }
  @media screen and (max-width: 768px) {
    #diet {
      padding-top: 16vw; }
      #diet .sp {
        display: block; }
      #diet .pc {
        display: none !important; } }
  #diet #bg {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) center top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      #diet #bg {
        background-image: url(../images/bg-sp.png);
        background-size: contain; } }
  #diet .link-form {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 130px; }
    #diet .link-form a img {
      -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.25));
      filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.25));
      -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
      transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #diet .link-form a:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    @media screen and (max-width: 768px) {
      #diet .link-form {
        margin-bottom: 10vw;
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
  #diet .image_fukidashi {
    position: relative; }
  #diet .content {
    position: relative;
    z-index: 2; }
  #diet #kv {
    margin-bottom: 150px; }
    @media screen and (max-width: 768px) {
      #diet #kv {
        margin-bottom: 10vw; } }
    #diet #kv #kv-wrapper {
      width: 1160px;
      margin: auto;
      margin-bottom: 90px;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      #diet #kv #kv-wrapper .kv-image {
        width: 644px;
        padding-top: 125px; }
    #diet #kv #kv-wrapper-sp {
      text-align: center;
      margin-bottom: 5vw; }
      #diet #kv #kv-wrapper-sp img {
        width: 90%; }
    #diet #kv .kv-fukidashi {
      width: 1095px;
      margin: auto; }
      #diet #kv .kv-fukidashi ul {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media screen and (max-width: 768px) {
        #diet #kv .kv-fukidashi {
          width: 90%;
          margin-bottom: 5vw; }
          #diet #kv .kv-fukidashi ul {
            padding-top: 30vw;
            position: relative; }
            #diet #kv .kv-fukidashi ul li {
              width: 35vw; }
              #diet #kv .kv-fukidashi ul li:nth-child(2) {
                position: absolute;
                left: calc(50% - 20vw);
                top: 0; } }
    #diet #kv .kv-message {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 1045px;
      margin: auto;
      position: relative;
      margin-top: -15px; }
      #diet #kv .kv-message figure img {
        width: 390px; }
      #diet #kv .kv-message .kv-message-fukidashi {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      @media screen and (max-width: 768px) {
        #diet #kv .kv-message {
          width: 90%; }
          #diet #kv .kv-message figure img {
            width: 38%; }
          #diet #kv .kv-message .kv-message-fukidashi img {
            width: 65%; } }
  #diet .product {
    margin-bottom: 60px; }
    #diet .product h3 {
      text-align: center;
      margin-bottom: 30px; }
    #diet .product p {
      text-align: center;
      margin-bottom: 70px;
      font-size: 33px;
      font-weight: bold;
      line-height: 1.4em; }
      #diet .product p span {
        color: #FF9600;
        font-weight: bold; }
        #diet .product p span strong {
          font-size: 41px; }
    #diet .product .feature {
      width: 1118px;
      margin: auto;
      margin-bottom: 145px; }
      #diet .product .feature ul {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    #diet .product .product-introduction {
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 1048px;
      margin: auto; }
      #diet .product .product-introduction .product-detail {
        text-align: right; }
        #diet .product .product-introduction .product-detail h4 {
          margin-bottom: 30px; }
        #diet .product .product-introduction .product-detail figure img {
          width: 448px; }
      #diet .product .product-introduction .product-image {
        margin-top: 72px;
        position: relative; }
        #diet .product .product-introduction .product-image figure img {
          width: 577px; }
        #diet .product .product-introduction .product-image .fukidashi {
          position: absolute;
          right: -70px;
          top: 0; }
    @media screen and (max-width: 768px) {
      #diet .product {
        width: 90%;
        margin: auto; }
        #diet .product h3 {
          margin-bottom: 4vw; }
        #diet .product p {
          margin-bottom: 7vw;
          font-size: 4vw;
          line-height: 1.4em; }
          #diet .product p span strong {
            font-size: 4.5vw; }
        #diet .product .feature {
          width: 100%;
          margin-bottom: 5vw; }
          #diet .product .feature ul li {
            width: 48%; }
        #diet .product .product-introduction {
          display: block;
          width: 100%;
          margin-bottom: 5vw; }
          #diet .product .product-introduction .product-detail {
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            #diet .product .product-introduction .product-detail h4 {
              margin-bottom: 0;
              width: 55%; }
            #diet .product .product-introduction .product-detail figure {
              width: 42%; }
              #diet .product .product-introduction .product-detail figure img {
                width: 100%; }
          #diet .product .product-introduction .product-image {
            margin-top: 3vw; }
            #diet .product .product-introduction .product-image figure img {
              width: 68%; }
            #diet .product .product-introduction .product-image .fukidashi {
              right: 6vw;
              top: 5vw;
              width: 30%; } }
  #diet .diet {
    background: #fff4e5;
    padding-top: 111px;
    padding-bottom: 1px; }
    #diet .diet article {
      width: 1120px;
      margin: auto; }
      #diet .diet article .feature-title {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 40px; }
        #diet .diet article .feature-title .image_fukidashi figure {
          display: block;
          text-align: right;
          width: 550px; }
          #diet .diet article .feature-title .image_fukidashi figure img {
            width: 455px; }
        #diet .diet article .feature-title .image_fukidashi .fukidashi {
          position: absolute;
          left: 0;
          top: 30px; }
        #diet .diet article .feature-title .feature-detail p {
          font-size: 32.5px;
          font-weight: bold;
          padding: 0.5em 1em;
          line-height: 1.6em;
          text-align: justify;
          text-align-last: left; }
      #diet .diet article.feature1 {
        margin-bottom: 223px; }
      #diet .diet article.feature2 {
        margin-bottom: 170px; }
        #diet .diet article.feature2 ul {
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: stretch;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          #diet .diet article.feature2 ul li {
            width: 536px;
            margin-bottom: 40px; }
            #diet .diet article.feature2 ul li a {
              position: relative;
              display: block;
              -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
              transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
              #diet .diet article.feature2 ul li a p {
                position: absolute;
                left: 10%;
                top: 15%;
                padding-right: 10%;
                font-size: 25px;
                font-weight: bold;
                line-height: 1.4em;
                text-align: justify;
                text-align-last: left; }
              #diet .diet article.feature2 ul li a:hover {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1); }
    @media screen and (max-width: 768px) {
      #diet .diet {
        padding-top: 10vw; }
        #diet .diet article {
          width: 88%; }
          #diet .diet article .feature-title {
            margin-bottom: 6vw;
            position: relative; }
            #diet .diet article .feature-title .feature-detail {
              width: 41%;
              position: absolute;
              right: 0;
              top: 3vw; }
              #diet .diet article .feature-title .feature-detail p {
                font-size: 3vw;
                padding: 0.5em 0; }
            #diet .diet article .feature-title .image_fukidashi figure {
              width: 55vw; }
              #diet .diet article .feature-title .image_fukidashi figure img {
                width: 80%; }
            #diet .diet article .feature-title .image_fukidashi .fukidashi {
              left: 0;
              top: 0vw;
              width: 16vw; }
          #diet .diet article.feature1 {
            margin-bottom: 5vw; }
            #diet .diet article.feature1 figure {
              text-align: center; }
              #diet .diet article.feature1 figure img {
                width: 92%; }
          #diet .diet article.feature2 {
            margin-bottom: 5vw; }
            #diet .diet article.feature2 .feature-title {
              margin-bottom: 26vw; }
            #diet .diet article.feature2 ul {
              display: block; }
              #diet .diet article.feature2 ul li {
                width: 88%;
                margin-left: auto;
                margin-right: auto;
                margin-bottom: 3vw; }
                #diet .diet article.feature2 ul li a p {
                  font-size: 3.5vw; } }
  #diet .recommend {
    padding-top: 40px;
    width: 1120px;
    margin: auto; }
    #diet .recommend h3 {
      text-align: center;
      margin-bottom: 50px; }
    #diet .recommend ul li {
      margin-bottom: 60px;
      position: relative; }
      #diet .recommend ul li p {
        font-size: 28px;
        font-weight: bold;
        width: 40%;
        position: absolute;
        left: 54.5%;
        top: 12%;
        line-height: 1.6em;
        text-align: justify;
        text-align-last: left; }
    @media screen and (max-width: 768px) {
      #diet .recommend {
        width: 90%;
        padding-top: 5vw; }
        #diet .recommend h3 {
          margin-bottom: 5vw; }
        #diet .recommend ul li {
          margin-bottom: 5vw;
          width: 95%;
          margin-left: auto;
          margin-right: auto; }
          #diet .recommend ul li p {
            font-size: 3.5vw;
            width: 90%;
            left: 5%;
            top: 60%; } }
  #diet .voice {
    max-width: 1120px;
    margin: auto;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 130px; }
    #diet .voice .voice-image {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    @media screen and (max-width: 768px) {
      #diet .voice {
        width: 90%;
        display: block;
        margin-bottom: 5vw; }
        #diet .voice .voice-image {
          text-align: center; }
          #diet .voice .voice-image img {
            width: 50%;
            margin-bottom: 3vw; }
        #diet .voice .voice-text {
          text-align: center; }
          #diet .voice .voice-text img {
            width: 90%; } }
  #diet .extra {
    background: #ecf8f7;
    padding-bottom: 170px; }
    #diet .extra .content {
      padding-top: 230px;
      width: 1120px;
      margin: auto; }
    #diet .extra h3 {
      margin-bottom: 62px;
      position: relative; }
      #diet .extra h3 > picture img {
        position: relative;
        z-index: 2; }
      #diet .extra h3 figure {
        width: 530px;
        position: absolute;
        left: 0;
        bottom: 0; }
    #diet .extra .extra-feature-index {
      margin-bottom: 120px; }
      #diet .extra .extra-feature-index ul {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
    #diet .extra article {
      margin-bottom: 140px; }
      #diet .extra article h4 {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        #diet .extra article h4 .image_fukidashi figure {
          width: 455px; }
        #diet .extra article h4 .image_fukidashi .fukidashi {
          position: absolute; }
        #diet .extra article h4 .extra-title-text {
          width: 620px; }
      #diet .extra article .extra-link {
        margin-bottom: 180px; }
        #diet .extra article .extra-link a {
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          height: 84px;
          border-radius: 100px;
          -webkit-box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.25);
          background: #fff; }
          #diet .extra article .extra-link a img {
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
          #diet .extra article .extra-link a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      #diet .extra article.extra1 h4 {
        margin-bottom: 45px; }
        #diet .extra article.extra1 h4 .image_fukidashi .fukidashi {
          left: 410px;
          top: 65px; }
        #diet .extra article.extra1 h4 .extra-title-text {
          padding-bottom: 45px; }
      #diet .extra article.extra1 ul {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 80px; }
        #diet .extra article.extra1 ul li {
          width: 528px; }
          #diet .extra article.extra1 ul li dl dt {
            text-align: center;
            margin-bottom: 25px; }
          #diet .extra article.extra1 ul li dl dd a img {
            -webkit-filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.25));
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000); }
          #diet .extra article.extra1 ul li dl dd a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
      #diet .extra article.extra2 h4 {
        margin-bottom: 125px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        #diet .extra article.extra2 h4 .image_fukidashi {
          padding-top: 65px; }
          #diet .extra article.extra2 h4 .image_fukidashi .fukidashi {
            top: -30px;
            left: 0; }
        #diet .extra article.extra2 h4 .extra-title-text p {
          font-size: 33px;
          font-weight: bold;
          padding-top: 1em;
          text-align: justify;
          text-align-last: left;
          line-height: 1.6em; }
      #diet .extra article.extra2 .specialcontents h5 {
        text-align: center;
        margin-bottom: 75px; }
      #diet .extra article.extra2 .specialcontents ul {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 72px; }
        #diet .extra article.extra2 .specialcontents ul li {
          width: 530px; }
          #diet .extra article.extra2 .specialcontents ul li a img {
            -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
            -webkit-filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(6px 6px 10px rgba(0, 0, 0, 0.25)); }
          #diet .extra article.extra2 .specialcontents ul li a:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1); }
    @media screen and (max-width: 768px) {
      #diet .extra {
        padding-top: 6vw;
        padding-bottom: 8vw; }
        #diet .extra .content {
          padding-top: 0;
          width: 90%; }
          #diet .extra .content h3 {
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            margin-bottom: 3vw; }
            #diet .extra .content h3 figure {
              width: 100%;
              position: static; }
          #diet .extra .content .extra-feature-index {
            margin-bottom: 5vw; }
            #diet .extra .content .extra-feature-index ul li {
              width: 48%; }
          #diet .extra .content article {
            margin-bottom: 10vw; }
            #diet .extra .content article h4 .image_fukidashi figure {
              width: 50vw; }
            #diet .extra .content article .extra-link {
              margin-bottom: 10vw; }
              #diet .extra .content article .extra-link a {
                height: 12vw; }
                #diet .extra .content article .extra-link a img {
                  height: 3.5vw; }
            #diet .extra .content article.extra1 {
              margin-bottom: 5vw; }
              #diet .extra .content article.extra1 h4 {
                margin-bottom: 3vw; }
                #diet .extra .content article.extra1 h4 .image_fukidashi {
                  padding-top: 5vw; }
                  #diet .extra .content article.extra1 h4 .image_fukidashi .fukidashi {
                    left: 80%;
                    width: 40vw;
                    top: -1vw; }
              #diet .extra .content article.extra1 ul {
                display: block;
                margin-bottom: 5vw; }
                #diet .extra .content article.extra1 ul li {
                  width: 100%;
                  margin-bottom: 5vw; }
                  #diet .extra .content article.extra1 ul li dl dt {
                    margin-bottom: 3vw; }
                    #diet .extra .content article.extra1 ul li dl dt img {
                      height: 13vw; }
                  #diet .extra .content article.extra1 ul li dl dd {
                    width: 80%;
                    margin: auto; }
                    #diet .extra .content article.extra1 ul li dl dd img {
                      -webkit-filter: drop-shadow(1vw 1vw 1vw rgba(0, 0, 0, 0.25));
                      filter: drop-shadow(1vw 1vw 1vw rgba(0, 0, 0, 0.25)); }
            #diet .extra .content article.extra2 h4 {
              margin-bottom: 5vw; }
              #diet .extra .content article.extra2 h4 .image_fukidashi {
                padding-top: 8vw; }
                #diet .extra .content article.extra2 h4 .image_fukidashi .fukidashi {
                  top: 0;
                  left: 5vw;
                  width: 40vw; }
              #diet .extra .content article.extra2 h4 .extra-title-text p {
                font-size: 3.2vw;
                padding-top: 0.5em; }
            #diet .extra .content article.extra2 .specialcontents h5 {
              margin-bottom: 10vw; }
            #diet .extra .content article.extra2 .specialcontents ul {
              display: block;
              margin-bottom: 10vw; }
              #diet .extra .content article.extra2 .specialcontents ul li {
                width: 70vw;
                margin: auto;
                margin-bottom: 5vw; } }

#ecforce_form {
  padding: 100px 0; }
  #ecforce_form div.demo {
    padding: 20px;
    background: #f5f5f5;
    width: 90%;
    max-width: 960px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    padding: 10em 0; }

/* ==================
モーダル
================== */
#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100; }
  #modal #modal_inner {
    background: #fff;
    position: relative;
    max-width: 85%;
    height: 90%; }
    #modal #modal_inner #modal_container {
      width: 100%;
      height: 100%;
      overflow: auto; }
      #modal #modal_inner #modal_container img {
        max-width: 520px; }
      @media screen and (max-width: 768px) {
        #modal #modal_inner #modal_container img {
          width: 100%; } }
  #modal #modal_close {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: absolute;
    right: -30px;
    top: -30px;
    background: #48cda1;
    z-index: 1000;
    overflow: visible; }
    #modal #modal_close:after, #modal #modal_close:before {
      content: "";
      height: 2px;
      display: block;
      width: 60%;
      position: relative;
      position: absolute;
      left: 20%;
      top: 50%;
      margin-top: -1px;
      background: #fff; }
    #modal #modal_close:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #modal #modal_close:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.fixed-purchase {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: block;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .fixed-purchase {
      width: 27vw; } }
  .fixed-purchase.disabled {
    display: none; }
