@charset "UTF-8";
@font-face {
  font-family: "こぶりなゴシック W3";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/AlrightSans-Bold.otf") format("opentype");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.campaign_2buy10 {
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  font-family: var(--font-NotoSans-jp), sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 1;
}
.campaign_2buy10 img,
.campaign_2buy10 svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.campaign_2buy10 picture {
  display: block;
}
.campaign_2buy10 a {
  display: block;
  color: inherit;
}
.campaign_2buy10 *:focus {
  outline: none;
}
.campaign_2buy10 a,
.campaign_2buy10 label {
  -webkit-tap-highlight-color: rgba(241, 207, 179, 0.8);
}
.campaign_2buy10 input {
  display: none;
}
.campaign_2buy10 li,
.campaign_2buy10 ol {
  list-style-type: none;
}
.campaign_2buy10 .spOnly {
  display: block;
}
.campaign_2buy10 .pcOnly {
  display: none;
}
.campaign_2buy10 ::-moz-selection {
  color: rgb(5, 57, 49);
  background-color: rgb(241, 207, 179);
}
.campaign_2buy10 ::selection {
  color: rgb(5, 57, 49);
  background-color: rgb(241, 207, 179);
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .campaign_2buy10 : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
.campaign_2buy10 {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  --color-text: #000000;
  --color-accent: #EA7A2F;
  --color-background: #FFF6ED;
  --color-mv-background: #E9E7CD;
  --color-button-bg: #053931;
  --color-obi-bg: #F2EAE7;
  --color-title: #053931;
  --color-checkitem: #E3A1AD;
  --color-trend: #E8AA00;
  --color-campaign: #BE8E66;
  --font-NotoSans-jp: "Noto Sans JP";
  --font-NotoSans-en: "roc-grotesk";
}
.campaign_2buy10 .button {
  position: relative;
  margin: 0 auto;
  padding: calc(52 * 100vw/750) calc(20 * 100vw/750);
  border: 1px solid var(--color-button-bg);
  color: #ffffff;
  background-color: var(--color-button-bg);
  border-radius: calc(75 * 100vw/750);
  box-sizing: border-box;
  font-size: calc(29 * 100vw/750);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.075em;
  text-align: center;
  width: calc(600 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .button::after {
  content: "";
  position: absolute;
  top: calc(58 * 100vw/750);
  right: calc(55 * 100vw/750);
  width: calc(37 * 100vw/750);
  height: calc(37 * 100vw/750);
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
}
.campaign_2buy10 .button:hover {
  background-color: #ffffff;
  color: var(--color-button-bg);
}
.campaign_2buy10 .button:hover::after {
  background-color: var(--color-button-bg);
}
.campaign_2buy10 .section {
  padding-top: calc(118 * 100vw/750);
}
.campaign_2buy10 .section__numbering {
  margin-bottom: calc(28 * 100vw/750);
  font-family: var(--font-NotoSans-en);
  font-size: calc(75 * 100vw/750);
  font-weight: 600;
  line-height: 0.56;
  letter-spacing: 0.075em;
  text-align: center;
}
.campaign_2buy10 .section .section__title {
  color: var(--color-title);
}
.campaign_2buy10 .section__title {
  font-size: calc(40 * 100vw/750);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
}
.campaign_2buy10 .item_list__inner {
  display: flex;
  margin: 0 calc(45 * 100vw/750);
  flex-wrap: wrap;
  gap: calc(97 * 100vw/750) calc(38 * 100vw/750);
}
.campaign_2buy10 .item_list__item {
  width: calc(311 * 100vw/750);
}
.campaign_2buy10 .item_list__cat {
  background-color: var(--color-button-bg);
  color: #ffffff;
  font-size: calc(23.25 * 100vw/750);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
  text-align: center;
}
.campaign_2buy10 .item_list__img {
  border: 1px solid #000000;
  border-radius: calc(30 * 100vw/750);
  overflow: hidden;
}
.campaign_2buy10 .item_list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 7.1794871795vw;
  margin-top: calc(24 * 100vw/750);
  font-size: calc(27 * 100vw/750);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0.025em;
  text-align: left;
}
.campaign_2buy10 .item_list__price__wrap {
  margin-top: calc(27 * 100vw/750);
}
.campaign_2buy10 .item_list__price {
  margin-bottom: calc(34 * 100vw/750);
}
.campaign_2buy10 .item_list__price span {
  font-size: calc(27 * 100vw/750);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
.campaign_2buy10 .item_list__buy {
  padding: calc(20 * 100vw/750) calc(10 * 100vw/750) calc(18 * 100vw/750);
  color: #ffffff;
  background-color: var(--color-button-bg);
  border: 1px solid var(--color-button-bg);
  border-radius: calc(40 * 100vw/750);
  font-family: var(--font-NotoSans-en), sans-serif;
  font-size: calc(33 * 100vw/750);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.075em;
  text-align: center;
  width: inherit;
}
.campaign_2buy10 .item_list__buy:hover {
  background-color: #ffffff;
  color: var(--color-button-bg);
}
.campaign_2buy10 .item_list__buy:hover::after {
  background-color: var(--color-button-bg);
}
.campaign_2buy10 .deco {
  position: absolute;
  z-index: 1;
}
.campaign_2buy10 .deco10 {
  top: calc(42 * 100vw/750);
  left: calc(266 * 100vw/750);
  width: calc(33 * 100vw/750);
  height: calc(33 * 100vw/750);
}
.campaign_2buy10 .deco11 {
  top: calc(98 * 100vw/750);
  left: calc(66 * 100vw/750);
  width: calc(59.2 * 100vw/750);
  height: calc(59.2 * 100vw/750);
}
.campaign_2buy10 .deco12 {
  top: calc(96 * 100vw/750);
  right: calc(120 * 100vw/750);
  width: calc(27.6 * 100vw/750);
  height: calc(27.6 * 100vw/750);
}
.campaign_2buy10 .deco9 {
  top: calc(88 * 100vw/750);
  right: calc(195 * 100vw/750);
  width: calc(34.7 * 100vw/750);
  height: calc(34.7 * 100vw/750);
}
.campaign_2buy10 .deco8 {
  top: calc(290 * 100vw/750);
  right: calc(63 * 100vw/750);
  width: calc(39.6 * 100vw/750);
  height: calc(39.6 * 100vw/750);
}
.campaign_2buy10 .deco7 {
  top: calc(258 * 100vw/750);
  left: calc(45 * 100vw/750);
  width: calc(55.6 * 100vw/750);
  height: calc(37 * 100vw/750);
}
.campaign_2buy10 .deco4 {
  bottom: calc(-94 * 100vw/750);
  left: calc(179 * 100vw/750);
  width: calc(67.6 * 100vw/750);
  height: calc(67.6 * 100vw/750);
}
.campaign_2buy10 .deco5 {
  bottom: calc(-115 * 100vw/750);
  right: calc(74 * 100vw/750);
  width: calc(46.4 * 100vw/750);
  height: calc(46.4 * 100vw/750);
}
.campaign_2buy10 .deco6 {
  bottom: calc(-148 * 100vw/750);
  left: calc(46 * 100vw/750);
  width: calc(39.3 * 100vw/750);
  height: calc(39.3 * 100vw/750);
}
.campaign_2buy10 .deco3 {
  top: calc(-80 * 100vw/750);
  right: calc(211 * 100vw/750);
  width: calc(44.5 * 100vw/750);
  height: calc(44.5 * 100vw/750);
}
.campaign_2buy10 .deco2 {
  top: calc(-46 * 100vw/750);
  right: calc(80 * 100vw/750);
  width: calc(49.1 * 100vw/750);
  height: calc(49.1 * 100vw/750);
}
.campaign_2buy10 .deco1 {
  top: calc(4 * 100vw/750);
  left: calc(95 * 100vw/750);
  width: calc(37.1 * 100vw/750);
  height: calc(36.5 * 100vw/750);
}
.campaign_2buy10 .fv-area {
  position: relative;
  background-color: var(--color-mv-background);
  width: 100%;
  z-index: 0;
}
.campaign_2buy10 .fv-area__link {
  padding-top: calc(138 * 100vw/750);
  padding-bottom: calc(64 * 100vw/750);
}
.campaign_2buy10 .fv-area__inner {
  position: relative;
  z-index: 0;
}
.campaign_2buy10 .fv-area__inner::after {
  content: "";
  position: absolute;
  top: calc(247 * 100vw/750);
  left: calc(91 * 100vw/750);
  width: calc(572 * 100vw/750);
  height: calc(529 * 100vw/750);
  background-image: url(../img/decoration-01.svg), url(../img/decoration-02.svg), url(../img/decoration-03.svg);
  background-size: calc(37 * 100vw/750) auto, calc(49.7 * 100vw/750) auto, calc(40.7 * 100vw/750) auto;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top left calc(80 * 100vw/750), bottom right, top calc(210 * 100vw/750) left;
  z-index: 1;
}
.campaign_2buy10 .fv-area::before {
  content: "";
  position: absolute;
  top: calc(56 * 100vw/750);
  left: calc(24 * 100vw/750);
  width: calc(237 * 100vw/750);
  height: calc(50 * 100vw/750);
  -webkit-mask-image: url(../img/logo_cosmekitchen.svg);
          mask-image: url(../img/logo_cosmekitchen.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #053931;
  z-index: 1;
}
.campaign_2buy10 .fv-area__title-wrap {
  position: absolute;
  top: calc(41 * 100vw/750);
  left: calc(25 * 100vw/750);
  width: auto;
  height: auto;
  z-index: 1;
}
.campaign_2buy10 .fv-area__title {
  margin-bottom: calc(46 * 100vw/750);
  width: calc(610 * 100vw/750);
}
.campaign_2buy10 .fv-area__subtitle span {
  color: var(--color-text);
}
.campaign_2buy10 .fv-area--text {
  color: var(--color-title);
  font-size: calc(28 * 100vw/750);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.campaign_2buy10 .fv-area__img {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  width: calc(645 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .fv-area__img::before, .campaign_2buy10 .fv-area__img::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.campaign_2buy10 .fv-area__img::before {
  top: calc(182 * 100vw/750);
  right: calc(73 * 100vw/750);
  width: calc(67 * 100vw/750);
  height: calc(67 * 100vw/750);
  background-image: url(../img/mv-decoration02.svg);
}
.campaign_2buy10 .fv-area__img::after {
  top: calc(140 * 100vw/750);
  right: calc(32 * 100vw/750);
  width: calc(151 * 100vw/750);
  height: calc(151 * 100vw/750);
  background-image: url(../img/mv-decoration01_sp.svg);
}
.campaign_2buy10 .fv-area__campaign {
  margin-top: calc(97 * 100vw/750);
  margin-inline: auto;
  padding: calc(20 * 100vw/750) calc(20 * 100vw/750) calc(25 * 100vw/750);
  background-color: #ffffff;
  border: calc(3 * 100vw/750) solid var(--color-button-bg);
  border-radius: calc(32 * 100vw/750);
  box-sizing: border-box;
  text-align: center;
  width: calc(544 * 100vw/750);
}
.campaign_2buy10 .fv-area__campaign--img {
  margin: calc(23 * 100vw/750) auto calc(27 * 100vw/750);
  width: calc(506 * 100vw/750);
}
.campaign_2buy10 .fv-area__campaign--img + .fv-area--text {
  letter-spacing: 0;
}
.campaign_2buy10 .campaign-box {
  padding: calc(77 * 100vw/750) 0 calc(27 * 100vw/750);
  background-color: var(--color-background);
}
.campaign_2buy10 .campaign-box--text {
  margin-bottom: calc(195 * 100vw/750);
  font-size: calc(27 * 100vw/750);
  font-weight: 400;
  line-height: 1.93;
  letter-spacing: 0.1em;
  text-align: center;
}
.campaign_2buy10 .campaign-box__info {
  position: relative;
  margin: 0 calc(33 * 100vw/750);
  padding: calc(95 * 100vw/750) calc(34 * 100vw/750) calc(50 * 100vw/750);
  background-color: #ffffff;
  border: 1px solid var(--color-accent);
  border-radius: calc(50 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .campaign-box__info::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-61 * 100vw/750);
  left: 50%;
  width: calc(447.8 * 100vw/750);
  height: calc(122 * 100vw/750);
  background-image: url(../img/campaign_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.campaign_2buy10 .campaign-box__info-text {
  position: relative;
  margin-bottom: calc(28 * 100vw/750);
  height: calc(193 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .campaign-box__info-img {
  position: absolute;
  z-index: 0;
}
.campaign_2buy10 .campaign-box__info .info--img01 {
  top: 0;
  left: 0;
  width: calc(426.7 * 100vw/750);
  height: calc(111 * 100vw/750);
}
.campaign_2buy10 .campaign-box__info .info--img02 {
  bottom: 0;
  right: 0;
  width: calc(375.2 * 100vw/750);
  height: calc(91 * 100vw/750);
}
.campaign_2buy10 .campaign-box__info--highlight {
  margin: calc(15 * 100vw/750) auto calc(28 * 100vw/750);
  width: calc(595.6 * 100vw/750);
}
.campaign_2buy10 .campaign-box__info--text {
  font-size: calc(27 * 100vw/750);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: center;
}
.campaign_2buy10 .campaign-box__info--text .letter-deco {
  color: #F29829;
  font-size: calc(39 * 100vw/750);
  font-weight: 700;
}
.campaign_2buy10 .campaign-box .campaign-button {
  margin-top: calc(53 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket {
  position: relative;
  margin: calc(80 * 100vw/750) auto 0;
  width: calc(730 * 100vw/750);
  height: calc(607 * 100vw/750);
  background-image: url(../img/basket-handle_sp.svg), url(../img/basket_sp.svg);
  background-size: calc(128 * 100vw/750) auto, calc(730 * 100vw/750) auto;
  background-position: center top 0, center bottom 0;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}
.campaign_2buy10 .campaign-box__basket--link, .campaign_2buy10 .campaign-box__basket--item {
  position: absolute;
  z-index: 1;
}
.campaign_2buy10 .campaign-box__basket .basket--link01 {
  top: calc(147 * 100vw/750);
  left: calc(56 * 100vw/750);
  width: calc(327 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--link02 {
  top: calc(280 * 100vw/750);
  right: calc(64 * 100vw/750);
  width: calc(325 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--link03 {
  top: calc(439 * 100vw/750);
  left: calc(200 * 100vw/750);
  width: calc(323 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--item01 {
  top: calc(174 * 100vw/750);
  right: calc(49 * 100vw/750);
  width: calc(217 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--item02 {
  top: calc(440 * 100vw/750);
  left: calc(75 * 100vw/750);
  width: calc(131 * 100vw/750);
  transform: rotate(4deg);
}
.campaign_2buy10 .campaign-box__basket .basket--item03 {
  top: calc(163 * 100vw/750);
  right: calc(37 * 100vw/750);
  width: calc(117 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--item04 {
  top: calc(385 * 100vw/750);
  left: calc(75 * 100vw/750);
  width: calc(195 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--item05 {
  top: calc(175 * 100vw/750);
  left: calc(44 * 100vw/750);
  width: calc(64 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--img01 {
  top: calc(213 * 100vw/750);
  right: calc(256 * 100vw/750);
  width: calc(66 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--img02 {
  top: calc(453 * 100vw/750);
  right: calc(90 * 100vw/750);
  width: calc(50 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--img03 {
  top: calc(320 * 100vw/750);
  left: calc(250 * 100vw/750);
  width: calc(87 * 100vw/750);
}
.campaign_2buy10 .campaign-box__basket .basket--img04 {
  top: calc(506 * 100vw/750);
  right: calc(110 * 100vw/750);
  width: calc(93 * 100vw/750);
}
.campaign_2buy10 .checkitem {
  position: relative;
  margin-bottom: calc(127 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .checkitem .section__title {
  margin-bottom: calc(128 * 100vw/750);
}
.campaign_2buy10 .checkitem__item {
  margin-bottom: calc(88 * 100vw/750);
}
.campaign_2buy10 .checkitem .section__numbering {
  color: var(--color-checkitem);
}
.campaign_2buy10 .obi {
  padding: calc(27 * 100vw/750) 0 calc(12 * 100vw/750);
  background-color: var(--color-obi-bg);
}
.campaign_2buy10 .obi .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}
.campaign_2buy10 .obi .item01 {
  width: calc(590 * 100vw/750);
}
.campaign_2buy10 .obi .item02 {
  width: calc(541 * 100vw/750);
}
.campaign_2buy10 .trend {
  margin-top: calc(-39 * 100vw/750);
  position: relative;
  margin-bottom: calc(120 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .trend-text {
  position: relative;
  margin: 0 auto calc(25 * 100vw/750);
  width: calc(535.2 * 100vw/750);
  height: calc(116.5 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .trend-img {
  position: absolute;
  z-index: 0;
}
.campaign_2buy10 .trend .trend--img01 {
  bottom: 0;
  right: 0;
  width: calc(218 * 100vw/750);
  height: calc(93 * 100vw/750);
}
.campaign_2buy10 .trend .trend--img02 {
  top: 0;
  left: 0;
  width: calc(251 * 100vw/750);
  height: calc(112 * 100vw/750);
}
.campaign_2buy10 .trend .section__title {
  margin-bottom: calc(80 * 100vw/750);
}
.campaign_2buy10 .trend__content--img + .trend__content--img {
  margin-top: calc(30 * 100vw/750);
}
.campaign_2buy10 .trend .section__numbering {
  color: var(--color-trend);
}
.campaign_2buy10 .trend__content {
  position: relative;
  margin: 0 calc(20 * 100vw/750) calc(120 * 100vw/750);
  padding-bottom: calc(85 * 100vw/750);
  border-bottom: 1px solid #A4A4A4;
  z-index: 0;
}
.campaign_2buy10 .trend__content--img {
  position: relative;
  z-index: 0;
}
.campaign_2buy10 .trend__content--img.ComingSoon::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Coming Soon";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: var(--font-NotoSans-en), sans-serif;
  font-size: calc(48 * 100vw/750);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.campaign_2buy10 .trend__recommend {
  position: relative;
  padding-top: calc(178 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .trend__recommend::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: calc(448 * 100vw/750);
  height: calc(122 * 100vw/750);
  background-image: url(../img/recommend_sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.campaign_2buy10 .trend__staff {
  position: relative;
  margin: calc(100 * 100vw/750) auto 0;
  width: 100%;
  z-index: 0;
}
.campaign_2buy10 .trend__staff__item {
  position: relative;
  padding-top: calc(240 * 100vw/750);
  z-index: 0;
}
.campaign_2buy10 .trend__staff__item--staff {
  position: absolute;
  top: calc(5 * 100vw/750);
  right: calc(-35 * 100vw/750);
  width: calc(310 * 100vw/750);
  z-index: 1;
}
.campaign_2buy10 .trend__staff__item--title {
  display: inline;
  color: var(--color-button-bg);
  font-size: calc(34 * 100vw/750);
  font-weight: 600;
  letter-spacing: 0.075em;
  background: linear-gradient(transparent 70%, #F39929 70%);
}
.campaign_2buy10 .trend__staff .height {
  margin-bottom: calc(24 * 100vw/750);
}
.campaign_2buy10 .trend__staff__item--text {
  position: relative;
  padding: calc(75 * 100vw/750) calc(30 * 100vw/750) calc(50 * 100vw/750);
  border: calc(3 * 100vw/750) solid var(--color-accent);
  border-radius: calc(24 * 100vw/750);
  font-size: calc(27 * 100vw/750);
  line-height: 1.7;
  letter-spacing: 0.025em;
  z-index: 0;
}
.campaign_2buy10 .trend__staff__item--text::before, .campaign_2buy10 .trend__staff__item--text::after {
  content: "";
  position: absolute;
  width: calc(60 * 100vw/750);
  height: calc(60 * 100vw/750);
  background-image: url(../img/quotation.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.campaign_2buy10 .trend__staff__item--text::before {
  top: calc(-37 * 100vw/750);
  left: calc(25 * 100vw/750);
}
.campaign_2buy10 .trend__staff__item--text::after {
  transform: rotate(180deg);
  bottom: calc(-26 * 100vw/750);
  right: calc(26 * 100vw/750);
}
.campaign_2buy10 .campaign {
  padding-inline: calc(25 * 100vw/750);
  padding-bottom: calc(118 * 100vw/750);
  background-color: var(--color-background);
}
.campaign_2buy10 .campaign__inner {
  position: relative;
  z-index: 0;
}
.campaign_2buy10 .campaign .section__numbering {
  color: var(--color-campaign);
}
.campaign_2buy10 .campaign .section__title {
  margin-bottom: calc(112 * 100vw/750);
}
.campaign_2buy10 .campaign__list__itemtitle {
  margin: 0 auto calc(50 * 100vw/750);
  padding: calc(8 * 100vw/750) calc(10 * 100vw/750) calc(14 * 100vw/750);
  background-color: #ffffff;
  border: calc(3 * 100vw/750) solid var(--color-button-bg);
  border-radius: calc(50 * 100vw/750);
  box-sizing: border-box;
  color: var(--color-button-bg);
  font-size: calc(35 * 100vw/750);
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-align: center;
  width: calc(382 * 100vw/750);
}
.campaign_2buy10 .campaign__list__item {
  font-size: calc(27 * 100vw/750);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
.campaign_2buy10 .campaign__list__item .item-bold {
  font-weight: 700;
}
.campaign_2buy10 .campaign__list__item:not(:last-child) {
  margin-bottom: calc(90 * 100vw/750);
}
.campaign_2buy10 .campaign__list__item.center {
  text-align: center;
}
.campaign_2buy10 .campaign__list__item.logo {
  display: flex;
  margin-inline: auto;
  padding-top: calc(10 * 100vw/750);
  flex-wrap: wrap;
  justify-content: center;
  row-gap: calc(44 * 100vw/750);
  width: calc(400 * 100vw/750);
}
.campaign_2buy10 .campaign .cosmekitchen {
  width: calc(276 * 100vw/750);
}
.campaign_2buy10 .campaign .biople {
  width: calc(136 * 100vw/750);
}
.campaign_2buy10 .campaign .makeupkitchen {
  width: calc(297 * 100vw/750);
}

/* .campaign_2buy10 SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ page-top  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.campaign_2buy10 #page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: calc(25 * 100vw/750);
  right: calc(25 * 100vw/750);
  opacity: 0;
  overflow: auto;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid var(--color-button-bg);
  border-radius: 50%;
  box-sizing: border-box;
  width: calc(120 * 100vw/750);
  height: calc(120 * 100vw/750);
}
.campaign_2buy10 #page-top a {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-button-bg);
  -webkit-mask-image: url(../img/top.svg);
          mask-image: url(../img/top.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  z-index: 1;
}
.campaign_2buy10 #page-top:hover {
  background-color: var(--color-button-bg);
}
.campaign_2buy10 #page-top:hover a {
  background-color: #ffffff;
}

#page-top.active,
#share.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .campaign_2buy10 {
    width: 100%;
    max-width: 100vw;
  }
  .campaign_2buy10 a {
    cursor: pointer;
  }
  .campaign_2buy10 .pcOnly {
    display: block;
  }
  .campaign_2buy10 .spOnly {
    display: none;
  }
  /* .campaign_2buy10 : set up PC*/
  .campaign_2buy10 .button {
    transition: all 0.4s;
    padding: 1.7rem 2.2rem 1.9rem;
    border-radius: 7.5rem;
    font-size: 2rem;
    width: 40rem;
  }
  .campaign_2buy10 .button::after {
    top: 2rem;
    right: 3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .campaign_2buy10 .section {
    padding-top: 5.2rem;
  }
  .campaign_2buy10 .section__numbering {
    margin-bottom: 2.5rem;
    font-size: 5.7rem;
    line-height: 0.56;
  }
  .campaign_2buy10 .section__title {
    font-size: 3rem;
  }
  .campaign_2buy10 .item_list__inner {
    margin: 0;
    justify-content: center;
    gap: 7.2rem 5.8rem;
  }
  .campaign_2buy10 .item_list__item {
    width: 20.5rem;
  }
  .campaign_2buy10 .item_list__cat {
    font-size: 1.5rem;
    line-height: 2.5;
  }
  .campaign_2buy10 .item_list__img {
    border-radius: 2.5rem;
  }
  .campaign_2buy10 .item_list__title {
    min-height: 3.1rem;
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .campaign_2buy10 .item_list__price__wrap {
    margin-top: 0.8rem;
  }
  .campaign_2buy10 .item_list__price {
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .campaign_2buy10 .item_list__price span {
    font-size: 1.8rem;
  }
  .campaign_2buy10 .item_list__buy {
    margin: 1rem auto 0;
    padding: 1.4rem 1.1rem 1.1rem;
    border-radius: 4rem;
    font-size: 1.8rem;
    width: 15.7rem;
  }
  .campaign_2buy10 .deco10 {
    top: -2.5rem;
    left: 35rem;
    width: 3rem;
    height: 3rem;
  }
  .campaign_2buy10 .deco11 {
    top: 4rem;
    left: 21rem;
    width: 5.4rem;
    height: 5.4rem;
  }
  .campaign_2buy10 .deco12 {
    top: 6rem;
    right: 26.3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .campaign_2buy10 .deco9 {
    top: 8.6rem;
    right: 20.6rem;
    width: 3.1rem;
    height: 3.1rem;
  }
  .campaign_2buy10 .deco8 {
    top: 17.3rem;
    right: 30rem;
    width: 3.53rem;
    height: 3.53rem;
  }
  .campaign_2buy10 .deco7 {
    top: 9.9rem;
    left: 22rem;
    width: 4.95rem;
    height: 3.3rem;
  }
  .campaign_2buy10 .deco4 {
    bottom: -10.8rem;
    left: 4rem;
    width: 3.58rem;
    height: 3.58rem;
  }
  .campaign_2buy10 .deco5 {
    bottom: -15rem;
    right: 13rem;
    width: 2.9rem;
    height: 2.9rem;
  }
  .campaign_2buy10 .deco6 {
    bottom: -15.8rem;
    left: 16.4rem;
    width: 2.9rem;
    height: 2.9rem;
  }
  .campaign_2buy10 .deco3 {
    top: -3rem;
    right: 35.8rem;
    width: 2.86rem;
    height: 2.8rem;
  }
  .campaign_2buy10 .deco2 {
    top: 1.4rem;
    right: 14rem;
    width: 3rem;
    height: 3rem;
  }
  .campaign_2buy10 .deco1 {
    top: 2.4rem;
    left: 23.8rem;
    width: 2.8rem;
    height: 2.76rem;
  }
  .campaign_2buy10 .fv-area__link {
    padding-top: 5.9rem;
    padding-bottom: 5.5rem;
  }
  .campaign_2buy10 .fv-area__inner {
    margin: 0 auto;
    width: 120rem;
  }
  .campaign_2buy10 .fv-area__inner::after {
    top: 26.8rem;
    left: 52.4rem;
    width: 69.2rem;
    height: 31.5rem;
    background-size: 2.7rem auto, 4.97rem auto, 4.07rem auto;
    background-position: top left, bottom 17.6rem right, bottom left 10.8rem;
  }
  .campaign_2buy10 .fv-area::before {
    margin-left: -60rem;
    top: 6.3rem;
    left: 50%;
    width: 20.3rem;
    height: 4.3rem;
  }
  .campaign_2buy10 .fv-area__title-wrap {
    top: 8.4rem;
    left: 0;
  }
  .campaign_2buy10 .fv-area__title {
    margin-bottom: 3.8rem;
    width: 69.6rem;
  }
  .campaign_2buy10 .fv-area__subtitle {
    font-size: 2.98rem;
  }
  .campaign_2buy10 .fv-area__campaign--text:nth-of-type(1) {
    font-size: 2.2rem;
  }
  .campaign_2buy10 .fv-area__img {
    width: 71.1rem;
  }
  .campaign_2buy10 .fv-area__img::before {
    top: 5.4rem;
    right: 5.9rem;
    width: 6.7rem;
    height: 6.7rem;
  }
  .campaign_2buy10 .fv-area__img::after {
    top: 1.4rem;
    right: 2rem;
    width: 14.8rem;
    height: 14.8rem;
    background-image: url(../img/mv-decoration01_pc.svg);
  }
  .campaign_2buy10 .fv-area__campaign {
    margin-top: -17.8rem;
    margin-inline: 0;
    padding: 1.8rem 2rem 2.1rem;
    border: 0.2rem solid var(--color-button-bg);
    border-radius: 2.7rem;
    width: 44.5rem;
  }
  .campaign_2buy10 .fv-area__campaign--img {
    margin: 1.7rem auto 2rem;
    width: 38.8rem;
  }
  .campaign_2buy10 .fv-area__campaign--img + .fv-area--text {
    font-size: 2.1rem;
    letter-spacing: -0.01em;
  }
  .campaign_2buy10 .campaign-box {
    padding: 7.5rem 0 3rem;
  }
  .campaign_2buy10 .campaign-box__inner {
    margin: 0 auto;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    max-width: 120rem;
  }
  .campaign_2buy10 .campaign-box--text {
    margin-bottom: 13rem;
    font-size: 2rem;
    line-height: 2.3;
    letter-spacing: 0.09em;
  }
  .campaign_2buy10 .campaign-box__info {
    margin: 0 18.3rem;
    padding: 5.2rem 5.2rem 4rem;
    border: 0.2rem solid var(--color-accent);
    border-radius: 4.8rem;
  }
  .campaign_2buy10 .campaign-box__info::before {
    top: -3rem;
    width: 20.3rem;
    height: 5.6rem;
    background-image: url(../img/campaign_pc.svg);
  }
  .campaign_2buy10 .campaign-box__info__infobox {
    margin-top: -0.5rem;
  }
  .campaign_2buy10 .campaign-box__info-text {
    margin-inline: auto;
    margin-bottom: 0;
    width: 64.5rem;
    height: 8.55rem;
  }
  .campaign_2buy10 .campaign-box__info .info--img01 {
    width: 32.2rem;
    height: 8.32rem;
  }
  .campaign_2buy10 .campaign-box__info .info--img02 {
    width: 28.3rem;
    height: 6.9rem;
  }
  .campaign_2buy10 .campaign-box__info--highlight {
    display: inline-block;
    transform: translateY(0.3rem);
    margin: 0 1.3rem 0 1.6rem;
    width: 32.5rem;
  }
  .campaign_2buy10 .campaign-box__info--text {
    display: inline;
    font-size: 2rem;
    line-height: 1.9;
    text-align: right;
  }
  .campaign_2buy10 .campaign-box__info--text .letter-deco {
    font-size: 2.7rem;
  }
  .campaign_2buy10 .campaign-box__infobox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
  .campaign_2buy10 .campaign-box .campaign-button {
    margin-top: 3.34rem;
  }
  .campaign_2buy10 .campaign-box__basket {
    margin: 11.5rem auto 0;
    width: 79.7rem;
    height: 55rem;
    background-image: url(../img/basket-handle_pc.svg), url(../img/basket_pc.svg);
    background-size: 14.5rem auto, 79.7rem auto;
  }
  .campaign_2buy10 .campaign-box__basket .basket--link01 {
    top: 15.6rem;
    left: 9.6rem;
    width: 30.7rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--link02 {
    top: 22.5rem;
    right: 7.3rem;
    width: 30.6rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--link03 {
    top: 37.3rem;
    left: 19.9rem;
    width: 30.3rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--item01 {
    top: 39.5rem;
    right: 13.5rem;
    width: 16.8rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--item02 {
    top: 41rem;
    left: 9.8rem;
    width: 11.1rem;
    transform: rotate(0deg);
  }
  .campaign_2buy10 .campaign-box__basket .basket--item03 {
    top: 21.7rem;
    right: 6.2rem;
    width: 10.3rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--item04 {
    top: 36rem;
    left: 8.7rem;
    width: 16.8rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--item05 {
    top: 18.6rem;
    left: 38.6rem;
    width: 6.4rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--img01 {
    top: 22rem;
    right: 17rem;
    width: 4rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--img02 {
    top: 44.9rem;
    right: 10.8rem;
    width: 5rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--img03 {
    top: 30.2rem;
    left: 32.9rem;
    width: 8.4rem;
  }
  .campaign_2buy10 .campaign-box__basket .basket--img04 {
    top: 48.4rem;
    right: 23.7rem;
    width: 6rem;
  }
  .campaign_2buy10 .checkitem {
    margin-top: 12.2rem;
    margin-bottom: 15rem;
    margin-inline: auto;
    padding-top: 0;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    width: 120rem;
  }
  .campaign_2buy10 .checkitem .section__title {
    margin-bottom: 8.8rem;
  }
  .campaign_2buy10 .checkitem__item {
    margin-bottom: 9.3rem;
  }
  .campaign_2buy10 .obi {
    margin-bottom: 11.6rem;
    padding: 2.1rem 0 0.8rem;
  }
  .campaign_2buy10 .obi .item01 {
    width: 47.2rem;
  }
  .campaign_2buy10 .obi .item02 {
    width: 43.3rem;
  }
  .campaign_2buy10 .trend {
    margin-top: -9.5rem;
    margin-bottom: 13.4rem;
    margin-inline: auto;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    width: 120rem;
  }
  .campaign_2buy10 .trend-text {
    margin: 0 auto 1.6rem;
    width: 35.2rem;
    height: 7.68rem;
  }
  .campaign_2buy10 .trend .trend--img01 {
    width: 14.37rem;
    height: 6.11rem;
  }
  .campaign_2buy10 .trend .trend--img02 {
    width: 16.54rem;
    height: 7.34rem;
  }
  .campaign_2buy10 .trend .section__title {
    margin-bottom: 9rem;
  }
  .campaign_2buy10 .trend .item_list__inner {
    gap: 7.2rem 2.2rem;
  }
  .campaign_2buy10 .trend__content {
    display: flex;
    flex-direction: column;
    row-gap: 3.4rem;
    margin: 0 9.7rem 9.7rem;
    padding-bottom: 8.5rem;
  }
  .campaign_2buy10 .trend__content--img {
    margin: 0 auto;
    max-width: 64rem;
  }
  .campaign_2buy10 .trend__content--img.ComingSoon::after {
    font-size: 3rem;
  }
  .campaign_2buy10 .trend__content--img + .trend__content--img {
    margin-top: 0;
  }
  .campaign_2buy10 .trend__recommend {
    padding-top: 8.7rem;
  }
  .campaign_2buy10 .trend__recommend::before {
    width: 20.5rem;
    height: 6.7rem;
    background-image: url(../img/recommend_pc.svg);
  }
  .campaign_2buy10 .trend__staff {
    margin: 7rem auto 0;
    padding: 2rem 0 5rem;
    overflow: hidden;
  }
  .campaign_2buy10 .trend__staff__item {
    padding-top: 0;
  }
  .campaign_2buy10 .trend__staff__item--staff {
    top: -0.4rem;
    right: auto;
    left: 2.6rem;
    width: 20.8rem;
  }
  .campaign_2buy10 .trend__staff__item--title {
    display: block;
    margin-inline: auto;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration-thickness: 0.71rem;
    text-underline-offset: -0.1rem;
    text-align: center;
    width: fit-content;
  }
  .campaign_2buy10 .trend__staff__item--text {
    margin-left: auto;
    padding: 3.4rem 5rem;
    border: 2px solid var(--color-accent);
    border-radius: 1.5rem;
    box-sizing: border-box;
    font-size: 1.9rem;
    width: 64.7rem;
  }
  .campaign_2buy10 .trend__staff__item--text::before, .campaign_2buy10 .trend__staff__item--text::after {
    width: 4rem;
    height: 3.6rem;
  }
  .campaign_2buy10 .trend__staff__item--text::before {
    top: -3rem;
    left: 3.6rem;
  }
  .campaign_2buy10 .trend__staff__item--text::after {
    bottom: -2.5rem;
    right: 3.6rem;
  }
  .campaign_2buy10 .campaign {
    padding-inline: 0;
    padding-bottom: 8rem;
  }
  .campaign_2buy10 .campaign__inner {
    margin-inline: auto;
    border-left: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    width: 120rem;
  }
  .campaign_2buy10 .campaign .section__numbering {
    margin-top: 4.7rem;
  }
  .campaign_2buy10 .campaign .section__title {
    margin-bottom: 7.5rem;
  }
  .campaign_2buy10 .campaign__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 5.4rem 4.6rem;
  }
  .campaign_2buy10 .campaign__list__itemtitle {
    margin: 0;
    padding: 0.5rem 1rem 0.8rem;
    border: 1px solid var(--color-button-bg);
    border-radius: 3rem;
    font-size: 2rem;
    width: 22rem;
  }
  .campaign_2buy10 .campaign__list__item {
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 1.6;
    width: 73.4rem;
  }
  .campaign_2buy10 .campaign__list__item:not(:last-child) {
    margin-bottom: 0;
  }
  .campaign_2buy10 .campaign__list__item.center {
    margin-top: 0.5rem;
    text-align: left;
  }
  .campaign_2buy10 .campaign__list__item.logo {
    margin: 0.3rem 0 0 0;
    padding-top: 0;
    align-items: baseline;
    justify-content: flex-start;
    row-gap: 0;
    -moz-column-gap: 2.6rem;
         column-gap: 2.6rem;
    width: 73.4rem;
  }
  .campaign_2buy10 .campaign .cosmekitchen {
    width: 18.2rem;
  }
  .campaign_2buy10 .campaign .biople {
    width: 9rem;
  }
  .campaign_2buy10 .campaign .makeupkitchen {
    width: 19.5rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  .campaign_2buy10 #page-top {
    right: 4rem;
    bottom: 4rem;
    width: 8.1rem;
    height: 8.1rem;
  }
  /* .campaign_2buy10 PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ swiper SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.campaign_2buy10 .swiper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
.campaign_2buy10 .trend__staff .swiper {
  margin-inline: auto;
  width: calc(541 * 100vw/750);
}
.campaign_2buy10 .swiper-button-next, .campaign_2buy10 .swiper-button-prev {
  content: "";
  position: absolute;
  top: calc(540 * 100vw/750);
  width: calc(71 * 100vw/750);
  height: calc(71 * 100vw/750);
  background-image: none;
  border: 1px solid var(--color-button-bg);
  background-color: #fff;
  border-radius: 50%;
  z-index: 0;
}
.campaign_2buy10 .swiper-button-next span, .campaign_2buy10 .swiper-button-prev span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/slider-arrow.svg);
          mask-image: url(../img/slider-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--color-button-bg);
  z-index: 1;
}
.campaign_2buy10 .swiper-button-next:hover, .campaign_2buy10 .swiper-button-prev:hover {
  background-color: var(--color-button-bg);
}
.campaign_2buy10 .swiper-button-next:hover span, .campaign_2buy10 .swiper-button-prev:hover span {
  background-color: #ffffff;
}
.campaign_2buy10 .swiper-button-next {
  right: calc(20 * 100vw/750);
}
.campaign_2buy10 .swiper-button-prev {
  transform: rotate(180deg);
  left: calc(20 * 100vw/750);
}
.campaign_2buy10 .swiper-pagination {
  transform: translateX(-50%);
  bottom: calc(-60 * 100vw/750);
  left: 50%;
}
.campaign_2buy10 .swiper-pagination-bullet {
  margin: 0 calc(16 * 100vw/750);
  background-color: #ffffff;
  border: calc(2 * 100vw/750) solid var(--color-button-bg);
  box-sizing: border-box;
  opacity: 1;
  width: calc(17 * 100vw/750);
  height: calc(17 * 100vw/750);
}
.campaign_2buy10 .swiper-pagination-bullet-active {
  background-color: var(--color-button-bg);
  border: 2px solid transparent;
}

/* .campaign_2buy10 : swiper SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ swiper PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .campaign_2buy10 .trend__staff .swiper {
    width: 86rem;
  }
  .campaign_2buy10 .swiper-button-next, .campaign_2buy10 .swiper-button-prev {
    top: 14.4rem;
    width: 5.1rem;
    height: 5.1rem;
  }
  .campaign_2buy10 .swiper-button-next {
    right: 6.6rem;
  }
  .campaign_2buy10 .swiper-button-prev {
    left: 6.6rem;
  }
  .campaign_2buy10 .swiper-pagination {
    bottom: 0;
  }
  .campaign_2buy10 .swiper-pagination-bullet {
    margin: 0 1.2rem;
    border: 1px solid var(--color-button-bg);
    width: 1.1rem;
    height: 1.1rem;
  }
  .campaign_2buy10 .swiper-pagination-bullet-active {
    border: 1px solid transparent;
  }
}
/* .campaign_2buy10 : swiper PC*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ tab SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.campaign_2buy10 .tab__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: calc(12 * 100vw/750);
       column-gap: calc(12 * 100vw/750);
}
.campaign_2buy10 .tab_label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: calc(11 * 100vw/750) calc(6 * 100vw/750);
  order: -1;
  width: calc(50% - (26 * 100vw/750));
  margin-bottom: calc(102 * 100vw/750);
  overflow: hidden;
}
.campaign_2buy10 .tab_label_inner {
  color: #ffffff;
  padding-bottom: calc(3 * 100vw/750);
}
.campaign_2buy10 .tab_panel {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}
@-webkit-keyframes flashing {
  0% {
    transform: scale(3, 1);
  }
  50% {
    transform: scale(8, 1.8);
  }
  100% {
    transform: scale(3, 1);
  }
}
@keyframes flashing {
  0% {
    transform: scale(3, 1);
  }
  50% {
    transform: scale(8, 1.8);
  }
  100% {
    transform: scale(3, 1);
  }
}
.campaign_2buy10 input + .tab_label {
  padding: calc(21 * 100vw/750) calc(12 * 100vw/750);
  transition: all 0.4s;
  box-sizing: border-box;
  background-color: var(--color-button-bg);
  border: 1px solid var(--color-button-bg);
  border-radius: calc(23 * 100vw/750);
  font-size: calc(27 * 100vw/750);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  width: calc(230 * 100vw/750);
}
.campaign_2buy10 input:checked + .tab_label {
  background-color: #ffffff;
}
.campaign_2buy10 input:checked + .tab_label .tab_label_inner {
  color: var(--color-button-bg);
}
.campaign_2buy10 input:checked + .tab_label + .tab_panel {
  height: auto;
  overflow: auto;
  transition: 0.6s opacity ease-in-out;
  opacity: 1;
  z-index: 1;
}

/* .campaign_2buy10 : tab SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ tab PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .campaign_2buy10 .tab__container {
    margin-top: -3.2rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .campaign_2buy10 .tab_label {
    margin-bottom: 4.8rem;
    padding-block: 2.6rem 2rem;
    cursor: pointer;
    width: 25.5rem;
  }
  .campaign_2buy10 input + .tab_label {
    padding: 1.7rem 1.8rem 1.4rem;
    border-radius: 1.9rem;
    font-size: 2.2rem;
    width: 25.6rem;
  }
}
/* .campaign_2buy10 : tab PC*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion SP ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.campaign_2buy10 .fv-area__title-wrap,
.campaign_2buy10 .fv-area__subtitle {
  overflow: hidden;
}
.campaign_2buy10 .fv-area__title,
.campaign_2buy10 .fv-area__subtitle {
  transform: translate(-100.5%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.campaign_2buy10 .fv-area__title span,
.campaign_2buy10 .fv-area__subtitle span {
  transform: translate(100.5%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.campaign_2buy10 .fv-area__title.-visible,
.campaign_2buy10 .fv-area__title.-visible span,
.campaign_2buy10 .fv-area__subtitle.-visible,
.campaign_2buy10 .fv-area__subtitle.-visible span {
  transform: translate(0, 0);
}
.campaign_2buy10 .anim02 {
  opacity: 0;
  transform: scale(0.6);
}
.campaign_2buy10 .anim_enable02.info--img01 {
  -webkit-animation: expansion 0.3s cubic-bezier(0.77, 0.08, 0.58, 1) 0.5s forwards;
          animation: expansion 0.3s cubic-bezier(0.77, 0.08, 0.58, 1) 0.5s forwards;
}
.campaign_2buy10 .anim_enable02.info--img02 {
  -webkit-animation: expansion 0.3s cubic-bezier(0.77, 0.08, 0.58, 1) 0.8s forwards;
          animation: expansion 0.3s cubic-bezier(0.77, 0.08, 0.58, 1) 0.8s forwards;
}
.campaign_2buy10 .anim_enable02.trend--img01 {
  -webkit-animation: expansion 0.13s cubic-bezier(0.77, 0.08, 0.58, 1) 0.3s forwards;
          animation: expansion 0.13s cubic-bezier(0.77, 0.08, 0.58, 1) 0.3s forwards;
}
.campaign_2buy10 .anim_enable02.trend--img02 {
  -webkit-animation: expansion 0.13s cubic-bezier(0.77, 0.08, 0.58, 1) forwards;
          animation: expansion 0.13s cubic-bezier(0.77, 0.08, 0.58, 1) forwards;
}
@-webkit-keyframes action2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes action2 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes expansion {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes expansion {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.campaign_2buy10 .basket--item,
.campaign_2buy10 .fv-area__campaign .fv-area--text,
.campaign_2buy10 .fv-area__img::before,
.campaign_2buy10 .fv-area__img::after,
.campaign_2buy10 .anim,
.campaign_2buy10 .fv-area__img,
.campaign_2buy10 .fv-area__campaign,
.campaign_2buy10 .item_list__item,
.campaign_2buy10 .tab_label {
  opacity: 0;
}
.campaign_2buy10 .trend__content.anim_enable + .trend__recommend::before {
  -webkit-animation: action 0.7s linear 1.6s forwards;
          animation: action 0.7s linear 1.6s forwards;
}
.campaign_2buy10 .anim_enable.campaign-box__info::before {
  -webkit-animation: action 0.7s linear 0.9s forwards;
          animation: action 0.7s linear 0.9s forwards;
}
@-webkit-keyframes action {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  20% {
    transform: translateX(-50%) rotate(-8deg);
  }
  50% {
    transform: translateX(-50%) rotate(0deg);
  }
  70% {
    transform: translateX(-50%) rotate(-6deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
@keyframes action {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  20% {
    transform: translateX(-50%) rotate(-8deg);
  }
  50% {
    transform: translateX(-50%) rotate(0deg);
  }
  70% {
    transform: translateX(-50%) rotate(-6deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}
.campaign_2buy10 .fv-area__img::before {
  -webkit-animation: reverse-rotate 12s ease-in infinite, opacity 0.5s ease-in 0.6s forwards;
          animation: reverse-rotate 12s ease-in infinite, opacity 0.5s ease-in 0.6s forwards;
}
.campaign_2buy10 .fv-area__img::after {
  -webkit-animation: rotate 8s linear infinite, opacity 0.5s ease-in 0.6s forwards;
          animation: rotate 8s linear infinite, opacity 0.5s ease-in 0.6s forwards;
}
.campaign_2buy10 .fv-area__campaign .fv-area--text {
  -webkit-animation: opacity 0.5s ease-in 0.8s forwards;
          animation: opacity 0.5s ease-in 0.8s forwards;
}
.campaign_2buy10 .action_enable .basket--item {
  -webkit-animation: bounce 2.8s cubic-bezier(0.51, 0.03, 0.52, 0.99) forwards, opacity 0.6s linear 0.6s forwards;
          animation: bounce 2.8s cubic-bezier(0.51, 0.03, 0.52, 0.99) forwards, opacity 0.6s linear 0.6s forwards;
}
.campaign_2buy10 .basket--item {
  transform: translateY(calc(-100 * 100vw/750));
}
.campaign_2buy10 .basket--item.basket--item02 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.campaign_2buy10 .basket--item.basket--link03 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.campaign_2buy10 .basket--item.basket--img02 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.campaign_2buy10 .basket--item.basket--img02, .campaign_2buy10 .basket--item.basket--item04 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.campaign_2buy10 .basket--item.basket--link01 {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
.campaign_2buy10 .basket--item.basket--img01 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.campaign_2buy10 .basket--item.basket--item01 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.campaign_2buy10 .basket--item.basket--item05 {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
.campaign_2buy10 .basket--item.basket--item03 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes bounce {
  0% {
    transform: translateY(calc(-100 * 100vw/750));
  }
  20% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(calc(-18 * 100vw/750));
  }
  50% {
    transform: translateY(0);
  }
  68% {
    transform: translateY(calc(-8 * 100vw/750));
  }
  83% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(calc(-100 * 100vw/750));
  }
  20% {
    transform: translateY(0);
  }
  36% {
    transform: translateY(calc(-18 * 100vw/750));
  }
  50% {
    transform: translateY(0);
  }
  68% {
    transform: translateY(calc(-8 * 100vw/750));
  }
  83% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.campaign_2buy10 .anim_enable {
  -webkit-animation: opacity 0.4s linear 0.3s forwards;
          animation: opacity 0.4s linear 0.3s forwards;
}
.campaign_2buy10 .fv-area__campaign {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes reverse-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes reverse-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.campaign_2buy10 .for_deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
  pointer-events: none;
}
.campaign_2buy10 .deco1 {
  background: url(../img/deco_101.svg) center center/cover no-repeat;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
.campaign_2buy10 .deco2 {
  background: url(../img/deco_102.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) 0.6s infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) 0.6s infinite;
}
.campaign_2buy10 .deco3 {
  background: url(../img/deco_103.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
}
.campaign_2buy10 .deco4 {
  background: url(../img/deco_104.svg) center center/cover no-repeat;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
.campaign_2buy10 .deco5 {
  background: url(../img/deco_105.svg) center center/cover no-repeat;
  -webkit-animation: reverse-rotate 9s linear infinite;
          animation: reverse-rotate 9s linear infinite;
}
.campaign_2buy10 .deco6 {
  background: url(../img/deco_106.svg) center center/cover no-repeat;
  -webkit-animation: reverse-rotate 9s linear infinite;
          animation: reverse-rotate 9s linear infinite;
}
.campaign_2buy10 .deco7 {
  background: url(../img/deco_107.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
}
.campaign_2buy10 .deco8 {
  background: url(../img/deco_108.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 3s cubic-bezier(0.81, -0.41, 0.25, 1.45) 0.5s infinite;
          animation: deco_rotate_shine 3s cubic-bezier(0.81, -0.41, 0.25, 1.45) 0.5s infinite;
}
.campaign_2buy10 .deco9 {
  background: url(../img/deco_109.svg) center center/cover no-repeat;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
.campaign_2buy10 .deco10 {
  background: url(../img/deco_110.svg) center center/cover no-repeat;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
.campaign_2buy10 .deco11 {
  background: url(../img/deco_111.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
}
.campaign_2buy10 .deco12 {
  background: url(../img/deco_112.svg) center center/cover no-repeat;
  -webkit-animation: reverse-rotate 9s linear infinite;
          animation: reverse-rotate 9s linear infinite;
}
.campaign_2buy10 .deco13 {
  background: url(../img/deco_113.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
}
.campaign_2buy10 .deco14 {
  background: url(../img/deco_114.svg) center center/cover no-repeat;
  -webkit-animation: rotate 7s linear infinite;
          animation: rotate 7s linear infinite;
}
.campaign_2buy10 .deco115 {
  background: url(../img/deco_115.svg) center center/cover no-repeat;
  -webkit-animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
          animation: deco_rotate_shine 2.5s cubic-bezier(0.81, -0.41, 0.25, 1.45) infinite;
}
@-webkit-keyframes deco_rotate_shine {
  0% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes deco_rotate_shine {
  0% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

/* .campaign_2buy10 : motion SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ motion PC ▼ ≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  @-webkit-keyframes bounce {
    0% {
      transform: translateY(-10rem);
    }
    20% {
      transform: translateY(0);
    }
    36% {
      transform: translateY(-3rem);
    }
    50% {
      transform: translateY(0);
    }
    68% {
      transform: translateY(-0.4rem);
    }
    83% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes bounce {
    0% {
      transform: translateY(-10rem);
    }
    20% {
      transform: translateY(0);
    }
    36% {
      transform: translateY(-3rem);
    }
    50% {
      transform: translateY(0);
    }
    68% {
      transform: translateY(-0.4rem);
    }
    83% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(0);
    }
  }
  .campaign_2buy10 fv-area__title,
.campaign_2buy10 .fv-area__subtitle {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  }
  .campaign_2buy10 fv-area__title span,
.campaign_2buy10 .fv-area__subtitle span {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
  }
  .campaign_2buy10 .fv-area__campaign {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
/* .campaign_2buy10 : motion PC*/
/*# sourceMappingURL=style.css.map */


.campaign_2buy10 .trend__staff .swiper {
  width: 100%;
}

.campaign_2buy10 .trend__staff .swiper .trend__staff__item {
  margin: 0 auto;
  width: calc(541 * 100vw/750);
}

.campaign_2buy10 .swiper-button-next, .campaign_2buy10 .swiper-button-prev {
  top: auto;
  bottom: calc(460 * 100vw/750);
  z-index: 5;
}

.campaign_2buy10 .tab_label {
  margin-bottom: 0;
}

.campaign_2buy10 .tab_label {
  padding: calc(21 * 100vw/750) calc(12 * 100vw/750);
  background-color: var(--color-button-bg);
  border: 1px solid var(--color-button-bg);
  border-radius: calc(23 * 100vw/750);
  box-sizing: border-box;
  font-size: calc(27 * 100vw/750);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  width: calc(230 * 100vw/750);
}

.campaign_2buy10 .tab_label .tab_label_inner {
  color: #ffffff;
}

.campaign_2buy10 .trend__recommend .swiper-slide-thumb-active .tab_label {
  background-color: #ffffff;
}

.campaign_2buy10 .trend__recommend .swiper-slide-thumb-active .tab_label .tab_label_inner {
  color: var(--color-button-bg);
}

.campaign_2buy10 .tab__container .swiper-slide {
  cursor: pointer;
  width: fit-content!important;
}

.campaign_2buy10 .tab__container .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: calc(12 * 100vw/750);
}


@media screen and (min-width: 769px) {

  .campaign_2buy10 .trend__staff {
    margin-top: -5.5rem;
    pointer-events: none;
  }

  .campaign_2buy10 .trend__staff .swiper {
    padding-top: 9rem;
    pointer-events: none;
  }

  .campaign_2buy10 .trend__staff .trend__staff__inner {
    pointer-events: all;
  }

  .campaign_2buy10 .trend__staff .swiper .trend__staff__item {
    margin-top: 8rem;
    width: 86rem;
  }

  .campaign_2buy10 .swiper-button-next, .campaign_2buy10 .swiper-button-prev {
    pointer-events: all;
    bottom: 25rem;
  }

  .campaign_2buy10 .tab__container .swiper-wrapper {
    column-gap: 4rem;
  }

  .campaign_2buy10 .tab_label {
    padding: 1.7rem 1.8rem 1.4rem;
    border-radius: 1.9rem;
    font-size: 2.2rem;
    width: 25.6rem;
  }
}
