@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Plus+Jakarta+Sans:wght@200..800&display=swap");
/* FONT SETTING
------------------------------------------ */
/*
font-family: 'Noto Sans JP', sans-serif;
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/
#campaign_area {
  font-family: “Hiragino Sans”, 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif; }

b, strong, .bold {
  font-family: “Hiragino Sans”, 'Noto Sans JP', 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: 16px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: -5px; }

.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
------------------------------------------ */
.fvBg {
  background: #fffbf1;
  overflow: hidden; }

/*
@media only screen and (max-width: 768px) {
.fvBg {
min-height: calc(100vh - 81px);
}
}
*/
.fvArea {
  background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/fv_pc.webp") center top no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: 58vw;
  padding: 2.5vw 0 0;
  position: relative; }
  .fvArea .fvData {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%; }
  .fvArea h1 {
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%; }
    .fvArea h1 .fv01 {
      display: block; }
      .fvArea h1 .fv01 img {
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        width: 34.2%; }

@media only screen and (max-width: 768px) {
  .fvArea {
    background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/fv_sp.webp") center top no-repeat;
    background-size: cover;
    min-height: 174vw;
    padding: 0; }
    .fvArea .fvData {
      display: block;
      width: 100%; }
    .fvArea h1 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
      text-align: center;
      max-width: 100%;
      margin: 0;
      min-height: 174vw;
      position: relative;
      padding: 0;
      width: 100%; }
      .fvArea h1 .fv01 img {
        width: 80%; } }
