@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&display=swap");
/* FONT SETTING
------------------------------------------ */
/*
font-family: 'Noto Sans JP', sans-serif;

font-family: 'Noto Serif JP', sans-serif;

font-family: "Gen Interface JP", sans-serif;
font-weight: 100; // 100から800まで対応

font-family: "Aboreto", system-ui;
font-weight: 400;
		
*/
/*
#campaign_area {
font-family: “Hiragino Sans”,YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: “Hiragino Sans”, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
*/
/* IEだけに適応 */
/*
_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
*/
/* MIXIN & SHORTCODE
------------------------------------------ */
/*
@include incSmooth();
*/
/* BASE SETTING
------------------------------------------ */
body {
  color: #333; }

a, a:focus {
  outline: none !important; }

sup {
  font-size: 9px;
  margin-right: 5px;
  vertical-align: top; }

sub {
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: -8px; }

.c-breadcrumb {
  margin-top: 0; }

.p-footer-top {
  z-index: 10; }

@media only screen and (min-width: 768px) {
  .l-main img {
    image-rendering: -webkit-optimize-contrast; }

  .l-main img {
    -webkit-backface-visibility: hidden; }

  .l-main img {
    -webkit-transform: translateZ(0); } }
@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
    min-width: none; }

  sub {
    font-size: 9px;
    vertical-align: -3px; }

  sup {
    vertical-align: top; } }
/* COMPONENT
------------------------------------------ */
.spDisp {
  display: none; }

.spHide {
  display: inline; }

ul.indList li {
  text-indent: -1em;
  padding-left: 1em; }

@media only screen and (max-width: 768px) {
  .spDisp {
    display: inline; }

  .spHide {
    display: none; } }
/* UNIQ
------------------------------------------ */
#campaign_area {
  color: #4f61cb;
  font-family: "Gen Interface JP", sans-serif; }

.fvArea {
  background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/fv_pc.webp") center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 55vw;
  padding: 0;
  position: relative; }
  .fvArea .fvData {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 75%; }
  .fvArea h1 {
    margin: 0;
    width: 50%; }
    .fvArea h1 .fv01 {
      display: block;
      padding: 3vw 0; }
      .fvArea h1 .fv01 img {
        width: 100%; }
    .fvArea h1 .fv02 {
      display: block;
      width: 95%; }

@media only screen and (max-width: 768px) {
  .fvArea {
    background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/fv_sp.webp") center top no-repeat;
    background-size: cover;
    min-height: 163vw;
    padding: 0; }
    .fvArea .fvData {
      display: block;
      width: 100%; }
    .fvArea h1 {
      display: flex;
      flex-wrap: wrap;
      align-content: space-between;
      text-align: center;
      max-width: 100%;
      margin: 0;
      min-height: 163vw;
      width: 100%; }
      .fvArea h1 .fv01 {
        padding: 2vw 1vw 0; }
      .fvArea h1 .fv02 {
        padding: 0 2.5vw 4vw 5vw;
        width: 100%; }
        .fvArea h1 .fv02 img {
          width: 100%; } }
