@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@1,500&family=Jost:wght@100..900&family=Shippori+Mincho+B1:wght@400;500&display=swap");
/* FONT SETTING
------------------------------------------ */
/*
font-family: 'Noto Sans JP', sans-serif;
.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.shippori-mincho-b1-regular {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}
.shippori-mincho-b1-medium {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.cormorant-garamond-<uniquifier> {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
}
*/
/*
#campaign_area {
font-family: “Hiragino Sans”,YuGothic, "Yu Gothic Medium", "Yu Gothic","ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro",  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; } }
.enFont {
  font-family: "Jost", sans-serif;
  font-weight: 500; }

/* UNIQ
------------------------------------------ */
#campaign_area {
  background-image: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20250701_collection/images/body_bg.webp");
  background-repeat: repeat-y;
  background-position: center top -29.5vw;
  background-size: 100% auto;
  font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif; }

@media only screen and (max-width: 768px) {
  #campaign_area {
    background-image: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20250701_collection/images/body_bg.webp");
    background-repeat: repeat-y;
    background-position: center top -20vw;
    background-size: 180% auto;
    font-family: 'Hiragino Sans', 'Noto Sans JP', sans-serif; } }
.fvArea {
  background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20250701_collection/images/fv_pc.webp") center center no-repeat #FFF;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 53.4vw;
  margin-bottom: 120px;
  padding: 0;
  position: relative; }
  .fvArea .fvData {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1366px;
    min-height: 53.4vw;
    width: 77.5%; }
  .fvArea h1 {
    margin: 0;
    position: relative;
    width: 82%; }
    .fvArea h1 .fv01 {
      display: block;
      padding-top: 3%;
      text-align: center; }
      .fvArea h1 .fv01 img {
        max-width: 33%; }
    .fvArea h1 .fv02Wrap {
      position: absolute;
      right: 1%;
      bottom: -10%; }
    .fvArea h1 .fv02 {
      background: #48AEEB;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 10.6vw;
      width: 10.6vw;
      animation: 2s fuwafuwa infinite;
      position: relative; }
      .fvArea h1 .fv02 img {
        display: block;
        height: auto;
        width: 75%; }
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0) scale(1); }
  50% {
    transform: translateY(-20px) scale(1.1); } }
@media only screen and (max-width: 768px) {
  .fvArea {
    background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20250701_collection/images/fv_sp.webp") center top no-repeat;
    background-size: cover;
    min-height: 183vw;
    margin-bottom: 0;
    padding: 0; }
    .fvArea .fvData {
      align-items: flex-start;
      min-height: 183vw;
      width: 100%; }
    .fvArea h1 {
      width: 100%; }
      .fvArea h1 .fv01 {
        padding-top: 66vw; }
        .fvArea h1 .fv01 img {
          max-width: 38%; }
      .fvArea h1 .fv02Wrap {
        right: 5vw;
        bottom: auto;
        top: 104vw; }
      .fvArea h1 .fv02 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25vw;
        width: 25vw;
        animation: 1.8s fuwafuwa infinite; }
        .fvArea h1 .fv02 img {
          display: block;
          height: auto;
          width: 70%;
          transform: rotate(10deg); } }
.limitedBnr {
  margin-bottom: 120px;
  padding: 0 40px;
  text-align: center; }
  .limitedBnr a {
    display: inline-block;
    transition: 0.2s; }
    .limitedBnr a:hover {
      transform: scale(1.05);
      opacity: 0.8; }
  .limitedBnr img {
    max-width: 818px; }

@media only screen and (max-width: 768px) {
  .limitedBnr {
    margin-top: -40px;
    margin-bottom: 0;
    padding: 0 5vw; }
    .limitedBnr a {
      transition: 0; }
      .limitedBnr a:hover {
        transform: scale(1);
        opacity: 1; }
    .limitedBnr img {
      max-width: 100%; } }