.startArea {
  background: #fffbf1;
  padding: 120px 20px 140px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .startArea .bodyCopy {
    padding-bottom: 60px; }
    .startArea .bodyCopy p {
      color: #9a796b;
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0.12em;
      line-height: 2.6;
      margin-bottom: 70px; }
  .startArea .startInr {
    background: #FFF;
    margin: 0 auto 80px;
    max-width: 1120px;
    padding: 100px 40px 80px;
    position: relative;
    width: 100%; }
    .startArea .startInr:before {
      background: #FF9E60;
      background: linear-gradient(90deg, #ff9e60 0%, #ffb1f0 50%, moccasin 100%);
      content: '';
      display: block;
      height: 17px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .startArea .startInr:after {
      background: #3CE5E3;
      background: linear-gradient(90deg, #3ce5e3 0%, #ffc6fe 33%, #ff7b57 66%, #ff8f71 100%);
      content: '';
      display: block;
      height: 17px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0; }
  .startArea .so {
    margin-bottom: 15px; }
    .startArea .so img {
      max-width: 317px; }
  .startArea .limitedDay {
    margin-bottom: 20px;
    text-align: center; }
    .startArea .limitedDay .day {
      background: #8E6A5A;
      border-radius: 50px;
      color: #FFF;
      display: inline-block;
      line-height: 1;
      padding: 8px 40px 10px;
      text-align: center; }
      .startArea .limitedDay .day .date {
        font-family: "Plus Jakarta Sans", serif;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.08em; }
      .startArea .limitedDay .day .year {
        font-size: 17px; }
      .startArea .limitedDay .day .yobi {
        font-family: "Plus Jakarta Sans", serif;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0.08em;
        vertical-align: 1px; }
      .startArea .limitedDay .day .time {
        font-family: "Plus Jakarta Sans", serif;
        font-size: 25px;
        font-weight: 500;
        letter-spacing: 0.08em; }
      .startArea .limitedDay .day .ja {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.08em;
        vertical-align: 1px; }
  .startArea h2 {
    margin-bottom: 40px; }
    .startArea h2 span {
      display: block;
      color: #9a796b;
      font-size: 24px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.06em;
      margin-bottom: 12px; }
      .startArea h2 span:before {
        background: #9a796b;
        content: '';
        display: inline-block;
        margin-right: 24px;
        height: 27px;
        vertical-align: -5px;
        width: 2px;
        transform: rotate(-28deg); }
      .startArea h2 span:after {
        background: #9a796b;
        content: '';
        display: inline-block;
        margin-left: 24px;
        height: 27px;
        vertical-align: -5px;
        width: 2px;
        transform: rotate(28deg); }
    .startArea h2 strong {
      color: #ec80a2;
      display: block;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: 0.02em; }
  .startArea .selectSample {
    margin: 0 auto;
    max-width: 750px; }
    .startArea .selectSample > li {
      margin-top: 24px; }
  .startArea .attP {
    font-size: 12px;
    margin: 0 auto;
    max-width: 750px;
    padding-top: 12px;
    text-align: right; }
  .startArea .anchorListBox h3 {
    display: block;
    color: #636363;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.06em;
    margin-bottom: 30px; }
    .startArea .anchorListBox h3:before {
      background: #636363;
      content: '';
      display: inline-block;
      margin-right: 24px;
      height: 27px;
      vertical-align: -5px;
      width: 2px;
      transform: rotate(-28deg); }
    .startArea .anchorListBox h3:after {
      background: #636363;
      content: '';
      display: inline-block;
      margin-left: 24px;
      height: 27px;
      vertical-align: -5px;
      width: 2px;
      transform: rotate(28deg); }
  .startArea .anchorListBox .anchorList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 920px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .startArea .anchorListBox .anchorList li {
      align-items: stretch;
      display: flex;
      margin: 0 0 16px;
      position: relative;
      width: calc(33% - 12px); }
      .startArea .anchorListBox .anchorList li a {
        background: #FFF;
        border: 3px solid #ec80a2;
        border-radius: 5px;
        box-shadow: 0px 4px 0 #CDC9C1;
        color: #ec80a2;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        font-size: 17px;
        font-weight: 500;
        letter-spacing: -0.03em;
        line-height: 1.4;
        min-height: 78px;
        padding: 12px 4px 0;
        position: relative;
        text-align: center;
        width: 100%;
        transition: .2s; }
        .startArea .anchorListBox .anchorList li a .step {
          display: inline-block;
          font-family: "Plus Jakarta Sans", serif;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0.15em;
          margin-right: 12px;
          padding-top: 3px; }
        .startArea .anchorListBox .anchorList li a strong {
          font-size: 19px;
          font-weight: 600;
          letter-spacing: 0.1em; }
        .startArea .anchorListBox .anchorList li a .arrow {
          display: inline-block;
          width: 20px;
          height: 12px;
          transition: .2s;
          position: absolute;
          bottom: 16px; }
        .startArea .anchorListBox .anchorList li a .arrow::before,
        .startArea .anchorListBox .anchorList li a .arrow::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: calc(50% - 1px);
          width: 3px;
          height: 14.8px;
          border-radius: 9999px;
          background-color: #ec80a2;
          transform-origin: 50% calc(100% - 1px);
          transition: 0.2s; }
        .startArea .anchorListBox .anchorList li a .arrow::before {
          transform: rotate(51.35deg); }
        .startArea .anchorListBox .anchorList li a .arrow::after {
          transform: rotate(-51.35deg); }
  @media only screen and (min-width: 768px) {
    .startArea .anchorListBox .anchorList li a:hover {
      background: #EC7FA2;
      color: #FFF;
      box-shadow: none;
      transform: translate3d(0, 4px, 0);
      opacity: 1; }
      .startArea .anchorListBox .anchorList li a:hover .arrow::before,
      .startArea .anchorListBox .anchorList li a:hover .arrow::after {
        background-color: #FFF; }
      .startArea .anchorListBox .anchorList li a:hover:before {
        opacity: 1; } }

@media only screen and (max-width: 768px) {
  .startArea {
    padding: 50px 0; }
    .startArea .bodyCopy {
      padding-bottom: 40px; }
      .startArea .bodyCopy p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 2.6;
        margin-bottom: 24px; }
    .startArea .startInr {
      margin-bottom: 50px;
      max-width: 100%;
      padding: 60px 5vw; }
      .startArea .startInr:before {
        height: 12px; }
      .startArea .startInr:after {
        height: 12px; }
    .startArea .so {
      margin-bottom: 12px; }
      .startArea .so img {
        max-width: 55%; }
    .startArea .limitedDay {
      margin-bottom: 24px;
      text-align: center; }
      .startArea .limitedDay .day {
        margin-bottom: 0;
        padding: 6px 18px 8px; }
        .startArea .limitedDay .day .date {
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0.04em; }
        .startArea .limitedDay .day .yobi {
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.04em;
          vertical-align: 2px; }
        .startArea .limitedDay .day .time {
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 0.04em; }
        .startArea .limitedDay .day .ja {
          font-family: 'Shippori Mincho B1', serif;
          font-size: 12px;
          font-weight: 500;
          letter-spacing: 0.04em;
          vertical-align: 2px; }
    .startArea h2 span {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.06em;
      margin-bottom: 4px; }
      .startArea h2 span:before {
        background: #9a796b;
        content: '';
        display: inline-block;
        margin-right: 12px;
        height: 19px;
        vertical-align: -3px;
        width: 2px;
        transform: rotate(-28deg); }
      .startArea h2 span:after {
        background: #9a796b;
        content: '';
        display: inline-block;
        margin-left: 12px;
        height: 19px;
        vertical-align: -3px;
        width: 2px;
        transform: rotate(28deg); }
    .startArea h2 strong {
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.06em; }
      .startArea h2 strong .num {
        font-size: 36px; }
    .startArea .attP {
      font-size: 9px;
      line-height: 1.8;
      padding-right: 0; }
    .startArea .anchorListBox {
      padding: 0 5vw; }
      .startArea .anchorListBox h3 {
        font-size: 18px;
        margin-bottom: 20px; }
        .startArea .anchorListBox h3:before {
          margin-right: 16px;
          height: 20px;
          vertical-align: -3px;
          width: 2px; }
        .startArea .anchorListBox h3:after {
          margin-left: 16px;
          height: 20px;
          vertical-align: -3px;
          width: 2px; }
      .startArea .anchorListBox .anchorList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 100%; }
        .startArea .anchorListBox .anchorList li {
          align-items: stretch;
          display: flex;
          margin: 0 0 12px;
          position: relative;
          width: calc(50% - 5px); }
          .startArea .anchorListBox .anchorList li a {
            background: #FFF;
            border: 3px solid #ec80a2;
            border-radius: 5px;
            box-shadow: 0px 4px 0 #CDC9C1;
            color: #ec80a2;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            align-content: center;
            justify-content: center;
            font-size: 17px;
            font-weight: 500;
            letter-spacing: -0.03em;
            line-height: 1.4;
            min-height: 78px;
            padding: 0 4px 20px;
            position: relative;
            text-align: center;
            width: 100%;
            transition: .2s; }
            .startArea .anchorListBox .anchorList li a .step {
              display: block;
              font-family: "Plus Jakarta Sans", serif;
              font-size: 12px;
              font-weight: 500;
              letter-spacing: 0.15em;
              margin-right: 0;
              padding-top: 0;
              width: 100%; }
            .startArea .anchorListBox .anchorList li a strong {
              font-size: 15px;
              font-weight: 600;
              letter-spacing: 0.1em; }
            .startArea .anchorListBox .anchorList li a .arrow {
              display: inline-block;
              width: 20px;
              height: 12px;
              transition: .2s;
              position: absolute;
              bottom: 10px; }
            .startArea .anchorListBox .anchorList li a .arrow::before,
            .startArea .anchorListBox .anchorList li a .arrow::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: calc(50% - 1px);
              width: 2px;
              height: 12.8px;
              border-radius: 9999px;
              background-color: #ec80a2;
              transform-origin: 50% calc(100% - 1px);
              transition: 0.2s; }
            .startArea .anchorListBox .anchorList li a .arrow::before {
              transform: rotate(51.35deg); }
            .startArea .anchorListBox .anchorList li a .arrow::after {
              transform: rotate(-51.35deg); } }
    @media only screen and (max-width: 768px) and (min-width: 768px) {
      .startArea .anchorListBox .anchorList li a:hover {
        background: #EC7FA2;
        color: #FFF;
        box-shadow: none;
        transform: translate3d(0, 4px, 0);
        opacity: 1; }
        .startArea .anchorListBox .anchorList li a:hover .arrow::before,
        .startArea .anchorListBox .anchorList li a:hover .arrow::after {
          background-color: #FFF; }
        .startArea .anchorListBox .anchorList li a:hover:before {
          opacity: 1; } }

.itemArea {
  background: #94cae8;
  padding: 80px 0 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .itemArea.type2 {
    background: #f19eb8;
    padding-bottom: 40px; }

@media only screen and (max-width: 768px) {
  .itemArea {
    padding: 40px 0 0; }
    .itemArea.type2 {
      padding-bottom: 0; } }
.whiteBox {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 0;
  position: relative;
  /*
  &:before {
  background:#FFF;
  border-radius: 100%;
  content: '';
  display: block;
  height: 800px;
  width: 1156px;
  position: absolute;
  left: calc(50% - 578px );
  top: -100px;
  }
  */ }
  .whiteBox .viFlex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px; }
    .whiteBox .viFlex .viImg {
      margin: 0;
      width: 46%; }
    .whiteBox .viFlex .viData {
      background: rgba(255, 255, 255, 0.8);
      color: #9a796b;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px;
      width: 54%; }
      .whiteBox .viFlex .viData .viDataInr {
        max-width: 390px; }
        .whiteBox .viFlex .viData .viDataInr h2 {
          font-size: 22px;
          font-weight: 600;
          letter-spacing: 0.12em;
          line-height: 1.7;
          margin-bottom: 20px; }
        .whiteBox .viFlex .viData .viDataInr p {
          font-size: 17px;
          font-weight: 600;
          letter-spacing: 0.14em;
          line-height: 2;
          font-feature-settings: "palt"; }
          .whiteBox .viFlex .viData .viDataInr p strong {
            color: #5da9d9;
            font-weight: 600;
            letter-spacing: 0.14em; }
    @media only screen and (min-width: 768px) {
      .whiteBox .viFlex .viImg {
        transform: translate(40px, 0); }
      .whiteBox .viFlex .viData {
        transform: translate(-40px, 100px); } }
  .whiteBox .stepBox {
    border: 4px solid #FFF;
    color: #FFF;
    margin-bottom: 70px;
    padding: 50px 0 40px; }
    .whiteBox .stepBox .stepBoxInr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 920px; }
      .whiteBox .stepBox .stepBoxInr p {
        margin: 0; }
      .whiteBox .stepBox .stepBoxInr .sbImg {
        width: 37%; }
      .whiteBox .stepBox .stepBoxInr .sbData {
        width: 58%; }
        .whiteBox .stepBox .stepBoxInr .sbData h2 {
          border-bottom: 2px solid #FFF;
          margin-bottom: 16px;
          padding-bottom: 20px; }
          .whiteBox .stepBox .stepBoxInr .sbData h2 .step {
            display: inline-block;
            font-family: "Plus Jakarta Sans", serif;
            font-size: 22px;
            font-weight: 600;
            letter-spacing: 0.15em;
            margin-right: 8px;
            vertical-align: 4px; }
          .whiteBox .stepBox .stepBoxInr .sbData h2 strong {
            font-size: 32px;
            font-weight: 600;
            letter-spacing: 0.08em; }
          .whiteBox .stepBox .stepBoxInr .sbData h2 .hd {
            display: block;
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0.06em;
            padding-top: 20px;
            width: 100%; }
        .whiteBox .stepBox .stepBoxInr .sbData p {
          font-size: 17px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 2;
          width: 100%; }
  .whiteBox ul.itemList {
    padding: 0 0 90px; }
    .whiteBox ul.itemList > li {
      background: #FFF;
      /*
      border-radius: 32px;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
      */
      margin: 0 auto 60px;
      padding: 80px 20px;
      position: relative;
      width: 100%; }
      .whiteBox ul.itemList > li:last-child {
        margin-bottom: 0; }
      .whiteBox ul.itemList > li h3 {
        line-height: 1.3; }
        .whiteBox ul.itemList > li h3.full {
          width: 100%; }
        .whiteBox ul.itemList > li h3 .name {
          display: inline-block;
          font-size: 31px;
          font-weight: 500;
          letter-spacing: 0.1em;
          margin-bottom: 4px; }
          .whiteBox ul.itemList > li h3 .name .mini {
            display: inline;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1;
            vertical-align: 8px; }
          .whiteBox ul.itemList > li h3 .name .other {
            display: inline;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 0.04em;
            line-height: 1; }
        .whiteBox ul.itemList > li h3 .gram {
          display: block;
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 20px;
          font-weight: 500;
          padding-top: 8px; }
          .whiteBox ul.itemList > li h3 .gram .bgColor {
            background: #F9E5F7;
            display: inline-block;
            letter-spacing: 0.06em;
            padding: 2px 6px; }
        .whiteBox ul.itemList > li h3 .normalPrice {
          display: block;
          font-size: 16px;
          font-weight: 500;
          padding-top: 4px; }
          .whiteBox ul.itemList > li h3 .normalPrice strong {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 0.04em;
            margin-left: 4px;
            margin-right: 2px; }
          .whiteBox ul.itemList > li h3 .normalPrice .tax {
            font-size: 15px; }
      .whiteBox ul.itemList > li .desc {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.8;
        max-width: 417px;
        margin-bottom: 24px; }
      .whiteBox ul.itemList > li .titleFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto 60px;
        max-width: 940px; }
        .whiteBox ul.itemList > li .titleFlex h3 {
          line-height: 1.3;
          padding-left: 50px;
          width: 50%; }
          .whiteBox ul.itemList > li .titleFlex h3.full {
            width: 100%; }
          .whiteBox ul.itemList > li .titleFlex h3 .name {
            display: inline-block;
            font-size: 31px;
            font-weight: 500;
            letter-spacing: 0.1em;
            margin-bottom: 4px; }
            .whiteBox ul.itemList > li .titleFlex h3 .name .mini {
              display: inline;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0.02em;
              line-height: 1;
              vertical-align: 8px; }
            .whiteBox ul.itemList > li .titleFlex h3 .name .other {
              display: inline;
              font-size: 13px;
              font-weight: 500;
              letter-spacing: 0.04em;
              line-height: 1; }
          .whiteBox ul.itemList > li .titleFlex h3 .gram {
            display: block;
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 20px;
            font-weight: 500;
            padding-top: 8px; }
            .whiteBox ul.itemList > li .titleFlex h3 .gram .bgColor {
              background: #F9E5F7;
              display: inline-block;
              letter-spacing: 0.06em;
              padding: 2px 6px; }
          .whiteBox ul.itemList > li .titleFlex h3 .normalPrice {
            display: block;
            font-size: 16px;
            font-weight: 500;
            padding-top: 4px; }
            .whiteBox ul.itemList > li .titleFlex h3 .normalPrice strong {
              font-family: 'Plus Jakarta Sans', sans-serif;
              font-size: 24px;
              font-weight: 400;
              letter-spacing: 0.04em;
              margin-left: 4px;
              margin-right: 2px; }
            .whiteBox ul.itemList > li .titleFlex h3 .normalPrice .tax {
              font-size: 15px; }
        .whiteBox ul.itemList > li .titleFlex .desc {
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1.8;
          width: 48%;
          max-width: 417px; }
      .whiteBox ul.itemList > li .listInr {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0 auto;
        max-width: 940px; }
        .whiteBox ul.itemList > li .listInr.aic {
          align-items: center; }
      .whiteBox ul.itemList > li .itemBadge {
        height: 80px;
        width: 80px;
        position: absolute;
        top: -40px;
        left: -20px;
        z-index: 1;
        /*
        img {
        animation: poyopoyo 0.7s ease 0s infinite alternate;
        }
        */ }
      .whiteBox ul.itemList > li .img {
        padding-left: 24px;
        margin: 0;
        /*padding-top: 60px;*/
        position: relative;
        width: 52%; }
        .whiteBox ul.itemList > li .img h3 {
          display: block;
          padding: 0 0 70px 20px; }
        .whiteBox ul.itemList > li .img a {
          display: block;
          position: relative; }
      .whiteBox ul.itemList > li .data {
        color: #333;
        padding: 0;
        width: 46%;
        max-width: 417px; }
        .whiteBox ul.itemList > li .data dl {
          display: flex;
          align-items: center;
          margin-bottom: 12px;
          position: relative; }
          .whiteBox ul.itemList > li .data dl dt {
            margin-right: 5px; }
            .whiteBox ul.itemList > li .data dl dt.off30 {
              padding: 0 3px 0 0; }
              .whiteBox ul.itemList > li .data dl dt.off30 img {
                width: 158px; }
          .whiteBox ul.itemList > li .data dl dd {
            color: #ff7000; }
            .whiteBox ul.itemList > li .data dl dd.only {
              color: #865f4e; }
            .whiteBox ul.itemList > li .data dl dd .yen {
              font-size: 28px;
              font-weight: 500; }
            .whiteBox ul.itemList > li .data dl dd .num, .whiteBox ul.itemList > li .data dl dd .add-num {
              font-family: "Jost", sans-serif;
              font-size: 48px;
              font-weight: 400;
              line-height: 1;
              letter-spacing: 0.04em; }
              .whiteBox ul.itemList > li .data dl dd .num.namMini, .whiteBox ul.itemList > li .data dl dd .add-num.namMini {
                font-size: 48px;
                letter-spacing: -0.04em; }
            .whiteBox ul.itemList > li .data dl dd .tax {
              font-size: 14px;
              font-weight: 600; }
              .whiteBox ul.itemList > li .data dl dd .tax.taxMini {
                font-size: 11px; }
          .whiteBox ul.itemList > li .data dl.topMar {
            margin-top: 88px; }
        .whiteBox ul.itemList > li .data .btnArea {
          margin-top: 24px;
          position: relative; }
          .whiteBox ul.itemList > li .data .btnArea .btns {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 8px;
            align-items: flex-end; }
            .whiteBox ul.itemList > li .data .btnArea .btns:before {
              border-bottom: 1px solid #333;
              content: 'ご希望の定期コースを選択してください';
              display: inline-block;
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0.02em;
              margin-bottom: 8px;
              padding-bottom: 5px; }
            .whiteBox ul.itemList > li .data .btnArea .btns li:first-child {
              margin-left: -2px;
              margin-bottom: 10px; }
            .whiteBox ul.itemList > li .data .btnArea .btns li img {
              max-width: 412px;
              width: 100%; }
            .whiteBox ul.itemList > li .data .btnArea .btns li:last-child img {
              max-width: 410px;
              width: 100%; }
          .whiteBox ul.itemList > li .data .btnArea .qFlex {
            display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
            padding-right: 8px; }
            .whiteBox ul.itemList > li .data .btnArea .qFlex .attList {
              margin: 4px 0 0;
              width: 100%; }
              .whiteBox ul.itemList > li .data .btnArea .qFlex .attList li {
                font-size: 10px;
                letter-spacing: -0.02em; }
          .whiteBox ul.itemList > li .data .btnArea .question {
            font-size: 12px;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 0;
            text-align: right;
            white-space: nowrap; }
            .whiteBox ul.itemList > li .data .btnArea .question a {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/cmn/icon_q.png") left center no-repeat;
              background-size: 16px auto;
              display: inline-block;
              padding: 1px 0 4px 22px;
              letter-spacing: 0.04em;
              text-decoration: underline; }
        .whiteBox ul.itemList > li .data .att {
          font-size: 12px;
          font-weight: 500;
          line-height: 1.6;
          margin-bottom: 0;
          text-align: right; }
        .whiteBox ul.itemList > li .data .cBtn {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .whiteBox ul.itemList > li .data .cBtn a {
            background: #9A796B;
            border-radius: 50px;
            box-shadow: 0px 1px 1px #1E3E4A;
            cursor: pointer;
            color: #FFF;
            display: block;
            font-size: 22px;
            font-weight: 500;
            max-width: 408px;
            padding: 15px 0;
            position: relative;
            text-decoration: none;
            text-align: center;
            transition: .3s;
            opacity: 1;
            overflow: hidden; }
            .whiteBox ul.itemList > li .data .cBtn a: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 > li .data .cBtn a span {
              letter-spacing: 0.15em;
              position: relative;
              z-index: 2; }
              .whiteBox ul.itemList > li .data .cBtn a span:before {
                background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/cmn/icon_cart.png") center center no-repeat;
                background-size: cover;
                content: '';
                display: inline-block;
                margin-right: 20px;
                height: 28px;
                width: 35px;
                vertical-align: -4px; }
              .whiteBox ul.itemList > li .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: 2px;
                margin-left: 16px; }
            .whiteBox ul.itemList > li .data .cBtn a:hover {
              opacity: 0.75; }
          .whiteBox ul.itemList > li .data .cBtn.pink a {
            background: #ff7000; }
  .whiteBox .attList {
    margin-bottom: 20px; }
    .whiteBox .attList li {
      font-size: 10px;
      letter-spacing: -0.02em;
      line-height: 1.5;
      margin-bottom: 5px;
      text-align: right; }
  .whiteBox .top20 {
    margin-top: 20px; }
  .whiteBox .btm10 {
    margin-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .whiteBox {
    max-width: 100%;
    padding: 0; }
    .whiteBox .viFlex {
      display: block;
      margin-bottom: 30px; }
      .whiteBox .viFlex .viImg {
        margin: 0 0 0 4%;
        width: 92%;
        position: relative;
        z-index: 2; }
      .whiteBox .viFlex .viData {
        margin-left: 12%;
        padding: 44px 4vw 36px 6vw;
        width: 88%;
        position: relative;
        top: -4vw; }
        .whiteBox .viFlex .viData .viDataInr {
          max-width: 100%; }
          .whiteBox .viFlex .viData .viDataInr h2 {
            font-size: 17px;
            letter-spacing: 0.06em;
            line-height: 1.9;
            margin-bottom: 20px; }
          .whiteBox .viFlex .viData .viDataInr p {
            font-size: 13px;
            letter-spacing: 0.08em;
            line-height: 2.2; }
            .whiteBox .viFlex .viData .viDataInr p strong {
              color: #5da9d9;
              font-weight: 600;
              letter-spacing: 0.08em; }
    .whiteBox .stepBox {
      margin: 0 5vw 40px;
      padding: 24px 5vw 8px; }
      .whiteBox .stepBox .stepBoxInr {
        display: block; }
        .whiteBox .stepBox .stepBoxInr p {
          margin: 0; }
        .whiteBox .stepBox .stepBoxInr .sbImg {
          width: 100%; }
        .whiteBox .stepBox .stepBoxInr .sbData {
          padding: 24px 0;
          width: 100%; }
          .whiteBox .stepBox .stepBoxInr .sbData h2 {
            border-bottom: 1px solid #FFF;
            margin-bottom: 12px;
            padding-bottom: 16px; }
            .whiteBox .stepBox .stepBoxInr .sbData h2 .step {
              font-size: 14px;
              margin-right: 8px;
              vertical-align: 4px; }
            .whiteBox .stepBox .stepBoxInr .sbData h2 strong {
              font-size: 24px;
              letter-spacing: 0.06em; }
            .whiteBox .stepBox .stepBoxInr .sbData h2 .hd {
              font-size: 16px;
              line-height: 1.4;
              letter-spacing: 0;
              padding-top: 16px;
              width: 100%; }
          .whiteBox .stepBox .stepBoxInr .sbData p {
            font-size: 14px;
            letter-spacing: 0;
            line-height: 1.8;
            width: 100%; }
    .whiteBox ul.itemList {
      padding: 0 2.5vw 60px; }
      .whiteBox ul.itemList > li {
        border-radius: 0;
        display: block;
        margin-bottom: 32px;
        padding: 40px 5vw 40px;
        width: 100%; }
        .whiteBox ul.itemList > li:last-child {
          margin-bottom: 0; }
        .whiteBox ul.itemList > li h3 .name {
          font-size: 22px;
          letter-spacing: 0.04em;
          margin-bottom: 4px;
          text-align: left; }
          .whiteBox ul.itemList > li h3 .name .mini {
            display: inline;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.02em;
            line-height: 1;
            vertical-align: 8px; }
          .whiteBox ul.itemList > li h3 .name .other {
            display: inline;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.04em;
            line-height: 1; }
        .whiteBox ul.itemList > li h3 .gram {
          display: block;
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 15px;
          font-weight: 500;
          padding-top: 8px; }
          .whiteBox ul.itemList > li h3 .gram .bgColor {
            background: #F9E5F7;
            display: inline-block;
            letter-spacing: 0.06em;
            padding: 2px 6px; }
        .whiteBox ul.itemList > li h3 .normalPrice {
          display: block;
          font-size: 16px;
          font-weight: 500;
          padding-top: 4px; }
          .whiteBox ul.itemList > li h3 .normalPrice strong {
            font-family: 'Plus Jakarta Sans', sans-serif;
            font-size: 24px;
            font-weight: 400;
            letter-spacing: 0.04em;
            margin-left: 4px;
            margin-right: 2px; }
          .whiteBox ul.itemList > li h3 .normalPrice .tax {
            font-size: 15px; }
        .whiteBox ul.itemList > li .desc {
          font-size: 16px;
          letter-spacing: 0;
          line-height: 1.8;
          max-width: 417px;
          margin-bottom: 24px; }
        .whiteBox ul.itemList > li .titleFlex {
          margin: 0 auto 0; }
          .whiteBox ul.itemList > li .titleFlex h3 {
            line-height: 1.3;
            padding: 0 5vw 20px;
            width: 100%; }
            .whiteBox ul.itemList > li .titleFlex h3 .name {
              font-size: 24px;
              letter-spacing: 0.04em;
              line-height: 1.5;
              margin-bottom: 4px;
              text-align: left; }
              .whiteBox ul.itemList > li .titleFlex h3 .name .mini {
                display: inline;
                font-size: 15px;
                font-weight: 500;
                letter-spacing: 0.02em;
                line-height: 1;
                vertical-align: 8px; }
              .whiteBox ul.itemList > li .titleFlex h3 .name .other {
                display: inline;
                font-size: 15px;
                font-weight: 500;
                letter-spacing: 0.04em;
                line-height: 1; }
            .whiteBox ul.itemList > li .titleFlex h3 .gram {
              display: block;
              font-family: 'Noto Sans JP', sans-serif;
              font-size: 15px;
              font-weight: 500;
              padding-top: 8px; }
              .whiteBox ul.itemList > li .titleFlex h3 .gram .bgColor {
                background: #F9E5F7;
                display: inline-block;
                letter-spacing: 0.06em;
                padding: 2px 6px; }
            .whiteBox ul.itemList > li .titleFlex h3 .normalPrice {
              display: block;
              font-size: 16px;
              font-weight: 500;
              padding-top: 4px; }
              .whiteBox ul.itemList > li .titleFlex h3 .normalPrice strong {
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 24px;
                font-weight: 400;
                letter-spacing: 0.04em;
                margin-left: 4px;
                margin-right: 2px; }
              .whiteBox ul.itemList > li .titleFlex h3 .normalPrice .tax {
                font-size: 15px; }
          .whiteBox ul.itemList > li .titleFlex .desc {
            font-size: 16px;
            letter-spacing: 0;
            line-height: 1.8;
            max-width: 417px;
            margin-bottom: 24px; }
        .whiteBox ul.itemList > li .listInr {
          display: block;
          margin: 0 auto;
          max-width: 100%; }
        .whiteBox ul.itemList > li .itemBadge {
          height: 15vw;
          width: 15vw;
          position: absolute;
          top: -10px;
          left: 0;
          z-index: 1; }
        .whiteBox ul.itemList > li .img {
          max-width: auto;
          max-width: none;
          text-align: center;
          padding: 0;
          width: 100%; }
          .whiteBox ul.itemList > li .img h3 {
            padding: 0 5vw 32px;
            text-align: left;
            width: 100%; }
          .whiteBox ul.itemList > li .img img {
            width: 94%; }
        .whiteBox ul.itemList > li .data {
          padding: 20px 0 0;
          width: 100%; }
          .whiteBox ul.itemList > li .data dl {
            margin-bottom: 0; }
            .whiteBox ul.itemList > li .data dl dt {
              margin-right: 5px; }
              .whiteBox ul.itemList > li .data dl dt.off30 {
                padding: 0 3px 0 0; }
                .whiteBox ul.itemList > li .data dl dt.off30 img {
                  width: 130px; }
            .whiteBox ul.itemList > li .data dl dd .yen {
              font-size: 18px;
              font-weight: 500;
              letter-spacing: 0.03em; }
            .whiteBox ul.itemList > li .data dl dd .num {
              font-size: 40px;
              font-weight: 500;
              letter-spacing: -0.01em; }
            .whiteBox ul.itemList > li .data dl dd .tax {
              font-size: 11px;
              font-weight: 500;
              letter-spacing: 0.03em; }
            .whiteBox ul.itemList > li .data dl dd .add-num {
              font-size: 40px;
              font-weight: 500; }
            .whiteBox ul.itemList > li .data dl dd .num.namMini, .whiteBox ul.itemList > li .data dl dd .add-num.namMini {
              font-size: 40px;
              letter-spacing: -0.02em; }
            .whiteBox ul.itemList > li .data dl dd .fukidashi01 {
              width: 27vw;
              top: -11vw;
              right: -2.5vw; }
            .whiteBox ul.itemList > li .data dl.topMar {
              margin-top: 56px; }
          .whiteBox ul.itemList > li .data .btnArea {
            margin-top: 0;
            position: relative; }
            .whiteBox ul.itemList > li .data .btnArea .btns {
              display: block;
              margin-bottom: 8px;
              padding-top: 20px; }
              .whiteBox ul.itemList > li .data .btnArea .btns:before {
                content: 'ご希望の定期コースを選択してください';
                font-size: 13px;
                margin-bottom: 15px; }
              .whiteBox ul.itemList > li .data .btnArea .btns li:first-child {
                margin-left: -1%;
                margin-bottom: 10px; }
              .whiteBox ul.itemList > li .data .btnArea .btns li img {
                height: auto;
                width: auto;
                max-width: 100%; }
              .whiteBox ul.itemList > li .data .btnArea .btns li:last-child img {
                height: auto;
                width: auto;
                max-width: 100%; }
            .whiteBox ul.itemList > li .data .btnArea .qFlex {
              display: block; }
            .whiteBox ul.itemList > li .data .btnArea .question {
              position: static;
              font-size: 12px;
              padding-right: 0;
              text-align: left; }
              .whiteBox ul.itemList > li .data .btnArea .question a {
                background-size: 12px auto;
                display: inline-block;
                padding-left: 18px;
                text-decoration: underline; }
          .whiteBox ul.itemList > li .data .cBtn {
            padding-top: 16px;
            text-align: center;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .whiteBox ul.itemList > li .data .cBtn a {
              font-size: 18px;
              margin: 0 auto;
              max-width: 100%;
              padding: 16px 0 16px; }
              .whiteBox ul.itemList > li .data .cBtn a span {
                letter-spacing: 0.1em;
                position: relative;
                z-index: 2; }
                .whiteBox ul.itemList > li .data .cBtn a span:before {
                  content: '';
                  display: inline-block;
                  margin-right: 12px;
                  height: 22px;
                  width: 28px;
                  vertical-align: -4px; }
                .whiteBox ul.itemList > li .data .cBtn a span:after {
                  display: inline-block;
                  content: '';
                  width: 8px;
                  height: 8px;
                  border-top: 1px solid #FFF;
                  border-right: 1px solid #FFF;
                  -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
                  vertical-align: 2px;
                  margin-left: 12px; }
              .whiteBox ul.itemList > li .data .cBtn a:hover {
                opacity: 0.8; }
          .whiteBox ul.itemList > li .data .btn_single {
            max-width: auto;
            max-width: none;
            margin-bottom: 0; }
            .whiteBox ul.itemList > li .data .btn_single.top25 {
              margin-top: 25px; }
          .whiteBox ul.itemList > li .data .att {
            font-size: 11px;
            line-height: 1.6;
            margin: 8px 0;
            text-align: left; }
          .whiteBox ul.itemList > li .data .Products-detail-color2 {
            margin-bottom: 30px; }
    .whiteBox .attList {
      margin-bottom: 12px;
      padding-top: 8px; }
      .whiteBox .attList li {
        font-size: 9px;
        line-height: 1.5;
        margin-bottom: 4px;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em; }
    .whiteBox .top20 {
      margin-top: 20px; } }
.lastBtnArea {
  background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/last_bg.webp") center top no-repeat #fffbf1;
  background-size: 100% auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 38vw 0 160px;
  text-align: center; }
  .lastBtnArea .lastBtnInr {
    color: #555;
    margin: 0 auto 10vw;
    max-width: 840px;
    text-align: left; }
    .lastBtnArea .lastBtnInr h2 {
      font-size: 36px;
      font-weight: 500;
      letter-spacing: 0.08em;
      line-height: 1.45;
      margin-bottom: 28px; }
    .lastBtnArea .lastBtnInr p {
      font-size: 25px;
      font-weight: 500;
      letter-spacing: 0.04em;
      line-height: 2;
      margin-bottom: 40px; }
  .lastBtnArea .lastBtn a {
    background: #9A796B;
    border-radius: 60px;
    box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.6;
    min-width: 490px;
    padding: 17px 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    opacity: 1;
    overflow: hidden; }
    .lastBtnArea .lastBtn 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 .lastBtn a span {
      letter-spacing: 0.12em;
      position: relative;
      z-index: 2; }
      .lastBtnArea .lastBtn a span:after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 10px;
        vertical-align: 3px; }
    .lastBtnArea .lastBtn a:hover {
      /*
      box-shadow: none;
      transform: translate3d(0, 4px, 0);
      */
      opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .lastBtnArea {
    background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20260105/images/last_bg.webp") center top no-repeat #fffbf1;
    background-size: 140% auto;
    padding: 55vw 7.5vw 80px; }
    .lastBtnArea .lastBtnInr {
      margin: 0 auto 10vw;
      max-width: 100%;
      text-align: left; }
      .lastBtnArea .lastBtnInr h2 {
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 1.45;
        margin-bottom: 20px; }
      .lastBtnArea .lastBtnInr p {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 50px; }
    .lastBtnArea .lastBtn a {
      font-size: 18px;
      line-height: 1.6;
      min-width: 100%;
      padding: 16px 0;
      position: relative;
      text-decoration: none;
      text-align: center;
      transition: .2s;
      opacity: 1;
      overflow: hidden; }
      .lastBtnArea .lastBtn a span {
        letter-spacing: 0.08em;
        position: relative;
        z-index: 2; }
        .lastBtnArea .lastBtn a span:after {
          content: '';
          display: inline-block;
          width: 9px;
          height: 9px;
          border-top: 2px solid #FFF;
          border-right: 2px solid #FFF;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          margin-left: 8px;
          vertical-align: 1px; }
      .lastBtnArea .lastBtn a:hover {
        /*
        box-shadow: none;
        transform: translate3d(0, 5px, 0);
        */
        opacity: 1; } }
/* Animation Setting
------------------------------------------  */
/* fadeInK Set */
.lastBtnArea {
  opacity: 0; }

/* fadeInUpK Set */
.startArea .bodyCopy p,
.startArea .startInr,
.startArea .selectSample li,
.startArea .attP,
.startArea .anchorListBox,
.startArea .anchorList li,
.itemArea .itemList .a_item,
.lastBtnArea .lastBtn,
.viFlex,
.stepBox {
  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 .desc,
.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 {
  opacity: 0;
  transform: scale(1.15);
  filter: blur(6px); }

/* 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.3s 1 forwards; }

.startArea .bodyCopy p.action {
  animation: fadeInUpK 0.7s ease 0.2s 1 forwards; }

.startArea .startInr.action {
  animation: fadeInUpK 0.7s ease 0.3s 1 forwards; }

.startArea .selectSample li.action {
  animation: fadeInUpK 0.7s ease 0.3s 1 forwards; }

.startArea .attP.action {
  animation: fadeInUpK 0.7s ease 0.3s 1 forwards; }

.startArea .anchorListBox.action {
  animation: fadeInUpK 0.7s ease 0.3s 1 forwards; }

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

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

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

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

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

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

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

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

.itemArea .itemList > li.action {
  animation: fadeInUpK 0.8s ease 0.5s 1 forwards; }

.itemArea .itemList > li.action .itemBadge {
  animation: fadeInLK 0.8s ease 0.6s 1 forwards; }

.itemArea .itemList > li.action .img {
  animation: fadeInLK 0.8s ease 0.6s 1 forwards; }

.itemArea .itemList > li.action .data h3 {
  animation: fadeInLK 0.8s ease 0.7s 1 forwards; }

.itemArea .itemList > li.action .data .desc {
  animation: fadeInLK 0.8s ease 0.8s 1 forwards; }

.itemArea .itemList > li.action .data .attList {
  animation: fadeInLK 0.8s ease 0.8s 1 forwards; }

.itemArea .itemList > li.action .data dl {
  animation: fadeInLK 0.8s ease 0.9s 1 forwards; }

.itemArea .itemList > li.action .data .btnArea {
  animation: fadeInLK 0.8s ease 0.9s 1 forwards; }

.itemArea .itemList > li.action .data .cart_options {
  animation: fadeInLK 0.8s ease 0.9s 1 forwards; }

.itemArea .itemList > li.action .data .Products-detail-color2 {
  animation: fadeInLK 0.8s ease 0.9s 1 forwards; }

.itemArea .itemList > li.action .data .cBtn {
  animation: fadeInLK 0.8s ease 1s 1 forwards; }

.itemArea .pfBox.action:nth-child(1) {
  animation: fadeInUpK 0.8s ease 0.4s 1 forwards; }

.itemArea .pfBox.action:nth-child(2) {
  animation: fadeInUpK 0.8s ease 0.5s 1 forwards; }

.lastBtnArea.action {
  animation: fadeInK 0.8s ease 0.6s 1 forwards; }

.lastBtnArea .lastBtn.action {
  animation: fadeInUpK 0.8s ease 0.6s 1 forwards; }

.viFlex.action {
  animation: fadeInUpK 0.8s ease 0.6s 1 forwards; }

.stepBox.action {
  animation: fadeInUpK 0.8s ease 0.6s 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);
    filter: blur(6px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(6px); }
  50% {
    transform: translateY(-6px); } }
@keyframes poyopoyo {
  from {
    transform: scale(0.95, 0.95); }
  to {
    transform: scale(1.05, 1.05); } }
@media only screen and (max-width: 768px) {
  @keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(4px); }
    50% {
      transform: translateY(-4px); } }
  @keyframes poyopoyo {
    from {
      transform: scale(1, 1); }
    to {
      transform: scale(1.15, 1.15); } } }