.fvCopy {
  background: #FFF;
  padding: 140px 40px 120px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fvCopy h2 {
    color: #FFF;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.65; }
    .fvCopy h2 span {
      background-image: linear-gradient(90deg, #B6E4DE, #7ECDF4);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 100% auto;
      display: inline-block;
      letter-spacing: -0.06em;
      line-height: 1.1;
      padding: 2px 20px 8px; }
  .fvCopy .copy {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    line-height: 2;
    margin: 0 auto 100px;
    max-width: 760px; }
  .fvCopy .cpBnr {
    display: block;
    text-align: center; }
    .fvCopy .cpBnr a:hover {
      opacity: 0.85; }
    .fvCopy .cpBnr img {
      max-width: 770px;
      height: auto;
      width: 100%; }

@media only screen and (max-width: 768px) {
  .fvCopy {
    display: block;
    padding: 0;
    padding: 60px 7.5vw 60px;
    width: 100%; }
    .fvCopy h2 {
      font-size: 28px;
      margin-bottom: 36px;
      line-height: 1.9; }
      .fvCopy h2 span {
        letter-spacing: -0.06em;
        line-height: 1.2;
        padding: 4px 12px 8px; }
    .fvCopy .copy {
      font-size: 17px;
      line-height: 2.2;
      margin: 0 auto 60px;
      max-width: 100%; }
    .fvCopy .cpBnr {
      display: block;
      text-align: center; }
      .fvCopy .cpBnr img {
        max-width: 100%; } }
.startArea {
  background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/start_bg.webp") center bottom no-repeat;
  background-size: cover;
  padding: 140px 20px 110px; }
  .startArea .konkai {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    text-align: center; }
    .startArea .konkai:before, .startArea .konkai:after {
      background: #4f61cb;
      content: '';
      display: inline-block;
      height: 24px;
      vertical-align: -4px;
      width: 2px; }
    .startArea .konkai:before {
      margin-right: 24px;
      transform: rotate(-30deg); }
    .startArea .konkai:after {
      margin-left: 24px;
      transform: rotate(30deg); }
  .startArea h2 {
    text-align: center; }
    .startArea h2 img {
      margin-bottom: 60px;
      height: auto;
      width: 100%;
      max-width: 660px; }
  .startArea .whiteBox {
    background: #FFF;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 20px; }
    .startArea .whiteBox .whiteBoxInr {
      max-width: 740px;
      margin: 0 auto; }
  .startArea .flex01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px; }
    .startArea .flex01.reverse {
      flex-direction: row-reverse; }
    .startArea .flex01 .img {
      margin: 0;
      width: 200px; }
    .startArea .flex01 .data {
      width: calc(100% - 250px); }
      .startArea .flex01 .data dt {
        display: block;
        align-items: center;
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 0.02em;
        line-height: 1.45;
        padding-bottom: 16px; }
      .startArea .flex01 .data dd {
        font-size: 16px;
        letter-spacing: 0.06em;
        line-height: 1.95; }
        .startArea .flex01 .data dd .att {
          display: block;
          font-size: 12px;
          letter-spacing: 0.06em;
          padding-top: 12px;
          text-align: right; }
        .startArea .flex01 .data dd sub {
          font-size: 10px;
          vertical-align: -2px; }
  .startArea .danger {
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .startArea .danger dt {
      font-family: 'Noto Serif JP', sans-serif;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.6;
      padding-bottom: 24px; }
      .startArea .danger dt span {
        display: block;
        font-size: 22px;
        margin: 4px 0; }
      .startArea .danger dt:before {
        background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/icon_downarrow_01.png") center top no-repeat;
        background-size: 55px auto;
        content: '';
        display: block;
        height: 20px;
        margin: 0 0 40px;
        width: 100%; }
    .startArea .danger dd {
      background: #FFF;
      display: block; }
      .startArea .danger dd .checkList {
        display: flex;
        justify-content: center;
        align-items: flex-end; }
        .startArea .danger dd .checkList p {
          margin: 0 0 0 24px; }
          .startArea .danger dd .checkList p img {
            width: 200px; }
        .startArea .danger dd .checkList .checkListBox {
          border: 3px solid #4f61cb;
          display: flex;
          justify-content: center;
          max-width: 440px;
          padding: 28px 12px;
          text-align: left;
          width: calc(100% - 224px); }
          .startArea .danger dd .checkList .checkListBox ul li {
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: 0.06em;
            margin-top: 10px;
            padding: 0 0 0 32px;
            position: relative; }
            .startArea .danger dd .checkList .checkListBox ul li:first-child {
              margin-top: 0; }
            .startArea .danger dd .checkList .checkListBox ul li strong {
              font-size: 23px;
              font-weight: 600;
              letter-spacing: 0.02em;
              line-height: 1.5;
              margin: 0 2px; }
            .startArea .danger dd .checkList .checkListBox ul li:before {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/icon_check_01.png") center top no-repeat;
              background-size: 20px auto;
              content: '';
              display: block;
              height: 20px;
              width: 20px;
              position: absolute;
              top: 4px;
              left: 0; }
            .startArea .danger dd .checkList .checkListBox ul li:last-child {
              margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .startArea {
    padding: 60px 5vw 40px; }
    .startArea .konkai {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 28px;
      position: relative; }
      .startArea .konkai:before, .startArea .konkai:after {
        height: 32px;
        vertical-align: 0;
        position: absolute;
        top: 20%; }
      .startArea .konkai:before {
        margin-right: 0;
        left: 5vw; }
      .startArea .konkai:after {
        margin-left: 0;
        right: 5vw; }
    .startArea h2 img {
      margin-bottom: 40px;
      max-width: 100%; }
    .startArea .whiteBox {
      max-width: 100%;
      margin: 0;
      padding: 40px 5vw 28px; }
      .startArea .whiteBox .whiteBoxInr {
        max-width: 100%;
        margin: 0; }
    .startArea .flex01 {
      display: block;
      margin-bottom: 40px; }
      .startArea .flex01 .img {
        margin: 0 0 24px;
        text-align: center;
        width: 100%; }
        .startArea .flex01 .img img {
          max-width: 70%; }
      .startArea .flex01 .data {
        width: 100%; }
        .startArea .flex01 .data dt {
          font-size: 18px;
          line-height: 1.8;
          padding-bottom: 16px; }
        .startArea .flex01 .data dd {
          font-size: 15px;
          line-height: 1.8; }
          .startArea .flex01 .data dd .att {
            font-size: 10px;
            padding-top: 10px; }
    .startArea .danger dt {
      font-size: 16px;
      padding-bottom: 20px; }
      .startArea .danger dt span {
        font-size: 20px;
        margin: 4px 0; }
      .startArea .danger dt:before {
        margin: 0 0 28px; }
    .startArea .danger dd {
      background: #FFF;
      display: block; }
      .startArea .danger dd .checkList {
        display: block;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row-reverse; }
        .startArea .danger dd .checkList > p {
          display: none; }
        .startArea .danger dd .checkList .checkListBox {
          max-width: 100%;
          padding: 28px 2.5vw 28px 5vw;
          width: 100%; }
          .startArea .danger dd .checkList .checkListBox ul li {
            font-size: 16px;
            font-weight: 600;
            line-height: 1.5;
            letter-spacing: 0.02em;
            margin-top: 10px;
            padding: 0 0 0 28px;
            position: relative; }
            .startArea .danger dd .checkList .checkListBox ul li:first-child {
              margin-top: 0; }
            .startArea .danger dd .checkList .checkListBox ul li strong {
              font-size: 23px;
              font-weight: 600;
              letter-spacing: 0.02em;
              line-height: 1.5;
              margin: 0 2px; }
            .startArea .danger dd .checkList .checkListBox ul li:before {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/icon_check_01.png") center top no-repeat;
              background-size: 18px auto;
              content: '';
              display: block;
              height: 18px;
              width: 18px;
              position: absolute;
              top: 3px;
              left: 0; }
            .startArea .danger dd .checkList .checkListBox ul li:last-child {
              margin-bottom: 0; } }
.anchorArea {
  background: #FFF;
  padding: 120px 40px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .anchorArea h2 {
    color: #FFF;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.7; }
    .anchorArea h2 span {
      background-image: linear-gradient(90deg, #B6E4DE, #7ECDF4);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: 100% auto;
      display: inline-block;
      letter-spacing: -0.06em;
      line-height: 1.1;
      padding: 2px 20px 8px; }
  .anchorArea .copy {
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 2;
    margin: 0 auto 80px;
    max-width: 760px; }
  .anchorArea .anchorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    max-width: 760px; }
    .anchorArea .anchorList li {
      margin-bottom: 8px;
      position: relative;
      width: calc(50% - 12px); }
      .anchorArea .anchorList li a {
        box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.05);
        border-radius: 0 0 6px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        overflow: hidden;
        position: relative;
        transition: .2s;
        text-align: center;
        width: 100%; }
  @media only screen and (min-width: 768px) {
    .anchorArea .anchorList li a:hover {
      color: #FFF;
      box-shadow: none;
      transform: translate3d(0, 3px, 0);
      opacity: 0.75; } }

@media only screen and (max-width: 768px) {
  .anchorArea {
    display: block;
    padding: 0;
    padding: 60px 7.5vw 40px;
    width: 100%; }
    .anchorArea h2 {
      font-size: 22px;
      margin-bottom: 36px;
      line-height: 1.9; }
      .anchorArea h2 span {
        letter-spacing: -0.06em;
        line-height: 1.2;
        padding: 4px 8px 8px; }
    .anchorArea .copy {
      font-size: 17px;
      line-height: 2.2;
      margin: 0 auto 40px;
      max-width: 100%; }
    .anchorArea .anchorList {
      display: block;
      max-width: 100%; }
      .anchorArea .anchorList li {
        margin-bottom: 12px;
        width: 100%; } }
.itemArea {
  background: #60BCFB;
  background: linear-gradient(90deg, #DBF1EE 0%, #C1E6F8 100%);
  margin-top: -3px;
  padding: 110px 20px 140px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .itemArea .inr {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3; }

@media only screen and (max-width: 768px) {
  .itemArea {
    padding: 40px 0 40px; }
    .itemArea .inr {
      margin: 0; } }
.whiteBox {
  background: #FFF;
  margin: 0 auto 90px;
  overflow: hidden;
  padding: 90px 20px;
  position: relative; }
  .whiteBox:last-child {
    margin-bottom: 0; }
  .whiteBox .pointFlex {
    display: flex;
    justify-content: space-between;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 auto;
    max-width: 1000px;
    position: relative; }
    .whiteBox .pointFlex .pfImg {
      margin-bottom: 0;
      padding-top: 8px;
      text-align: center;
      width: 42%; }
    .whiteBox .pointFlex .pfData {
      width: 52%; }
      .whiteBox .pointFlex .pfData h4 {
        font-family: 'Noto Serif JP', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 16px; }
        .whiteBox .pointFlex .pfData h4 strong {
          display: block;
          font-size: 26px;
          font-weight: 500;
          letter-spacing: 0.06em; }
          .whiteBox .pointFlex .pfData h4 strong .small {
            font-size: 14px; }
      .whiteBox .pointFlex .pfData p {
        font-size: 16px;
        letter-spacing: 0.02em;
        line-height: 2;
        margin-bottom: 24px; }
        .whiteBox .pointFlex .pfData p sup {
          vertical-align: 7px; }
        .whiteBox .pointFlex .pfData p a {
          color: #1B4390;
          text-decoration: underline; }
      .whiteBox .pointFlex .pfData .checkList {
        background: #60BCFB;
        background: linear-gradient(90deg, #E9F5F4 0%, #E2F6FF 100%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px 0 12px; }
        .whiteBox .pointFlex .pfData .checkList .checkImg {
          margin: 0;
          width: 100px; }
        .whiteBox .pointFlex .pfData .checkList ul {
          padding-bottom: 20px;
          text-align: left;
          width: calc(100% - 120px); }
          .whiteBox .pointFlex .pfData .checkList ul li {
            font-size: 15px;
            font-weight: 500;
            line-height: 1.5;
            letter-spacing: 0.02em;
            margin-bottom: 10px;
            padding: 0 0 0 28px;
            position: relative; }
            .whiteBox .pointFlex .pfData .checkList ul li strong {
              font-size: 23px;
              font-weight: 600;
              letter-spacing: 0.02em;
              line-height: 1.5;
              margin: 0 2px; }
            .whiteBox .pointFlex .pfData .checkList ul li:before {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/icon_check_01.png") center top no-repeat;
              background-size: 18px auto;
              content: '';
              display: block;
              height: 18px;
              width: 18px;
              position: absolute;
              top: 3px;
              left: 0; }
            .whiteBox .pointFlex .pfData .checkList ul li:last-child {
              margin-bottom: 0; }
      .whiteBox .pointFlex .pfData .att {
        display: block;
        font-size: 11px;
        line-height: 1.8;
        text-align: right;
        margin-top: 10px; }
      .whiteBox .pointFlex .pfData .tipsBox {
        align-items: flex-start;
        display: flex; }
        .whiteBox .pointFlex .pfData .tipsBox .img {
          width: 70px; }
        .whiteBox .pointFlex .pfData .tipsBox .tipsList {
          align-items: center;
          display: flex;
          flex-wrap: wrap;
          font-size: 11px;
          margin-top: 15px;
          margin-left: 10px;
          width: calc(100% - 90px); }
          .whiteBox .pointFlex .pfData .tipsBox .tipsList li {
            background: #baa435;
            border-radius: 5px;
            color: #fff;
            text-align: center;
            margin: 0 5px 1% 0;
            padding: 5px 0;
            width: 31%; }
          .whiteBox .pointFlex .pfData .tipsBox .tipsList.type02 {
            width: calc(100% - 120px); }
            .whiteBox .pointFlex .pfData .tipsBox .tipsList.type02 li {
              margin: 0 5px 1% 0;
              width: 47%; }
  .whiteBox ul.itemList {
    border: 4px solid;
    border-image: linear-gradient(90deg, #9EE4DB, #3FB8F4) 1;
    margin: 40px auto 0;
    max-width: 1000px;
    padding: 60px 0 60px 0;
    position: relative;
    z-index: 2; }
    .whiteBox ul.itemList .a_item {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 auto;
      max-width: 860px;
      padding: 0;
      position: relative; }
      .whiteBox ul.itemList .a_item .productsData {
        padding: 0 0 40px;
        width: 100%; }
        .whiteBox ul.itemList .a_item .productsData p {
          line-height: 2; }
          .whiteBox ul.itemList .a_item .productsData p .att {
            display: block;
            font-size: 11px;
            text-align: right; }
      .whiteBox ul.itemList .a_item h3 {
        font-weight: 500;
        font-style: normal;
        line-height: 1.5;
        margin-bottom: 12px;
        width: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .whiteBox ul.itemList .a_item h3 .name {
          display: inline-block;
          font-family: "Shippori Mincho B1", serif;
          font-size: 30px;
          letter-spacing: 0.02em; }
        .whiteBox ul.itemList .a_item h3 .small {
          display: inline-block;
          font-family: "Shippori Mincho B1", serif;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0.08em; }
        .whiteBox ul.itemList .a_item h3 .gram {
          display: inline-block;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.08em;
          margin-left: 10px; }
        .whiteBox ul.itemList .a_item h3 .saleName {
          display: inline-block;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.08em;
          margin-left: 10px; }
      .whiteBox ul.itemList .a_item .img {
        margin: 0;
        position: relative;
        width: 49%; }
        .whiteBox ul.itemList .a_item .img.center {
          text-align: center; }
        .whiteBox ul.itemList .a_item .img.leftP {
          padding-left: 12px; }
        .whiteBox ul.itemList .a_item .img img {
          max-width: 420px; }
      .whiteBox ul.itemList .a_item .data {
        padding: 0;
        width: 46%; }
        .whiteBox ul.itemList .a_item .data .dataTitle {
          color: #967E10;
          font-family: "Shippori Mincho B1", serif;
          font-size: 20px;
          font-weight: 600;
          line-height: 1.4;
          letter-spacing: 0.06em;
          margin-bottom: 8px; }
        .whiteBox ul.itemList .a_item .data .dataDesc {
          color: #967E10;
          font-size: 15px;
          font-weight: 400;
          letter-spacing: 0.02em;
          line-height: 1.7;
          margin-bottom: 12px; }
        .whiteBox ul.itemList .a_item .data dl {
          display: flex;
          align-items: center;
          margin-bottom: 12px; }
          .whiteBox ul.itemList .a_item .data dl dt {
            margin-right: 5px; }
            .whiteBox ul.itemList .a_item .data dl dt.off30 {
              padding: 0 3px 0 0; }
              .whiteBox ul.itemList .a_item .data dl dt.off30 img {
                width: 130px; }
            .whiteBox ul.itemList .a_item .data dl dt.off1100 {
              padding: 0 3px 0 0; }
              .whiteBox ul.itemList .a_item .data dl dt.off1100 img {
                width: 155px; }
            .whiteBox ul.itemList .a_item .data dl dt.teika {
              padding: 0 3px 0 0; }
              .whiteBox ul.itemList .a_item .data dl dt.teika img {
                width: 153px; }
          .whiteBox ul.itemList .a_item .data dl dd {
            color: #f882d2; }
            .whiteBox ul.itemList .a_item .data dl dd.only {
              color: #2ec4dc; }
            .whiteBox ul.itemList .a_item .data dl dd .yen {
              font-size: 28px;
              font-weight: 500; }
            .whiteBox ul.itemList .a_item .data dl dd .num, .whiteBox ul.itemList .a_item .data dl dd .add-num {
              font-size: 50px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0.01em; }
              .whiteBox ul.itemList .a_item .data dl dd .num.namMini, .whiteBox ul.itemList .a_item .data dl dd .add-num.namMini {
                font-size: 48px;
                letter-spacing: 0.01em; }
            .whiteBox ul.itemList .a_item .data dl dd .tax {
              font-size: 14px;
              font-weight: 500; }
              .whiteBox ul.itemList .a_item .data dl dd .tax.taxMini {
                font-size: 11px; }
        .whiteBox ul.itemList .a_item .data .btnArea {
          margin-top: 24px;
          position: relative; }
          .whiteBox ul.itemList .a_item .data .btnArea .btns {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 8px;
            align-items: flex-end; }
            .whiteBox ul.itemList .a_item .data .btnArea .btns:before {
              border-bottom: 1px solid #333;
              color: #333;
              content: 'ご希望の定期コースを選択してください';
              display: inline-block;
              font-size: 15px;
              font-weight: 500;
              letter-spacing: 0.06em;
              margin-bottom: 8px;
              padding-bottom: 5px; }
            .whiteBox ul.itemList .a_item .data .btnArea .btns li:first-child {
              margin-left: -9px;
              margin-bottom: 10px; }
            .whiteBox ul.itemList .a_item .data .btnArea .btns li img {
              height: 71px;
              width: auto; }
            .whiteBox ul.itemList .a_item .data .btnArea .btns li:last-child img {
              height: 66px;
              width: auto; }
          .whiteBox ul.itemList .a_item .data .btnArea .qFlex {
            display: flex;
            justify-content: space-between;
            margin-bottom: 12px; }
            .whiteBox ul.itemList .a_item .data .btnArea .qFlex .attList {
              color: #333;
              margin-top: 4px;
              width: 100%; }
              .whiteBox ul.itemList .a_item .data .btnArea .qFlex .attList li {
                font-size: 10px; }
          .whiteBox ul.itemList .a_item .data .btnArea .question {
            font-size: 11px;
            font-weight: 500;
            line-height: 1.6;
            margin-bottom: 0;
            text-align: left;
            white-space: nowrap; }
            .whiteBox ul.itemList .a_item .data .btnArea .question a {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/cmn/icon_q.png") left center no-repeat;
              background-size: 16px auto;
              display: inline-block;
              padding: 1px 0 4px 22px;
              letter-spacing: 0em;
              text-decoration: underline; }
        .whiteBox ul.itemList .a_item .data .att {
          font-size: 12px;
          font-weight: 500;
          line-height: 1.6;
          margin-bottom: 0;
          text-align: right; }
        .whiteBox ul.itemList .a_item .data .cBtn {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .whiteBox ul.itemList .a_item .data .cBtn a {
            background: #2EC4DC;
            border-radius: 4px;
            box-shadow: 0px 2px 1px #807268;
            cursor: pointer;
            color: #FFF;
            display: inline-block;
            font-size: 22px;
            font-weight: 500;
            min-width: 397px;
            padding: 16px 0;
            position: relative;
            text-decoration: none;
            text-align: center;
            transition: .3s;
            opacity: 1;
            overflow: hidden;
            /*
            &:before {
            content: '';
            background: rgba(255,255,255,0.2);
            border-radius: 200%;
            display: block;
            height: 100%;
            width: 120%;
            position: absolute;
            top: -40%;
            left: -10%;
            }
            */ }
            .whiteBox ul.itemList .a_item .data .cBtn a span {
              letter-spacing: 0.2em;
              position: relative;
              z-index: 2; }
              .whiteBox ul.itemList .a_item .data .cBtn a span:before {
                background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/cmn/icon_cart.png") center center no-repeat;
                background-size: cover;
                content: '';
                display: inline-block;
                margin-right: 20px;
                height: 32px;
                width: 35px;
                vertical-align: -6px; }
              .whiteBox ul.itemList .a_item .data .cBtn a span:after {
                display: inline-block;
                content: '';
                width: 13px;
                height: 13px;
                border-top: 2px solid #FFF;
                border-right: 2px solid #FFF;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                vertical-align: 2px;
                margin-left: 16px; }
            .whiteBox ul.itemList .a_item .data .cBtn a:hover {
              opacity: 0.75; }
          .whiteBox ul.itemList .a_item .data .cBtn.pink a {
            background: #f882d2; }
            .whiteBox ul.itemList .a_item .data .cBtn.pink a span:before {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/cmn/icon_teiki.png") center center no-repeat;
              background-size: cover;
              content: '';
              display: inline-block;
              margin-right: 20px;
              height: 39px;
              width: 46px;
              vertical-align: -10px; }
  .whiteBox .attList {
    max-width: 1000px;
    margin: 15px auto 0; }
    .whiteBox .attList li {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 5px;
      text-align: right; }
  .whiteBox .attListOut {
    margin: 0 auto;
    max-width: 1000px;
    padding-top: 12px; }
    .whiteBox .attListOut li {
      font-size: 12px;
      line-height: 1.5;
      text-align: right; }

@media only screen and (max-width: 768px) {
  .whiteBox {
    margin: 28px auto 0;
    max-width: 100%;
    padding: 32px 2.5vw; }
    .whiteBox .pointFlex {
      display: block;
      margin: 0;
      max-width: 100%;
      padding: 0 5vw; }
      .whiteBox .pointFlex .pfImg {
        margin-bottom: 24px;
        padding: 0;
        text-align: center;
        width: 100%; }
      .whiteBox .pointFlex .pfData {
        width: 100%; }
        .whiteBox .pointFlex .pfData h4 {
          font-family: 'Noto Serif JP', sans-serif;
          font-size: 16px;
          font-weight: 500;
          line-height: 1.5;
          margin-bottom: 16px; }
          .whiteBox .pointFlex .pfData h4 strong {
            display: block;
            font-size: 22px;
            font-weight: 500;
            letter-spacing: 0.06em;
            padding-top: 4px; }
        .whiteBox .pointFlex .pfData p {
          font-size: 15px;
          letter-spacing: 0.02em;
          line-height: 1.8;
          margin-bottom: 24px; }
          .whiteBox .pointFlex .pfData p sup {
            vertical-align: 7px; }
          .whiteBox .pointFlex .pfData p a {
            color: #1B4390;
            text-decoration: underline; }
        .whiteBox .pointFlex .pfData .checkList {
          display: flex;
          padding: 20px; }
          .whiteBox .pointFlex .pfData .checkList .checkImg {
            display: none; }
          .whiteBox .pointFlex .pfData .checkList ul {
            padding: 0;
            text-align: left;
            width: 100%; }
            .whiteBox .pointFlex .pfData .checkList ul li {
              font-size: 15px;
              font-weight: 500;
              line-height: 1.5;
              letter-spacing: 0.02em;
              margin-bottom: 10px;
              padding: 0 0 0 32px;
              position: relative; }
              .whiteBox .pointFlex .pfData .checkList ul li strong {
                font-size: 23px;
                font-weight: 600;
                letter-spacing: 0.02em;
                line-height: 1.5;
                margin: 0 2px; }
              .whiteBox .pointFlex .pfData .checkList ul li:before {
                background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260901/images/icon_check_01.png") center top no-repeat;
                background-size: 18px auto;
                content: '';
                display: block;
                height: 18px;
                width: 18px;
                position: absolute;
                top: 3px;
                left: 0; }
              .whiteBox .pointFlex .pfData .checkList ul li:last-child {
                margin-bottom: 0; }
        .whiteBox .pointFlex .pfData .att {
          display: block;
          font-size: 11px;
          text-align: right;
          margin-top: 10px; }
        .whiteBox .pointFlex .pfData .tipsBox {
          align-items: flex-start;
          display: flex; }
          .whiteBox .pointFlex .pfData .tipsBox .img {
            width: 70px; }
          .whiteBox .pointFlex .pfData .tipsBox .tipsList {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            font-size: 11px;
            margin-top: 15px;
            margin-left: 10px;
            width: calc(100% - 90px); }
            .whiteBox .pointFlex .pfData .tipsBox .tipsList li {
              background: #baa435;
              border-radius: 5px;
              color: #fff;
              text-align: center;
              margin: 0 5px 1% 0;
              padding: 5px 0;
              width: 31%; }
            .whiteBox .pointFlex .pfData .tipsBox .tipsList.type02 {
              width: calc(100% - 120px); }
              .whiteBox .pointFlex .pfData .tipsBox .tipsList.type02 li {
                margin: 0 5px 1% 0;
                width: 47%; }
    .whiteBox ul.itemList {
      margin-top: 28px;
      padding: 0 5vw; }
      .whiteBox ul.itemList .a_item {
        display: block;
        margin-bottom: 30px;
        padding: 28px 0 0;
        width: 100%; }
        .whiteBox ul.itemList .a_item:last-child {
          margin-bottom: 0; }
        .whiteBox ul.itemList .a_item .productsData {
          padding: 0 0 12px;
          width: 100%; }
          .whiteBox ul.itemList .a_item .productsData p {
            font-size: 15px;
            line-height: 1.8; }
            .whiteBox ul.itemList .a_item .productsData p .att {
              display: block;
              font-size: 11px;
              text-align: right; }
        .whiteBox ul.itemList .a_item h3 .name {
          font-size: 26px; }
        .whiteBox ul.itemList .a_item h3 .gram {
          display: block;
          font-size: 14px;
          letter-spacing: 0.04em;
          margin: 0;
          padding-top: 4px; }
        .whiteBox ul.itemList .a_item h3 .saleName {
          display: block;
          font-size: 12px;
          letter-spacing: 0.04em;
          padding-top: 12px; }
        .whiteBox ul.itemList .a_item .img {
          max-width: auto;
          max-width: none;
          text-align: center;
          padding-top: 0;
          text-align: center;
          width: 100%; }
          .whiteBox ul.itemList .a_item .img img {
            margin-right: 0;
            width: 90%; }
          .whiteBox ul.itemList .a_item .img.leftP {
            padding-left: 0; }
            .whiteBox ul.itemList .a_item .img.leftP img {
              margin-right: 0;
              width: 55%; }
        .whiteBox ul.itemList .a_item .data {
          padding: 24px 0 32px;
          width: 100%; }
          .whiteBox ul.itemList .a_item .data .dataTitle {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0.04em;
            margin-bottom: 4px; }
          .whiteBox ul.itemList .a_item .data .dataDesc {
            color: #967E10;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1.7;
            margin-bottom: 12px; }
          .whiteBox ul.itemList .a_item .data dl {
            margin-bottom: 0; }
            .whiteBox ul.itemList .a_item .data dl dt {
              margin-right: 5px; }
              .whiteBox ul.itemList .a_item .data dl dt.off30 {
                padding: 0 3px 0 0; }
                .whiteBox ul.itemList .a_item .data dl dt.off30 img {
                  width: 122px; }
              .whiteBox ul.itemList .a_item .data dl dt.teika {
                padding: 0 3px 0 0; }
                .whiteBox ul.itemList .a_item .data dl dt.teika img {
                  width: 122px; }
            .whiteBox ul.itemList .a_item .data dl dd .yen {
              font-size: 18px;
              font-weight: 500;
              letter-spacing: 0.03em; }
            .whiteBox ul.itemList .a_item .data dl dd .num {
              font-size: 40px;
              font-weight: 500; }
            .whiteBox ul.itemList .a_item .data dl dd .tax {
              font-size: 11px;
              font-weight: 500;
              letter-spacing: 0.03em; }
            .whiteBox ul.itemList .a_item .data dl dd .add-num {
              font-size: 40px;
              font-weight: 500; }
            .whiteBox ul.itemList .a_item .data dl dd .num.namMini, .whiteBox ul.itemList .a_item .data dl dd .add-num.namMini {
              font-size: 40px;
              letter-spacing: -0.02em; }
          .whiteBox ul.itemList .a_item .data .btnArea {
            margin-top: 0;
            position: relative; }
            .whiteBox ul.itemList .a_item .data .btnArea .btns {
              display: block;
              margin-bottom: 8px;
              padding-top: 10px; }
              .whiteBox ul.itemList .a_item .data .btnArea .btns:before {
                content: 'ご希望の定期コースを選択してください';
                font-size: 13px;
                margin-bottom: 15px; }
              .whiteBox ul.itemList .a_item .data .btnArea .btns li:first-child {
                margin-left: -9px;
                margin-bottom: 10px; }
              .whiteBox ul.itemList .a_item .data .btnArea .btns li img {
                height: auto;
                width: auto; }
              .whiteBox ul.itemList .a_item .data .btnArea .btns li:last-child img {
                height: auto;
                width: auto; }
            .whiteBox ul.itemList .a_item .data .btnArea .qFlex {
              display: block; }
            .whiteBox ul.itemList .a_item .data .btnArea .question {
              position: static;
              font-size: 12px;
              padding-right: 0;
              text-align: left; }
              .whiteBox ul.itemList .a_item .data .btnArea .question a {
                background-size: 12px auto;
                display: inline-block;
                padding-left: 18px;
                text-decoration: underline; }
          .whiteBox ul.itemList .a_item .data .cBtn {
            padding-top: 12px;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .whiteBox ul.itemList .a_item .data .cBtn a {
              font-size: 18px;
              min-width: 100%;
              padding: 16px 0 18px;
              position: relative;
              text-decoration: none;
              text-align: center;
              transition: .2s;
              opacity: 1;
              overflow: hidden; }
              .whiteBox ul.itemList .a_item .data .cBtn a span {
                letter-spacing: 0.15em;
                position: relative;
                z-index: 2; }
                .whiteBox ul.itemList .a_item .data .cBtn a span:before {
                  content: '';
                  display: inline-block;
                  margin-right: 18px;
                  height: 26px;
                  width: 30px;
                  vertical-align: -6px; }
                .whiteBox ul.itemList .a_item .data .cBtn a span:after {
                  display: inline-block;
                  content: '';
                  width: 11px;
                  height: 11px;
                  border-top: 2px solid #FFF;
                  border-right: 2px solid #FFF;
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
                  vertical-align: 1px;
                  margin-left: 12px; }
              .whiteBox ul.itemList .a_item .data .cBtn a:hover {
                opacity: 0.8; }
            .whiteBox ul.itemList .a_item .data .cBtn.pink a span:before {
              margin-right: 15px;
              height: 33px;
              width: 39px;
              vertical-align: -9px; }
          .whiteBox ul.itemList .a_item .data .btn_single {
            max-width: auto;
            max-width: none;
            margin-bottom: 0; }
            .whiteBox ul.itemList .a_item .data .btn_single.top25 {
              margin-top: 25px; }
          .whiteBox ul.itemList .a_item .data .att {
            font-size: 10px;
            line-height: 1.6;
            margin: 8px 0;
            text-align: left; }
    .whiteBox .attList {
      margin-bottom: 12px; }
      .whiteBox .attList li {
        font-size: 9px;
        line-height: 1.5;
        margin-bottom: 4px;
        text-align: right; }
    .whiteBox .attListOut {
      margin: 0;
      max-width: 100%;
      padding: 12px 5vw 0; }
      .whiteBox .attListOut li {
        font-size: 9px;
        line-height: 2;
        margin-bottom: 4px; } }
.lastBtnArea {
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0 120px;
  text-align: center; }
  .lastBtnArea a {
    background: #60BCFB;
    background: linear-gradient(90deg, #9DE4DB 0%, #3FB9F4 100%);
    border-radius: 6px;
    box-shadow: 0px 4px 1px #C8C9CA;
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.45;
    min-width: 500px;
    padding: 20px 0 22px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    opacity: 1;
    overflow: hidden;
    /*
    &:before {
    content: '';
    background: rgba(255,255,255,0.1);
    border-radius: 200%;
    display: block;
    height: 100%;
    width: 160%;
    position: absolute;
    top: -40%;
    left: -30%;
    }
    */ }
    .lastBtnArea a span {
      letter-spacing: 0.08em;
      position: relative;
      z-index: 2; }
      .lastBtnArea a span strong {
        display: block;
        font-weight: 600;
        margin-top: 6px;
        position: relative; }
        .lastBtnArea a span strong:after {
          content: '';
          display: inline-block;
          width: 8px;
          height: 8px;
          border-top: 1px solid #FFF;
          border-right: 1px solid #FFF;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: 10px;
          vertical-align: 2px; }
    .lastBtnArea a:hover {
      /*
      box-shadow: none;
      transform: translate3d(0, 4px, 0);
      */
      opacity: 0.8; }

@media only screen and (max-width: 768px) {
  .lastBtnArea {
    padding: 50px 5vw 70px;
    text-align: center; }
    .lastBtnArea a {
      background-position: right center;
      background-size: 140% auto;
      font-size: 18px;
      line-height: 1.4;
      min-width: 100%;
      padding: 20px 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      transition: .2s;
      opacity: 1;
      overflow: hidden; }
      .lastBtnArea a:before {
        content: '';
        background: rgba(255, 255, 255, 0.2);
        border-radius: 200%;
        display: block;
        height: 100%;
        width: 160%;
        position: absolute;
        top: -40%;
        left: -30%; }
      .lastBtnArea a span {
        letter-spacing: 0.12em;
        position: relative;
        z-index: 2; }
        .lastBtnArea a span strong {
          display: block;
          font-size: 18px;
          position: relative;
          margin-top: 4px;
          padding-top: 0; }
          .lastBtnArea a span strong:after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            border-top: 1px solid #FFF;
            border-right: 1px solid #FFF;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-left: 8px;
            vertical-align: 2px; }
      .lastBtnArea a:hover {
        box-shadow: none;
        transform: translate3d(0, 5px, 0);
        opacity: 1; } }
/* Animation Setting
------------------------------------------  */
/* fadeInK Set */
.itemArea {
  opacity: 0; }

/* fadeInUpK Set */
.fvCopy h2,
.fvCopy .copy,
.fvCopy .cpBnr,
.startArea .konkai,
.startArea h2,
.startArea .whiteBox,
.startArea .flex01,
.startArea .danger,
.startArea .danger dd,
.startArea .flex02,
.startArea .cpBnr,
.anchorArea h2,
.anchorArea .copy,
.anchorArea .cpBnr,
.anchorArea .anchorList li,
.itemArea .attListOut,
.itemArea .whiteBox,
.itemArea .itemList,
.itemArea .pointFlex,
.lastBtnArea p {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0px, 25px); }

/* fadeInLK Set 
.itemArea .itemList .itemBadge,
.itemArea .itemList .img,
.itemArea .itemList .data h3,
.itemArea .itemList .data .dataTitle,
.itemArea .itemList .data .dataDesc,
.itemArea .itemList .attList,
.itemArea .itemList dl,
.itemArea .itemList .btnArea,
.itemArea .itemList .Products-detail-color2,
.itemArea .itemList .cart_options,
.itemArea .itemList .cBtn,
{
opacity: 0;
-webkit-transform: translate(-15px, 0);
-ms-transform: translate(-15px, 0);
transform: translate(-15px, 0); }
*/
/* fadeInBK Set */
.fvArea,
.fvArea .fv01 img,
.fvArea .fv02 img {
  opacity: 0;
  transform: scale(1.15); }

/* annimation */
.fvArea.action {
  animation: fadeInBK 1s cubic-bezier(0.56, 0, 0.2, 1) 0.2s 1 forwards; }

.fvArea.action .fv01 img {
  animation: fadeInBK 1s cubic-bezier(0.56, 0, 0.2, 1) 0.4s 1 forwards; }

.fvArea.action .fv02 img {
  animation: fadeInBK 1s cubic-bezier(0.56, 0, 0.2, 1) 0.5s 1 forwards; }

.fvCopy.action h2 {
  animation: fadeInUpK 0.8s ease 0.1s 1 forwards; }

.fvCopy.action .copy {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.fvCopy.action .cpBnr {
  animation: fadeInUpK 0.8s ease 0.5s 1 forwards; }

.startArea .konkai.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea h2.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .whiteBox.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .flex01.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .flex02.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .danger.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .danger dd.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.startArea .cpBnr.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.anchorArea.action h2 {
  animation: fadeInUpK 0.8s ease 0.1s 1 forwards; }

.anchorArea.action .copy {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.anchorArea .anchorList.action li:nth-child(1) {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.anchorArea .anchorList.action li:nth-child(2) {
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.anchorArea .anchorList.action li:nth-child(3) {
  animation: fadeInUpK 0.8s ease 0.5s 1 forwards; }

.anchorArea .anchorList.action li:nth-child(4) {
  animation: fadeInUpK 0.8s ease 0.6s 1 forwards; }

.itemArea.action {
  animation: fadeInK 0.8s ease 0.2s 1 forwards; }

.itemArea .whiteBox.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.itemArea .pointFlex.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.itemArea .itemList.action {
  animation: fadeInUpK 0.8s ease 0.3s 1 forwards; }

.lastBtnArea p.action {
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

/* keyframes */
@keyframes fadeInK {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInUpK {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    transform: translate(0px, 25px); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInLK {
  0% {
    opacity: 0;
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0); }
  100% {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1), transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes fadeInBK {
  0% {
    opacity: 0;
    transform: scale(1.15); }
  100% {
    opacity: 1;
    transform: scale(1); } }