.startArea {
  padding: 0 20px 100px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .startArea .whiteBox {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    margin: 0 auto 60px;
    max-width: 1050px;
    padding: 130px 40px; }
  .startArea .whiteBoxInr {
    margin: 0 auto;
    max-width: 684px; }
  .startArea h2 {
    line-height: 0;
    margin-bottom: 12px; }
    .startArea h2 img {
      max-width: 504px; }
  .startArea .limitedDay {
    margin-bottom: 30px;
    text-align: center; }
    .startArea .limitedDay .day {
      display: inline;
      display: inline-block;
      line-height: 1.55;
      padding: 8px 40px 10px;
      text-align: center; }
      .startArea .limitedDay .day .marker {
        background: linear-gradient(transparent 40%, #FFF46F 0%);
        display: inline;
        padding-bottom: 4px; }
      .startArea .limitedDay .day .date {
        font-family: "Jost", sans-serif;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 0.04em; }
      .startArea .limitedDay .day .yobi {
        font-family: "Jost", sans-serif;
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin: 0 3px;
        vertical-align: 1px; }
      .startArea .limitedDay .day .time {
        font-family: "Jost", sans-serif;
        font-size: 36px;
        font-weight: 500;
        letter-spacing: 0.04em; }
      .startArea .limitedDay .day .ja {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.1em; }
  .startArea .info {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 2.4;
    margin-bottom: 24px; }
    .startArea .info.spHide {
      display: block !important; }
    .startArea .info sup {
      vertical-align: 8px; }
  .startArea .att {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 20px;
    text-align: right; }
  .startArea .checkImgList {
    position: relative; }
    .startArea .checkImgList li {
      display: block; }
    .startArea .checkImgList .li01 {
      width: 58%; }
    .startArea .checkImgList .li02 {
      position: absolute;
      top: 22%;
      right: 5%;
      width: 28%; }
    .startArea .checkImgList .li03 {
      position: absolute;
      top: 54%;
      right: 5%;
      width: 28%; }
  .startArea .start02 {
    margin: 0 auto;
    max-width: 1050px;
    width: 100%; }
    .startArea .start02 ul {
      display: flex;
      justify-content: space-between;
      width: 100%; }
      .startArea .start02 ul li {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
        padding: 20px 24px 28px;
        width: 47.5%; }
        .startArea .start02 ul li .txt {
          margin-bottom: 16px;
          text-align: center; }
          .startArea .start02 ul li .txt img {
            width: 100%; }
        .startArea .start02 ul li .ancBtn {
          text-align: center; }
          .startArea .start02 ul li .ancBtn a {
            box-shadow: 0px 4px 0 #CDCDCD;
            border-radius: 50px;
            cursor: pointer;
            color: #FFF;
            display: block;
            font-size: 22px;
            font-weight: bold;
            letter-spacing: 0.06em;
            padding: 22px 10px 22px 10px;
            max-width: 416px;
            margin: 0 auto;
            text-decoration: none;
            text-align: center;
            transition: .2s; }
            .startArea .start02 ul li .ancBtn a:hover {
              /*
              box-shadow: none;
              transform: translate3d(0, 4px, 0);
              */
              opacity: 0.7; }
            .startArea .start02 ul li .ancBtn a:after {
              display: inline-block;
              content: '';
              width: 13px;
              height: 13px;
              border-top: 2px solid #FFF;
              border-right: 2px solid #FFF;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
              vertical-align: 5px;
              margin-left: 12px; }
        .startArea .start02 ul li.li01 .txt img {
          max-width: 432px; }
        .startArea .start02 ul li.li01 .ancBtn a {
          background: #47ADEB; }
        .startArea .start02 ul li.li02 .txt img {
          max-width: 430px; }
        .startArea .start02 ul li.li02 .ancBtn a {
          background: #4CC5A8; }

@media only screen and (max-width: 768px) {
  .startArea {
    padding: 40px 5vw 32px;
    /*
    .checkImgList {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    
    .li01 {
    width: 100%;
    }
    .li02 {
    position: static;
    width: 46.5%;
    }
    .li03 {
    position: static;
    padding-top: 30px;
    width: 46.5%;
    }
    
    }
    */ }
    .startArea .whiteBox {
      background: white;
      margin: 0 auto 40px;
      max-width: 100%;
      padding: 40px 5vw 40px; }
    .startArea .whiteBoxInr {
      max-width: 100%; }
    .startArea h2 {
      padding: 0 5vw; }
      .startArea h2 img {
        max-width: 100%; }
    .startArea .limitedDay {
      margin-bottom: 20px; }
      .startArea .limitedDay .day {
        padding: 8px 10px 10px; }
        .startArea .limitedDay .day .date {
          font-size: 32px; }
        .startArea .limitedDay .day .yobi {
          font-size: 18px; }
        .startArea .limitedDay .day .time {
          font-size: 32px; }
        .startArea .limitedDay .day .ja {
          font-size: 20px; }
    .startArea .info {
      font-feature-settings: "palt";
      font-size: 14px;
      letter-spacing: -0.02em;
      line-height: 2.2;
      margin-bottom: 16px; }
      .startArea .info.p01 {
        display: none !important; }
      .startArea .info.p01SP {
        display: block !important; }
      .startArea .info sup {
        vertical-align: 6px; }
    .startArea .att {
      font-size: 9px;
      padding: 0 0 20px; }
    .startArea .checkImgList .li01 {
      width: 65%; }
    .startArea .checkImgList .li02 {
      top: 18%;
      right: 0;
      width: 32%; }
    .startArea .checkImgList .li03 {
      top: 60%;
      right: 0;
      width: 32%; }
    .startArea .start02 {
      max-width: 94%;
      width: 94%; }
      .startArea .start02 ul {
        display: block;
        width: 100%; }
        .startArea .start02 ul li {
          margin-bottom: 24px;
          padding: 16px 3vw 24px;
          width: 100%; }
          .startArea .start02 ul li .txt {
            margin-bottom: 12px; }
          .startArea .start02 ul li .ancBtn {
            padding: 0 2.5vw; }
            .startArea .start02 ul li .ancBtn a {
              font-size: 16px;
              letter-spacing: 0.06em;
              padding: 12px 8px 11px 8px;
              max-width: 100%;
              transition: 0; }
              .startArea .start02 ul li .ancBtn a:hover {
                opacity: 1; }
              .startArea .start02 ul li .ancBtn a:after {
                width: 9px;
                height: 9px;
                vertical-align: 4px;
                margin-left: 10px; } }
.setArea {
  background: #FFF;
  margin-bottom: 0;
  padding: 110px 0 10px; }
  .setArea .whiteBox {
    background: #EAFFFE;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    max-width: 1064px;
    padding: 80px 40px 100px; }
    .setArea .whiteBox .whiteBoxInr {
      margin: 0 auto;
      max-width: 870px; }
      .setArea .whiteBox .whiteBoxInr h2 {
        color: #47ADEB;
        font-size: 29px;
        font-weight: 600;
        letter-spacing: 0.06em;
        line-height: 1.5;
        margin-bottom: 30px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .setArea .whiteBox .whiteBoxInr h2 .banzai {
          display: inline-block;
          font-size: 22px;
          letter-spacing: 0.1em;
          line-height: 1.5;
          position: relative; }
          .setArea .whiteBox .whiteBoxInr h2 .banzai:before {
            background: #47ADEB;
            content: '';
            display: inline-block;
            height: 26px;
            margin-right: 20px;
            width: 2px;
            transform: rotate(-25deg);
            vertical-align: -3px; }
          .setArea .whiteBox .whiteBoxInr h2 .banzai:after {
            background: #47ADEB;
            content: '';
            display: inline-block;
            height: 26px;
            margin-left: 20px;
            width: 2px;
            transform: rotate(25deg);
            vertical-align: -3px; }
      .setArea .whiteBox .whiteBoxInr .setImg {
        margin: 0 auto 36px;
        position: relative;
        text-align: center;
        max-width: 760px; }
        .setArea .whiteBox .whiteBoxInr .setImg .vi {
          max-width: 100%; }
        .setArea .whiteBox .whiteBoxInr .setImg .badgeIcon {
          position: absolute;
          top: 6%;
          right: 5%;
          animation: 1.8s fuwafuwa infinite;
          width: 17%; }
      .setArea .whiteBox .whiteBoxInr .desc {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 2.3;
        margin: 0 auto 36px;
        max-width: 540px;
        padding: 0 20px; }
      .setArea .whiteBox .whiteBoxInr .priceFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        .setArea .whiteBox .whiteBoxInr .priceFlex dl {
          display: flex;
          align-items: center;
          margin-bottom: 15px; }
          .setArea .whiteBox .whiteBoxInr .priceFlex dl dt {
            margin-right: 5px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dt.off10 {
              padding: 0 12px 0 0; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dt.off10 img {
                width: 160px; }
          .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area {
            color: #16224d;
            font-size: 12px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen {
              font-family: 'Shippori Mincho B1', serif;
              font-weight: 500;
              position: relative; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .yen {
                font-size: 16px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .num02 {
                font-size: 22px;
                letter-spacing: 0.06em;
                position: relative; }
                .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .num02::after {
                  background-color: #FF507B;
                  content: "";
                  display: block;
                  transform: rotate(-13deg);
                  position: absolute;
                  width: 120%;
                  height: 2px;
                  top: 50%;
                  left: -10%; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .tax {
                font-size: 11px; }
          .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p {
            color: #fe64a4;
            font-family: 'Shippori Mincho B1', serif; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p.only {
              color: #5083C4; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .yen {
              font-size: 33px;
              font-weight: 500; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .num {
              font-size: 58px;
              font-weight: 500;
              line-height: 1;
              letter-spacing: 0.02em; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .tax {
              font-size: 16px;
              font-weight: 500; }
          .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit {
            align-items: flex-end; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dt {
              margin-right: 12px;
              padding-bottom: 6px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dt p {
                border: 2px solid #000;
                display: inline-block;
                font-size: 18px;
                font-weight: 500;
                letter-spacing: 0.14em;
                line-height: 1.4;
                padding: 2px 12px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dd p .num {
              font-size: 65px;
              letter-spacing: 0.04em; }
        .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn {
          font-family: “Hiragino Sans”,YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
          max-width: 415px;
          margin: 0;
          padding-top: 5px;
          width: 100%; }
          .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a {
            background: #47ADEB;
            box-shadow: 0px 4px 0 #BDC3C9;
            border-radius: 50px;
            cursor: pointer;
            color: #FFF;
            display: block;
            font-size: 23px;
            font-weight: 600;
            letter-spacing: 0.14em;
            padding: 18px 10px 18px 10px;
            text-decoration: none;
            text-align: center;
            transition: .2s; }
            .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a:hover {
              /*
              box-shadow: none;
              transform: translate3d(0, 4px, 0);
              */
              opacity: 0.7; }
            .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a:before {
              background: url("//d1zn85v8awosct.cloudfront.net/img/freepage/maihada/cp20250701_collection/images/cmn/icon_cart.png") center center no-repeat;
              background-size: cover;
              content: '';
              display: inline-block;
              margin-right: 15px;
              height: 33px;
              width: 39px;
              vertical-align: -6px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a: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: 12px; }
          .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn.cBtn2 a {
            background: #72C5CB; }
  .setArea .setDetail {
    margin-top: 60px; }
    .setArea .setDetail h3 {
      display: block;
      margin-bottom: 40px;
      text-align: center; }
      .setArea .setDetail h3 img {
        max-width: 247px; }
    .setArea .setDetail .items {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 auto;
      max-width: 890px; }
      .setArea .setDetail .items li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        width: calc(50% - 25px); }
        .setArea .setDetail .items li .img {
          margin-bottom: 0;
          width: 39%;
          position: relative; }
          .setArea .setDetail .items li .img .setBadge {
            position: absolute;
            top: 0;
            left: 0;
            width: 49px;
            height: 49px;
            z-index: 1; }
        .setArea .setDetail .items li .data {
          width: 56%; }
          .setArea .setDetail .items li .data h4 {
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 3;
            line-height: 1.6;
            margin-bottom: 8px; }
            .setArea .setDetail .items li .data h4 .bdr {
              border: 2px solid #333;
              display: inline-block;
              font-size: 13px;
              letter-spacing: 0.04em;
              line-height: 1.4;
              margin-bottom: 4px;
              padding: 1px 5px 1px 6px; }
            .setArea .setDetail .items li .data h4 .bdrPink {
              background: #fe64a4;
              border: 2px solid #fe64a4;
              color: #FFF;
              display: inline-block;
              font-size: 13px;
              letter-spacing: 0.02em;
              line-height: 1.4;
              margin-bottom: 4px;
              margin-right: 4px;
              padding: 1px 6px 1px 8px; }
            .setArea .setDetail .items li .data h4 .mini {
              display: block;
              font-size: 12px;
              font-weight: 500; }
          .setArea .setDetail .items li .data p {
            font-size: 14px;
            font-weight: 500;
            line-height: 1.7; }
            .setArea .setDetail .items li .data p sub {
              font-size: 13px;
              vertical-align: -5px; }
  .setArea .attList {
    text-align: right; }
    .setArea .attList.att02 {
      margin-top: -60px; }
    .setArea .attList sub {
      font-size: 10px;
      vertical-align: -4px; }
    .setArea .attList li {
      font-size: 12px;
      line-height: 1.7; }
  .setArea .topM {
    margin-top: 16px; }
  .setArea#setB {
    padding: 80px 0 110px;
    /*
    .attList {
    margin-top: 0;
    }
    */ }
    .setArea#setB .whiteBox {
      background: #EBF8EB; }
      .setArea#setB .whiteBox .whiteBoxInr h2 {
        color: #4CC5A8; }
        .setArea#setB .whiteBox .whiteBoxInr h2 span:before {
          background: #4CC5A8; }
        .setArea#setB .whiteBox .whiteBoxInr h2 span:after {
          background: #4CC5A8; }
      .setArea#setB .whiteBox .whiteBoxInr .priceFlex .cBtn a {
        background: #4CC5A8; }

@media only screen and (max-width: 768px) {
  .setArea {
    padding: 0 0 40px; }
    .setArea .whiteBox {
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.07);
      margin: 0;
      max-width: auto;
      max-width: none;
      padding: 40px 5vw 32px; }
      .setArea .whiteBox .whiteBoxInr {
        margin: 0 auto;
        max-width: 760px; }
        .setArea .whiteBox .whiteBoxInr h2 {
          font-size: 20px;
          letter-spacing: 0.02em;
          line-height: 1.7;
          margin-bottom: 20px; }
          .setArea .whiteBox .whiteBoxInr h2 .banzai {
            display: inline-block;
            font-size: 15px;
            letter-spacing: 0.1em;
            line-height: 1.7;
            position: relative; }
            .setArea .whiteBox .whiteBoxInr h2 .banzai:before {
              content: '';
              display: inline-block;
              height: 20px;
              margin-right: 16px;
              width: 2px;
              transform: rotate(-25deg);
              vertical-align: -3px; }
            .setArea .whiteBox .whiteBoxInr h2 .banzai:after {
              content: '';
              display: inline-block;
              height: 20px;
              margin-left: 16px;
              width: 2px;
              transform: rotate(25deg);
              vertical-align: -3px; }
        .setArea .whiteBox .whiteBoxInr .setImg {
          margin-bottom: 20px; }
        .setArea .whiteBox .whiteBoxInr .desc {
          font-feature-settings: "palt";
          font-size: 15px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 2.1;
          margin-bottom: 24px;
          padding: 0; }
          .setArea .whiteBox .whiteBoxInr .desc sub {
            font-size: 8px;
            vertical-align: -3px; }
        .setArea .whiteBox .whiteBoxInr .setItems {
          margin: 0 auto 24px;
          max-width: 100%;
          padding: 24px 5vw 12px; }
          .setArea .whiteBox .whiteBoxInr .setItems dt {
            font-size: 17px;
            font-weight: 600;
            line-height: 1.8;
            margin-bottom: 12px; }
          .setArea .whiteBox .whiteBoxInr .setItems dd ul li {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.6;
            margin-bottom: 8px;
            padding: 2px 0; }
            .setArea .whiteBox .whiteBoxInr .setItems dd ul li .bdr {
              border: 2px solid #333;
              display: inline-block;
              font-size: 11px;
              letter-spacing: 2;
              margin-right: 6px;
              padding: 1px 4px; }
            .setArea .whiteBox .whiteBoxInr .setItems dd ul li .mini {
              font-size: 10px;
              font-weight: 500;
              line-height: 1.6;
              margin-left: 6px;
              margin-top: 4px; }
        .setArea .whiteBox .whiteBoxInr .priceFlex {
          display: block;
          margin: 0;
          max-width: 100%; }
          .setArea .whiteBox .whiteBoxInr .priceFlex dl {
            margin-bottom: 15px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dt {
              margin-right: 4px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dt.off10 {
                padding: 0 8px 0 0; }
                .setArea .whiteBox .whiteBoxInr .priceFlex dl dt.off10 img {
                  width: 120px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area {
              font-size: 10px;
              margin-bottom: 4px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .yen {
                font-size: 13px;
                margin-left: 2px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .num02 {
                font-size: 17px;
                letter-spacing: 0.04em;
                position: relative; }
                .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .num02::after {
                  background-color: #FF507B;
                  content: "";
                  display: block;
                  transform: rotate(-13deg);
                  position: absolute;
                  width: 120%;
                  height: 1px;
                  top: 50%;
                  left: -10%; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd .kakaku_area .shasen .tax {
                font-size: 9px;
                margin-left: 2px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p {
              color: #fe64a4;
              font-family: 'Shippori Mincho B1', serif; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p.only {
                color: #5083C4; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .yen {
                font-size: 26px;
                font-weight: 500; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .num {
                font-size: 44px;
                font-weight: 500;
                line-height: 1;
                letter-spacing: 0em; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl dd p .tax {
                font-size: 11px;
                font-weight: 500;
                letter-spacing: -0.04em; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dt {
              margin-right: 12px;
              padding-bottom: 4px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dt p {
                font-size: 15px;
                letter-spacing: 0.1em;
                padding: 2px 10px; }
            .setArea .whiteBox .whiteBoxInr .priceFlex dl.offLimit dd p .num {
              font-size: 48px;
              letter-spacing: 0.04em; }
          .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn {
            max-width: 100%;
            margin: 0;
            padding: 0 2.5vw;
            width: 100%; }
            .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a {
              border-radius: 50px;
              cursor: pointer;
              color: #FFF;
              display: block;
              font-size: 18px;
              font-weight: 600;
              letter-spacing: 0.14em;
              padding: 17px 10px 15px 8px;
              text-decoration: none;
              text-align: center;
              transition: .2s; }
              .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a:hover {
                opacity: 1; }
              .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a:before {
                background-size: cover;
                content: '';
                display: inline-block;
                margin-right: 10px;
                height: 24px;
                width: 30px;
                vertical-align: -5px; }
              .setArea .whiteBox .whiteBoxInr .priceFlex .cBtn a:after {
                display: inline-block;
                content: '';
                width: 10px;
                height: 10px;
                border-top: 2px solid #FFF;
                border-right: 2px solid #FFF;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                vertical-align: 2px;
                margin-left: 10px; }
    .setArea .setDetail {
      max-width: auto;
      max-width: none;
      margin-top: 60px; }
      .setArea .setDetail h3 img {
        max-width: 65%; }
      .setArea .setDetail .setDetailInr {
        padding: 40px 5vw 20px; }
      .setArea .setDetail .items {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 100%; }
        .setArea .setDetail .items li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-bottom: 28px;
          width: 100%; }
          .setArea .setDetail .items li .img {
            width: 30%; }
            .setArea .setDetail .items li .img .setBadge {
              width: 35%;
              height: 35%;
              top: -6%;
              left: -6%; }
          .setArea .setDetail .items li .data {
            font-feature-settings: "palt";
            width: 65%; }
            .setArea .setDetail .items li .data h4 {
              font-size: 15px;
              font-weight: 600;
              letter-spacing: 3;
              line-height: 1.7;
              margin-bottom: 4px; }
              .setArea .setDetail .items li .data h4 .bdr {
                border: 1px solid #333;
                font-size: 11px;
                letter-spacing: 0.04em;
                line-height: 1.4;
                margin-bottom: 2px;
                padding: 2px 5px 2px 5px; }
              .setArea .setDetail .items li .data h4 .bdrPink {
                border: 1px solid #fe64a4;
                font-size: 11px;
                letter-spacing: 0.04em;
                line-height: 1.4;
                margin-bottom: 2px;
                margin-right: 4px;
                padding: 2px 5px 2px 5px; }
              .setArea .setDetail .items li .data h4 .mini {
                display: block;
                font-size: 10px;
                font-weight: 500;
                line-height: 1.6; }
            .setArea .setDetail .items li .data p {
              font-size: 14px;
              font-weight: 500;
              line-height: 1.6; }
              .setArea .setDetail .items li .data p sub {
                font-size: 13px;
                vertical-align: -1px; }
              .setArea .setDetail .items li .data p sup {
                font-size: 7px; }
    .setArea .attList {
      margin: 0; }
      .setArea .attList.att02 {
        margin-top: 0; }
      .setArea .attList li {
        font-size: 9px;
        line-height: 1.6;
        margin-bottom: 4px;
        text-indent: -1em;
        padding-left: 1em; }
      .setArea .attList sub {
        font-size: 10px;
        vertical-align: -2px; }
    .setArea .topM {
      margin-top: 24px !important; }
    .setArea#setB {
      padding: 0; } }
.lastBtnArea {
  padding: 180px 0 180px;
  text-align: center; }
  .lastBtnArea a {
    background: #47ADEB;
    border-radius: 60px;
    box-shadow: 0px 7px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #FFF;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.45;
    min-width: 600px;
    padding: 23px 0 25px;
    position: relative;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    opacity: 1;
    overflow: hidden; }
    .lastBtnArea a span {
      letter-spacing: 0.12em;
      position: relative;
      z-index: 2; }
      .lastBtnArea a span:after {
        content: '';
        display: inline-block;
        width: 11px;
        height: 11px;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 6px;
        vertical-align: 3px; }
    .lastBtnArea a:hover {
      opacity: 0.7; }

@media only screen and (max-width: 768px) {
  .lastBtnArea {
    background-position: left top;
    padding: 70px 7.5vw 70px;
    text-align: center; }
    .lastBtnArea a {
      background-position: right center;
      background-size: 140% auto;
      font-size: 17px;
      line-height: 1.55;
      min-width: 100%;
      padding: 16px 0 18px;
      position: relative;
      text-decoration: none;
      text-align: center;
      transition: .2s;
      opacity: 1;
      overflow: hidden; }
      .lastBtnArea a span {
        letter-spacing: 0.1em;
        position: relative;
        z-index: 2; }
        .lastBtnArea 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: 6px;
          vertical-align: 2px; }
      .lastBtnArea a:hover {
        opacity: 1; } }
/* Animation Setting
------------------------------------------  */
/* fadeInK Set */
.itemArea {
  opacity: 0; }

/* fadeInUpK Set */
.limitedBnr,
.startArea,
.startArea h2,
.startArea .limitedDay,
.startArea .infoBox,
.startArea .checkImgList,
.startArea .start02 li,
.setArea .whiteBox,
.setArea .whiteBox h2,
.setArea .whiteBox .setImg,
.setArea .whiteBox .desc,
.setArea .whiteBox .priceFlex,
.setArea .setDetail,
.setArea .items li,
.setArea .att01,
.setArea .att02,
.setArea .att03,
.setArea .att04,
.lastBtnArea p {
  opacity: 0;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0px, 25px); }

/* fadeInLK Set */
.sample {
  opacity: 0;
  -webkit-transform: translate(-15px, 0);
  -ms-transform: translate(-15px, 0);
  transform: translate(-15px, 0); }

/* fadeInBK Set */
.fvArea {
  opacity: 0;
  filter: blur(6px); }

.fvArea .fv01,
.fvArea .fv02Wrap {
  opacity: 0;
  transform: scale(1.15);
  filter: blur(6px); }

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

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

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

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

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

.startArea.action h2 {
  animation: fadeInUpK 0.6s ease 0.45s 1 forwards; }

.startArea.action .limitedDay {
  animation: fadeInUpK 0.6s ease 0.55s 1 forwards; }

.startArea.action .infoBox {
  animation: fadeInUpK 0.6s ease 0.65s 1 forwards; }

.startArea .checkImgList.action {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.startArea .start02.action li.li01 {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.startArea .start02.action li.li02 {
  animation: fadeInUpK 0.6s ease 0.4s 1 forwards; }

.setArea.action .whiteBox {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.setArea.action .whiteBox h2 {
  animation: fadeInUpK 0.6s ease 0.45s 1 forwards; }

.setArea.action .whiteBox .setImg {
  animation: fadeInUpK 0.6s ease 0.55s 1 forwards; }

.setArea.action .whiteBox .desc {
  animation: fadeInUpK 0.6s ease 0.65s 1 forwards; }

.setArea.action .whiteBox .priceFlex {
  animation: fadeInUpK 0.6s ease 0.75s 1 forwards; }

.setArea.action .whiteBox .att01 {
  animation: fadeInUpK 0.6s ease 0.75s 1 forwards; }

.setArea.action .whiteBox .att03 {
  animation: fadeInUpK 0.6s ease 0.75s 1 forwards; }

.setArea .setDetail.action {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.setArea .items.action li:nth-child(1) {
  -webkit-animation: fadeInUpK 0.6s ease 0.3s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.setArea .items.action li:nth-child(2) {
  -webkit-animation: fadeInUpK 0.6s ease 0.4s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.4s 1 forwards; }

.setArea .items.action li:nth-child(3) {
  -webkit-animation: fadeInUpK 0.6s ease 0.5s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.5s 1 forwards; }

.setArea .items.action li:nth-child(4) {
  -webkit-animation: fadeInUpK 0.6s ease 0.6s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.6s 1 forwards; }

.setArea .items.action li:nth-child(5) {
  -webkit-animation: fadeInUpK 0.6s ease 0.7s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.7s 1 forwards; }

.setArea .items.action li:nth-child(6) {
  -webkit-animation: fadeInUpK 0.6s ease 0.8s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.8s 1 forwards; }

.setArea .items.action li:nth-child(7) {
  -webkit-animation: fadeInUpK 0.6s ease 0.9s 1 forwards;
  animation: fadeInUpK 0.6s ease 0.9s 1 forwards; }

.setArea .items.action li:nth-child(8) {
  -webkit-animation: fadeInUpK 0.6s ease 1s 1 forwards;
  animation: fadeInUpK 0.6s ease 1s 1 forwards; }

.setArea .att02.action {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.setArea .att04.action {
  animation: fadeInUpK 0.6s ease 0.3s 1 forwards; }

.lastBtnArea.action p {
  animation: fadeInUpK 0.6s ease 0.3s 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 fadeInBK2 {
  0% {
    opacity: 0;
    filter: blur(6px); }
  100% {
    opacity: 1;
    filter: blur(0); } }
